text
stringlengths
2
1.04M
meta
dict
import subprocess import errno import select import os _PIPE_BUF = getattr(select, 'PIPE_BUF', 512) def run_process(cmd, stdin=None, iterate_stdin=True, output_chunk_size=1024, shell=True, to_close=None, cwd=None): """ This is a modification of subprocess.Popen.communicate that accepts an iterable stdin and...
{ "content_hash": "cecd2d7b20a70387b0fbd1414804c6de", "timestamp": "", "source": "github", "line_count": 86, "max_line_length": 126, "avg_line_length": 33.04651162790697, "alnum_prop": 0.49929627023223083, "repo_name": "sdcooke/django_bundles", "id": "979d44b8a6930a45b74f414d256bc3094f563ff2", "size...
use super::from_bytes::FromBytes; #[repr(packed)] pub struct VdevLabel { pub blank: [u8; 8 * 1024], pub boot_header: [u8; 8 * 1024], pub nv_pairs: [u8; 112 * 1024], pub uberblocks: [u8; 128 * 1024], } impl FromBytes for VdevLabel { } ///////////////////////////////////////////////////////////////////...
{ "content_hash": "13caff9a21ebc40c7c8597f5464b67c9", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 100, "avg_line_length": 27.517241379310345, "alnum_prop": 0.543859649122807, "repo_name": "NobbZ/redox", "id": "67d020ae3c43ece8097b7fb0d21c904fff201485", "size": "798", ...
package com.amazonaws.services.codecommit.model; import java.io.Serializable; import javax.annotation.Generated; /** * * @see <a href="http://docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/PostCommentForComparedCommit" * target="_top">AWS API Documentation</a> */ @Generated("com.amazonaws:aws-java-s...
{ "content_hash": "0ea9e3a7176c865fca7a68cd933394e2", "timestamp": "", "source": "github", "line_count": 433, "max_line_length": 161, "avg_line_length": 32.08083140877598, "alnum_prop": 0.6134907494060903, "repo_name": "aws/aws-sdk-java", "id": "f72e3ff51e33858d3c1869cafaf44566b2e95594", "size": "14...
export EDITOR=vim export SHELL=/bin/bash #SVN_EDITOR='/Applications/TextWrangler.app/Contents/MacOS/TextWrangler' export SVN_EDITOR='vim' # add to PATH export PATH="$PATH:/usr/local/sbin:~/Shell" # enable shims and autocompletion if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi # command aliases alias ll...
{ "content_hash": "56c5e975e2021a38a6ec7e98c3f99f53", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 72, "avg_line_length": 23.09090909090909, "alnum_prop": 0.7296587926509186, "repo_name": "mtsagias/.dotfiles", "id": "a79db6e2751673720d0e6ab03b4f12aa14c57443", "size": "86...
#ifndef PEVAL_BADUGIHANDEVALUATOR_H_ #define PEVAL_BADUGIHANDEVALUATOR_H_ #include "PokerHandEvaluator.h" namespace pokerstove { /** * A specialized hand evaluator for hold'em. Not as slow. */ class BadugiHandEvaluator : public PokerHandEvaluator { public: BadugiHandEvaluator() : PokerHandEvaluator() ...
{ "content_hash": "47025c626f58174d4d500b5b16a14f07", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 103, "avg_line_length": 28.282608695652176, "alnum_prop": 0.6979246733282091, "repo_name": "andrewprock/pokerstove", "id": "ca38dfe707014f98b77ded1df83ff6a7ec0470d4", "size...
from validate_app import validateApp import os from distutils import spawn import sys from parse_files import parseOutHTseq, bringTogether from bashSub import bashSub def checkPreprocessApplications(): applications = ["./contaminant_screen.sh", "./extract_unmapped_reads.py", "super_deduper", "sickle", "flash2"] ...
{ "content_hash": "a34601f5b108f032d660ceb1cfe8f01f", "timestamp": "", "source": "github", "line_count": 125, "max_line_length": 132, "avg_line_length": 34.312, "alnum_prop": 0.45908137094893914, "repo_name": "msettles/expHTS", "id": "8d9ad50ad305f4b5bfd57f22474b942568488fcc", "size": "4289", "bin...
// Type definitions for React v15.0 // Project: http://facebook.github.io/react/ // Definitions by: Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>, John Reilly <https://github.com/johnnyreilly/> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped exp...
{ "content_hash": "58de029d0574e788eb226a9c96e122c9", "timestamp": "", "source": "github", "line_count": 2806, "max_line_length": 525, "avg_line_length": 41.34212401995723, "alnum_prop": 0.6284674930607037, "repo_name": "aikar/timings", "id": "e59234ae6c275aa3b3e883b857d5f717b7932732", "size": "1160...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc (version 1.7.0_01) on Sat Mar 24 00:58:28 CET 2012 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.r...
{ "content_hash": "88b21100c4af59ef5fbac3a8eddfb078", "timestamp": "", "source": "github", "line_count": 166, "max_line_length": 376, "avg_line_length": 44.644578313253014, "alnum_prop": 0.6560518148697881, "repo_name": "resthub/resthub.github.io", "id": "d179b4b5529418083125c237c95ed1594813ffee", "...
<?php /** * @file * Contains \Drupal\Core\Routing\RouteProvider. */ namespace Drupal\Core\Routing; use Drupal\Core\Cache\Cache; use Drupal\Core\Cache\CacheBackendInterface; use Drupal\Core\Cache\CacheTagsInvalidatorInterface; use Drupal\Core\Path\CurrentPathStack; use Drupal\Core\PathProcessor\InboundPathProcesso...
{ "content_hash": "e178c29f7bbce08bc809f41294210177", "timestamp": "", "source": "github", "line_count": 421, "max_line_length": 268, "avg_line_length": 31.57007125890736, "alnum_prop": 0.6413362425701603, "repo_name": "komejo/d8demo-dev", "id": "58b8320b40cf7b04053f30b996c066089f34a96f", "size": "1...
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2010-2015 Evolveum ~ ~ 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...
{ "content_hash": "99ba8d5920924c0088f89c041ab4aa52", "timestamp": "", "source": "github", "line_count": 444, "max_line_length": 194, "avg_line_length": 37.31306306306306, "alnum_prop": 0.5387215548982918, "repo_name": "PetrGasparik/midpoint", "id": "d10e180e918e4e438318fff3cc8c5aca62a86f80", "size"...
if (!$PSScriptRoot) { $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent } Write-Output "Retrieving signature card templates..." $CommonCardTemplates = @{ "A-1" = Get-Content $PSScriptRoot"\A-1.txt"; "A-2" = Get-Content $PSScriptRoot"\A-2.txt"; "A-3" = Get-Content $PSScriptRoot"\A-3.txt";...
{ "content_hash": "c8e8a17196e7886fe74a4cdb8a2b38fe", "timestamp": "", "source": "github", "line_count": 207, "max_line_length": 160, "avg_line_length": 56.54106280193237, "alnum_prop": 0.7636705399863295, "repo_name": "Lidaron/ExchangeSignatureCards", "id": "541b0e0162367be3c70b0a6f37884a99675ce693",...
@import UIKit; extern NSString *const kOTRProtocolLoginSuccess; extern NSString *const kOTRProtocolLoginFail; extern NSString *const kOTRProtocolLoginFailErrorKey; extern NSString *const kOTRProtocolLoginFailSSLStatusKey; extern NSString *const kOTRProtocolLoginFailHostnameKey; extern NSString *const kOTRProtocolLogin...
{ "content_hash": "c06bd11bd6ac07f94c6f1b50b62d71a3", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 67, "avg_line_length": 36.34848484848485, "alnum_prop": 0.8728636932055023, "repo_name": "riteshiosdev/iOS-UIKit", "id": "08e77e45d99782a8be568c8f0fdf67262b5ed1db", "size":...
CREATE TABLE [dbo].[ZZ_M_Movie_History] ( [HistoryID] INT IDENTITY (1, 1) NOT NULL, [ID] INT NOT NULL, [Year] INT NULL, [ImdbID] NVARCHAR (30) NULL, [ImdbRating] FLOAT (53) NULL, [ImdbPoster] NVAR...
{ "content_hash": "bbac4ddc68f1e809a390b1e3477c1ad5", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 75, "avg_line_length": 44.1875, "alnum_prop": 0.4893917963224894, "repo_name": "chakian/movie-archive", "id": "0bb737fdd729491c44b5444b2789d38659449142", "size": "709", "...
package swagger import ( "encoding/json" "reflect" "strings" ) // ModelBuildable is used for extending Structs that need more control over // how the Model appears in the Swagger api declaration. type ModelBuildable interface { PostBuildModel(m *Model) *Model } type modelBuilder struct { Models *ModelList Conf...
{ "content_hash": "3d55c9ee80905eb1aaf58d39497d399a", "timestamp": "", "source": "github", "line_count": 454, "max_line_length": 152, "avg_line_length": 28.389867841409693, "alnum_prop": 0.6810458530529909, "repo_name": "timoreimann/kubernetes-goclient-example", "id": "be58871d9dee20d710208a695163cf08...
using System; using System.Net; using System.Net.Sockets; using System.Text.RegularExpressions; using IPTables.Net.Exceptions; namespace IPTables.Net.Iptables.DataTypes { public struct IPPortOrRange { private static Regex ParsePattern = new Regex( @"^(?:(?:(?:\[(?<ip1_1>[0-9a-fA-f\:]+)\]-)...
{ "content_hash": "19bb996f54a67cf2a7e4029339b03b77", "timestamp": "", "source": "github", "line_count": 105, "max_line_length": 245, "avg_line_length": 35.34285714285714, "alnum_prop": 0.5443276744812718, "repo_name": "splitice/IPTables.Net", "id": "b0e20c8c9e18841ec318477e34e115273b377657", "size"...
'use strict'; describe('PIXI.Container', function () { describe('parent', function () { it('should be present when adding children to Container', function () { const container = new PIXI.Container(); const child = new PIXI.DisplayObject(); expect(container.c...
{ "content_hash": "77a2ca2b814ae37792c4269dd267ca90", "timestamp": "", "source": "github", "line_count": 610, "max_line_length": 111, "avg_line_length": 32.64590163934426, "alnum_prop": 0.56342271768605, "repo_name": "out-of-band/pixi.js", "id": "2d6518f1018c5d41b424115d397fd6f5ed9e1d65", "size": "1...
namespace balls { SphericalConeMesh::SphericalConeMesh(QObject *parent) : BaseCylindricalMesh(parent, Type::SphericalCone) { m_radius = 1.0; m_size = 1.0; m_slices = 32u; m_segments = 8u; m_rings = 4u; m_start = 0.0; m_sweep = 360.0; updateMesh(); } void SphericalConeMesh::setRings(unsigned int ring...
{ "content_hash": "a7fa84ea45b6ccc5dab5e22be0828c7c", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 59, "avg_line_length": 20.151515151515152, "alnum_prop": 0.637593984962406, "repo_name": "JesseTG/BALLS", "id": "a2dd84fabb5614dcf8bc5a1e86db445e071984eb", "size": "807", ...
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2006 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/licen...
{ "content_hash": "e0b179e28c4f94ab1a0b135131b6ed46", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 78, "avg_line_length": 44.458333333333336, "alnum_prop": 0.7357075913776945, "repo_name": "joewalnes/idea-community", "id": "052b35377326b55ad383c27ac4cf07118459feac", "siz...
/* */ package com.googlecode.objectify.test; import java.util.HashMap; import java.util.Map; import java.util.logging.Logger; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import com.google.appengine.api.datastore.DatastoreService; import com.google.appengine.api.data...
{ "content_hash": "831224785d30d1e787e9f27d73eb6826", "timestamp": "", "source": "github", "line_count": 111, "max_line_length": 137, "avg_line_length": 25.47747747747748, "alnum_prop": 0.7033239038189534, "repo_name": "gvaish/attic-objectify-appengine", "id": "250bbf3332a3360cc883d09b4e35bea83fec1df6...
require 'spec_helper' Feature 'top-level feature block' do end Ability 'top-level ability block' do end Story 'top-level story block' do end Component 'top-level component block' do end Workflow 'top-level workflow block' do end
{ "content_hash": "055c48758f2b2c1d2cebbcb7af8b8ef2", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 40, "avg_line_length": 14.5625, "alnum_prop": 0.7682403433476395, "repo_name": "jnyman/specify", "id": "4fdd1da3e3f840b73e8315f418a52e0901baa3dd", "size": "233", "binary"...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.jawnnypoo.geotune" android:installLocation="internalOnly"> <uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" /> <!-- To restore previously re...
{ "content_hash": "41d7fc33350abd83b59bd390c56b2e4c", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 97, "avg_line_length": 37.037974683544306, "alnum_prop": 0.619958988380041, "repo_name": "Commit451/GeoTune", "id": "3e6d9195f524d524ef62fa33070def8918a6095a", "size": "292...
class LibraryEntry < ActiveRecord::Base self.table_name = "watchlists" belongs_to :user belongs_to :anime has_many :genres, through: :anime has_many :stories, dependent: :destroy, foreign_key: :watchlist_id validates :user, :anime, :status, :episodes_watched, :rewatch_count, presence: true validate...
{ "content_hash": "fe438d837ce49c3fae058adeb56fc6f4", "timestamp": "", "source": "github", "line_count": 131, "max_line_length": 274, "avg_line_length": 40.0763358778626, "alnum_prop": 0.6607619047619048, "repo_name": "NuckChorris/hummingbird", "id": "ac0c01319a56f949231fbfb76977923b684ee118", "size...
"""Backend handler for Message Recall. Services requests as a private, dynamic backend. """ # setup_path required to allow imports from lib folder. import setup_path # pylint: disable=unused-import,g-bad-import-order import backend_views import webapp2 app = webapp2.WSGIApplication([ (r'/_ah/start', back...
{ "content_hash": "08393737e258c32c7e30ae85422d12c8", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 69, "avg_line_length": 30.833333333333332, "alnum_prop": 0.7432432432432432, "repo_name": "google/googleapps-message-recall", "id": "66de27c1b60e2abb4969de9d8ba8fb4aebe624df"...
import java.io.IOException; import java.util.Properties; import java.io.*; public class Site { private int num; public void getdata(){ Properties props = new Properties(); try { String filePath = "E:\\client\\num.properties"; InputStream fis = new FileInputStream(filePath); ...
{ "content_hash": "d2b0a0b9766a0ee99481bd89daeca4dd", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 69, "avg_line_length": 19.457142857142856, "alnum_prop": 0.6328928046989721, "repo_name": "xjtu3c/GranuleJ", "id": "565ab810e38c35cecaa3661242c2c839ad516f2c", "size": "681"...
'use strict'; function Contact(options) { if (!options) { options = {}; } this.id = options.id; this.name = options.name; this.email = options.email; } module.exports = Contact;
{ "content_hash": "37fcf44b8b3d7cf411ed96ba7ee2746f", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 16.384615384615383, "alnum_prop": 0.5727699530516432, "repo_name": "Azure-Samples/app-service-api-node-contact-list", "id": "5c12e43fa8ce7f552e06ecc826...
layout: single title: "Gegen Langenberg gelingt der zweite Saisonsieg" date: 2018-03-04 categories: - Mannschaftskampf excerpt: "04.03.2018 - Bei schönstem Frühlingswetter kehrten wir mit zwei Mannschaftspunkten im Gepäck von unserem Auswärtskampf in Langenberg nach Radevormwald zurück ..." --- Bei schönstem Frühli...
{ "content_hash": "59d19a1e9a87fd7addeb292c1dfaf2c1", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 78, "avg_line_length": 47.373333333333335, "alnum_prop": 0.817900365887982, "repo_name": "rsv1925/rsv1925.github.io", "id": "adb3846ea49e248db9c020242431398271ba6e97", "siz...
<?php namespace Brasa\TurnoBundle\Entity; use Doctrine\ORM\Mapping as ORM; /** * @ORM\Table(name="tur_factura_detalle") * @ORM\Entity(repositoryClass="Brasa\TurnoBundle\Repository\TurFacturaDetalleRepository") */ class TurFacturaDetalle { /** * @ORM\Id * @ORM\Column(name="codigo_factura_detalle_pk",...
{ "content_hash": "1bfce45772f90cad5b1ff1e56009bc1c", "timestamp": "", "source": "github", "line_count": 926, "max_line_length": 139, "avg_line_length": 22.02267818574514, "alnum_prop": 0.5973618398470063, "repo_name": "wariox3/brasa", "id": "3735a80878ebd1f031db2790b1d5b7f0e7dd6010", "size": "20393...
/** * conduitjs - Give any method a pre/post invocation pipeline.... * Author: Jim Cowart (http://freshbrewedcode.com/jimcowart) * Version: v0.3.2 * Url: http://github.com/ifandelse/ConduitJS * License: MIT */ (function (root, factory) { if (typeof module === "object" && module.exports) { // Node, or ...
{ "content_hash": "6dabdcf633cd6f12aeaffd5ccc1d10b9", "timestamp": "", "source": "github", "line_count": 136, "max_line_length": 100, "avg_line_length": 34, "alnum_prop": 0.4413927335640138, "repo_name": "robymes/WebApplicationTesting", "id": "8689c978e3dc63841124d893ca9741502a6083f7", "size": "4624...
package io.vertx.ext.web.sstore; import io.vertx.codegen.annotations.VertxGen; import io.vertx.core.Vertx; import io.vertx.core.json.JsonObject; import io.vertx.ext.web.sstore.impl.ClusteredSessionStoreImpl; /** * A session store which stores sessions in a distributed map so they are available across the cluster. ...
{ "content_hash": "f0e5b46727a84af357c6e22554023ed9", "timestamp": "", "source": "github", "line_count": 94, "max_line_length": 112, "avg_line_length": 31.19148936170213, "alnum_prop": 0.6971350613915416, "repo_name": "vert-x3/vertx-web", "id": "b73c6cb1b0cd40492fb45a02fb2217dd9702e4e7", "size": "34...
module Main(main,hello) where import qualified Hello import qualified Hello as H import Hello(exported) hello = Hello.hello main = Hello.hello
{ "content_hash": "810f34e5747d214ff5b9234b04e56b19", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 32, "avg_line_length": 17.333333333333332, "alnum_prop": 0.7371794871794872, "repo_name": "sgtest/haskell-module-import", "id": "cd252a2410119a11e6a45c06f953b10db2869cda", "...
void * memset(void * destination, int32_t character, uint64_t length); void * memcpy(void * destination, const void * source, uint64_t length); void * malloc(uint32_t size); void free(void * ptr); #endif
{ "content_hash": "21963d516e48aab0684b4c3860a6a64c", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 72, "avg_line_length": 34.166666666666664, "alnum_prop": 0.7170731707317073, "repo_name": "saques/fractalOS", "id": "9300ed09bfc7f319e032486b9ff2280fa7a16cec", "size": "255"...
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (16) on Thu Nov 03 10:43:13 MDT 2022 --> <title>Uses of Class com.easypost.model.Rate (com.easypost:easypost-api-client 5.10.0 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Ty...
{ "content_hash": "af240f6eadef2cc26568dd2dac3443ec", "timestamp": "", "source": "github", "line_count": 237, "max_line_length": 530, "avg_line_length": 90.30801687763713, "alnum_prop": 0.7044339578563753, "repo_name": "EasyPost/easypost-java", "id": "a3d69fc3ab53565b7988cdfd72a86787ec40b326", "size...
module Twingly module LiveFeed # A blog post # # @attr_reader [String] id the post ID (Twingly internal identification) # @attr_reader [String] author the author of the blog post # @attr_reader [String] url the post URL # @attr_reader [String] title the post title # @attr_reader [String] ...
{ "content_hash": "a66b59d8584f873cd80949e324f15627", "timestamp": "", "source": "github", "line_count": 93, "max_line_length": 105, "avg_line_length": 44.61290322580645, "alnum_prop": 0.6097854904796336, "repo_name": "twingly/twingly-search-api-ruby", "id": "518f16a978a14d501fc97b262eb711d583f76d6d",...
#include <linux/string.h> #include <linux/parser.h> #include <linux/timer.h> #include <linux/blkdev.h> #include <linux/slab.h> #include <linux/spinlock.h> #include <linux/module.h> #include <linux/falloc.h> #include <scsi/scsi.h> #include <scsi/scsi_host.h> #include <asm/unaligned.h> #include <target/target_core_bas...
{ "content_hash": "a84abc0f4aeee76e0f77882a2582ad8d", "timestamp": "", "source": "github", "line_count": 981, "max_line_length": 78, "avg_line_length": 24.978593272171253, "alnum_prop": 0.6351207966046359, "repo_name": "lokeshjindal15/pd-gem5", "id": "cf991a91a8a9699f655fd325f654cb16ed3046d5", "size...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>schroeder: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
{ "content_hash": "ad212cd25bc825ae55e1e59101f7fcbe", "timestamp": "", "source": "github", "line_count": 169, "max_line_length": 157, "avg_line_length": 41.994082840236686, "alnum_prop": 0.5496688741721855, "repo_name": "coq-bench/coq-bench.github.io", "id": "26ca3a05f49b78cd8469e6a1286249334e24c4e9",...
package immibis.core; import net.minecraft.server.EntityHuman; import net.minecraft.server.TileEntity; public abstract class TileCombined extends TileEntity { public boolean redstone_output = false; public void onBlockNeighbourChange() {} public boolean onBlockActivated(EntityHuman var1) { r...
{ "content_hash": "e686fcc0eb6d91851ba1c550875da56d", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 102, "avg_line_length": 23.347826086956523, "alnum_prop": 0.7094972067039106, "repo_name": "mushroomhostage/TubeStuff", "id": "f13be6a89a993c48733bcc107e70e3d9b0a39b97", "s...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="http://photonui.orangehilldev.com/images/photo...
{ "content_hash": "8de3bce103d57b4387437475f30a7d64", "timestamp": "", "source": "github", "line_count": 182, "max_line_length": 197, "avg_line_length": 75.20879120879121, "alnum_prop": 0.7274985388661601, "repo_name": "user-tony/photon-rails", "id": "195f40f2e739f533f8e92881acb5a40478ad7fb4", "size...
package ahcming.kit.gc.parse; import ahcming.kit.gc.kit.XmlUtil; import ahcming.kit.gc.model.Domain; import ahcming.kit.gc.model.GC; import ahcming.kit.gc.model.Project; import ahcming.kit.gc.model.Storage; import ahcming.kit.gc.xml.ParserEntityResolver; import ahcming.kit.gc.xml.ParserErrorHandler; import org.apache....
{ "content_hash": "c23885e47c84d2a06760fbf743fb90e0", "timestamp": "", "source": "github", "line_count": 161, "max_line_length": 94, "avg_line_length": 30.267080745341616, "alnum_prop": 0.6031192284013954, "repo_name": "tesla-cm/codeRobot", "id": "61cf7804d462c098a9aaa752e42ed7bcf3cc330d", "size": "...
package com.thoughtworks.go.apiv1.webhook.request; import com.thoughtworks.go.apiv1.webhook.request.payload.Payload; import com.thoughtworks.go.config.exceptions.BadRequestException; import org.junit.jupiter.api.Test; import spark.QueryParamsMap; import spark.Request; import java.util.Set; import static com.though...
{ "content_hash": "828c12192ddc0a38b09ee1d470924daa", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 120, "avg_line_length": 28.09090909090909, "alnum_prop": 0.6040992448759439, "repo_name": "Skarlso/gocd", "id": "7d2ab6d3a7026aecd39fcc5adc03e04da6baa57e", "size": "3382", ...
title: Release 0.49 short-description: Release notes for 0.49 ... # New features ## Libgcrypt dependency now supports libgcrypt-config Earlier, `dependency('libgcrypt')` could only detect the library with pkg-config files. Now, if pkg-config files are not found, Meson will look for `libgcrypt-config` and if it's fou...
{ "content_hash": "5fbde28ab2c3a33546c8a2b0a06c41f7", "timestamp": "", "source": "github", "line_count": 315, "max_line_length": 141, "avg_line_length": 30.61904761904762, "alnum_prop": 0.7301192327630897, "repo_name": "becm/meson", "id": "9a5e5f53b9309bae025f04e95c2b67c30dab8174", "size": "9649", ...
 using Finsa.CodeServices.Common.Text; using NUnit.Framework; using System; using System.Collections.Generic; using System.Text; namespace Finsa.CodeServices.UnitTests.Common.Text { [TestFixture] public class diff_match_patchTest : diff_match_patch { [Test] public void diff_commonPrefixTe...
{ "content_hash": "b7449320f2d91aec3db79f77f6e82413", "timestamp": "", "source": "github", "line_count": 1162, "max_line_length": 280, "avg_line_length": 50.561101549053355, "alnum_prop": 0.5435559640522876, "repo_name": "finsaspa/CodeServices", "id": "a401925b1eea4fb597dca2f3df92669284e3cf4c", "siz...
package com.lightbend.lagom.sbt.scripted import java.io.BufferedReader import java.io.InputStreamReader import java.net.HttpURLConnection import com.lightbend.lagom.sbt.Internal import com.lightbend.lagom.sbt.LagomPlugin import com.lightbend.lagom.sbt.NonBlockingInteractionMode import com.lightbend.lagom.core.Lagom...
{ "content_hash": "bfc6b85297f372b583e0d1e91f3ff572", "timestamp": "", "source": "github", "line_count": 279, "max_line_length": 123, "avg_line_length": 35.81362007168459, "alnum_prop": 0.6384107285828663, "repo_name": "lagom/lagom", "id": "4dd8e3f998132ed76ef172a752c105b40b725a04", "size": "10058",...
import unittest import os from test.aiml_tests.client import TestClient from programy.config.brain import BrainFileConfiguration # TODO make sure topic star and that star match for set # TODO <that><topic> can take single "1" and double "1,2" indexes class TopicStarTestClient(TestClient): def __init__(self): ...
{ "content_hash": "7a470c7b0c48b8eca93c61869132c5fc", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 116, "avg_line_length": 33.10344827586207, "alnum_prop": 0.7333333333333333, "repo_name": "dkamotsky/program-y", "id": "8a3218d86c6a771088eca58b603719e1c5c3ecc6", "size": "...
<?php namespace php_active_record; require_once(DOC_ROOT . 'vendor/simpletest/autorun.php'); require_once(DOC_ROOT . 'vendor/simpletest/web_tester.php'); class SimpletestWebBase extends \WebTestCase { function setUp() { Cache::flush(); $this->fixtures = load_fixtures('test'); } fu...
{ "content_hash": "e2f2982e87f28874984f418ed7c97c40", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 92, "avg_line_length": 25.125, "alnum_prop": 0.5497512437810945, "repo_name": "EOL/eol_php_code", "id": "e0f336bfac9abc9af095f68963d9fd6d4b4cf066", "size": "804", "binary...
'use strict'; angular .module('softvApp') .factory('encuestasFactory', function ($http, $q, globalService, $localStorage) { var paths = { GetAddPregunta: '/Preguntas/GetAddPregunta', GetEncuestasList: '/Encuestas/GetEncuestasList', GetAddEncuesta: '/Encuestas/GetAddEncuesta', GetEditEncu...
{ "content_hash": "abbdf7391455239ae00a19346b5a7a51", "timestamp": "", "source": "github", "line_count": 520, "max_line_length": 145, "avg_line_length": 28.66730769230769, "alnum_prop": 0.614476420473603, "repo_name": "alesabas/Softv", "id": "9990d81a685db006d33aad8287370893b4281e02", "size": "14907...
<?xml version = '1.0' encoding = 'UTF-8'?> <TableProxyOraclev11g class="oracle.dbtools.crest.model.design.storage.oracle.v11g.TableProxyOraclev11g" name="assay" directorySegmentName="seg_0" id="B6428E30-B00D-1649-C79A-86087AD8FE2F"> <createdBy>rwang</createdBy> <createdTime>2015-02-23 15:38:15 UTC</createdTime> <ownerD...
{ "content_hash": "941eb7597f21021a18726c1c5ad0d0d0", "timestamp": "", "source": "github", "line_count": 141, "max_line_length": 189, "avg_line_length": 57.95744680851064, "alnum_prop": 0.8131424375917768, "repo_name": "PRIDE-Cluster/cluster-repo", "id": "9e07961e99b189c3dff71d0256de890f2da04fbf", "...
(function() { 'use strict'; angular .module('openfader') .factory('githubContributor', githubContributor); /** @ngInject */ function githubContributor($log, $http) { var apiHost = 'https://api.github.com/repos/Swiip/generator-gulp-angular'; var service = { apiHost: apiHost, getCon...
{ "content_hash": "96f0fc20b8acf50808bd189bd8aba6a7", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 91, "avg_line_length": 23.2972972972973, "alnum_prop": 0.6218097447795824, "repo_name": "wab/openfader", "id": "7ecf70683dc3e941a20d42395881a9132b6a394f", "size": "862", ...
#region LICENSE // Copyright (C) 2015 by Sherif Elmetainy (Grendiser@Kazzak-EU) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the r...
{ "content_hash": "d539e7507e11c1e86bda2440a732d666", "timestamp": "", "source": "github", "line_count": 113, "max_line_length": 80, "avg_line_length": 28.283185840707965, "alnum_prop": 0.5716520650813517, "repo_name": "sherif-elmetainy/wowsharp", "id": "65c94de6e7a7a5e3de51cec58f899d4816fdf98a", "s...
layout: page title: About the Jekyll Theme image: feature: abstract-5.jpg comments: false modified: 2016-02-01 --- They say three times the charm, so here is another free responsive Jekyll blog theme for you. I've learned a ton since open sourcing my first two themes [on Github](http://github.com/mmistakes), and wan...
{ "content_hash": "968eeaf316dcb40a30371c301338a6a8", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 247, "avg_line_length": 54.96551724137931, "alnum_prop": 0.7478042659974906, "repo_name": "hellosilence/secondblog", "id": "3fcbffaa60b47922ec8ffdd2f0c3d7321a4bbae3", "size...
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.codeInspection.miscGenerics; import com.intellij.codeInspection.ProblemDescriptor; import com.intellij.codeInspection.ui.MultipleCheckboxOp...
{ "content_hash": "6129c78e5a343444128d855e9c70e229", "timestamp": "", "source": "github", "line_count": 384, "max_line_length": 158, "avg_line_length": 41.885416666666664, "alnum_prop": 0.7154314847052972, "repo_name": "smmribeiro/intellij-community", "id": "c3ce13c12534be01142c8f2825a87e0c696ecf5c",...
import * as React from 'react'; import { Link } from 'react-router-dom'; import AppBar from 'material-ui/AppBar'; import Toolbar from 'material-ui/Toolbar'; import Drawer from 'material-ui/Drawer'; import List, { ListItem, ListItemIcon, ListItemText } from 'material-ui/List'; import MenuIcon from 'material-ui-icons/Men...
{ "content_hash": "8c069358248e296c88855b4caec72bc5", "timestamp": "", "source": "github", "line_count": 90, "max_line_length": 87, "avg_line_length": 27.877777777777776, "alnum_prop": 0.5173375846950976, "repo_name": "subnomo/tubetop", "id": "b0336b9d1b055ec931b8ca3d105cd0bf1b58c491", "size": "2509...
Now that you have fileToCin [Primer](Primer.md) and learned how to write tests using Google Test, it's time to learn some new tricks. This document will show you more assertions as well as how to construct complex failure messages, propagate fatal failures, reuse and speed up your test fixtures, and use various flags w...
{ "content_hash": "134e37b6d815773ebe967311924e0466", "timestamp": "", "source": "github", "line_count": 2180, "max_line_length": 454, "avg_line_length": 40.253669724770646, "alnum_prop": 0.7193372306359896, "repo_name": "fpopic/bioinf", "id": "d55e797ebcf2e697b6ac71f8758e07197f7a0ebe", "size": "877...
<?php namespace App\Seeder; use App\Factory\ClientFactory; use Illuminate\Database\Seeder; class ClientSeeder extends Seeder { private const COUNT = 3; public function run() { for ($i = 0; $i < self::COUNT; $i++) { ClientFactory::new()->create(); } } }
{ "content_hash": "ccce96cb74e77d6b13b9b565447a0767", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 46, "avg_line_length": 18.75, "alnum_prop": 0.59, "repo_name": "ivacuum/hosting", "id": "3a6922718c5329cecf540e7dfc2c95baa6f611d4", "size": "300", "binary": false, "cop...
var _ = require('lodash'); exports.parse = function(node, state) { _.extend(state, { proxyPropertyDefinition: { parents: [ 'Ti.UI.TextField', 'Ti.Map.Annotation' ] } }); return require('./_ProxyProperty').parse(node, state); };
{ "content_hash": "12babbfd22469c51fc6108ed4227f784", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 55, "avg_line_length": 19.23076923076923, "alnum_prop": 0.616, "repo_name": "brentonhouse/brentonhouse.alloy", "id": "f39c3580311674117d52aa547fd3f1cee085ad4f", "size": "25...
package models; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.TreeMap; import javax.persistence.*; import com.fasterxml.jackson.annotation.*; import com.avaje.ebean.Model; import com.avaje.ebean.Model.Finder; @Entity public class PersonAtCase extends Model { @Id ...
{ "content_hash": "31f0d0061eea5edd03fa599ee2c01980", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 92, "avg_line_length": 22.204545454545453, "alnum_prop": 0.6775844421699079, "repo_name": "schmave/demschooltools", "id": "3208676489e4000cd6c795cdba563f6cd050e989", "size"...
const mainPackage = require('../package.json'); const exPackage = require('../example/package.json'); const allMainDeps = { ...mainPackage.dependencies, ...mainPackage.peerDependencies, ...mainPackage.devDependencies }; const allExDeps = { ...exPackage.dependencies, ...exPackage.peerDependencies, ...exPac...
{ "content_hash": "aa7340ca7ae2e10f7cfbc362a4bb38ea", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 74, "avg_line_length": 25.043478260869566, "alnum_prop": 0.6875, "repo_name": "alex3165/react-mapbox-gl", "id": "94249c05fe87a5f7b4a9e0d8650ac192afd9cecb", "size": "576", ...
:: Calculate field of view metrics using Python echo off cmd /c runCreateCADAssembly.bat FOR /F "skip=2 tokens=2,*" %%A IN ('C:\Windows\SysWoW64\REG.exe query "HKLM\software\META" /v "META_PATH"') DO set META_PATH=%%B set META_PYTHON_PATH="%META_PATH%\bin\Python27\Scripts\Python.exe" %META_PYTHON_PATH% scripts\con...
{ "content_hash": "307a8ab1c6866c65d6eb61d10828da0d", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 128, "avg_line_length": 39.473684210526315, "alnum_prop": 0.716, "repo_name": "pombredanne/metamorphosys-desktop", "id": "3a87eb605f6b6b2ae2bd998ae5c2d4819379a774", "size":...
"""Module for testing features introduced in 12.1""" import datetime import sys if sys.version_info > (3,): long = int class TestFeatures12_1(BaseTestCase): def testArrayDMLRowCountsOff(self): "test executing with arraydmlrowcounts mode disabled" self.cursor.execute("truncate table TestArray...
{ "content_hash": "52a850b6c6809e86cc663eaa7cb40a7c", "timestamp": "", "source": "github", "line_count": 404, "max_line_length": 80, "avg_line_length": 45.18069306930693, "alnum_prop": 0.5715224894537885, "repo_name": "kawamon/hue", "id": "194e32a206b618cdeca18546f53f400448ee969e", "size": "18673", ...
This is the repo for my personal website, [svdb.co](https://svdb.co). &mdash; [@svdb](https://twitter.com/svdb) The MIT License (MIT) Copyright (c) 2016 Sjaak van den Berg <mail@svdb.co> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files ...
{ "content_hash": "4c9040581d5906c39e7ec9c079160e3f", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 74, "avg_line_length": 46.73076923076923, "alnum_prop": 0.7893004115226337, "repo_name": "sjaakvandenberg/sjaakvandenberg.github.io", "id": "a569c7318b56625befca9cf01fdfaecac...
<!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"/> <meta name="generator" con...
{ "content_hash": "ac465b3a229a362b05418c9950396ce9", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 273, "avg_line_length": 51.38333333333333, "alnum_prop": 0.6993188452805709, "repo_name": "tzmartin/gae-python.docset", "id": "4ec808ba8c2fbae0d29b880c24f486c84472b3f1", "s...
local ffi = require 'ffi' local Threads = require 'threads' Threads.serialization('threads.sharedserialize') -- This script contains the logic to create K threads for parallel data-loading. -- For the data-loading details, look at donkey.lua -----------------------------------------------------------------------------...
{ "content_hash": "b10003c623477e32ccb2f7d8f88d2e92", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 91, "avg_line_length": 35.895833333333336, "alnum_prop": 0.6331979106210098, "repo_name": "gyoho/cnn-object-recognition", "id": "853531ef4dc9b5f85adf89229d7d7f074ebd2b0f", ...
#include "rolestats.h" #include "rolecalcminmax.h" #include "rolecalcrecenter.h" using std::unique_copy; using std::distance; using std::accumulate; RoleStats::RoleStats(const QVector<double> &unsorted, const double invalid_value, const bool override) : m_null_rating(-1) , m_invalid(invalid_value) , m_o...
{ "content_hash": "9fa7baa016c7bc20ea8d30d685b8933d", "timestamp": "", "source": "github", "line_count": 125, "max_line_length": 153, "avg_line_length": 35.304, "alnum_prop": 0.5386358486290506, "repo_name": "splintermind/Dwarf-Therapist", "id": "b8ee1aa0140f403c0a14ff82d2cc19e7107b96f0", "size": "5...
/* * 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 * distribut...
{ "content_hash": "0a31251f0d27e7b91e0caba08ea18a9d", "timestamp": "", "source": "github", "line_count": 167, "max_line_length": 194, "avg_line_length": 47.82634730538922, "alnum_prop": 0.7254288218354826, "repo_name": "prestodb/presto", "id": "87369f3ea97bd7933ee63c5f16d971a24c7600e7", "size": "798...
using System; using System.Threading.Tasks; using Windows.Media.Playback; namespace AudioPlay.Platform { /// <summary> /// AudioPlay Implementation /// </summary> public class AudioPlayImplementation : IAudioPlay { MediaPlayer player = null; public void InitPalyer() { ...
{ "content_hash": "4ea499a4b1f650de6663aa6caf05b497", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 76, "avg_line_length": 24.763636363636362, "alnum_prop": 0.43171806167400884, "repo_name": "NewBLife/NewBlife.Core", "id": "461bb7ba7d683b8fea74fa5d75cc9c57cd1dced2", "size...
using Harvest.Net.Models; using System; using System.Collections.Generic; using System.Threading.Tasks; namespace Harvest.Net { public partial interface IHarvestRestClient { IList<Payment> ListPayments(long invoiceId); Task<IList<Payment>> ListPaymentsAsync(long invoiceId); Payment P...
{ "content_hash": "cd25ac70d321933885db1b944f719399", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 111, "avg_line_length": 31.333333333333332, "alnum_prop": 0.7319148936170212, "repo_name": "ithielnor/harvest.net", "id": "106bc38257fa5324ce5730bd86cb023a88bfd36c", "size"...
mocha-async-fail ================
{ "content_hash": "7736a90713620bf22a751f2602126dd3", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 16, "avg_line_length": 17, "alnum_prop": 0.4117647058823529, "repo_name": "emirotin/mocha-async-fail", "id": "3d25f079c43de1bee6d62832e9d3ad8a2a56615b", "size": "34", "bin...
import {Injectable, Injector} from '@angular/core'; import {NgbModalOptions, NgbModalConfig} from './modal-config'; import {NgbModalRef} from './modal-ref'; import {NgbModalStack} from './modal-stack'; /** * A service for opening modal windows. * * Creating a modal is straightforward: create a component or a templ...
{ "content_hash": "66a0d94890a885ce11d872d27c6a6971", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 116, "avg_line_length": 37.83673469387755, "alnum_prop": 0.7098166127292341, "repo_name": "fbasso/ng-bootstrap", "id": "97e299db29f16888abaa4843bba45a14a1eb3e33", "size": "...
%% isTransient(object) % returns (false) if object is static, (true) else % % INPUT % object : |EnsightLib| object % % OUTPUT % result : (bool) true(multiple timesteps)/false(single timestep) % % USAGE % tra = object.isTransient % %% function ok = isTransient(this) ok = length(this.timeSteps) > 1; end
{ "content_hash": "fe78d08688396a869fdea67592a8d87a", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 66, "avg_line_length": 18.176470588235293, "alnum_prop": 0.6828478964401294, "repo_name": "ITWM-TVFS/Ensight4Matlab", "id": "2d63c44320a9b98cfefd6cc72d2e96910f5b23a1", "siz...
<component name="libraryTable"> <library name="runner-0.5"> <ANNOTATIONS> <root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support.test/runner/0.5/annotations.zip!/" /> </ANNOTATIONS> <CLASSES> <root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/c...
{ "content_hash": "d52657687352359b6f4470cdb71332be", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 148, "avg_line_length": 48.733333333333334, "alnum_prop": 0.6839945280437757, "repo_name": "sunyb3/EasyWeather", "id": "7da9321755d713cb781201c70aedfaa36cad29c3", "size": "...
package javaProbs; /** * Created by: david * Date: 12/31/2017, 8:21 PM */ public class Solution_557_ReverseWords3 { /* My solution below */ /** * Reverses individual words in a String * * @param s - String to have individual words reversed * @return - A String where the original...
{ "content_hash": "a2cc8ee4064de19cf3e115f4fe3d3f1b", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 107, "avg_line_length": 23.119402985074625, "alnum_prop": 0.5054874112330536, "repo_name": "DJ-Tai/practice-problems", "id": "1e64862010c7ae7478c6fed36e0f3df1b16b4a29", "si...
<?php /* Unsafe sample input : get the field userData from the variable $_GET via an object, which store it in a array sanitize : use of the function htmlentities. Sanitizes the query but has a high chance to produce unexpected results construction : concatenation with simple quote */ /*Copyright 2015 Bertrand STIV...
{ "content_hash": "8db9c28951eecc5566390baebd006fca", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 116, "avg_line_length": 24.041666666666668, "alnum_prop": 0.7273252455228192, "repo_name": "stivalet/PHP-Vulnerability-test-suite", "id": "e8e27f34b85c37e963d70c77cd1c9413b16...
///////////////////////////////////////////////////////////////////////////// // Copyright (c) Electronic Arts Inc. All rights reserved. ///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// // This file implements ...
{ "content_hash": "d3cc7ce7a7caa4adf2d9a0f5d13ebd70", "timestamp": "", "source": "github", "line_count": 4238, "max_line_length": 281, "avg_line_length": 35.097923548843795, "alnum_prop": 0.6717671182224613, "repo_name": "exnotime/Tephra", "id": "bd9189eaa36d230c1bbad1802513ef8290372634", "size": "1...
package xyz.appint.union.dao.page; import java.util.ArrayList; import java.util.List; /** * Created by Justin */ public class NavPage<E> extends DefaultPage<E> { private static final int DEFAULT_NAVI_PAGE_SIZE = 10; private int naviPageSize = DEFAULT_NAVI_PAGE_SIZE; // 导航上最多可展示的页数 默认是10 private int star...
{ "content_hash": "3e52ab96ff2e0a80b962691410b8b129", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 106, "avg_line_length": 29.789473684210527, "alnum_prop": 0.6360424028268551, "repo_name": "xyz-appint/union", "id": "c2730bbe31bdbf248c53f07c5672421ab9e3409a", "size": "23...
$(document).ready(function() { // Add Close Button $('.contact .wrapper').append('<a class="btn-close button circle light"><i class="i-cancel"></i><span class="element-invisible">Close</span></a>'); //Close Toggle $('.btn-close').click(function(e){ if ($('#page').attr('data-state') == 'slid...
{ "content_hash": "743fb36bfcad417c73c6313bdaefeedf", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 151, "avg_line_length": 26.10169491525424, "alnum_prop": 0.4954545454545455, "repo_name": "tiffanytse/tiffanytse.ca", "id": "aeff3365c05f00015e0536c3ff0770ac17ef0444", "siz...
package com.visenze.visearch.internal; import com.visenze.visearch.ResponseMessages; /** * <h1> ViSenze exception object </h1> * This class allows custom exceptions for internal usage such as storing * replies from our servers, logging of internal response messages. * * @since 08 Jan 2021 */ public class Intern...
{ "content_hash": "64f8010dab26a4e5ff60cae0cfc0bcbb", "timestamp": "", "source": "github", "line_count": 107, "max_line_length": 80, "avg_line_length": 28.130841121495326, "alnum_prop": 0.6179401993355482, "repo_name": "visenze/visearch-sdk-java", "id": "979aea212c4e2549d9a208830af53f52f0b0d40b", "s...
package com.highway.studydemo; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumentation test, which will execute on an Androi...
{ "content_hash": "7e33f8fd359e73bbcff9364fbb178732", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 78, "avg_line_length": 28.692307692307693, "alnum_prop": 0.7479892761394102, "repo_name": "wuhighway/DailyStudy", "id": "790d9511c7918a1c150b0c5f58fea0d7c7dfd216", "size": ...
#define XML_MAP_FILE 01 #define XML_EXTERNAL_ENTITIES 02 extern int XML_ProcessFile(XML_Parser parser, const XML_Char *filename, unsigned flags);
{ "content_hash": "8df8189c8482c0525f1c9db775d51c6f", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 52, "avg_line_length": 26.375, "alnum_prop": 0.5497630331753555, "repo_name": "airgames/vuforia-gamekit-integration", "id": "466dd7f7959809854fb2f78110e964e9a6a0ee0f", "size...
package eu.artemis.demanes.lib.impl.coapParameterization.server; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.Set; import org.apache.log4j.Logger; import eu.artemis.demanes.datatypes.ANES_URN; import eu.artemis.demanes.exceptions.ParameterizationException; import eu....
{ "content_hash": "cd93a2c90032e536f16b07def540299f", "timestamp": "", "source": "github", "line_count": 100, "max_line_length": 79, "avg_line_length": 27.02, "alnum_prop": 0.7135455218356773, "repo_name": "DEMANES/demanes-coapparam", "id": "87bc2f6302a78bdb847c0fef5b3ad051964dcb97", "size": "3440",...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICU...
{ "content_hash": "fdc8de7d46eba9f4015cfa3c67a7e41f", "timestamp": "", "source": "github", "line_count": 158, "max_line_length": 257, "avg_line_length": 42.08227848101266, "alnum_prop": 0.5760264701458866, "repo_name": "flecoqui/Windows10", "id": "94595df95b8c7230fa9aa081a7343bdf009890dc", "size": "...
typedef const char ** readstat_iconv_inbuf_t; #else typedef char ** readstat_iconv_inbuf_t; #endif typedef struct readstat_charset_entry_s { int code; char name[32]; } readstat_charset_entry_t;
{ "content_hash": "f2f76beaef37c669245f0dc4cdccd662", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 45, "avg_line_length": 23.333333333333332, "alnum_prop": 0.6952380952380952, "repo_name": "ivarref/ReadStat", "id": "17b24d47d6cfa9986485d3e4c341f8ef95afb569", "size": "252"...
docker stack deploy --compose-file dc-S1-cloud-slice-part.yml cloudstackS1
{ "content_hash": "9515b67fa516d2a053bc4b0182f2ab0e", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 75, "avg_line_length": 75, "alnum_prop": 0.8133333333333334, "repo_name": "SINCConcept/sanalytics", "id": "55299cccaa8357f7f300513d5d2cfa6a3ca51fb3", "size": "75", "binary...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "a4539f26e567b84380cb2346719a5e98", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "ce005a8bfc2cc942c3ba495e6b9ae2699bb45919", "size": "172...
albburtsev.github.io ==================== Home page of Alexander Burtsev in Github
{ "content_hash": "bf6f7f4fbc012e99782d99a87dc6ca86", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 40, "avg_line_length": 21, "alnum_prop": 0.6190476190476191, "repo_name": "albburtsev/albburtsev.github.io", "id": "b741159edf5ddced8e9a8f40a23a78c413e99f21", "size": "84", ...
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/performance_manager/policies/background_tab_loading_policy.h" #include <map> #include <memory> #include <vector> #include "base/memory/raw_ptr.h" #in...
{ "content_hash": "e2b48f24e54e5af756287ab9dd3adead", "timestamp": "", "source": "github", "line_count": 533, "max_line_length": 89, "avg_line_length": 39.70168855534709, "alnum_prop": 0.7062048107367327, "repo_name": "nwjs/chromium.src", "id": "4e47fd81c03f1e87ce4255605d2058a89004aec5", "size": "21...
package com.amazonaws.services.secretsmanager.model.transform; import java.math.*; import javax.annotation.Generated; import com.amazonaws.services.secretsmanager.model.*; import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; import com.amazonaws.transform.*; import com.fasterxml.jackson.core.JsonToken; im...
{ "content_hash": "c3b1eeb48e4bd8d2c6514ec57ac158d7", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 168, "avg_line_length": 36.41269841269841, "alnum_prop": 0.6813426329555362, "repo_name": "aws/aws-sdk-java", "id": "225cedab80e7f4a335a01bdf30578de4fe6879a9", "size": "287...
var assert = require('assert'); suite('Players', function() { test('in the server', function(done, server) { server.eval(function() { Players.insert({name: 'Totti', role: 'A', Squadra: 'Rome', Quota:'87'}); var docs = Players.find().fetch(); emit('docs', docs); }); server.once('docs', ...
{ "content_hash": "ab331452a578905ecbf6e2d84df43c34", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 78, "avg_line_length": 23.22222222222222, "alnum_prop": 0.5825358851674641, "repo_name": "dfucci/FantasyFootballBidding", "id": "ecb76610fdb6221f5de4a91e83c73f2ab3aa6c61", ...
title: Apache Mesos - Release Guide layout: documentation --- # Release Guide This guide describes the process of doing an official release of Mesos. ## Prerequisites 1. Ensure that you have a GPG key or generate a new one, e.g., using `gpg --gen-key`. 2. Add your GPG public key to the Apache Mesos dist repositor...
{ "content_hash": "56cfd12decd9739bc7329ece24718e29", "timestamp": "", "source": "github", "line_count": 320, "max_line_length": 124, "avg_line_length": 38.00625, "alnum_prop": 0.7130406183193554, "repo_name": "zmalik/mesos", "id": "fa607287456dff5e078fe97690ef3728a6419e8a", "size": "12166", "bina...
using System; using System.Threading.Tasks; using Azure; using Azure.Core; using Azure.Core.Pipeline; namespace Azure.Analytics.Synapse.AccessControl { // Data plane generated client. The RoleAssignments service client. /// <summary> The RoleAssignments service client. </summary> public partial class RoleA...
{ "content_hash": "4620e3faf3d6565c66b9f1157c2e3749", "timestamp": "", "source": "github", "line_count": 424, "max_line_length": 225, "avg_line_length": 61.341981132075475, "alnum_prop": 0.6555807605059787, "repo_name": "Azure/azure-sdk-for-net", "id": "0bbcc395e0aaccd40ea33318e858cae369f5c0b3", "si...
struct MatchMakingKeyValuePair_t { MatchMakingKeyValuePair_t() { m_szKey[0] = m_szValue[0] = 0; } MatchMakingKeyValuePair_t( const char *pchKey, const char *pchValue ) { strncpy( m_szKey, pchKey, sizeof(m_szKey) ); // this is a public header, use basic c library string funcs only! strncpy( m_szValue, pchValue, s...
{ "content_hash": "7f4e16cdefb9296ee1951292ea6ba63e", "timestamp": "", "source": "github", "line_count": 218, "max_line_length": 140, "avg_line_length": 28.28440366972477, "alnum_prop": 0.707914369120986, "repo_name": "scen/ionlib", "id": "7054339562651f73dbcc06f91473ce136f299c9e", "size": "6494", ...
"""This is the docstring for the convertSkewToTemp.py module.""" import numpy as np def convertSkewToTemp(xcoord, press, skew): """ convertSkewToTemp(xcoord, press, skew) Determines temperature from knowledge of a plotting coordinate system and corresponding plot skew. Parameters - - - -...
{ "content_hash": "2964cc33e84ec5a332deb82a95935476", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 66, "avg_line_length": 20.975, "alnum_prop": 0.6042908224076281, "repo_name": "phaustin/pythermo", "id": "5dc110004c9648103fde8ac136f5ff4fb1294a19", "size": "839", "binar...
wget https://github.com/kgabis/parson/raw/master/parson.c -O external/parson.c wget https://github.com/kgabis/parson/raw/master/parson.h -O external/parson.h
{ "content_hash": "26ba451ceeb60fd5c7e9068c699dca46", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 78, "avg_line_length": 79, "alnum_prop": 0.7848101265822784, "repo_name": "iatanasov/sbar", "id": "486888542b1784865404be4667b71a6149d56e95", "size": "169", "binary": fals...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hammer-tactics: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap....
{ "content_hash": "8a8d44c4211b06b1fa6fee16fcfc3346", "timestamp": "", "source": "github", "line_count": 176, "max_line_length": 159, "avg_line_length": 40.40340909090909, "alnum_prop": 0.549852341442835, "repo_name": "coq-bench/coq-bench.github.io", "id": "874609093ff27ee4d32914952c927be2e79214c3", ...
package org.spongepowered.api.event.entity.living; import org.spongepowered.api.entity.living.Living; import org.spongepowered.api.event.entity.EntityInteractEvent; /** * Called when a {@link Living} interacts with the world. */ public interface LivingInteractEvent extends LivingEvent, EntityInteractEvent { }
{ "content_hash": "2708f333d4ca974c5b32aec41a1d8ece", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 79, "avg_line_length": 26.416666666666668, "alnum_prop": 0.8012618296529969, "repo_name": "frogocomics/SpongeAPI", "id": "082457002a8dfdab9c59229225fc0f10637e92f6", "size":...
layout: page title: Atkinson 40th Anniversary date: 2016-05-24 author: Julia Compton tags: weekly links, java status: published summary: Cras tincidunt consequat purus quis cursus. banner: images/banner/leisure-03.jpg booking: startDate: 11/09/2017 endDate: 11/10/2017 ctyhocn: ALBSPHX groupCode: A4A published: ...
{ "content_hash": "8195a386fef4d8d849be41153e3988e2", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 703, "avg_line_length": 98.95454545454545, "alnum_prop": 0.8102893890675241, "repo_name": "KlishGroup/prose-pogs", "id": "160b1c53218f67d29622b46778050e382fc68d01", "size":...
package com.soundcloud.api; import org.apache.http.HttpHost; import org.apache.http.HttpResponse; import org.apache.http.client.HttpClient; import org.apache.http.client.methods.HttpUriRequest; import java.io.IOException; import java.net.URI; /** * Interface with SoundCloud, using OAuth2. * * This is the interfac...
{ "content_hash": "27b020a38b1310d9a11f17afccf067d8", "timestamp": "", "source": "github", "line_count": 317, "max_line_length": 166, "avg_line_length": 35.791798107255524, "alnum_prop": 0.6464833421470122, "repo_name": "guffyWave/java-api-wrapper", "id": "dd42e3ec97d2c703480148a8f4f5e7a08ca4f709", ...
-- Shared part /*--------------------------------------------------------------------------- Sound crash glitch ---------------------------------------------------------------------------*/ local entity = FindMetaTable("Entity") local EmitSound = entity.EmitSound function entity:EmitSound(sound, ...) if string.find(s...
{ "content_hash": "56e61688529243fc06f231091896ca83", "timestamp": "", "source": "github", "line_count": 178, "max_line_length": 217, "avg_line_length": 33.42134831460674, "alnum_prop": 0.5579088922507984, "repo_name": "cardentity/DarkRP", "id": "b98db05dac0887b42b4eaa6381af890208597f1e", "size": "5...
import json import os import shutil import urlparse from django.conf import settings from django.core.cache import cache from django.utils.http import http_date from django.test.utils import override_settings import pytest from cache_nuggets.lib import Message from mock import patch from pyquery import PyQuery as pq ...
{ "content_hash": "e4b50a98da1342d44a6cce660875d0fb", "timestamp": "", "source": "github", "line_count": 642, "max_line_length": 79, "avg_line_length": 37.61993769470405, "alnum_prop": 0.6006955945677377, "repo_name": "mstriemer/olympia", "id": "428a7c97aba5c276004e5635aaa2936aa7a4d250", "size": "24...
'use strict'; const dns = require('dns'); const kerberos = require('../kerberos'); class MongoAuthProcess { constructor(host, port, serviceName, options) { options = options || {}; this.host = host; this.port = port; // Set up service name this.serviceName = serviceName || options.gssapiServiceN...
{ "content_hash": "e7fd47564a08b23f7ae0722780c7d0d8", "timestamp": "", "source": "github", "line_count": 151, "max_line_length": 86, "avg_line_length": 24.7682119205298, "alnum_prop": 0.6045454545454545, "repo_name": "christkv/kerberos", "id": "ff14b9eedc9e1956c76dcfd2ca41fdfcc39e0734", "size": "374...
package com.rsi.cita; import com.rsi.gems.bbb.run.Methods; import com.rsi.gems.bbb.run.Ajax; import com.rsi.gems.bbb.run.B3Req; import com.rsi.gems.run.Page; import com.rsi.gems.run.Req; import com.rsi.gems.run.App; import com.rsi.gems.utl.CU; import org.json.JSONArray; import org.json.JSONObject; import com.rsi.act.A...
{ "content_hash": "d8ebe4f98e419a459c350ec8cedc9a8f", "timestamp": "", "source": "github", "line_count": 817, "max_line_length": 145, "avg_line_length": 38.17992656058752, "alnum_prop": 0.6281537524444587, "repo_name": "srp7474/tri", "id": "d6345e89948c89b07b83b0c778f3884aa87a238a", "size": "31193",...
# angular-joyride A simple joyride directive for angular. This is inspired by [ng-joyride](https://github.com/abhikmitra/ng-joyride) and works very similarly but with less dependencies. The only dependency is [ngAnimate](https://docs.angularjs.org/api/ngAnimate), no jquery or any other libraries required. ## [Demo](h...
{ "content_hash": "a466c44fb66e571ace9fb76ae339adab", "timestamp": "", "source": "github", "line_count": 324, "max_line_length": 460, "avg_line_length": 38.00308641975309, "alnum_prop": 0.6891902866888654, "repo_name": "kinnekcodebase/angular-joyride", "id": "e1ec3dd39e9049ad1b249760f6dea1cbae5f76a8",...