text
stringlengths
2
1.04M
meta
dict
odoo.define('google_drive.google_drive', function (require) { "use strict"; var data = require('web.data'); var Model = require('web.DataModel'); var Sidebar = require('web.Sidebar'); Sidebar.include({ init: function () { var self = this; var ids; this._super.apply(this, arguments); ...
{ "content_hash": "bbf846bc18fa8403c38f64a23215417d", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 196, "avg_line_length": 41.5125, "alnum_prop": 0.4405299608551641, "repo_name": "vileopratama/vitech", "id": "bc7449c550775a05e2f1739e2041f1f4a425b173", "size": "3321", "...
''' Created on Dec 27, 2017 @author: prismtech ''' import unittest from dds import Listener, DomainParticipant, Qos, DurabilityQosPolicy, DDSDurabilityKind, DDSException,\ DeadlineQosPolicy, DDSDuration, LivelinessQosPolicy, DDSLivelinessKind,\ OwnershipQosPolicy, DDSOwnershipKind, ResourceLimitsQosPolicy,\ ...
{ "content_hash": "daa2fbbdee224fa99e05c537fd08e708", "timestamp": "", "source": "github", "line_count": 580, "max_line_length": 115, "avg_line_length": 37.01379310344828, "alnum_prop": 0.5711757033724614, "repo_name": "osrf/opensplice", "id": "031985f9191637d415d657ab524e606bfe7ae1e5", "size": "222...
namespace TowerDefence.Minions { public interface IMinionFactory { Minion CreateStrongMinion(); Minion CreateIntermediateMinion(); Minion CreateWeakMinion(); } }
{ "content_hash": "a12c6ba135305a9af98938e0354abf94", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 42, "avg_line_length": 27.857142857142858, "alnum_prop": 0.6820512820512821, "repo_name": "simonasB/TowerDefence", "id": "c43dff955c13ef7e057b549f85bcba8f4f788cdf", "size": ...
/** * Autogenerated by Thrift Compiler (0.12.0) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ package org.apache.accumulo.core.master.thrift; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"}) public class TabletServerStatus implements org.apache.thri...
{ "content_hash": "9151e2d0d6ad682d24b2e7010e78b46f", "timestamp": "", "source": "github", "line_count": 2033, "max_line_length": 198, "avg_line_length": 35.79586817511068, "alnum_prop": 0.6552842400340786, "repo_name": "lstav/accumulo", "id": "17a89adcc69a0dc3ca8dbb30da96de8012eb648d", "size": "735...
describe('Build', function() { 'use strict'; var workspaceElement = null; beforeEach(function() { atom.config.set('build.keepVisible', true); runs(function() { workspaceElement = atom.views.getView(atom.workspace); jasmine.attachToDOM(workspaceElement); }); waitsForPromise(function...
{ "content_hash": "f1e97eb3d9078436947eb9f3c1b0970f", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 65, "avg_line_length": 24.083333333333332, "alnum_prop": 0.643598615916955, "repo_name": "e-jigsaw/atom-build", "id": "dd3dc14c831ee394a4d810be620d8c6f638d57f7", "size": "5...
#include "stdafx.h" #include <zorba/xquery_exception.h> #include "store/api/item_factory.h" #include "store/api/iterator.h" #include "system/globalenv.h" #include "common.h" using namespace std; namespace zorba { /////////////////////////////////////////////////////////////////////////////// bool get_attribute_...
{ "content_hash": "52d2c63a45bc4c1577b26e23c3db8e49", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 80, "avg_line_length": 26.563106796116504, "alnum_prop": 0.5449561403508771, "repo_name": "bgarrels/zorba", "id": "3d011e49d0f378756c8306d515490652c1fa12f4", "size": "3344...
package org.apache.camel.model; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlTransient; import org.apache.camel.ExchangePattern; imp...
{ "content_hash": "62f947993b15d29e438b345fbc89fd47", "timestamp": "", "source": "github", "line_count": 260, "max_line_length": 118, "avg_line_length": 35.28846153846154, "alnum_prop": 0.6874114441416894, "repo_name": "pax95/camel", "id": "15625cf03f79c31d320a59f038c7d5aa39d5a03f", "size": "9977", ...
#ifndef _RB_TREE_H_ #define _RB_TREE_H_ #include "dict.h" BEGIN_DECL typedef struct rb_tree rb_tree; rb_tree* rb_tree_new(dict_compare_func cmp_func, dict_delete_func del_func); dict* rb_dict_new(dict_compare_func cmp_func, dict_delete_func del_func); size_t rb_tree_free(rb_tree* tree); rb_tree* r...
{ "content_hash": "6d89ab771492618f5232403f03407ba0", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 65, "avg_line_length": 34.45161290322581, "alnum_prop": 0.6928838951310862, "repo_name": "scalingdata/go-grok", "id": "191c9ca3af56f988f17f5b5e7dd78abacc9f23dc", "size": "3...
@implementation ShareTableViewCell - (void)awakeFromNib { _iconImageView.layer.cornerRadius = _iconImageView.width * 0.5; _iconImageView.clipsToBounds = YES; } - (void)setSelected:(BOOL)selected animated:(BOOL)animated { [super setSelected:selected animated:animated]; // Configure the view for the se...
{ "content_hash": "8d780491fb3afd97b4b8ecec032c9964", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 131, "avg_line_length": 32.13793103448276, "alnum_prop": 0.651824034334764, "repo_name": "zhangdaohong1992/ZDHLearn", "id": "fc3d6570812c170053ef12589c733399485641bb", "siz...
const { FriendlyError } = require('discord.js-commando'); const { oneLine } = require('common-tags'); const path = require('path'); const winston = require('winston'); const SequelizeProvider = require('./providers/Sequelize'); const { OWNERS, COMMAND_PREFIX, TOKEN } = process.env; const CommandoClient = require('./s...
{ "content_hash": "034270843a15b65cca766dd5fe5d9f5c", "timestamp": "", "source": "github", "line_count": 151, "max_line_length": 158, "avg_line_length": 34.87417218543046, "alnum_prop": 0.657045195594379, "repo_name": "WeebDev/Commando", "id": "9dba59f8f9f0a63ea0544dcfddb129b5c575b95b", "size": "526...
import os import sys if __name__ == "__main__": os.environ.setdefault("DJANGO_SETTINGS_MODULE", "archives.settings") from django.core.management import execute_from_command_line execute_from_command_line(sys.argv)
{ "content_hash": "bc49b3f6a19c0483f2c6187d54355db5", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 72, "avg_line_length": 25.444444444444443, "alnum_prop": 0.7117903930131004, "repo_name": "mattwaite/CanvasStoryArchive", "id": "b581f3857ab1717ee2f0eea2c350d45dc9e6f4bf", "...
set -e declare parentDir=$(cd $(dirname $(cd $(dirname $0);pwd));pwd) declare currentDir=$(cd $(dirname $0);pwd) declare projectDir=$(git rev-parse --show-toplevel); declare SCRIPT_DIR="${projectDir}/_tools" SRC_FILE=${parentDir}/$1 # CHANGE Working directory cd ${SCRIPT_DIR} # config for fopub CUSTOM_CONFIG_PATH="$...
{ "content_hash": "ae0b98ff24af6295e766f57031156da0", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 97, "avg_line_length": 37, "alnum_prop": 0.7287644787644788, "repo_name": "azu/promises-book", "id": "7ff740b344502d16adee8d707edab2cdc59cbf73", "size": "1049", "binary":...
#ifndef OCLCRYPTO_TASK_H_ #define OCLCRYPTO_TASK_H_ #include "oclcrypto/ForwardDecls.h" #include <memory> namespace oclcrypto { enum TaskAlgorithm { TA_PASSTHROUGH = 1 }; enum TaskState { TS_SPECIFIED = 1, TS_RUNNING = 2, TS_ERROR = 3, TS_FINISHED = 4 }; /** * @brief */ class OCLCRYPTO_EXP...
{ "content_hash": "5d73ec81f5be659ccc83ee2cccb5f713", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 104, "avg_line_length": 16.923076923076923, "alnum_prop": 0.6170454545454546, "repo_name": "wdv4758h/oclcrypto", "id": "33c606b3da593adaf084df59b5e34fc4aa6280ef", "size": "...
<!DOCTYPE html> <html> <head> <title>util documentation</title> <link rel="stylesheet" type="text/css" href="../../index.css" /> <link rel="stylesheet" type="text/css" href="../../highlight.css" /> <script type="text/javascript" src="../../index.js"></script> </head> <body class="module" id="component_7...
{ "content_hash": "aebc26b756a8b055308bea477330a49a", "timestamp": "", "source": "github", "line_count": 297, "max_line_length": 184, "avg_line_length": 30.646464646464647, "alnum_prop": 0.4911008569545155, "repo_name": "shenanigans/node-sublayer", "id": "36098b8968d8c45c9ce723682aed247f4aaf1f98", "...
package com.example.android.datafrominternet; import android.os.AsyncTask; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.widget.EditText; import android.widget.ProgressBar; import android.widg...
{ "content_hash": "b5df66ba3734de2dbc1346afc679272a", "timestamp": "", "source": "github", "line_count": 125, "max_line_length": 98, "avg_line_length": 37.32, "alnum_prop": 0.6889603429796356, "repo_name": "ribbon7/ud851-Exercises", "id": "0ddaf20c868e253a3bb1c2909a40db35efdbad31", "size": "5284", ...
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. package com.siyeh.ig.fixes.controlflow; import com.siyeh.InspectionGadgetsBundle; import com.siyeh.ig.BaseInspection; import com.siyeh.ig.IGQuickFixesTestCase; import com.siyeh.ig.controlflow.Confus...
{ "content_hash": "3e413bd9d0aedc4c814ba4da9ef087bf", "timestamp": "", "source": "github", "line_count": 130, "max_line_length": 120, "avg_line_length": 35.89230769230769, "alnum_prop": 0.37526789541363054, "repo_name": "JetBrains/intellij-community", "id": "39a1b8042fb0937adb3110b53cb291acb01e32fa", ...
<?php /** * DO NOT EDIT THIS FILE! * * This file was automatically generated from external sources. * * Any manual change here will be lost the next time the SDK * is updated. You've been warned! */ namespace DTS\eBaySDK\Trading\Types; /** * * @property string $VariationSpecificValue * @property string[] $P...
{ "content_hash": "2aea9ee22d831aa39262dc471609b5dd", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 116, "avg_line_length": 31.197183098591548, "alnum_prop": 0.581941309255079, "repo_name": "davidtsadler/ebay-sdk-php", "id": "5966638d39ca377107debb77a896aaf5464099b0", "si...
import sys, os, operator, smtplib, re from email.mime.multipart import MIMEMultipart from email.mime.text import MIMEText def send_email(addr, subject, msg_body): email_subject = subject from_addr="confer@csail.mit.edu" to_addr = [addr] msg = MIMEMultipart() msg['From'] = 'Confer Team <confer@csail.mit...
{ "content_hash": "02029bfb341d53a9958a76f9e0f9da86", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 549, "avg_line_length": 24.246153846153845, "alnum_prop": 0.7011421319796954, "repo_name": "anantb/confer", "id": "9121703331e49141c969b6bb072358a32465af7c", "size": "1594"...
/*! * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com) * Code licensed under the Apache License v2.0. * For details, see http://www.apache.org/licenses/LICENSE-2.0. */ /* Global Styles */ html, body { height: 100%; } body { padding-top: 50px; /* Required padding for .navbar-fix...
{ "content_hash": "4e87a02f383a792eb834dd73504a71c8", "timestamp": "", "source": "github", "line_count": 314, "max_line_length": 144, "avg_line_length": 18.38216560509554, "alnum_prop": 0.6306306306306306, "repo_name": "leandroseverino/application-florenca", "id": "ac569a52880cda87c99fa771cbb2c952da3b...
exports.API_REST = './api/rest'; exports.API_SOCKET_IO = './api/socket.io'; exports.API_GROONGA = './api/groonga'; exports.API_DROONGA = './api/droonga'; exports.exportTo = function(target) { target.API_REST = exports.API_REST; target.API_SOCKET_IO = exports.API_SOCKET_IO; target.API_GROONGA = ex...
{ "content_hash": "e6159da9c0ecd3c1ef16f71d2ba7a751", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 47, "avg_line_length": 26.583333333333332, "alnum_prop": 0.6285266457680251, "repo_name": "KitaitiMakoto/express-droonga", "id": "acf7e84f0648c85872b183b87770b573a4c0f693", ...
import os import unittest import pyowm.commons.exceptions from pyowm import owm from pyowm.weatherapi25.one_call import OneCall from pyowm.weatherapi25.weather import Weather from pyowm.weatherapi25.national_weather_alert import NationalWeatherAlert class IntegrationTestsWebAPI25(unittest.TestCase): __owm = owm....
{ "content_hash": "17a43298523db19a4224b0ecee1c2f24", "timestamp": "", "source": "github", "line_count": 459, "max_line_length": 110, "avg_line_length": 41.450980392156865, "alnum_prop": 0.5946073793755913, "repo_name": "csparpa/pyowm", "id": "f239adabb59831ecde8ca063d385041ed662ac16", "size": "1907...
@interface CpuMeterTests : XCTestCase @end @implementation CpuMeterTests - (void)testCpuPerformanceIsZeroOnFirstCall { CpuMeter *meter = [[CpuMeter alloc] init]; int usage = [meter usage]; XCTAssert(usage == 0, @"The usage should be zero on first call"); } - (void)testCpuPerformanceShouldBecomeNonZeroOnSubse...
{ "content_hash": "7b0edae2be825ec02256e6bb2eb28fee", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 67, "avg_line_length": 20, "alnum_prop": 0.6925925925925925, "repo_name": "kevinmcconnell/minimon", "id": "467c3319a525238efab4976c1bbcf468611cfc2b", "size": "730", "bina...
<?php /* TwigBundle:Exception:exception.rdf.twig */ class __TwigTemplate_d34b362439b59d996ebe42344ef13ac66208e852683b0361f7cf97278581882b extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = arra...
{ "content_hash": "09fc919ff971ff46409a3735b17ba58d", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 193, "avg_line_length": 25.055555555555557, "alnum_prop": 0.6263858093126385, "repo_name": "ramoraes/myproject", "id": "d4336898edb0c52f726895f75a53f10f74db4fa7", "size": "...
from django.contrib import admin from django.utils.translation import ugettext_lazy as _ from django.core.urlresolvers import reverse from .models import * class HistoryEventAdmin(admin.ModelAdmin): date_hierarchy = 'event_timestamp' list_display = ('display_as', 'event_timestamp', 'publish_timestamp', 'rela...
{ "content_hash": "abe5d2444f5835b03c4466a3f3a84778", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 135, "avg_line_length": 37.515151515151516, "alnum_prop": 0.6672051696284329, "repo_name": "arteria/django-history", "id": "e10fef8f7009d4a3df546778c09c93d1ba19362a", "size...
#ifndef __BLE_HEART_RATE_SERVICE_H__ #define __BLE_HEART_RATE_SERVICE_H__ #include "ble/BLE.h" /** * @class HeartRateService * @brief BLE Service for HeartRate. This BLE Service contains the location of the sensor, the heartrate in beats per minute. <br> * Service: https://developer.bluetooth.org/gatt/services/Pag...
{ "content_hash": "1f74b617daa74894132cfcd9970d3536", "timestamp": "", "source": "github", "line_count": 180, "max_line_length": 164, "avg_line_length": 38.86666666666667, "alnum_prop": 0.6315037164093767, "repo_name": "marduino/bleController", "id": "3e61ada1c9ce15d581eba1fd5151ad3f11901108", "size...
ACCEPTED #### According to International Plant Names Index #### Published in Ann. Mus. Natl. Hist. Nat. 4:93. 1804 #### Original name null ### Remarks null
{ "content_hash": "4f5e2c61b1eb49ce6b81c77e3eb5a0a1", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 37, "avg_line_length": 12.23076923076923, "alnum_prop": 0.6855345911949685, "repo_name": "mdoering/backbone", "id": "4336232c8036b271ae4b719460702c2767720158", "size": "205...
using System; using System.Collections.Generic; using System.Linq; class Program { static void Main() { int n = int.Parse(Console.ReadLine()); var minDist = double.MaxValue; List<Point> points = new List<Point>(); List<Point> closestPoints = new List<Point>(); for (int...
{ "content_hash": "2d23401e7bf2c80e7b1fa2d51845661c", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 94, "avg_line_length": 24.3125, "alnum_prop": 0.4697943444730077, "repo_name": "delian1986/SoftUni-C-Sharp-repo", "id": "ec0122afcf0bf6f72b817ee57e1355bf175a285a", "size": ...
<?xml version="1.0" encoding="UTF-8"?> <actions> <action> <actionName>CUSTOM-install (skip tests)</actionName> <displayName>install (skip tests)</displayName> <goals> <goal>clean</goal> <goal>install</goal> </goals> <pro...
{ "content_hash": "411311848fdc0cfc2cc98bae716a2f55", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 64, "avg_line_length": 30.857142857142858, "alnum_prop": 0.4861111111111111, "repo_name": "agapsys/scanner-maven-plugin-lib", "id": "3d93e14a216a4a1325e13f97f5da3998ba607949"...
title: ahe15 type: products image: /img/Screen Shot 2017-05-09 at 11.56.54 AM.png heading: e15 description: lksadjf lkasdjf lksajdf lksdaj flksadj flksa fdj main: heading: Foo Bar BAz description: |- ***This is i a thing***kjh hjk kj # Blah Blah ## Blah![undefined](undefined) ### Baah image1: ...
{ "content_hash": "0d4d90efbd10eb26f8a82f73d7ab3697", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 61, "avg_line_length": 22.333333333333332, "alnum_prop": 0.6656716417910448, "repo_name": "pblack/kaldi-hugo-cms-template", "id": "1416ec6b0b3d51d66e9e216e418166aa5d41608c", ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_51) on Sat May 24 10:54:47 EDT 2014 --> <title>enemies</title> <meta name="date" content="2014-05-24"> <link rel="stylesheet" type="tex...
{ "content_hash": "5a62c3b0573227f04b2d4ec430afc46c", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 121, "avg_line_length": 44.34615384615385, "alnum_prop": 0.6895056374674762, "repo_name": "Avantol13/Improved-Classic-Snake-Game", "id": "6da404c60d56ed6e5f45065b20e2b1b22643...
import React from 'react'; import PostImage from '../components/story/PostImage'; import TwoPostImages from '../components/story/TwoPostImages'; import StoryPage from '../components/story/StoryPage'; import StoryTextBlock from '../components/story/StoryTextBlock'; import StoryImages from '../components/story/StoryImage...
{ "content_hash": "ac3e2d217897d58dc4c628096305b4e6", "timestamp": "", "source": "github", "line_count": 134, "max_line_length": 132, "avg_line_length": 44.8955223880597, "alnum_prop": 0.5997340425531915, "repo_name": "danpersa/remindmetolive-react", "id": "b5ae6d78cbfc11475c3bc0cb1f8fbbe582d0385c", ...
<?php namespace SilverStripe\FullTextSearch\Search\Processors; use SilverStripe\Core\Config\Config; use stdClass; use Symbiote\QueuedJobs\Services\QueuedJob; use Symbiote\QueuedJobs\Services\QueuedJobService; if (!interface_exists(QueuedJob::class)) { return; } class SearchUpdateQueuedJobProcessor extends Searc...
{ "content_hash": "3ff194d02cd60345355c0a7fcaaa1d7e", "timestamp": "", "source": "github", "line_count": 108, "max_line_length": 106, "avg_line_length": 25.12037037037037, "alnum_prop": 0.6162919277552524, "repo_name": "silverstripe-labs/silverstripe-fulltextsearch", "id": "edb70027f2c3592b872aa4a7192...
using System; using System.Diagnostics; using System.Net.Security; using System.Runtime.InteropServices; using System.Security.Authentication; using System.Security.Authentication.ExtendedProtection; using System.Security.Cryptography; using Microsoft.Win32.SafeHandles; internal static partial class Interop { inte...
{ "content_hash": "3dd92e344a314ba9a8063fca9ceecbd7", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 126, "avg_line_length": 51.5, "alnum_prop": 0.7925396014307614, "repo_name": "kkurni/corefx", "id": "4daac203ac0824e5e6a13724290e2ebf3aebf405", "size": "2161", "binary": ...
 using System; using System.Collections.Generic; using ZyGames.Framework.Model; using ZyGames.Framework.Net.Redis; using ZyGames.Framework.Redis; namespace ZyGames.Framework.Net { /// <summary> /// /// </summary> public class RedisTransponder : ITransponder { /// <summary> ...
{ "content_hash": "93daf210a087dc9e2ab82969b60ad46c", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 123, "avg_line_length": 31.75, "alnum_prop": 0.5497494631352899, "repo_name": "wenhulove333/ScutServer", "id": "43aeb75729f9bf58b46fc9c6e709fba028642304", "size": "2662", ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "d9eccf5fd22d173ea5480c90864e98d3", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "179b9a17066c4b212379402950f5e4d74ec64997", "size": "200...
[NativeBase](https://nativebase.io/) makes use of <code>List</code> to design Forms that include group of related input components. Include any combination of NativeBase components to make up your form.<br/> Input is a NativeBase component built on top of React Native's <code>TextInput</code>. A foundational component ...
{ "content_hash": "5bde19061a8e8551b4bef2acd335a9fb", "timestamp": "", "source": "github", "line_count": 225, "max_line_length": 226, "avg_line_length": 35.84444444444444, "alnum_prop": 0.4917544947303162, "repo_name": "GeekyAnts/native-base-docs", "id": "45ad064c70a9a20f8a57a55a7f71b0c8a9914b1a", "...
use dfa::Dfa; use error::Error; use itertools::Itertools; use look::Look; use nfa::{Accept, Nfa, NoLooks, State, StateIdx, StateSet}; use num_traits::PrimInt; use range_map::{Range, RangeMap, RangeMultiMap}; use std::{char, u8, usize}; use std::cmp::max; use std::collections::{HashMap, HashSet}; use std::fmt::Debug; us...
{ "content_hash": "40d4f628a6a82d1253938ec40c35628d", "timestamp": "", "source": "github", "line_count": 793, "max_line_length": 109, "avg_line_length": 39.98360655737705, "alnum_prop": 0.5500678083703914, "repo_name": "jneem/regex-dfa", "id": "34d60f945b81673f09a0e44e4fe932fbff6836f6", "size": "320...
import gdb import sys import re from glib_gobject_helper import g_type_to_name, g_type_name_from_instance, \ g_type_to_typenode, g_quark_to_string if sys.version_info[0] >= 3: long = int def is_gst_type(val, klass): def _is_gst_type(type): if str(type) == klass: return True ...
{ "content_hash": "5ba1b0ff9ae9da466d86494b4e6715f6", "timestamp": "", "source": "github", "line_count": 946, "max_line_length": 79, "avg_line_length": 33.30443974630021, "alnum_prop": 0.49704818129880024, "repo_name": "google/aistreams", "id": "75ccc6d95565e2ebc5da8d1254a7c202ea14fb83", "size": "32...
/* -*- mode: c++; indent-tabs-mode: nil -*- */ /* Bioturbation via diffusion Authors: Ethan Coon (ecoon@lanl.gov) */ #include "Epetra_SerialDenseVector.h" #include "bioturbation_evaluator.hh" namespace Amanzi { namespace BGC { namespace BGCRelations { BioturbationEvaluator::BioturbationEvaluator(Teuchos::Par...
{ "content_hash": "bcc116622b906230b99aa2021369df7b", "timestamp": "", "source": "github", "line_count": 109, "max_line_length": 114, "avg_line_length": 29.045871559633028, "alnum_prop": 0.6225521162349968, "repo_name": "amanzi/ats-dev", "id": "a88cbd9405448774cd19c65af44d79ffda5dfdc3", "size": "316...
/* * color_ramp_editor_plugin.cpp */ #include "color_ramp_editor_plugin.h" #include "spatial_editor_plugin.h" #include "canvas_item_editor_plugin.h" ColorRampEditorPlugin::ColorRampEditorPlugin(EditorNode *p_node, bool p_2d) { editor=p_node; ramp_editor = memnew( ColorRampEdit ); _2d=p_2d; if (p_2d) add_con...
{ "content_hash": "33b9ae14c0a6dc69fb83d9b95d6cbf94", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 121, "avg_line_length": 29.08695652173913, "alnum_prop": 0.7133781763826607, "repo_name": "agusbena/godot", "id": "854a0149a52ca3ab07fa52c76e42427f75ef22c7", "size": "2676"...
(HTML (HEAD (script Atype text/javascript "\n This is a <b>test</b>. Don't go crazy! </i>\n )script )HEAD (body )body )HTML
{ "content_hash": "410b50fbaf571fafdb1691f439a9d9cf", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 49, "avg_line_length": 12.4, "alnum_prop": 0.6612903225806451, "repo_name": "HtmlUnit/htmlunit-neko", "id": "dbca26cf77c60537905dbcb809231d86a111c606", "size": "124", "bi...
Token::Token(TokenType pType, std::string pRepresentation) { mType = pType; mValue = pRepresentation; } //Constructs a literal token from a double value Token::Token(double pValue) { mValueAsFloat = pValue; mType = eLiteral; } //Returns the float value of the token, for literals double Token::getValue() { retu...
{ "content_hash": "f1e31648c179ee31fdfd2b12375cdc59", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 58, "avg_line_length": 17.166666666666668, "alnum_prop": 0.7320388349514563, "repo_name": "TaylorP/3DGraphingCalculator", "id": "4fb307efaa2bf2811550f523394d9f0ac5afb287", ...
/** Automatically generated file. DO NOT MODIFY */ package zsl.ex2.wifip2p; public final class BuildConfig { public final static boolean DEBUG = true; }
{ "content_hash": "ae2b3b4bb01ad315c3dda9508ef2d55a", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 50, "avg_line_length": 26.166666666666668, "alnum_prop": 0.7452229299363057, "repo_name": "PeriForGWP/Test", "id": "d8c83b6df2f88aae7fced16bac238c5fff46fd2f", "size": "157",...
REGISTER_TEST_CASE(Core); bool TestCore::Init() { return true; } void TestCore::RunTests(const std::string& filter) { RUN_TEST(Time, filter); RUN_TEST(TimeTicks, filter); } std::string TestCore::TestTime() { pp::Core* core = pp::Module::Get()->core(); PP_Time time1 = core->GetTime(); ASSERT_TRUE(time1 > ...
{ "content_hash": "92e1027907216b51e40964b283fe1be8", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 52, "avg_line_length": 19.37837837837838, "alnum_prop": 0.6359832635983264, "repo_name": "nwjs/chromium.src", "id": "1557085d25eccefa74e924446562c34e7de3249c", "size": "103...
// https://leetcode.com/problems/reverse-nodes-in-k-group/description/ /** * Definition for singly-linked list. * function ListNode(val) { * this.val = val; * this.next = null; * } */ function ListNode(val) { this.val = val; this.next = null; } /** * @param {ListNode} head * @param {number} k * ...
{ "content_hash": "9cf5588c0539be49fd45fca4af6fb65d", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 70, "avg_line_length": 22.71875, "alnum_prop": 0.6368638239339752, "repo_name": "lon-yang/leetcode", "id": "e699090265649cc54e1fdfba4039f5320426e592", "size": "1454", "bi...
<!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/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>Jnomics-manager: Jn...
{ "content_hash": "53b93c2993faa72eeffd6918012ca89c", "timestamp": "", "source": "github", "line_count": 141, "max_line_length": 550, "avg_line_length": 41.638297872340424, "alnum_prop": 0.6676886390734117, "repo_name": "kbase/docs", "id": "a4e07bcb32f85e0b7de2f7d72094cb4ab2fce2ed", "size": "5871", ...
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("09...
{ "content_hash": "a8ede15eaaf864bc5e431ba8ab68c239", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 39.138888888888886, "alnum_prop": 0.7459190915542938, "repo_name": "kossov/Telerik-Academy", "id": "9f63001ee3b6de32fe3503493a94d2594757f04b", "size"...
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: android/libcore/xml/src/main/java/org/xmlpull/v1/sax2/Driver.java // #ifndef _OrgXmlpullV1Sax2Driver_H_ #define _OrgXmlpullV1Sax2Driver_H_ #include "J2ObjC_header.h" #include "org/xml/sax/Attributes.h" #include "org/xml/sax/Locator.h" #include "org/...
{ "content_hash": "6d9b5c16000182c7fd6c8b5f7157dd12", "timestamp": "", "source": "github", "line_count": 163, "max_line_length": 158, "avg_line_length": 34.98159509202454, "alnum_prop": 0.7905997895475272, "repo_name": "benf1977/j2objc-serialization-example", "id": "56801a403b8af427df23bcd9d780aaa2300...
package org.robolectric.bytecode; public class ShadowConfig { public final String shadowClassName; public final boolean callThroughByDefault; ShadowConfig(String shadowClassName, boolean callThroughByDefault) { this.callThroughByDefault = callThroughByDefault; this.shadowClassName = shadow...
{ "content_hash": "d2987c1975efcc7b6defba0b04bdade5", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 72, "avg_line_length": 30.818181818181817, "alnum_prop": 0.7669616519174042, "repo_name": "dierksen/robolectric", "id": "6ae24532e98181c3a465bf5e2dca87cdbc2845ca", "size": ...
package org.docksidestage.sqlite.dbflute.readonly.exentity; import org.docksidestage.sqlite.dbflute.readonly.bsentity.RoyBsServiceRank; /** * The entity of SERVICE_RANK. * <p> * You can implement your original methods here. * This class remains when re-generating. * </p> * @author DBFlute(AutoGenerator) */ pub...
{ "content_hash": "f2f0c449b3655335eb94c182eb3ac9be", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 75, "avg_line_length": 29.294117647058822, "alnum_prop": 0.7530120481927711, "repo_name": "dbflute-test/dbflute-test-dbms-sqlite", "id": "7c0065a306373901b30cf1c72bfb2375f984...
package net.ceos.project.poi.annotated.core; import java.util.Arrays; import java.util.List; import net.ceos.project.poi.annotated.annotation.XlsGroupColumn; import net.ceos.project.poi.annotated.annotation.XlsGroupRow; /** * This class manage the group of columns and/or rows to apply to one sheet. * * @version...
{ "content_hash": "04b2a996a375a8c931872b98b03580e2", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 100, "avg_line_length": 27.246153846153845, "alnum_prop": 0.7131564088085828, "repo_name": "cacristo/ceos-project", "id": "0da851c24eec7bf52911c334956e60e79023fc9e", "size"...
using System; using System.Collections.Generic; using System.Web.Http; using System.Web.Http.Cors; using System.Web.Http.Description; using FLS.Data.WebApi.Location; using FLS.Server.Service; namespace FLS.Server.WebApi.Controllers { /// <summary> /// Length unit types controller /// </summary> //[Au...
{ "content_hash": "566ef657c23095940eca07932dcd3fd9", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 92, "avg_line_length": 29.34090909090909, "alnum_prop": 0.6320681642137878, "repo_name": "flightlog/flsserver", "id": "169c072f82f6b783f50bef92971e03c2024aafe8", "size": "1...
unsigned int can_transition(config_t *cfg, const char *path, const char *input) { config_setting_t *accepts = config_lookup(cfg, path); int length = config_setting_length(accepts); int i; for(i = 0; i < length; ++i) { const char *cur = config_setting_get_string_elem(accepts, i); if(*cur ...
{ "content_hash": "742b63809ab97d9a78de8acd3262864b", "timestamp": "", "source": "github", "line_count": 135, "max_line_length": 164, "avg_line_length": 37.05925925925926, "alnum_prop": 0.5468718768738757, "repo_name": "colatkinson/automata", "id": "5ad67360a98ada25394d18939fbe62dbb3cb4f6c", "size":...
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chromeos/ime/xkeyboard.h" #include <cstdlib> #include <cstring> #include <queue> #include <set> #include <utility> #include "base/bind.h" #inc...
{ "content_hash": "c81ce087d01dbaa73d23fba1cc13a139", "timestamp": "", "source": "github", "line_count": 465, "max_line_length": 80, "avg_line_length": 29.640860215053763, "alnum_prop": 0.684756584197925, "repo_name": "patrickm/chromium.src", "id": "8f2adc824563dc275612747b8997e67f4658e3c3", "size":...
namespace geofeatures_boost {} namespace boost = geofeatures_boost; namespace geofeatures_boost { namespace numeric { template<class S> struct Trunc { typedef S source_type ; typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; static source_type nearbyint ( argument_type s ) { #if !...
{ "content_hash": "27e2ef7fcf90475034d4f896403df0f0", "timestamp": "", "source": "github", "line_count": 170, "max_line_length": 115, "avg_line_length": 22.158823529411766, "alnum_prop": 0.6570215025219007, "repo_name": "sachindeorah/geofeatures", "id": "830b7d841cab555d14fe8acc7bb661387d434f64", "s...
Learn C stuff in less than 7 days Check https://github.com/STB1019/SkullOfSummer/wiki to access the manual of the skull
{ "content_hash": "ddde30d0f7cb32e13b92ae14afc79165", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 85, "avg_line_length": 40.666666666666664, "alnum_prop": 0.7868852459016393, "repo_name": "STB1019/SkullOfSummer", "id": "50f8441a87b66b0a7d47eaa0eacf4b72e6a48888", "size": ...
using System.Data.Entity.Migrations; namespace MyFishEye.Entities.Migrations { public partial class SecondShoot : DbMigration { public override void Up() { DropIndex("dbo.UserGroup", "IX_UserGroup_Description"); } public override void Down() { ...
{ "content_hash": "28176f29ffb2e991f1fbb71d38c11878", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 104, "avg_line_length": 25.705882352941178, "alnum_prop": 0.5995423340961098, "repo_name": "danieleperugini/ASP-NET-MVC-Custom-Identity-Authentication", "id": "eec4e6e7453991...
<?php declare(strict_types=1); namespace bovigo\vfs; use function class_alias; use function clearstatcache; use function strlen; use function strncmp; use function strstr; use function time; /** * Base stream contents container. */ abstract class vfsStreamAbstractContent implements vfsStreamContent { /** ...
{ "content_hash": "44b884f434352d344e45a4299df10cdb", "timestamp": "", "source": "github", "line_count": 402, "max_line_length": 94, "avg_line_length": 20.945273631840795, "alnum_prop": 0.5309976247030879, "repo_name": "mikey179/vfsStream", "id": "f448bfe63e91f81bdce8a21078751eb7aa1b0c8f", "size": "...
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>CTEBeamFollow | demofile</title> <meta name="description" content="Documentation for demofile"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="st...
{ "content_hash": "e77c9b6ae5c97fae6cdf949320232eed", "timestamp": "", "source": "github", "line_count": 184, "max_line_length": 215, "avg_line_length": 41.83152173913044, "alnum_prop": 0.639599844095102, "repo_name": "saul/demofile", "id": "aa078cc2d234810b842ecd67b02b47bfd8c289ec", "size": "7697",...
An IMaterialDefinition object represents a material definition in the game. A Material Definition is needed if you want to create a new block. # 导入相关包 It might be required for you to import the package if you encounter any issues, so better be safe than sorry and add the import. `import mods.contenttweaker.BlockMat...
{ "content_hash": "8d67479e6e0f6b1cf0360a3a4dce624b", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 142, "avg_line_length": 58.85294117647059, "alnum_prop": 0.4362818590704648, "repo_name": "jaredlll08/CraftTweaker-Documentation", "id": "4ab69526e460d4c16b5c5ce8f76333c09054...
> see https://aka.ms/autorest This is the AutoRest configuration file for managedApplication. ## Getting Started To build the SDKs for My API, simply install AutoRest via `npm` (`npm install -g autorest`) and then run: > `autorest readme.md` To see additional help and options, run: > `autorest --help` For other ...
{ "content_hash": "5f8f0ce360666cda399ae81fde015abc", "timestamp": "", "source": "github", "line_count": 165, "max_line_length": 121, "avg_line_length": 27.503030303030304, "alnum_prop": 0.753415601586602, "repo_name": "solankisamir/azure-rest-api-specs", "id": "1771900ef1d2d76fd2358417f0bb007193ed431...
using System; // Task Description: // Create console application that prints your first and last name, each at a separate line. namespace FirstAndLastName { class FirstAndLastName { static void Main() { string FirstName = "Vesela"; string LastName = "Karkova"; ...
{ "content_hash": "d6c42492890ed77dc601ed85bf08e174", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 92, "avg_line_length": 26.333333333333332, "alnum_prop": 0.5843881856540084, "repo_name": "VesKark/Telerik-Academy-BG", "id": "995bb10625f6710264aaae857707c028dd2f3a61", "s...
layout: post title: Unraid Server Setup subtitle: file storage and much more... date: 2021-01-30 background: /img/headers/maligne_lake4.jpg comments: true published: true --- Having run a [basic media server](/2018/01/19/private_media_server/) on an old Ubuntu box for a few years now, I found some time over the holida...
{ "content_hash": "0d06f6bf549cc415ed1cf81effe8176d", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 440, "avg_line_length": 63.648648648648646, "alnum_prop": 0.7573248407643313, "repo_name": "guydavis/guydavis.github.io", "id": "dc761ac9350be436f84d2d9ab4adff363735f99b", ...
using System; using PdfSharp.Charting; namespace MigraDoc.Rendering.ChartMapper { /// <summary> /// The XValuesMapper class. /// </summary> public class XValuesMapper { /// <summary> /// Initializes a new instance of the <see cref="XValuesMapper"/> class. /// </summary> public XValuesMapper()...
{ "content_hash": "ba046798360a633aaff849a4608e8905", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 189, "avg_line_length": 31.975, "alnum_prop": 0.6856919468334637, "repo_name": "jgshumate1/Migradoc", "id": "25b1667832241e6f51f11be4dd620ed0169b6766", "size": "2663", "b...
NAME= vips SRC = vips.opt CCFLAGS := -pthread $(CCFLAGS) LIBS := -lm -ldl -lstdc++ $(LIBS) TX_RUNTIME_FLAGS := $(TX_RUNTIME_FLAGS) -D THRESHOLD=5000 TX_PASS_FLAGS := $(TX_PASS_FLAGS) -called-from-outside=_events_thread TX_PASS_FLAGS := $(TX_PASS_FLAGS) -func-explicit-trans include ../../Makefile.$(ACTION)
{ "content_hash": "1a7bbdd84749e2999057c7c7ba2fe9a6", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 69, "avg_line_length": 20.933333333333334, "alnum_prop": 0.6687898089171974, "repo_name": "tudinfse/haft", "id": "932b69bdeac905b53706d257a947e424c1922db4", "size": "314", ...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ChangeListManager"> <list default="true" id="cca0973c-fb7e-4eed-b5f9-77074a29274a" name="Default" comment=""> <<<<<<< HEAD <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/conftest.py" /> <change type="NEW" beforePa...
{ "content_hash": "9c3349f6f3ddd22cd61d0c1f24540382", "timestamp": "", "source": "github", "line_count": 926, "max_line_length": 247, "avg_line_length": 51.595032397408204, "alnum_prop": 0.6160286330242586, "repo_name": "fiore24/python_training", "id": "4f421ea67e26c17945522371f8d61e3119fa44f1", "si...
/* * serialization_utils.h * * Created on: May 12, 2014 * Author: hendrik */ #ifndef SERIALIZATION_UTILS_H_ #define SERIALIZATION_UTILS_H_ #include <arpa/inet.h> #include <boost/property_tree/ptree.hpp> #include <boost/property_tree/json_parser.hpp> namespace keyvi { namespace dictionary { namespace fsa...
{ "content_hash": "01d4dd5bff8061613a82fd3c29f6d9f4", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 75, "avg_line_length": 25.879310344827587, "alnum_prop": 0.6822118587608261, "repo_name": "DavidNemeskey/keyvi", "id": "01d7fee8b82984f7d84856ba951e6a0cfa207ff9", "size": "...
package org.eclipse.bpmn2.impl; import org.eclipse.bpmn2.Bpmn2Package; import org.eclipse.bpmn2.GlobalConversation; import org.eclipse.emf.ecore.EClass; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Global Conversation</b></em>'. * <!-- end-user-doc --> * * @generated */ public...
{ "content_hash": "c3c11e4ad066d5947a21be7d3d4cef7f", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 93, "avg_line_length": 20.77777777777778, "alnum_prop": 0.6671122994652406, "repo_name": "porcelli-forks/kie-wb-common", "id": "74e99b298f01794997359d4fad1f7332f3b89923", "...
'use strict'; let express = require('express'), app = express(), port = process.env.PORT; app.use( (req, res, next) => { res.setHeader('X-POWERED-BY', 'analogbird.com'); return next(); }, require('body-parser').json(), require('body-parser').urlencoded({ extended: false }), ...
{ "content_hash": "97e4b30c768b27b57b5bd3e22f4799bd", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 68, "avg_line_length": 24.608695652173914, "alnum_prop": 0.5795053003533569, "repo_name": "Analogbird/aBird.co.api", "id": "44ca5c2d3d95ba5fc303fb373cbeb8f974425c52", "size...
package com.handmark.pulltorefresh.library.internal; import android.annotation.SuppressLint; import android.content.Context; import android.graphics.Matrix; import android.graphics.drawable.Drawable; import android.view.View; import android.view.animation.Animation; import android.view.animation.Animation.AnimationLi...
{ "content_hash": "eb12f94a5e1bc397f979385cf26875e5", "timestamp": "", "source": "github", "line_count": 133, "max_line_length": 111, "avg_line_length": 30.127819548872182, "alnum_prop": 0.7771400049912652, "repo_name": "arventwei/iAirAndroid", "id": "390561a62ee86e98502dabf8b7f0e16e9963e872", "size...
'use strict'; angular.module("snippetShare") .controller("ModalInstanceCtrl", function ($scope, $modalInstance, memebers) { $scope.members = memebers; $scope.ok = function () { $modalInstance.close(); }; $scope.cancel = function () { $modalInstance.dismiss...
{ "content_hash": "4e468582a69f5189c1ebbbb6453238b5", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 82, "avg_line_length": 22, "alnum_prop": 0.5482954545454546, "repo_name": "jiangxiaoli/SnippetShare", "id": "fd4fd9d40b4327acacd82ee597b6ea9ed7744a1c", "size": "352", "bi...
package io.debezium.connector.mongodb; import org.apache.kafka.connect.data.Schema; import org.apache.kafka.connect.data.Struct; import io.debezium.config.CommonConnectorConfig; import io.debezium.connector.AbstractSourceInfoStructMaker; public class MongoDbSourceInfoStructMaker extends AbstractSourceInfoStructMake...
{ "content_hash": "3f2179266d70bec12b69d745802f6567", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 127, "avg_line_length": 40.84444444444444, "alnum_prop": 0.6893362350380848, "repo_name": "debezium/debezium", "id": "46fd457e47ecd3437967c16a4ebdc50b1c2f73f5", "size": "19...
ImageSequenceReader::ImageSequenceReader(ImageSourceSettings& settings) { startFrameNo = settings.startFrame; totalFrameNo = settings.numFrames; m_nWidth = settings.width; m_nHeight = settings.height; inputPath = settings.dataPath; imgFormat = settings.imageFormat; currentFrameNo = startFrameNo; char ...
{ "content_hash": "782a7bee898de6bfd0dce9ff78ac1c83", "timestamp": "", "source": "github", "line_count": 235, "max_line_length": 124, "avg_line_length": 30.77872340425532, "alnum_prop": 0.6246370800497719, "repo_name": "cvfish/PangaeaTracking", "id": "efbaf3963716d5a1d3c71611a4ac73b884f73b67", "size...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ipc: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" re...
{ "content_hash": "71e473c73b6c242dd6f15db923a4d13b", "timestamp": "", "source": "github", "line_count": 181, "max_line_length": 159, "avg_line_length": 42.03867403314917, "alnum_prop": 0.5668287554212117, "repo_name": "coq-bench/coq-bench.github.io", "id": "a2a61e4ea88ddf0295934b1c4ca1476b1a5dc66c", ...
#import "Elements.h" #import "DatabaseOperations.h" @implementation LabelParser - (BOOL)endElement:(NSError **)error { [super endElement:error]; // The Label is CData: <xf:label>A Label</xf:label> // We don't commit a label to the database directly, // rather, a label is always nested under a c...
{ "content_hash": "1fe99dab2152f163d3454b155a8088a9", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 83, "avg_line_length": 24.77777777777778, "alnum_prop": 0.6973094170403588, "repo_name": "dankrywenky/ocRosa", "id": "5e7aa0834302b994407c37014ffc963d5b536de7", "size": "10...
module Gouge module TokenAuthentication extend ::ActiveSupport::Concern # Please see https://gist.github.com/josevalim/fb706b1e933ef01e4fb6 # before editing this file, the discussion is very interesting. included do private :authenticate_user_from_token! # This is our new function that c...
{ "content_hash": "d67b3c962752614101ff6f1acfd5dabc", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 90, "avg_line_length": 36.594202898550726, "alnum_prop": 0.6700990099009901, "repo_name": "starqle/gouge", "id": "2798228202549515a6ebe0cb976c2171d7d404d6", "size": "3329",...
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * dist...
{ "content_hash": "7ce8a6082ee454ab8ffc2a30929ac547", "timestamp": "", "source": "github", "line_count": 179, "max_line_length": 138, "avg_line_length": 30.094972067039105, "alnum_prop": 0.7198811954705773, "repo_name": "holisticon/camunda-bpm-platform", "id": "7ea190acb604bdfc7ad07b955b65e23d35a54ba1...
using log4net; using NServiceBus; using NServiceBus.Saga; #region thesaga public class OrderSaga : Saga<OrderSagaData>, IAmStartedByMessages<StartOrder>, IHandleMessages<CompleteOrder> { static ILog logger = LogManager.GetLogger(typeof(OrderSaga)); public override void ConfigureHowToFindSaga() { ...
{ "content_hash": "26f6f3d0cb5aa1826749bd3a65b6080e", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 131, "avg_line_length": 31.2, "alnum_prop": 0.641941391941392, "repo_name": "pashute/docs.particular.net", "id": "edb7af454e0dc1c5da94f3d8c586b73b73ed87d4", "size": "1094",...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Templates - Firebrick JS API</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" hr...
{ "content_hash": "adc13a6cfa62f1826a4b5a05bdf20549", "timestamp": "", "source": "github", "line_count": 275, "max_line_length": 107, "avg_line_length": 26.636363636363637, "alnum_prop": 0.4536518771331058, "repo_name": "smasala/firebrick", "id": "e666ee9fc4b00c2d6c6772a99366180b8b9da580", "size": "...
<?php namespace PHPExiftool\Driver\Tag\XMPCc; use JMS\Serializer\Annotation\ExclusionPolicy; use PHPExiftool\Driver\AbstractTag; /** * @ExclusionPolicy("all") */ class LegalCode extends AbstractTag { protected $Id = 'legalcode'; protected $Name = 'LegalCode'; protected $FullName = 'XMP::cc'; ...
{ "content_hash": "56e31bea104bc9948cdd0051b63a4058", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 46, "avg_line_length": 15.444444444444445, "alnum_prop": 0.6510791366906474, "repo_name": "bburnichon/PHPExiftool", "id": "420cc7e3985fab1c3005c2aa52ba6f233c242b13", "size"...
package io.datakernel.multilog; public final class PartitionAndFile { private final String logPartition; private final LogFile logFile; public PartitionAndFile(String logPartition, LogFile logFile) { this.logPartition = logPartition; this.logFile = logFile; } public String getLogPartition() { return logPa...
{ "content_hash": "8ca53c71afb81a30657395432d5dd7a3", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 64, "avg_line_length": 20.36842105263158, "alnum_prop": 0.7648578811369509, "repo_name": "softindex/datakernel", "id": "3c5b4b79bd7622f3c27c404d0e80138d1b6db6cf", "size": "...
reproduction::mac!(); fn main() {}
{ "content_hash": "45d00d9a763c724f11104696d8cbbeba", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 21, "avg_line_length": 12, "alnum_prop": 0.5833333333333334, "repo_name": "graydon/rust", "id": "c1f4331438e5762dcdf84d17481ab2a9b979d8da", "size": "133", "binary": false,...
using System.Collections.Generic; using System.Linq; using UnityEngine; using UtyDepend; using UtyMap.Unity; using Mesh = UtyMap.Unity.Mesh; namespace Assets.Scripts.Core.Plugins { /// <summary> Responsible for building Unity game objects from meshes and elements. </summary> internal class GameObjectBuilder ...
{ "content_hash": "6a11604206ab488b026e21efd3e1b003", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 124, "avg_line_length": 34.779661016949156, "alnum_prop": 0.6189083820662769, "repo_name": "reinterpretcat/utymap", "id": "1a573efd539e18e9c163f5b31a5e17c3458ad8b9", "size"...