text
stringlengths
2
1.04M
meta
dict
<p align="center"> <img width="250" src="./docs/markvis-logo.png" alt="logo" /> </p> # Markvis > Make visualization in markdown. [![NPM version](https://img.shields.io/npm/v/markvis.svg?style=flat-square)](https://npmjs.com/package/markvis) [![NPM downloads](https://img.shields.io/npm/dm/markvis.svg?style=flat-squ...
{ "content_hash": "67412c052e22965dbef8ff5ef846a765", "timestamp": "", "source": "github", "line_count": 150, "max_line_length": 609, "avg_line_length": 29.82, "alnum_prop": 0.7165213503241672, "repo_name": "geekplux/markvis", "id": "02fab435c16a1644215d39fd3b759ae3265b4be5", "size": "4476", "bina...
_<sup><sup>[www.codever.land/bookmarks/t/cluster-management](https://www.codever.land/bookmarks/t/cluster-management)</sup></sup>_ --- #### [PM2 - Node.js clustering made easy with PM2](https://pm2.io/blog/2018/04/20/Node-js-clustering-made-easy-with-PM2) _<sup>https://pm2.io/blog/2018/04/20/Node-js-clustering-made-eas...
{ "content_hash": "b9b963b5964bc0dc993a968171611e51", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 217, "avg_line_length": 51.285714285714285, "alnum_prop": 0.7075208913649025, "repo_name": "Codingpedia/bookmarks", "id": "e17a1b5d797069812684b5ceb4489bce19b72347", "size"...
The structure ```Rhoban::IKWalkParameters``` has following parameters: * ```distHipToKnee```: Leg model distance between hip and knee rotation axes (in meters). * ```distKneeToAnkle```: Leg model distance between knee and ankle rotation axes (in meters). * ```distAnkleToGround```: Leg model distance between ankle rota...
{ "content_hash": "b5045c0a862686f291aed3e8f2d4a2d6", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 165, "avg_line_length": 57.88, "alnum_prop": 0.7004146510020732, "repo_name": "Rhoban/IKWalk", "id": "5ae9f26fb76130059593e26030d60b656b469697", "size": "2920", "binary":...
layout: page title: "Sam Gill" comments: true description: "blanks" keywords: "Sam Gill,CU,Boulder" --- <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script src="https://dl.dropboxusercontent.com/s/pc42nxpaw1ea4o9/highcharts.js?dl=0"></script> <!-- <script src="../ass...
{ "content_hash": "1057baa63e941f2184b422798c0781f0", "timestamp": "", "source": "github", "line_count": 122, "max_line_length": 121, "avg_line_length": 24.84426229508197, "alnum_prop": 0.6875618607720224, "repo_name": "nikhilrajaram/nikhilrajaram.github.io", "id": "3658a9b0d14014f5d4cd843cc2fdf2fa544...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>elpi: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" r...
{ "content_hash": "ca559bbfc650cce66295ed2eab1cc267", "timestamp": "", "source": "github", "line_count": 173, "max_line_length": 159, "avg_line_length": 43.630057803468205, "alnum_prop": 0.5577636459989401, "repo_name": "coq-bench/coq-bench.github.io", "id": "55f777c2aaa205a580994da8fb1fa6ece443377c",...
Comments = new Meteor.Collection('comments'); Meteor.methods({ comment: function(commentAttributes) { var user = Meteor.user(); var post = Posts.findOne(commentAttributes.postId); // ensure the user is logged in if (!user) throw new Meteor.Error(401, "You need to login to make comments"); ...
{ "content_hash": "a084be3f2954cf9d1c94dd9d1194bd3f", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 80, "avg_line_length": 30.823529411764707, "alnum_prop": 0.6393129770992366, "repo_name": "shantha-kumara/group-radio", "id": "8558ac1ddd5cf6ba4f831eb80003504a8c10f80c", "s...
package org.fiteagle.core.aaa.authentication; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.StringWriter; import java.security.Key; import java.security.KeyStore; import java.security.KeyStore.Entry; import java.security.KeyStore.PasswordProtection; import ...
{ "content_hash": "27e544d5e38ec71da75af52554a03dc8", "timestamp": "", "source": "github", "line_count": 344, "max_line_length": 173, "avg_line_length": 38.57848837209303, "alnum_prop": 0.7499811619320322, "repo_name": "FITeagle/core", "id": "5695d17ce04af2a5bced6f93cef63419acf4a8c4", "size": "13271...
A new experimental UI platform [![Build status](https://ci.appveyor.com/api/projects/status/ajmcj49jiddxg3jn/branch/master?svg=true)](https://ci.appveyor.com/project/tevert/media-electron/branch/master) ## Building a Release Instructions 1. Update the version number in \<projectdir\>/app/package.json 2. Execute `npm...
{ "content_hash": "fa7db429b7c9431c2e173ec9f33d11cb", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 171, "avg_line_length": 53.7, "alnum_prop": 0.7821229050279329, "repo_name": "MediaComplete/Media-Electron", "id": "812053e3c87a722a9ae2ad873c16a5f7b2884cc6", "size": "554"...
@protocol EventName <NSObject> \ - (void)handle ## EventName ## _ ## Params; \ @end \ #define HUDeclareEventRegistration(EventName, Params) \ @property (nonatomic) NSMutableArray* listenerArrayFor ## EventName; \ - (void)register ## EventName ## _observer:(id < EventName > )object; \ - (void)handle ## EventName ## _ ...
{ "content_hash": "13f7a7cfb5c77fabdb843796268c309c", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 93, "avg_line_length": 31.184615384615384, "alnum_prop": 0.6349284657128762, "repo_name": "hulu/HUTypedEvents", "id": "a39b27edb3f9f44f34028e12108cc912de65c34e", "size": "2...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>statsmodels.discrete.discrete_model.MultinomialResu...
{ "content_hash": "3cbe01430c4754f9b410324fcab08319", "timestamp": "", "source": "github", "line_count": 215, "max_line_length": 473, "avg_line_length": 62.013953488372096, "alnum_prop": 0.6528163204080102, "repo_name": "statsmodels/statsmodels.github.io", "id": "b973856b916274b46e9d4519bb16ac3fb2e6fd...
import argparse import os import libcst as cst import pathlib import sys from typing import (Any, Callable, Dict, List, Sequence, Tuple) def partition( predicate: Callable[[Any], bool], iterator: Sequence[Any] ) -> Tuple[List[Any], List[Any]]: """A stable, out-of-place partition.""" results = ([], [])...
{ "content_hash": "db74a64b8b1b16ca209a5e88fcb38231", "timestamp": "", "source": "github", "line_count": 167, "max_line_length": 88, "avg_line_length": 34.604790419161674, "alnum_prop": 0.599584703235854, "repo_name": "googleapis/python-memcache", "id": "4b5aa32190ca7ced27f1e5de8ac70515c4c31ad6", "s...
use ruma_macros::EventContent; use serde::{Deserialize, Serialize}; use crate::{events::EmptyStateKey, serde::StringEnum, PrivOwnedStr}; /// The content of an `m.room.guest_access` event. /// /// Controls whether guest users are allowed to join rooms. /// /// This event controls whether guest users are allowed to joi...
{ "content_hash": "46e6b78685659876c0c268c883996c18", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 95, "avg_line_length": 34.049180327868854, "alnum_prop": 0.6730861819932595, "repo_name": "ruma/ruma", "id": "82c5ddb3a5845f2bf835e28ad314d9aa8173ac67", "size": "2226", "...
package exec import ( "fmt" "os" "testing" "github.com/go-acme/lego/v3/log" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" "github.com/stretchr/testify/require" ) func TestDNSProvider_Present(t *testing.T) { backupLogger := log.Logger defer func() { log.Logger = backupLogger }() ...
{ "content_hash": "f66955c1ffc7f3d4e7cb6d1be1c118c2", "timestamp": "", "source": "github", "line_count": 158, "max_line_length": 90, "avg_line_length": 19.145569620253166, "alnum_prop": 0.6201652892561983, "repo_name": "xenolf/lego", "id": "d79e4a888b7ee865a496f9ee7a7bc5b2ae54dacc", "size": "3025", ...
import { GraphQLScalarType } from 'graphql'; import jwt from 'jsonwebtoken'; import Program from './models/Program'; import Admin from './models/Admin'; export default { Query: { test: () => 'Success', programs: async (_, { input, first, skip }) => { const searchText = input.searchText ? { $te...
{ "content_hash": "c9fe29546823bae8f9e779c3811ab6b8", "timestamp": "", "source": "github", "line_count": 151, "max_line_length": 69, "avg_line_length": 27.05298013245033, "alnum_prop": 0.5197062423500612, "repo_name": "nnnoel/graphql-apollo-resource-manager", "id": "e2112a7e2f94cba632f2587946973dcf5ae...
package java.security.cert; /** * The {@link CertPathBuilder} <i>Service Provider Interface</i> * (<b>SPI</b>). * * @see CertPathBuilder */ public abstract class CertPathBuilderSpi { // Constructors. // ------------------------------------------------------------------------ /** * Creates a new CertP...
{ "content_hash": "201612f11652f144666a27e2d345da3f", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 78, "avg_line_length": 26.743589743589745, "alnum_prop": 0.6069031639501438, "repo_name": "the-linix-project/linix-kernel-source", "id": "afc7fc07366bbb39ea348c662cc406b5df7e...
"""Node manager engine to collect power and temperature of compute node. Intel Node Manager Technology enables the datacenter IT to monitor and control actual server power, thermal and compute utlization behavior through industry defined standard IPMI. This file provides Node Manager engine to get simple system power ...
{ "content_hash": "4073506c6ac7058ce86f057ba2ef614c", "timestamp": "", "source": "github", "line_count": 258, "max_line_length": 79, "avg_line_length": 37.26744186046512, "alnum_prop": 0.6303692147685908, "repo_name": "m1093782566/openstack_org_ceilometer", "id": "6743ccf9f3e5541a57fee1114e6f969517b4d...
 CKEDITOR.plugins.setLang( 'div', 'hu', { IdInputLabel: 'Azonosító', advisoryTitleInputLabel: 'Tipp szöveg', cssClassInputLabel: 'Stíluslap osztály', edit: 'DIV szerkesztése', inlineStyleInputLabel: 'Inline stílus', langDirLTRLabel: 'Balról jobbra (LTR)', langDirLabel: 'Nyelvi irány', langDirRTLLabel:...
{ "content_hash": "3673823814a043720a482ef5055fff54", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 41, "avg_line_length": 32.75, "alnum_prop": 0.7194656488549618, "repo_name": "Kunstmaan/BootstrapCK4-Skin", "id": "a8c0e6234b20ff8b4142822c42058259eccd5855", "size": "694",...
/* * File: gtextarea.h * ----------------- * This file exports the GTextArea class, which represents a multi-line * area that displays plain text. * * @author Jeff Lutgen * @version 2017/03/16 * - improved comments and changed them from doxygen style to StanfordCPPLib style * @version 2016/10/12 * - taken fro...
{ "content_hash": "a2367555fd82cc89777ef9eae35d898a", "timestamp": "", "source": "github", "line_count": 109, "max_line_length": 82, "avg_line_length": 34.321100917431195, "alnum_prop": 0.5311414060411654, "repo_name": "shawlu95/SuperWordLadder", "id": "c299b3d87208a59f6e133750d4bfcf020e29bdf3", "si...
import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-comp-1926', templateUrl: './comp-1926.component.html', styleUrls: ['./comp-1926.component.css'] }) export class Comp1926Component implements OnInit { constructor() { } ngOnInit() { } }
{ "content_hash": "5bdec1c112f7ef26b96104c86c14476e", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 50, "avg_line_length": 16.58823529411765, "alnum_prop": 0.6666666666666666, "repo_name": "angular/angular-cli-stress-test", "id": "36b8dd55fb288980ad7afa0a79fadd1d9ffdfb85", ...
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper.rb') describe Sproutvideo::LiveStream do before(:each) do @api_key = 'abc123' Sproutvideo.api_key = @api_key Sproutvideo.base_url = 'https://api.sproutvideo.com/v1' @msg = mock(:to_s => "{}", :code => 200) end describe "#create" ...
{ "content_hash": "d4c8dc076b633736ee50989c4100d975", "timestamp": "", "source": "github", "line_count": 152, "max_line_length": 158, "avg_line_length": 34.76315789473684, "alnum_prop": 0.6116578349735049, "repo_name": "SproutVideo/sproutvideo-rb", "id": "2e3d75a04d074994d2dd689432d23b055f029145", "...
.ui-spinner { position: relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; } .ui-spinner-input { border: none; background: none; color: inherit; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; } .ui-spinner-bu...
{ "content_hash": "f377375843a7d5ba524466daedabfd03", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 63, "avg_line_length": 17.964285714285715, "alnum_prop": 0.6361829025844931, "repo_name": "Mozu/Mozu.Integrations.Quickbooks", "id": "5c4941a7dddf1e8f66d26b4e24873292d4b9512f...
import { IdleValue } from 'vs/base/common/async'; import { illegalState } from 'vs/base/common/errors'; import { SyncDescriptor } from 'vs/platform/instantiation/common/descriptors'; import { Graph } from 'vs/platform/instantiation/common/graph'; import { IInstantiationService, ServiceIdentifier, ServicesAccessor, _u...
{ "content_hash": "22ffb67b83ae377e5776cc9197e2abe0", "timestamp": "", "source": "github", "line_count": 339, "max_line_length": 164, "avg_line_length": 32.70796460176991, "alnum_prop": 0.683531746031746, "repo_name": "eamodio/vscode", "id": "1f6bba77e24cef6b48b22968b1eca14d7ace473b", "size": "11439...
#ifndef PICTUREPREVIEWWIDGET_H #define PICTUREPREVIEWWIDGET_H #include <QWidget> #include <QPixmap> #include <QPaintEvent> class PicturePreviewWidget : public QWidget { Q_OBJECT public: explicit PicturePreviewWidget(QWidget *parent = 0); void LoadImage(QPixmap * pPixmap); void Unl...
{ "content_hash": "b82b6362accf1d7c76ac1bf21924dea0", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 58, "avg_line_length": 15.833333333333334, "alnum_prop": 0.6863157894736842, "repo_name": "dbautsch/QScreenshot", "id": "a0fa235be058ba2be1c14f74d3f32f1bd9bdbba2", "size": ...
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width" /> <title></title> <script src="http://code.jquery.com/jquery-1.12.0.min.js"></script> <link data-require="ionic@1.0.0-beta.1" data-sem...
{ "content_hash": "9bc09a5fdcbc33057dcedba65fcf0dbe", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 155, "avg_line_length": 40.093023255813954, "alnum_prop": 0.6554524361948956, "repo_name": "jchilela/Adjust_comfort_information", "id": "c87a0347c6c48a993fd1fb32e769a95b8260f...
#region License #endregion using System.IO; using System.Threading; using System.Threading.Tasks; namespace Gremlin.Net.Structure.IO.GraphBinary.Types { /// <summary> /// A <see cref="Property"/> serializer. /// </summary> public class PropertySerializer : SimpleTypeSerializer<Property> ...
{ "content_hash": "9f8a636835c9425627f4600033c79647", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 120, "avg_line_length": 34.31372549019608, "alnum_prop": 0.6434285714285715, "repo_name": "apache/tinkerpop", "id": "556cd9169798083e98e926be87f4bbf1d75c5260", "size": "256...
<?php /** * Collection of utilities for various Zend_Service_Technorati classes. * * @category Zend * @package Zend_Service * @subpackage Technorati * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD L...
{ "content_hash": "1952c02b104438e6b98dfb1c4976c023", "timestamp": "", "source": "github", "line_count": 117, "max_line_length": 93, "avg_line_length": 29.846153846153847, "alnum_prop": 0.5423825887743413, "repo_name": "PatidarWeb/pimcore", "id": "0c5959f407c929bf36428ce41177e07857bf75d8", "size": "...
using System.Web; using System.Web.Mvc; using Microsoft.Owin.Security; namespace PopForums.ExternalLogin { public class ChallengeResult : HttpUnauthorizedResult { public ChallengeResult(string provider, string redirectUri) { LoginProvider = provider; RedirectUri = redirectUri; } public string LoginPr...
{ "content_hash": "bd5ce618ca330692a2ec457e102c1dc9", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 139, "avg_line_length": 28.833333333333332, "alnum_prop": 0.7832369942196532, "repo_name": "COTB/Hackathon2014", "id": "e72bf2f00bd07fcad12dcc3e5b5008f68e1b8e77", "size": "...
using Plugin.ShareFile.Abstractions; using System; namespace Plugin.ShareFile { /// <summary> /// Implementation for ShareFile /// </summary> public class ShareFileImplementation : IShareFile { public void ShareLocalFile(string localFilePath, string title = "", object view = null) { th...
{ "content_hash": "ef53376da271b8c2e224bc06c1e9f9c0", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 130, "avg_line_length": 25.59090909090909, "alnum_prop": 0.6714031971580817, "repo_name": "nielscup/ShareFile", "id": "f45e1465f8dd66b804ef7eb493630cc72b7b000a", "size": "5...
var browserSync = require('browser-sync'); var config = require('../config/html'); var gulp = require('gulp'); var handleErrors = require('../lib/handleErrors'); gulp.task('html', function() { return gulp.src(config.src) .on('error', handleErrors) .pipe(gulp.dest(config.dest)) .pipe(browse...
{ "content_hash": "8f2240d8e0c150f643490e38693c1f2c", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 50, "avg_line_length": 32.18181818181818, "alnum_prop": 0.6412429378531074, "repo_name": "ebessa/app-starter", "id": "c108a5dc7671980a71d6cc52cf32f0054a220b25", "size": "35...
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.jdisc.service; import com.yahoo.jdisc.Request; import com.yahoo.jdisc.handler.ContentChannel; import com.yahoo.jdisc.handler.ResponseHandler; import org.junit.jupiter.api.Test; import static org....
{ "content_hash": "a8cf797e36713270676b2eb997dc9ae7", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 104, "avg_line_length": 27.441176470588236, "alnum_prop": 0.7341907824222936, "repo_name": "vespa-engine/vespa", "id": "9fe0b91cb39e465d84ec4a2ea1c88ca891dae584", "size": "...
package mcjty.immcraft.books.elements; import mcjty.immcraft.books.renderers.RenderElement; import mcjty.immcraft.books.renderers.RenderElementIndent; import mcjty.immcraft.setup.ClientProxy; public class BookElementIndent implements BookElement { public static final String INDENTSTRING = " " + '\u2022'; ...
{ "content_hash": "c2da29450eb30dda15ab8e90c0adcf62", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 74, "avg_line_length": 27.24, "alnum_prop": 0.7077826725403817, "repo_name": "McJty/ImmersiveCraft", "id": "9d151b1c78733f9ed26af66d529f29879fbed3b5", "size": "681", "bin...
<p>This is the partial for view 1.</p> <div class="panel panel-default"> <div class="panel-heading"> <h3>Products</h3> <div class="panel-body"> <button class="btn btn-primary" ng-click="incrementPrices()"> Change prices </button> </div> <div class="panel-body"> <div unordered-list="product...
{ "content_hash": "7a56ef2b66b46ed38c1fe01450a589ad", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 74, "avg_line_length": 16.8125, "alnum_prop": 0.6319702602230484, "repo_name": "davidbarrows/dBWeb3", "id": "8fed6d8a8267a6032568f9b7caa061e5fc696766", "size": "538", "bi...
"""Setup and activate a python virtual environment through setup.""" __author__ = ('Lance Finn Helsten',) __version__ = '0.7.4' __copyright__ = """Copyright (C) 2014 Lance Helsten""" __docformat__ = "reStructuredText en" __license__ = """ Licensed under the Apache License, Version 2.0 (the "License"); you may n...
{ "content_hash": "215f794fd4b601995ed7bd19e0b6ecdc", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 76, "avg_line_length": 39.285714285714285, "alnum_prop": 0.7078787878787879, "repo_name": "lanhel/ftpysetup", "id": "2f988e162e76baa8a3583ab528360eb5f4b1ca5d", "size": "953...
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <link rel="stylesheet" type="text/css" href="style.css" /> <link rel="shortcut icon" href="images/logoicon.gif" type="image/gif" /> <title>The Dependency Finder Developer Guide</title> </head> <body> <h1>The Dependency Finder Developer Guide</h1> <p...
{ "content_hash": "2a8fea047a7c9c517e1b0b3d064840da", "timestamp": "", "source": "github", "line_count": 1649, "max_line_length": 252, "avg_line_length": 35.6931473620376, "alnum_prop": 0.7080430867511638, "repo_name": "windup/JBossMAT", "id": "8736b21db61c1cc427baf48386cbac97ed9432bc", "size": "588...
<?xml version="1.0" encoding="UTF-8"?> <algorithms version="100401"> <algorithm name="ParsHed" version="100401"> <variant no="0" confidence="0.845606"> <title confidence="0.993933">Lexical Heads, Phrase Structure and the Induction of Grammar</title> <author confidence="0.994982">Carl de_Marcken</author> <affiliation co...
{ "content_hash": "6cf3fc1f46fb5bd862f48b1432097e09", "timestamp": "", "source": "github", "line_count": 282, "max_line_length": 544, "avg_line_length": 78.12765957446808, "alnum_prop": 0.7888071895424836, "repo_name": "sfontanarrosa/metadata-extraction", "id": "65857e6cb9e883e5b64763e3f752c9419e57e28...
package MonsterQuest.game.items; /** This defines the behavour for the items. Extend this class for creating the * weapon and inventory classes * * @author Zyun */ public interface Item { /** * Get the name of the item object * @return the name of the item */ public String ge...
{ "content_hash": "c273c61ccb1cf955aa272d7d764703d5", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 79, "avg_line_length": 20.862068965517242, "alnum_prop": 0.5851239669421487, "repo_name": "EhWhoAmI/Monster-Quest", "id": "fbc84e69826a13820073fa8cb1ce91df1ec441a9", "size"...
/* jslint node: true */ 'use strict'; const View = require('./view.js').View; const strUtil = require('./string_util.js'); const ansi = require('./ansi_term.js'); const wordWrapText = require('./word_wrap.js').wordWrapText; const ansiPrep = require('./ansi_prep.js'); const assert = require('assert'); const _ = requir...
{ "content_hash": "4d3a2ebdcd9e958ce03ef1893ff2d346", "timestamp": "", "source": "github", "line_count": 1257, "max_line_length": 117, "avg_line_length": 31.330151153540175, "alnum_prop": 0.5397897516631964, "repo_name": "NuSkooler/enigma-bbs", "id": "025f14d476d669af253e12324bf15448ca81ded8", "size...
using System; using System.Collections.Generic; using System.Runtime.Serialization; namespace MsgPack.Serialization.CollectionSerializers { /// <summary> /// Provides common features for generic dictionary serializers. /// </summary> /// <typeparam name="TDictionary">The type of the dictionary.</typeparam> /// <...
{ "content_hash": "931a18c09e8c9d57efa7704a375077b9", "timestamp": "", "source": "github", "line_count": 228, "max_line_length": 186, "avg_line_length": 45.53947368421053, "alnum_prop": 0.7130887026870847, "repo_name": "luyikk/ZYSOCKET", "id": "6f083468c33079c27262e6d0ef4a56d43f5a79d7", "size": "113...
<?php class Impressora implements AcoesAoGerarNota { public function executa(NotaFiscal $nf) { echo "<br />Eu mandei para a impressora<br />"; } } ?>
{ "content_hash": "2ffb3292d0a1f733387348f5cb4052b2", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 53, "avg_line_length": 24, "alnum_prop": 0.6428571428571429, "repo_name": "fabriciofmsilva/labs", "id": "f7050b454a253623ba26b446ffb180ab3ae2a78a", "size": "168", "binary"...
package zipkin2.reporter.beans; import java.util.Arrays; import org.junit.After; import org.junit.Test; import zipkin2.codec.Encoding; import zipkin2.reporter.kafka.KafkaSender; import static org.assertj.core.api.Assertions.assertThat; public class KafkaSenderFactoryBeanTest { XmlBeans context; @After public v...
{ "content_hash": "63979d68c9e4fb36acc842eb38ae6b16", "timestamp": "", "source": "github", "line_count": 86, "max_line_length": 90, "avg_line_length": 32.74418604651163, "alnum_prop": 0.6221590909090909, "repo_name": "openzipkin/zipkin-reporter-java", "id": "d28a8549bbdf7e261a588fbaa8b9a103355a8f41", ...
'Copyright © exc-jdbi 2016 '© mnPassing 2016 'mnPassing - www.github.com/exc-jdbi/passing 'mnPassing is Free and Opensource Software Option Strict On Option Explicit On Imports System Imports System.Reflection Imports System.Runtime.InteropServices ' Allgemeine Informationen über eine Assembly werden über die folg...
{ "content_hash": "89172e459bd579c9b83c050054e919ee", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 104, "avg_line_length": 31.65909090909091, "alnum_prop": 0.7623833452979182, "repo_name": "exc-jdbi/passing", "id": "171dd91a2e8302d25b418b2ab1ac7aec318efaca", "size": "141...
.iconList { align-items: flex-start; display: flex; flex-flow: column nowrap; justify-content: space-between; } .characteristics { align-items: center; display: flex; justify-content: flex-start; margin: 1rem 0; } .iconContainer { padding: 0 25px 0 0; width: 75px; }
{ "content_hash": "eb47c6d85f7901811204f42cb47321de", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 33, "avg_line_length": 16.055555555555557, "alnum_prop": 0.6782006920415224, "repo_name": "tal87/operationcode_frontend", "id": "cb447ba0cc26769bbdf10638b276e33c829c7384", ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Jan 16 10:54:25 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildf...
{ "content_hash": "cd415643a18afa64d30c35c82b4f098a", "timestamp": "", "source": "github", "line_count": 172, "max_line_length": 591, "avg_line_length": 49.95348837209303, "alnum_prop": 0.6613128491620112, "repo_name": "wildfly-swarm/wildfly-swarm-javadocs", "id": "d554456083c9c649a3a377f83388511dad4e...
package com.resttest.framework.json.model; import java.util.ArrayList; import java.util.HashSet; import java.util.LinkedHashSet; import java.util.Set; public class TestSuite { private ArrayList<TestCase> testSuite = new ArrayList<TestCase>(); public void addTestSuite(String filename,ArrayList<TestCase> newTestS...
{ "content_hash": "b179bb1f49826aa303c67fc246b2f58b", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 76, "avg_line_length": 21.142857142857142, "alnum_prop": 0.6801801801801802, "repo_name": "academyandbeyond/rest-test", "id": "34dd94ff6fd67b7d44a439bdf404293e93ef1175", "s...
A simple game that is belongs to my newbie period. When I see my code , I laugh too loud. It is very hard-code. ##License It dosen't need a license, but [MIT License](http://choosealicense.com/licenses/mit/)
{ "content_hash": "1dbb8d71d9d4be371079cd7d0d0f339b", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 112, "avg_line_length": 69.33333333333333, "alnum_prop": 0.7451923076923077, "repo_name": "amovah/TicTacToeOffline", "id": "a57c823bbd0206b0ae119e60ef817d319978077f", "size"...
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: AssemblyTi...
{ "content_hash": "02d8312cc7ae21270f686272bf962a07", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 39.916666666666664, "alnum_prop": 0.7272094641614475, "repo_name": "SevdalinZhelyazkov/TelerikAcademy", "id": "dbc56a0e240f750e8db36e307f8f2b01bb7a809e...
package org.apache.orc.impl.writer; import org.apache.hadoop.hive.ql.exec.vector.BytesColumnVector; import org.apache.hadoop.hive.ql.exec.vector.ColumnVector; import org.apache.orc.TypeDescription; import org.apache.orc.impl.Utf8Utils; import java.io.IOException; import java.nio.charset.StandardCharsets; /** * Un...
{ "content_hash": "11a1718550a316bfe3ce2c5c0f2252e5", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 95, "avg_line_length": 33.08450704225352, "alnum_prop": 0.6475095785440613, "repo_name": "apache/orc", "id": "506b55f3aee8bb5a847610e9d2536004f41377e3", "size": "3154", "...
package main import ( "fmt" ) const ( TAGS_URI = "/repos/%s/%s/tags" ) type Tag struct { Name string `json:"name"` Commit Commit `json:"commit"` ZipBallUrl string `json:"zipball_url"` TarBallUrl string `json:"tarball_url"` } func (t *Tag) String() string { return t.Name + " (commit: " + t.Commit.Ur...
{ "content_hash": "8ea36c0acfc1708d8cca8bceafa29ab1", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 59, "avg_line_length": 17.870967741935484, "alnum_prop": 0.6245487364620939, "repo_name": "jwilder/github-release", "id": "edab7af58d2cbd7b390ff0d472ccfbf3c7f7fb3a", "size"...
import index from '../../../src/components/HomePage/index' // eslint-disable-line describe('components/HomePage/index', () => { it('should work') })
{ "content_hash": "506ff5d0dab80a13e38bc6b28ab74079", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 81, "avg_line_length": 30.4, "alnum_prop": 0.6644736842105263, "repo_name": "vslinko-archive/esex", "id": "fe2a2c4a7a03fc1f0a79d0595194b1ffb22e9c8a", "size": "152", "binar...
<?php /* Section: email-change-password Language: Portuguese (Brazilian) */ $translations = array( 'email' => 'Recebemos sua solicitação de mudança de senha. Seguem seus novos dados abaixo: Usuário: {$user} Senha: {$newData} Por favor, confirme as alterações clicando no link a seguir: {$mailLink} Se não foi v...
{ "content_hash": "d7673416ee1f3adc641755449e56765a", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 105, "avg_line_length": 19.653846153846153, "alnum_prop": 0.735812133072407, "repo_name": "dcdgupta/sqldatabase", "id": "4b98e1d8b304b9eb4a2689ce9ac6d26edb278592", "size": ...
<?xml version="1.0" ?> <dataset id="participants-challenge"> <question id="1" answertype="resource" aggregation="false" onlydbo="false"> <string><![CDATA[ Give me all people that wrote lyrics for bands from Seattle. ]]></string> <query><![CDATA[ PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.or...
{ "content_hash": "1854485e1cbf1f0fb96ceba09dc4cd94", "timestamp": "", "source": "github", "line_count": 160, "max_line_length": 82, "avg_line_length": 29.65625, "alnum_prop": 0.6815595363540569, "repo_name": "ag-sc/QALD", "id": "82bd0cfbdaf38e91bebb3980b6e412a8c8732a43", "size": "4745", "binary":...
// ----------------------------------------------------------------------- // <copyright file="GetEntryList.cs" company="SugarCrm + PocoGen + REST"> // Copyright (c) SugarCrm + PocoGen + REST. All rights reserved. // </copyright> // ----------------------------------------------------------------------- namespace Su...
{ "content_hash": "f23be7f63eda14368f912ac72b83b2b6", "timestamp": "", "source": "github", "line_count": 90, "max_line_length": 163, "avg_line_length": 40.766666666666666, "alnum_prop": 0.5521940583265195, "repo_name": "mattkol/SugarRestSharp", "id": "c290bd58283def0e3b8bbf8b0384fec9f854202f", "size...
START_ATF_NAMESPACE namespace Detail { Info::_item_fanfare_zoclInit2_ptr _item_fanfare_zoclInit2_next(nullptr); Info::_item_fanfare_zoclInit2_clbk _item_fanfare_zoclInit2_user(nullptr); Info::_item_fanfare_zoclctor__item_fanfare_zocl4_ptr _item_fanfare_zoclctor__item_fa...
{ "content_hash": "7cf4e16b47ce0ae9f1be736a12834e14", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 122, "avg_line_length": 48.15384615384615, "alnum_prop": 0.601171458998935, "repo_name": "goodwinxp/Yorozuya", "id": "4a0eef59cef185ff6d047446c462e5420f999660", "size": "19...
define([ 'underscore', 'backbone', 'marionette' ], function (_, Backbone, Marionette) { 'use strict'; return Backbone.Marionette.LayoutView.extend({ template: '#home-skeleton', className: 'home-container', regions: { top: '#home-top-container', bottom: '#home-bottom-container' ...
{ "content_hash": "201656007979991556bbf80c1fff6685", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 48, "avg_line_length": 15.583333333333334, "alnum_prop": 0.606951871657754, "repo_name": "enzotoshio/marionettejs-maryo-exemple", "id": "1be46c38d247a4e92dfc2d57e5b788da5343b...
namespace Packets { class GCGuildError: public Packet { public: GCGuildError(){} virtual ~GCGuildError(){} //公用接口 virtual BOOL Read( SocketInputStream& iStream ); virtual BOOL Write( SocketOutputStream& oStream ) co...
{ "content_hash": "6320bc8c3ea4e0abb7b295e049058d95", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 86, "avg_line_length": 29.772727272727273, "alnum_prop": 0.5251908396946565, "repo_name": "viticm/web-pap", "id": "3a18eefdc0e4376746eeb510d19053ec678eb222", "size": "1441"...
package playn.ios; import java.util.HashMap; import java.util.Map; import cli.MonoTouch.CoreText.CTFont; import playn.core.AbstractFont; class IOSFont extends AbstractFont { /** * Registers a font for use when a bold, italic or bold italic variant is requested. iOS does not * programmatically generate bold...
{ "content_hash": "8db438db874f241c90f63f656cd6501f", "timestamp": "", "source": "github", "line_count": 107, "max_line_length": 99, "avg_line_length": 53.4392523364486, "alnum_prop": 0.7173837005946135, "repo_name": "Just-/playn", "id": "4537ea9ee58e0a2a255490c9bc31b45e0dbf1ee8", "size": "6315", ...
/* * DbgTracePort.cpp * * Created on: 16.03.2015 * Author: niklausd */ #include <DbgTraceContext.h> #include <DbgTraceOut.h> #include <DbgTracePort.h> #include <DbgCliCommand.h> #ifdef ARDUINO #include <Arduino.h> #else #include <time.h> #endif #include <stdio.h> #include <string.h> #include <stdarg.h> //...
{ "content_hash": "eb7d45cb7943fe3c5c92a1f71cc70e1f", "timestamp": "", "source": "github", "line_count": 461, "max_line_length": 125, "avg_line_length": 26.537960954446856, "alnum_prop": 0.5653097923818865, "repo_name": "ERNICommunity/dbg-trace", "id": "de5a19f3a57e74ab0bae5363f4b80c73696bf118", "si...
package org.lwjgl.opengl; import java.nio.*; import static org.lwjgl.system.Checks.*; import static org.lwjgl.system.JNI.*; import static org.lwjgl.system.MemoryUtil.*; /** * Native bindings to the <a href="http://www.opengl.org/registry/specs/ARB/draw_indirect.txt">ARB_draw_indirect</a> extension. * * <p>This ...
{ "content_hash": "f4419ee4fff7da98dd8cf01133863987", "timestamp": "", "source": "github", "line_count": 288, "max_line_length": 842, "avg_line_length": 59.4375, "alnum_prop": 0.7253183783152237, "repo_name": "VirtualGamer/SnowEngine", "id": "3eafc7657e0549b5747415fdbd2266e3574075e7", "size": "17252...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Univer.WorkflowLight.Execution; namespace Univer.WorkflowLight.UnitTest.Restart { public class SimpleWorkingState : WorkflowState { } }
{ "content_hash": "cb6936dcfaf60b87e2ad4090ea5625ad", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 51, "avg_line_length": 20.166666666666668, "alnum_prop": 0.7768595041322314, "repo_name": "shigengyu/UniverCore", "id": "f0410c169dcce75d8b69ef9cf47d67f1c9c5cd8e", "size": ...
#include "Assembler.hpp" #include "BitManip.hpp" #include "Core.hpp" #include "CPU.hpp" #include "Decoder.hpp" #include "Exceptions.hpp" #include "InstructionDataBank.hpp" #include "Encoder.hpp" #include "MemoryMap.hpp" #include "Parser.hpp" #include "VirtualMemory.hpp" #include <bitset> #include <c...
{ "content_hash": "f3ea5bc1da96e77c74432297610fe3b8", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 148, "avg_line_length": 22.057971014492754, "alnum_prop": 0.6484888304862023, "repo_name": "ptjohns2/MIPSEM", "id": "6e57c12ec4ba5d8ce8b72f5010d32d58aab7de6f", "size": "159...
// // WebViewController.m // XHLaunchAdExample // // Created by zhuxiaohui on 16/9/8. // Copyright © 2016年 it7090.com. All rights reserved. // 代码地址:https://github.com/CoderZhuXH/XHLaunchAd // 广告详情页 #import "WebViewController.h" #import <WebKit/WebKit.h> #import "XHLaunchAd.h" @interface WebViewController () @pr...
{ "content_hash": "698543c802b6bcfea2465cc908d82451", "timestamp": "", "source": "github", "line_count": 115, "max_line_length": 156, "avg_line_length": 35.06086956521739, "alnum_prop": 0.7242063492063492, "repo_name": "CoderZhuXH/XHLaunchAd", "id": "30833655b2e748daf8bdfcea31c3f7b89a35c6b1", "size"...
namespace moducom { namespace coap { // context mode is intermediate, so once native streambuf mode is fully online, zap EXPCONTEXT code //#define FEATURE_MCCOAP_EXPCONTEXT template <class TStreambuf> class StreambufDecoder : public Decoder { TStreambuf streambuf; #ifdef FEATURE_MCCOAP_EXPCONTEXT // a bit lik...
{ "content_hash": "72cc63d999b22d7526a3e2e398f05c9e", "timestamp": "", "source": "github", "line_count": 148, "max_line_length": 110, "avg_line_length": 40.763513513513516, "alnum_prop": 0.6535720205536217, "repo_name": "moducom/mc-coap", "id": "3732668c6258056c5713fbe65b5ec457ecd26d12", "size": "61...
Check your data against regual expressions. ## Usage Using the module is three step process: Install, Require, Use. 1) Install npm install isjs 2) Require var is = require('isjs'); 3) Use // Clever use : returns boolean value is('000-0000', 'phone:is') // Not as clever use : also returns boolean value is...
{ "content_hash": "71cf333ff91e4622bf783e05f8ea8592", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 112, "avg_line_length": 19.12, "alnum_prop": 0.6841004184100419, "repo_name": "rthor/isjs", "id": "520521976d55bbe13df3cdcbf63745d02a05b92b", "size": "487", "binary": fal...
declare module Kubernetes { }
{ "content_hash": "b32ea15596cfb68d66258ba07b92c3bf", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 27, "avg_line_length": 15, "alnum_prop": 0.7666666666666667, "repo_name": "NewlandNJRD/nl-hawtio-k8s", "id": "98805f9943e1c70072dcdd4566f89d1e6291a5cf", "size": "114", "bi...
/** * This code was auto-generated by a Codezu. * * Changes to this file may cause incorrect behavior and will be lost if * the code is regenerated. */ package com.mozu.api.resources.content.documentlists; import com.mozu.api.ApiContext; import java.util.List; import java.util.ArrayList...
{ "content_hash": "a70a2595756f04b64d5d3e6120a35e72", "timestamp": "", "source": "github", "line_count": 81, "max_line_length": 171, "avg_line_length": 35.888888888888886, "alnum_prop": 0.7313381492948057, "repo_name": "johngatti/mozu-java", "id": "16297353ae0333b99051ef38f5c897a1b762dae9", "size": ...
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, ...
{ "content_hash": "45d5e1b9919bad58f9d50e39a001c2cd", "timestamp": "", "source": "github", "line_count": 402, "max_line_length": 117, "avg_line_length": 44.330845771144276, "alnum_prop": 0.45283654115930644, "repo_name": "peridotperiod/isis", "id": "9c2442ddd052aa0df70667f89dde57c813dc58c3", "size":...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "9ce266a5a33cca96895cde13db5aa605", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "a45fdb03bc092ce4489923ce0d09797b5334851c", "size": "178...
import cross3d from cross3d.studiomax.studiomaxscenelayer import StudiomaxSceneLayer class StudiomaxGroup(StudiomaxSceneLayer): ''' Since Max does not have a native group object that fit our need, we are exposing layers instead. For your information, native groups in Max are a way to contain a bunch of ...
{ "content_hash": "8c75070e7b243bb67758b5d7726b2320", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 109, "avg_line_length": 29.533333333333335, "alnum_prop": 0.7652370203160271, "repo_name": "blurstudio/cross3d", "id": "9efb28a00a5bd29d21bb63f2dec3f85c3cdbc56a", "size": "...
package net.sparkeek.farmdroptest.tests.mock; import net.sparkeek.farmdroptest.ApplicationAndroidStarter; import net.sparkeek.farmdroptest.di.modules.ModuleContext; import net.sparkeek.farmdroptest.DaggerApplicationAndroidStarterComponent; import net.sparkeek.farmdroptest.di.modules.ModuleAsync; import net.sparkeek.f...
{ "content_hash": "5d6791c6cd7fbab99e064eb714f71d5b", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 82, "avg_line_length": 29.742424242424242, "alnum_prop": 0.7040244523688233, "repo_name": "adrienrx/fd-test-mvp", "id": "8ee77a932b90f323f267db55435d18668482e438", "size": ...
rmas_pm_adapter Package ======================= :mod:`pm_api` Module -------------------- .. automodule:: rmas_pm_adapter.pm_api :members: :undoc-members: :show-inheritance: :mod:`runner` Module -------------------- .. automodule:: rmas_pm_adapter.runner :members: :undoc-members: :show-inher...
{ "content_hash": "09e2a31855aec9b09acf75a81e2a952e", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 40, "avg_line_length": 16.228571428571428, "alnum_prop": 0.5475352112676056, "repo_name": "UoK-Psychology/rmas_pm_adapter", "id": "ce937e61ea829f74b6922502ad7b11ae89edfb50", ...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>MPL Interoperability</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.77.1"> <link rel="home" href="../index.html" title="Chap...
{ "content_hash": "8166148e8478340dc5353bc60426b896", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 476, "avg_line_length": 85.38095238095238, "alnum_prop": 0.6573712585982525, "repo_name": "Krugercoin/krugercoins", "id": "d171e28e93c54379370912454f44e0a8dda512be", "size"...
from weaver.lib.engine import *
{ "content_hash": "8901f7c58ff5a017da71b69ee392672f", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 31, "avg_line_length": 31, "alnum_prop": 0.8064516129032258, "repo_name": "ethanwhite/weaver", "id": "63b7ce565b73f7e632ed4a21eca949d06d1b69c3", "size": "31", "binary": fa...
/**************************************************************************** ** ** GENERATED BY SOHAG DEVELOPER FOR POSTGRESQL ** Visit Us: http://sohag-developer.com/ ** ****************************************************************************/ #include "employees.h" #include "ui_employees.h" #include <QSqlQuery>...
{ "content_hash": "fe3072b35790ca117119640553a6f8b7", "timestamp": "", "source": "github", "line_count": 151, "max_line_length": 121, "avg_line_length": 24.71523178807947, "alnum_prop": 0.632636655948553, "repo_name": "amr2027/Qt-PostgreSQL-Database-Example-Sohag-Developer-", "id": "46fb4bd75eda75f94c...
layout: post title: That which is to be, already has been date: '2008-10-07T10:05:00.004-05:00' author: Jabell tags: - Will of God - Calvinism - Sovereignty modified_time: '2008-10-07T10:12:27.550-05:00' blogger_id: tag:blogger.com,1999:blog-19739956.post-1394021628445367185 blogger_orig_url: http://theabellsix.blogspo...
{ "content_hash": "b6b3aaa56ef603514acfda5f8ccc1cf4", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 872, "avg_line_length": 89.5, "alnum_prop": 0.7669592976855547, "repo_name": "jasabell/jasabell.github.io", "id": "3e35691959e076283ab134a725e74d714cfc5b0a", "size": "1257"...
module Code import Creature import Creature.f16 import Config import Config.@if_test import Config.@if_not_test import Helper include("CodeMacros.jl") include("CodeOrganism.jl") include("CodeMath.jl") export CodePart export CODE_PARTS # # Command functions. Amount of these functions will be ...
{ "content_hash": "6307a2efc231bc831745fcd98af53347", "timestamp": "", "source": "github", "line_count": 350, "max_line_length": 132, "avg_line_length": 41.39714285714286, "alnum_prop": 0.6200565946580164, "repo_name": "tmptrash/jevo", "id": "c959d243fbf22ca2faa8493df2d2d783375821b9", "size": "15219...
import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; import { SharedModule } from 'app/shared'; import { NoticeModule } from 'app/core/components/notice'; import { ConfigurationIconModule } from 'app/core/components/configuration-icon'; import { TransactionDetailContentsModule } fr...
{ "content_hash": "66dcab7332ebd6cc6513f0a9e8f8fad2", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 98, "avg_line_length": 37.58620689655172, "alnum_prop": 0.7321100917431193, "repo_name": "koo-taejin/pinpoint", "id": "da0841323446b3af30f8a261a0c3f83bd3ebc72f", "size": "1...
/* * Creado por SharpDevelop. * Usuario: valle * Fecha: 24/08/2009 * Hora: 23:47 * * Para cambiar esta plantilla use Herramientas | Opciones | Codificación | Editar Encabezados Estándar */ using System; using System.IO; using System.Runtime.Serialization.Formatters.Binary; using Valle.SqlGestion...
{ "content_hash": "52a95886c3420b06cc5df91b7d7ac104", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 135, "avg_line_length": 39.76119402985075, "alnum_prop": 0.6122372372372372, "repo_name": "vallemrv/valletpv", "id": "44552a89310e82f3506fd4085f7c0bc96c161706", "size": "26...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace BizHawk.Client.EmuHawk { public partial class MobileDetailView : Form { public MobileDetailView() { InitializeCompo...
{ "content_hash": "cccfc2f7fc5a8236f650320518730fb7", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 77, "avg_line_length": 22.1, "alnum_prop": 0.7104072398190046, "repo_name": "ircluzar/RTC3", "id": "818a36b706c6654f3c14b8c73edee63596f17d13", "size": "1107", "binary": f...
<?php namespace RIPS\Test\Requests\System; use RIPS\Connector\Requests\Quota\AclRequests; use RIPS\Connector\Requests\System\LdapRequests; use RIPS\Test\TestCase; use GuzzleHttp\Handler\MockHandler; use GuzzleHttp\Psr7\Response; use GuzzleHttp\Middleware; class LdapRequestsTest extends TestCase { /** @var LdapReq...
{ "content_hash": "b303701c8855f1a4c203f331b55d32d1", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 84, "avg_line_length": 29.26388888888889, "alnum_prop": 0.5866160417655434, "repo_name": "rips/php-connector", "id": "60b45fd71544f0df17d6ec280c467d6a07ba39da", "size": "21...
layout: page title: About --- Hi, I'm Simon. Find me on [Instagram](https://www.instagram.com/shellmayr) and [Facebook](https://www.facebook.com/s.hellmayr).
{ "content_hash": "14a9746f84416bfa6f2008230efa26f9", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 113, "avg_line_length": 26.833333333333332, "alnum_prop": 0.7080745341614907, "repo_name": "shellmayr/shellmayr.github.io", "id": "d3ca77a3748a144ae3539009aea00d7aa7ae7711", ...
package net.npe.webaudio; public enum ChannelCountMode { /** max */ MAX("max"), /** clamped-max */ CLAMPED_MAX("clamped-max"), /** explicit */ EXPLICIT("explicit"); public String toString() { return name; } private ChannelCountMode(String name) { this.name = name; } private String name; }
{ "content_hash": "77055f1e282661e8a46713b56e69b380", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 40, "avg_line_length": 13.25, "alnum_prop": 0.6352201257861635, "repo_name": "npedotnet/GwtAudio", "id": "d21679c3ca6a82d1406af58111199159030d326d", "size": "645", "binar...
package jp.hazuki.yuzubrowser.legacy.utils; import android.content.Context; import android.util.TypedValue; import androidx.annotation.AttrRes; import androidx.annotation.ColorInt; import androidx.core.content.res.ResourcesCompat; public final class ThemeUtils { public static int getIdFromThemeRes(Context con...
{ "content_hash": "8188c5a8d59f1d614e4d8f26a086d759", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 116, "avg_line_length": 29.958333333333332, "alnum_prop": 0.7496522948539638, "repo_name": "hazuki0x0/YuzuBrowser", "id": "f4ce61de103b2b570efb88224dd016947ead53bb", "size"...
multiplication ============== Multiplication training script for elementary school (grades 3-4). Well, every parent probably knows that elementary schools want their students to learn the multiplication table. In 3rd grade, students are required to solve 100 mutiplication problems in 5 minutes. In 4th grade, the tim...
{ "content_hash": "fc27b6e3572b2d3f502fec12dc6fac3e", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 181, "avg_line_length": 57.92857142857143, "alnum_prop": 0.782983970406905, "repo_name": "iAnatoly/multiplication", "id": "957d5dc675e5b4377727ee5bff34bfe6a4a1e72a", "size"...
"""Export methods that will soon move into this module.""" # pylint: disable=g-multiple-import # pylint: disable=unused-import from seqio.dataset_providers import ( get_mixture_or_task, get_subtasks, get_dataset, )
{ "content_hash": "794bf444f24399568c9398adf624997c", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 58, "avg_line_length": 28.375, "alnum_prop": 0.7224669603524229, "repo_name": "google/seqio", "id": "f6514b3792cfe5d0c7c73238de20e84aa6214796", "size": "810", "binary": fa...
Copyright 2015 SoftwareBrothers 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 rights to use, copy, modify, merge, publish, distribute, subli...
{ "content_hash": "66682bb4742e7371b6b90a7ff54d646b", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 70, "avg_line_length": 52.8, "alnum_prop": 0.8096590909090909, "repo_name": "rstgroup/rails_admin_rst_theme", "id": "85bc0bdfe56f6835fd8e80af42e383be389eda76", "size": "105...
package leap.lang.collection; import java.util.List; /** * A {@link List} wraps the immutable view of itself. */ public interface ImvList<E> extends List<E> { /** * Returns the immutable view of itself. */ List<E> getImmutableView(); }
{ "content_hash": "b04874267c535e2613677a417b8d9cf5", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 53, "avg_line_length": 16.25, "alnum_prop": 0.6461538461538462, "repo_name": "leapframework/framework", "id": "e22111efe46ea1fa9208410efad65061374106fd", "size": "875", "...
using System; using Entitas; using UnityEditor; namespace Entitas.Unity.VisualDebugging { public class IntTypeDrawer : ITypeDrawer { public bool HandlesType(Type type) { return type == typeof(int); } public object DrawAndGetNewValue(Type memberType, string memberName, object va...
{ "content_hash": "7b15f7047523f41badb1ff425f99affb", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 140, "avg_line_length": 30.8, "alnum_prop": 0.6818181818181818, "repo_name": "Saytiras/Game-Prototypes", "id": "ceb1ed04ebf935a9b5582d3902cf7f88dfef5c79", "size": "462", ...
int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); } }
{ "content_hash": "32017c48693e76d1c364dd446b276d1f", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 90, "avg_line_length": 31.6, "alnum_prop": 0.6582278481012658, "repo_name": "Sergey-Lomov/WCCircularSlider", "id": "047c04e6e31fd6e32a1eb424cb705dc1ff78280e", "size": "355",...
/* * This file contains the parser for the configuration routines. It's used * both in the kernel and in the user interface program, thus the separate file. */ /* * Go through a text and split up into text tokens. These are either non-blank * sequences, or any sequence (except \0) enclosed in ' or ". Embedde...
{ "content_hash": "57d27715698f79ace5dd7c6a0e3ace55", "timestamp": "", "source": "github", "line_count": 199, "max_line_length": 81, "avg_line_length": 28.175879396984925, "alnum_prop": 0.6078116639914393, "repo_name": "MarginC/kame", "id": "837aa86d56b4e9c3178f9f5f59f978c956e77046", "size": "7606",...
@interface UIImage (Statistic) @end
{ "content_hash": "c262244aad635d0d8561c5d0a05dfd0e", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 30, "avg_line_length": 12.333333333333334, "alnum_prop": 0.7567567567567568, "repo_name": "DuRofei/SDK-RFStatistics", "id": "9e81239389713a2bbc823076ff249796c1e4c09f", "size...
package co.edu.udea.cmovil.gr5.twiiteryamba_compmov_lab01; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public A...
{ "content_hash": "21cca37765df0c1288d394c534e6fa76", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 93, "avg_line_length": 29.23076923076923, "alnum_prop": 0.7552631578947369, "repo_name": "Sergir10/Computacion_Movil", "id": "1aa860f927c3c3db4d96a94a2d6b239a64415fd9", "si...
#import <Foundation/Foundation.h> #import "sqlite3.h" @interface UASQLite : NSObject { sqlite3 *_db; } @property (assign) NSInteger busyRetryTimeout; @property (copy) NSString *dbPath; - (id)initWithDBPath:(NSString *)aDBPath; - (BOOL)open:(NSString *)aDBPath; - (void)close; /*error info*/ - (NSString*)last...
{ "content_hash": "68971684571e8dab16f3dcafeb5aa9d9", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 68, "avg_line_length": 21.463414634146343, "alnum_prop": 0.7102272727272727, "repo_name": "seth-hayward/authie", "id": "ee87763a4ae6f47d21c16d74ab631444ad424d33", "size": "...
<?php /* This file will run all the database functions. It will not see you. */ // This gets the siteload.php from the includes directory. $_site = require_once(getenv("SITELOADNAME")); $S = new $_site->className($_site); // The $h object has information that is passed to the getPageTopBottom() function. $h->tit...
{ "content_hash": "b998e76f0d7eba9b3e1b786d4fd09c35", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 151, "avg_line_length": 30.313253012048193, "alnum_prop": 0.6629570747217806, "repo_name": "bartonlp/site-class", "id": "b3e0f37b771c66ce5586a4b3c64c466209abf74f", "size": ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-fingroup: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstr...
{ "content_hash": "c0537fcf082e2d68a0aa02a56a678efc", "timestamp": "", "source": "github", "line_count": 161, "max_line_length": 554, "avg_line_length": 47.83229813664596, "alnum_prop": 0.5612258148292429, "repo_name": "coq-bench/coq-bench.github.io", "id": "d4f975254393a52e92cc0c475fda5faf3017c84e", ...
// ========================================================================== // DG.PlotView // // Author: William Finzer // // Copyright (c) 2014 by The Concord Consortium, Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not us...
{ "content_hash": "09a63e4fcf6e183c40cb65d810e1fdd8", "timestamp": "", "source": "github", "line_count": 652, "max_line_length": 163, "avg_line_length": 43.236196319018404, "alnum_prop": 0.6174529975168499, "repo_name": "concord-consortium/codap", "id": "9e84def9ac4e404b368af10963e74920ab008282", "s...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "0f3255729db70eee9a7ff9304d70db9d", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "3d68c3ba963bdb486092002dfe469d79902410e7", "size": "174...
import random import time list_a = random.sample(range(1000), k=random.randint(1, 1000)) list_b = random.sample(range(1000), k=random.randint(1, 1000)) start = time.time() print(set(list_a) & set(list_b)) end = time.time() print(end - start)
{ "content_hash": "e95f40434d8720e5582f72a82df1aa26", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 62, "avg_line_length": 19, "alnum_prop": 0.6882591093117408, "repo_name": "shaggy245/practicepython", "id": "1ecba8ab538ec969bb8c85b25eba64fa2122b3cf", "size": "247", "bi...
<!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.6.0_18) on Thu Dec 18 17:18:27 PST 2014 --> <title>javax.swing.plaf.multi (Java Platform SE 7 )</title> <meta name="date" content="2014-12-...
{ "content_hash": "6b7d2fb3339efe37aea8f58054b96798", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 133, "avg_line_length": 89.4, "alnum_prop": 0.743400447427293, "repo_name": "fbiville/annotation-processing-ftw", "id": "c21a5f8d646615461c84946e1f28ebd9b6367ffe", "size": ...
<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" tools:context=".MatrixActivity"> <item android:id="@+id/action_settings" android:title="@string/action_settings" and...
{ "content_hash": "618dad2490a641ce6be81ca6ba1e6efd", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 64, "avg_line_length": 39.1, "alnum_prop": 0.6675191815856778, "repo_name": "bizoru/android-learning", "id": "cceda572696bde8cc15d0e8a9babb73e17f7e8e1", "size": "391", "b...
<resources> <string name="lib_name">Sample</string> </resources>
{ "content_hash": "568823eeb29981fc56ddcfe8a1dbd2ea", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 43, "avg_line_length": 23, "alnum_prop": 0.6811594202898551, "repo_name": "davide-maestroni/robo-fashion", "id": "6a7f197fe356bd98505b85eaa5557bd0b3e7f91b", "size": "69", ...