text stringlengths 2 1.04M | meta dict |
|---|---|
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/layout_chat_container"
style="@style/MatchParent"
tools:ignore="RtlHardcoded">
<androidx.recyclerview.widget.RecyclerView... | {
"content_hash": "832c4fc4d0ba552c46b1c14c78ca09a9",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 77,
"avg_line_length": 38.70909090909091,
"alnum_prop": 0.6258806951620479,
"repo_name": "QuickBlox/quickblox-android-sdk",
"id": "6ddfa5d4a0e2a997c71e1c156d9e32dcee9811a6",... |
title: The Shell Script create-todo
---
Now it is time to populate the database with some tasks.
You could run the command line interface of your database and enter some MongoDB queries. But this is risky and not very handy. It becomes especially true when the complexity of your models increases.
That's why you are ... | {
"content_hash": "6822545eebfd1a582a837f98adc7ee00",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 200,
"avg_line_length": 28.857142857142858,
"alnum_prop": 0.711971197119712,
"repo_name": "FoalTS/foal",
"id": "fa1e0a0d9e2b2a90cb07065fd997eb23b2cae1c3",
"size": "2226",
... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>advmod:tmod</title>
<link r... | {
"content_hash": "464484a5f7d61a88f6aae7492d51a785",
"timestamp": "",
"source": "github",
"line_count": 193,
"max_line_length": 540,
"avg_line_length": 44.37823834196891,
"alnum_prop": 0.6352597781669586,
"repo_name": "UniversalDependencies/universaldependencies.github.io",
"id": "c9f9ecfd77e2f42a09c... |
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ===============================... | {
"content_hash": "5ae081877e027ac5386a72553f30524a",
"timestamp": "",
"source": "github",
"line_count": 272,
"max_line_length": 80,
"avg_line_length": 21.029411764705884,
"alnum_prop": 0.5146853146853146,
"repo_name": "wookelvin/Site-Rio-Mockup",
"id": "7618f563ef530484f2de75c913ffe28b47b5e30b",
"s... |
class ExternalName < ActiveRecord::Base
belongs_to :external_source
belongs_to :taxon
has_many :external_matches
def self.exact_search(opts)
quote_term = connection.quote(opts[:term])
ExternalName.find_by_sql(
format(
"SELECT DISTINCT en.*
FROM external_names en, external_matches ... | {
"content_hash": "4cd89eaf4d6dc8b5b227a834d57bbb29",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 77,
"avg_line_length": 31.454545454545453,
"alnum_prop": 0.6242774566473989,
"repo_name": "EOL/seabase",
"id": "423499f37bbf56f8f0c3c2bfcec03b64ce1e0745",
"size": "1802",
... |
package com.aula.andre.drogaria.bean;
import java.io.Serializable;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import org.omnifaces.util.Messages;
import com.aula.andre.drogaria.dao.ClienteDAO;
import com.aula.andre.drogaria.... | {
"content_hash": "b387f3698ff32f281b22132f9b17176d",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 72,
"avg_line_length": 23.128205128205128,
"alnum_prop": 0.7682926829268293,
"repo_name": "adrlgit/Drogaria",
"id": "36fa7ce73f46c1c7f53cb12b93b6245c62a58eb0",
"size": "902... |
//
// QueryResultSet.cs
//
// Copyright (c) 2017 Couchbase, Inc All rights reserved.
//
// 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/LICENS... | {
"content_hash": "715e24ee8e1eb474a1fa52cc0b920f72",
"timestamp": "",
"source": "github",
"line_count": 251,
"max_line_length": 110,
"avg_line_length": 25.729083665338646,
"alnum_prop": 0.5137813564571074,
"repo_name": "couchbase/couchbase-lite-net",
"id": "83fa0a600d730d5491c917148e90deb6659971f3",
... |
package com.ruleengine;
/**
* Created by pmandrek on 7/1/14.
*/
public interface Constraint<Type> {
Boolean evaluate(Type value1, InEqualityOperator operator, Type value2);
}
| {
"content_hash": "e3a560477209d8e755b592b663a231ee",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 76,
"avg_line_length": 22.75,
"alnum_prop": 0.7307692307692307,
"repo_name": "ratpik/rule-engine",
"id": "ceb42d3ea5bcc8ed95e8fa70637ec841eae4a251",
"size": "182",
"binary... |
package engo
const (
// AxisMax is the maximum value a joystick or keypress axis will reach
AxisMax float32 = 1
// AxisMin is the value an axis returns if there has been to state change.
AxisNeutral float32 = 0
// AxisMin is the minimum value a joystick or keypress axis will reach
AxisMin float32 = -1
)
// NewI... | {
"content_hash": "41d0484d032693fbfd4574eca9d56a9f",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 94,
"avg_line_length": 25.41176470588235,
"alnum_prop": 0.7118055555555556,
"repo_name": "Newbrict/engo",
"id": "35e7abd54d840f6950e210d619913dacaf9508d5",
"size": "1728",
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Source: engine/events.js</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.j... | {
"content_hash": "9f674612def96d4434ccb2820ebdff81",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 297,
"avg_line_length": 27.627450980392158,
"alnum_prop": 0.5631653655074521,
"repo_name": "ebenpack/wireframe.js",
"id": "902b24f6247a71fab57919cc3a500dda4d57fc54",
"size... |
layout: post
title: 18 years old teen blonde
titleinfo: pornvd
desc: Watch 18 years old teen blonde. Pornhub is the ultimate xxx porn and sex site.
---
<iframe src="http://www.pornhub.com/embed/ph5682bbbfc8a7b" frameborder="0" width="630" height="338" scrolling="no"></iframe>
<h2>18 years old teen blonde</h2>
<h3>Watc... | {
"content_hash": "00f54d7e04a9e350be683d00056c368d",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 124,
"avg_line_length": 41.6,
"alnum_prop": 0.7163461538461539,
"repo_name": "pornvd/pornvd.github.io",
"id": "222e2e6ee4b5260e6404082dce5c14d39d0f1f74",
"size": "420",
"... |
package com.google.cloud.dialogflow.v2.stub;
import com.google.api.core.BetaApi;
import com.google.api.gax.grpc.GrpcCallSettings;
import com.google.api.gax.grpc.GrpcCallableFactory;
import com.google.api.gax.grpc.GrpcStubCallableFactory;
import com.google.api.gax.rpc.BatchingCallSettings;
import com.google.api.gax.rp... | {
"content_hash": "450999483c40e6a507d206a993a2d504",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 98,
"avg_line_length": 44.28712871287129,
"alnum_prop": 0.7856025039123631,
"repo_name": "vam-google/google-cloud-java",
"id": "a26d6f38bb9b2170de0270b0d3bbf511c7ea475f",
... |
<?php
class CCAsset extends \Core\CCAsset
{
/**
* Add something to the packer
* This method allows you to add stylesheets, javascript files etc.
* to one single file.
*
* exmaple:
* CCAsset::pack( 'jquery.js', 'footer', 'core' );
*
* @param string |array $item An single or an array of assets
... | {
"content_hash": "5a108ad581c92cae3059545cd61c5c1e",
"timestamp": "",
"source": "github",
"line_count": 152,
"max_line_length": 140,
"avg_line_length": 23.092105263157894,
"alnum_prop": 0.5424501424501424,
"repo_name": "EarthCMS/Earth",
"id": "8475b2b94636188f751789cd430a65610c3c8f41",
"size": "368... |
PROGNAME=$(basename $0)
TITLE="System Information Report For $HOSTNAME"
CURRENT_TIME=$(date +"%x %r %Z")
TIME_STAMP="Generated $CURRENT_TIME, by $USER"
report_uptime () { cat << EOF
<h2>System Uptime</h2>
<pre>$(uptime)</pre>
EOF
return
}
report_disk_space () {
cat << EOF
... | {
"content_hash": "7b044759c3455e97bde303c45b2af608",
"timestamp": "",
"source": "github",
"line_count": 136,
"max_line_length": 93,
"avg_line_length": 23.91176470588235,
"alnum_prop": 0.4237392373923739,
"repo_name": "dank-developer/shell-scripts",
"id": "c8a8c63cf6d7cdfea9d8612425e41f6cb5ef9aa0",
... |
module Reviewed
class Author < Base
end
end
| {
"content_hash": "5a7d501a190d3b3d1c2087245b6764ba",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 21,
"avg_line_length": 12,
"alnum_prop": 0.7291666666666666,
"repo_name": "reviewed/reviewed-api-ruby",
"id": "2779e4a2de1e5d3eba077df859a48ff6e92c7a32",
"size": "48",
"bi... |
package org.openkilda.wfm.topology.portstate.spout;
import static java.lang.String.format;
import static org.openkilda.wfm.AbstractBolt.FIELD_ID_CONTEXT;
import org.openkilda.messaging.command.CommandData;
import org.openkilda.messaging.command.discovery.PortsCommandData;
import org.openkilda.wfm.share.bolt.KafkaEn... | {
"content_hash": "b4bfb139c42cdc7d79d559c0df88e088",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 113,
"avg_line_length": 33.12162162162162,
"alnum_prop": 0.7123623011015912,
"repo_name": "telstra/open-kilda",
"id": "ac8a75d339b6df82c4c65491f25174244c15dc5a",
"size": "3... |
"""
Title:
Project:
Author: Will Hardy
Date: 2008
Usage:
$Revision$
Description:
"""
from django.conf.urls.defaults import *
from django_dms.apps.large_dms.views import document_view
urlpatterns = patterns('',
url(r'^', include(document_view.urls), name="document_view"),
)
| {
"content_hash": "4716339aa4cb25b77ade8545d5a79c29",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 67,
"avg_line_length": 17.72222222222222,
"alnum_prop": 0.6300940438871473,
"repo_name": "f5inet/django-dms",
"id": "ed03a42146013d8e4257ed9b25c46ca7f67866e4",
"size": "365... |
package com.hazelcast.test;
import com.hazelcast.internal.util.RuntimeAvailableProcessors;
import com.hazelcast.test.annotation.ConfigureParallelRunnerWith;
import org.junit.runner.notification.RunNotifier;
import org.junit.runners.model.FrameworkMethod;
import org.junit.runners.model.InitializationError;
import org... | {
"content_hash": "b24f9832173d92bc1dd194ee929d5df7",
"timestamp": "",
"source": "github",
"line_count": 335,
"max_line_length": 118,
"avg_line_length": 32.5910447761194,
"alnum_prop": 0.6098186481040484,
"repo_name": "mdogan/hazelcast",
"id": "c76c29cd6e408c45a8d77f8602246d4e725502cf",
"size": "115... |
<!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_112) on Tue Jan 24 09:55:27 CST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class play.an... | {
"content_hash": "e0d2504b8e867a3b781ddd6bb4504bd4",
"timestamp": "",
"source": "github",
"line_count": 126,
"max_line_length": 261,
"avg_line_length": 37.45238095238095,
"alnum_prop": 0.6160203432930705,
"repo_name": "chvrga/outdoor-explorer",
"id": "b231093bf4adc2616b52e54b4b87c9d85ed4528b",
"siz... |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
int n... | {
"content_hash": "c759024a76a9c4a13aa61d8572c92db9",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 65,
"avg_line_length": 29.8125,
"alnum_prop": 0.59958071278826,
"repo_name": "FlavioRo96/URI-Online-Judge",
"id": "cff464d46ca9c53c7500d79efb4fc8a8fdd0f394",
"size": "477",... |
package main
import (
"context"
serviceusage "cloud.google.com/go/serviceusage/apiv1"
serviceusagepb "google.golang.org/genproto/googleapis/api/serviceusage/v1"
)
func main() {
ctx := context.Background()
c, err := serviceusage.NewClient(ctx)
if err != nil {
// TODO: Handle error.
}
defer c.Close()
req :... | {
"content_hash": "c338ff2d47d408715c11a17d170011a1",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 110,
"avg_line_length": 23.566666666666666,
"alnum_prop": 0.7142857142857143,
"repo_name": "googleapis/google-cloud-go",
"id": "6a6ad73fdd9269404b84498ddfdcf5064b531c00",
"... |
<?hh // strict
namespace FastRoute\DataGenerator;
use FastRoute\Route;
class GroupCountBased extends RegexBasedAbstract {
protected function getApproxChunkSize(): int {
return 10;
}
public function processChunk(array<string, Route> $regexToRoutesMap): array<string, mixed> {
$routeMap = []... | {
"content_hash": "b58a919e6590bc537ba9d537e2af46d4",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 96,
"avg_line_length": 29.79310344827586,
"alnum_prop": 0.5682870370370371,
"repo_name": "machee/HackFastRoute",
"id": "58d9b00c1f5071d9fc24b66483967c3a3e296efa",
"size": "... |
/*
* NOTE: It is recommended that you read the processed HTML doxygen documentation
* rather than this source. If you don't know doxygen, it's like javadoc for C++.
* If you don't want to install doxygen you can find a copy of the processed
* documentation at
*
* http://optionparser.sourceforge.net/
*
*/
/**... | {
"content_hash": "25a9c3fe8dcd84658536399f2069dde0",
"timestamp": "",
"source": "github",
"line_count": 2831,
"max_line_length": 169,
"avg_line_length": 35.566937477923,
"alnum_prop": 0.6156222067732645,
"repo_name": "eProsima/Fast-RTPS",
"id": "186d12d2198a6e85584c973ca8a47343dcb7f413",
"size": "1... |
package me.kkuai.kuailian.data;
import java.util.ArrayList;
import java.util.List;
import me.kkuai.kuailian.bean.EnterRoomNewUser;
import me.kkuai.kuailian.bean.Follow;
import me.kkuai.kuailian.bean.OwnerPhotoBean;
import me.kkuai.kuailian.bean.RoomLiveListBean;
import me.kkuai.kuailian.bean.RoomMsg;
import me.kkuai.... | {
"content_hash": "470d2743686a6857f141562bd95df70b",
"timestamp": "",
"source": "github",
"line_count": 406,
"max_line_length": 93,
"avg_line_length": 43.27832512315271,
"alnum_prop": 0.757782710147402,
"repo_name": "pepoc/CustomViewGather",
"id": "442d292b024a653216053d44b9d7706f1ab6b48e",
"size":... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Bull. trimest. Soc. mycol. Fr. 95(3): 237 (1980)
#### Original name
Clitocybe foetens Melot
### Remarks
null | {
"content_hash": "640b8a02214992c0e7dcd55acfebfd77",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 48,
"avg_line_length": 13.23076923076923,
"alnum_prop": 0.686046511627907,
"repo_name": "mdoering/backbone",
"id": "7f007a6c0430773a62387f355418280324dc78cf",
"size": "219"... |
<!DOCTYPE html>
<html lang="es" ng-app="miApp">
<head>
<base href="/">
<meta charset="utf-8">
<title>Rest API</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id='main' class="container">
<nav class="navbar-flui... | {
"content_hash": "a64803ad71593eaba541f7f7eab29370",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 136,
"avg_line_length": 44.18181818181818,
"alnum_prop": 0.6111111111111112,
"repo_name": "Gataro3Dev/Rest_API",
"id": "d2aa29a3c6ec947abdf38f563233e0615d18a9ba",
"size": "... |
<!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_301) on Wed Aug 03 11:25:16 BST 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.github.rv... | {
"content_hash": "9410c8fd84f0349a1bce70ae23371462",
"timestamp": "",
"source": "github",
"line_count": 126,
"max_line_length": 167,
"avg_line_length": 38.13492063492063,
"alnum_prop": 0.6193548387096774,
"repo_name": "rvesse/airline",
"id": "6aa7906ec0d5e94881de761d0342889593d7e079",
"size": "4805... |
# Simple file uploader [](https://github.com/azurre/php-simple-file-uploader/releases)
Small, comfortable and powerful file uploader
## Features
* No dependencies
* Easy to use
* Easy to validate
* Easy to ext... | {
"content_hash": "7f19df577fdf23828d92a83dca413f6f",
"timestamp": "",
"source": "github",
"line_count": 168,
"max_line_length": 196,
"avg_line_length": 30.422619047619047,
"alnum_prop": 0.5627078849540207,
"repo_name": "azurre/php-simple-file-uploader",
"id": "9d649a4a9b08838001e7dec4be203b6c8cff69ba... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Karbon.Cms.Web.Embed
{
public abstract class AbstractEmbedProvider
{
/// <summary>
/// Gets the markup.
/// </summary>
/// <param name="url">The URL.</param>
/// <param name=... | {
"content_hash": "1141fbfb7ebd8f66e0b395613f456381",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 93,
"avg_line_length": 27.27777777777778,
"alnum_prop": 0.6272912423625254,
"repo_name": "the-outfield/karbon-cms",
"id": "df9e1f737be3000bc62c864b941ef55b18c26107",
"size"... |
<table class="table"><thead><tr><th></th>
<th>Base</th>
<th>Hover</th>
<th>Active</th>
<th>Disabled</th>
<th>Naked</th>
<th>Naked Active</th>
</tr></thead><tbody><tr><td>Default</td>
<td><button class="btn btn--outline">Button</button></td>
<td><button class="btn btn--outline is-hovered"... | {
"content_hash": "0d05e0e3f0ebc1e563a2edd9c0204bd4",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 95,
"avg_line_length": 68.50877192982456,
"alnum_prop": 0.6691421254801536,
"repo_name": "jadu/pulsar",
"id": "c3334cc21802abee0ed88326cc60198b61762ae5",
"size": "3905",
... |
layout: post
title: Cloud-init avec KVM
tags: [Mermaid]
mermaid: true
---
{:class="img-responsive"}
## Prérequis
- Avoir KVM de déployé sur votre machine
- ```sudo apt-get install -y cloud-image-utils```
## Création de l'image
Téléchargement de la vers... | {
"content_hash": "e025fa85eea6e69d2c170c76db7021b7",
"timestamp": "",
"source": "github",
"line_count": 317,
"max_line_length": 738,
"avg_line_length": 27,
"alnum_prop": 0.6825563734081084,
"repo_name": "Jugulaire/Jugulaire.github.io",
"id": "5ec1a50f8b9b1d20cf3ab9b28977df623bebfd82",
"size": "8596... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Trans. Br. mycol. Soc. 82(4): 653 (1984)
#### Original name
Akenomyces G. Arnaud ex D. Hornby
### Remarks
null | {
"content_hash": "e46b5be49cdec3b60b2e970debfd1d2e",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 40,
"avg_line_length": 15.307692307692308,
"alnum_prop": 0.6834170854271356,
"repo_name": "mdoering/backbone",
"id": "64db01b44c09fc6a4e09aff29785012598710465",
"size": "25... |
"""
gettext for openstack-common modules.
Usual usage in an openstack.common module:
from raksha.openstack.common.gettextutils import _
"""
import gettext
import os
_localedir = os.environ.get('raksha'.upper() + '_LOCALEDIR')
_t = gettext.translation('raksha', localedir=_localedir, fallback=True)
def _(msg):
... | {
"content_hash": "f1418b65d8d6aa36b387ed308a36c1df",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 76,
"avg_line_length": 27.12121212121212,
"alnum_prop": 0.6815642458100558,
"repo_name": "DPaaS-Raksha/raksha",
"id": "5dc38ec7466fd9ea8a3356f0ce2dd8c8457672bc",
"size": "1... |
'use strict';
var directives = angular.module('app.directives');
directives.directive('toCalendar', function(SiteData){
return{
restrict: 'E',
scope:{
cal: '=',
title: '='
},
templateUrl:"templates/directives/calendarForm.html",
controller: function($scope){
}
};
}); | {
"content_hash": "d9f37c763e9438d781e27b128fdf85c2",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 56,
"avg_line_length": 19.8,
"alnum_prop": 0.6397306397306397,
"repo_name": "kareemf/govsIsle",
"id": "b3c409fa98be982eb4450ffdb5ed472a3082f7ac",
"size": "297",
"binary":... |
<?php
defined('COT_CODE') or die('Wrong URL');
| {
"content_hash": "cac90703f208d373d9fe623dcfe20a6d",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 40,
"avg_line_length": 12.25,
"alnum_prop": 0.6122448979591837,
"repo_name": "esclkm/hod",
"id": "8d527ffa5cf6b28260c3e366e70733e6d90adadf",
"size": "536",
"binary": false... |
require 'omf-common/omfVersion'
require 'net/http'
require 'web/webServer'
require 'config'
require 'testbeds'
require 'nodes'
require 'uri'
require 'omf-common/servicecall'
require 'rexml/document'
include REXML
DEFAULT_PORT=5454
AM_ERROR="The AM reported an error executing this request."
@@OMF_VERSION = "OMF Adminis... | {
"content_hash": "e071e38097466507a833abe5c81de4a7",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 86,
"avg_line_length": 25,
"alnum_prop": 0.6366666666666667,
"repo_name": "nathansamson/OMF",
"id": "ad2e77462901810a41223f44c0ca1e8509cb5f09",
"size": "2328",
"binary": ... |
<?php
namespace AclModule;
use Nette\Application\UI\Form;
/**
* Permission
*
*/
class PermissionPresenter extends \BasePresenter
{
/**
* Init method
*/
public function startup() {
parent::startup();
$this->checkAccess();
}
/******************
... | {
"content_hash": "0e73d9642469b68587af1ff488c0a4a5",
"timestamp": "",
"source": "github",
"line_count": 202,
"max_line_length": 216,
"avg_line_length": 40.62376237623762,
"alnum_prop": 0.4617353156227151,
"repo_name": "iguana007/gui-for-ACL-NETTE-2.0",
"id": "c9f313deafbc6e1c7600e8f06199959ff58ac893"... |
external help file: Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll-Help.xml
ms.assetid: D6FF6BDD-4515-438D-B39D-C0BFC3342F4E
online version:
schema: 2.0.0
---
# New-AzureRmResource
## SYNOPSIS
Creates a resource.
## SYNTAX
### The resource Id. (Default)
```
New-AzureRmResource [-Location <String>] [-Kind <Str... | {
"content_hash": "583cf264d6a58c3930991424576f1f5c",
"timestamp": "",
"source": "github",
"line_count": 394,
"max_line_length": 314,
"avg_line_length": 23.9746192893401,
"alnum_prop": 0.7674147787423248,
"repo_name": "hungmai-msft/azure-powershell",
"id": "874c5003bb953573d2afa398f473b92dc2c2a940",
... |
type = "button",
name = "My Button",
tooltip = "Button's tooltip text.",
func = function() end,
width = "full", --or "half" (optional)
disabled = function() return db.someBooleanSetting end, --or boolean (optional)
icon = "icon\\path.dds", --(optional)
warning = "Will need to reload the UI.", --(optional)
refe... | {
"content_hash": "221401deb00aa3ed34228fdd5ed972da",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 123,
"avg_line_length": 34.46590909090909,
"alnum_prop": 0.7619518628420705,
"repo_name": "JordyMoos/JMGuildSaleHistoryTracker",
"id": "187e90197be4c52c86cda6ccc6906bff7d9a8a... |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/QQView_Parallax.iml" filepath="$PROJECT_DIR$/QQView_Parallax.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.i... | {
"content_hash": "b13f7d40acf73c01ebd85756c714e83c",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 112,
"avg_line_length": 40.77777777777778,
"alnum_prop": 0.6648501362397821,
"repo_name": "mjd507/ParallaxListView",
"id": "175c17bd27456a71feb25714623e1fee12b7fa6f",
"size"... |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/colorHighlight" android:state_activated="true" />
</selector> | {
"content_hash": "69203ed109de35eb59f91b274adf5b32",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 84,
"avg_line_length": 52,
"alnum_prop": 0.7163461538461539,
"repo_name": "weeniearms/jirareconciler",
"id": "db549842f7e287352f6b18478db945be57e02937",
"size": "208",
"bi... |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) WSO2 Inc. (http://wso2.com) All Rights Reserved.
~
~ 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.... | {
"content_hash": "a540f521e6aece1b551f26a7af4648a1",
"timestamp": "",
"source": "github",
"line_count": 180,
"max_line_length": 115,
"avg_line_length": 40.638888888888886,
"alnum_prop": 0.5008885850991114,
"repo_name": "nwnpallewela/developer-studio",
"id": "e5f5ee4de554fbf78273eea68b41904585f20b24",... |
#ifndef CONTINUATIONS_H
#define CONTINUATIONS_H
struct thread_info;
struct inferior;
/* To continue the execution commands when running gdb asynchronously.
A continuation structure contains a pointer to a function to be called
to finish the command, once the target has stopped. Such mechanism is
used by t... | {
"content_hash": "8793c84ac656af6c0e821bb2581efcc7",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 85,
"avg_line_length": 42.14035087719298,
"alnum_prop": 0.7527060782681099,
"repo_name": "execunix/vinos",
"id": "29759b30d579183e203550780880c009687f934e",
"size": "3181",... |
/** @defgroup
* @ingroup dnsdb
* @brief
*
*
*
* @{
*
*----------------------------------------------------------------------------*/
#ifndef _ZDB_LISTENER_H
#define _ZDB_LISTENER_H
#include <dnsdb/zdb_types.h>
#include <dnscore/dnsname.h>
#if ZDB_NSEC3_SUPPORT!=0
#include <dnsdb/nsec3_types.h>
#endif
... | {
"content_hash": "adc2ad8c3861957ef703b45eba27e315",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 195,
"avg_line_length": 39.25301204819277,
"alnum_prop": 0.7188459177409454,
"repo_name": "lye/yadifa",
"id": "c08ca9713cbad17796ba8067424afdc70fbbab82",
"size": "5104",
... |
import { createReducer } from 'typesafe-redux-helpers';
import { Reducer } from 'redux';
import moment from 'moment-timezone';
import { ApiErrors } from '../api';
import { GetHostingRules, SetHostingRules } from '../actions';
export type HostingRules = {
readonly content: string;
readonly modified: moment.Moment;... | {
"content_hash": "5a32aa1c7aa48b925c7bcd2b496ab864",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 85,
"avg_line_length": 25.46590909090909,
"alnum_prop": 0.6706827309236948,
"repo_name": "Eluinhost/hosts.uhc.gg",
"id": "fc53fcb56a77a67e6c40ae82136c9b5768677a54",
"size":... |
layout: post
date: '2016-03-09'
title: "House of Wu Christina Wu Occasions Style 22554 Sleeveless Floor-Length Aline/Princess"
category: House of Wu
tags: [House of Wu,Aline/Princess ,Sweetheart,Floor-Length,Sleeveless]
---
### House of Wu Christina Wu Occasions Style 22554
Just **$429.99**
### Sleeveless Floor-Lengt... | {
"content_hash": "20dc92e618d36674fc152bb89b2dda1d",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 284,
"avg_line_length": 97.21428571428571,
"alnum_prop": 0.7369581190301249,
"repo_name": "variousweddingdress/variousweddingdress.github.io",
"id": "5a369db9606557a783825517... |
const userKeys = require('./userKeys.js');
const Twitter = require('twitter');
const client = new Twitter(userKeys.userInfo);
function userTweet(stat) {
client.post('statuses/update', { status: stat }, function(error, tweet, response) {
if (error) {
console.log(error);
}
});
}
function userRetweet(... | {
"content_hash": "b0c52a3d48b6f4e1d52e87d53dc5f266",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 110,
"avg_line_length": 26.44871794871795,
"alnum_prop": 0.6572952011633544,
"repo_name": "moonclash/RoboTweet",
"id": "d1cc6bda2ab584601330345138b9da430bd08bea",
"size": "... |
module VoiceBase
module V3
module Client
include VoiceBase::V2::Client
def self.extended(client, args = {})
client.api_host = client.args[:host] || ENV.fetch('VOICEBASE_V3_API_HOST', 'https://apis.voicebase.com')
client.api_endpoint = client.args[:api_endpoint] || ENV.fetch('VOICE... | {
"content_hash": "2e04da810d575c13dc25992cd67f1479",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 116,
"avg_line_length": 31.489795918367346,
"alnum_prop": 0.5845755022683085,
"repo_name": "usertesting/voicebase-client-ruby",
"id": "4b1a0613f8dbbbf54a8496030e129e9e34d9e79... |
#ifndef AudioScheduledSourceNode_h
#define AudioScheduledSourceNode_h
#include "modules/webaudio/AudioSourceNode.h"
namespace blink {
class AbstractAudioContext;
class AudioBus;
class AudioScheduledSourceHandler : public AudioHandler {
public:
// These are the possible states an AudioScheduledSourceNode can b... | {
"content_hash": "7272806785ba5d3c49eb0c8d8f0e68e1",
"timestamp": "",
"source": "github",
"line_count": 117,
"max_line_length": 143,
"avg_line_length": 34.73504273504273,
"alnum_prop": 0.7116141732283464,
"repo_name": "ds-hwang/chromium-crosswalk",
"id": "ff5f9ef4f16bdcf302e66df6fdca0fffa27699d9",
... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template impl</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../index.html"... | {
"content_hash": "05deafadc263262846762c04ee76f470",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 466,
"avg_line_length": 77.98148148148148,
"alnum_prop": 0.631916409403942,
"repo_name": "calvinfarias/IC2015-2",
"id": "95cd94a62266d476a22b6d4cc9d6f67a3d0e2a32",
"size": ... |
<?php
namespace App\Bundle\BackOfficeBundle\Controller;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpFoundation\Response as HttpResponse;
use Symfony\Component\Routing\Router;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use Symfony\Bundle\FrameworkBundle\Controlle... | {
"content_hash": "9e256a78fedcd58edeb8ec12614bbf4e",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 81,
"avg_line_length": 26.09375,
"alnum_prop": 0.6988023952095809,
"repo_name": "e-scolarite-team/e-scolarite",
"id": "d35b3d945d65c351e8a0a67d6ab45f4317761e51",
"size": "1... |
<html>
<h2>
Help: Browsing Top Level Comments
</h2>
<p>
<h3>
Sorting
</h3>
To sort the list of comments select the "Sort by:" drop-down menu.
Here is a list of sorting functions to choose from and an explaination for what each of them does:
<br />
<br />
<b>Default</b>
<br />
The default sortin... | {
"content_hash": "6e4e412bd07bd5ececfa7a710526af0c",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 177,
"avg_line_length": 39.189655172413794,
"alnum_prop": 0.7201935767707875,
"repo_name": "alexgfh/Comput301Project",
"id": "0b45c3ed311f7709cc1f5db2508b19fb8cfb6902",
"si... |
var fs = require('fs'),
FileSpecification = require('./FileSpecification'),
_ = require('underscore'),
path = require('flavored-path');
var DirectoryFileRepository = function(directory){
var root = path.normalize(directory);
this.get = function(recursive){
return getFiles(root,recursive);
};
function getFi... | {
"content_hash": "2e05d0a3788c82f815d8c181f9869e0a",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 57,
"avg_line_length": 27.724137931034484,
"alnum_prop": 0.7189054726368159,
"repo_name": "TeamSentinaught/sentinaught",
"id": "143e297357b533fbf283e2f3b9e1add0ef63bcf3",
"... |
import log
import json
import datetime
import sqlite3
from os.path import isfile
from collections import UserDict
_logger = log.getChild('record')
#_logger.setLevel(log.DEBUG)
class DownloadRecord(dict):
def __init__(self, url, local_file, description,
download_time=None, raw=None, is_accompany=... | {
"content_hash": "46203d144b935a161c0506f936626f13",
"timestamp": "",
"source": "github",
"line_count": 184,
"max_line_length": 109,
"avg_line_length": 35.891304347826086,
"alnum_prop": 0.5390672319806178,
"repo_name": "simpletrain/pybingwallpaper",
"id": "fd361de21a4a6ed6ae2b4d8cb09c619ffb53ba2a",
... |
package com.evolveum.midpoint.model.common.expression.evaluator;
import javax.xml.namespace.QName;
import com.evolveum.midpoint.model.api.ModelService;
import com.evolveum.midpoint.model.common.expression.ExpressionEvaluationContext;
import com.evolveum.midpoint.prism.PrismContext;
import com.evolveum.midpoint.prism... | {
"content_hash": "6d676770b3dbedd18917a7e5799b737f",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 124,
"avg_line_length": 41.38,
"alnum_prop": 0.8371193813436443,
"repo_name": "rpudil/midpoint",
"id": "cfd9a0eacf1a8167bc43fd7574cf77cbb1a2c2b3",
"size": "2669",
"binary... |
/**
* Created by netanel on 09/01/15.
*/
angular.module('angularCesium').directive('acLabel', function() {
return {
restrict : 'E',
require : '^acLabelsLayer',
scope : {
color : '&',
text : '&',
position : '&'
},
link : function(scope, element, attrs, acLabelsLayerCtrl) {
... | {
"content_hash": "f979b5b6ff54202309475c61a1721b7e",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 154,
"avg_line_length": 26.363636363636363,
"alnum_prop": 0.593103448275862,
"repo_name": "bipolalam/angular-cesium",
"id": "a62812af3773e30896beb1045fb3f7cd486dbe6f",
"siz... |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>${groupId}</gr... | {
"content_hash": "f79f273f8008c19799b7513a8da46e7d",
"timestamp": "",
"source": "github",
"line_count": 447,
"max_line_length": 134,
"avg_line_length": 47.914988814317674,
"alnum_prop": 0.4737603884583061,
"repo_name": "abhinavmishra14/alfresco-sdk",
"id": "fd7972e0e623255c59f89faf9d254ba5f8e7fd1f",
... |
var http = require('http');
var urls = process.argv.slice(2);
var bl = require('bl');
var async = require('async');
var resp = {};
async.map(urls, function(url, cb) {
http.get(url, function(res) {
res.pipe(bl(function(err, data) {
cb(null, data.toString());
}));
});
}, function(err, mappedUrls) {... | {
"content_hash": "c46eeb0824cb801b4292ea01fcc9e15f",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 37,
"avg_line_length": 17.772727272727273,
"alnum_prop": 0.5959079283887468,
"repo_name": "brugnara/nodeschool-results",
"id": "a35309a7a893098b98075fa0c2534f10acb21042",
"... |
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using NBitcoin;
using NBitcoin.Rules;
using Stratis.Bitcoin.Base;
using Stratis.Bitcoin.Builder;
using Stratis.Bitcoin.Builder.Feature;
using Stratis.Bi... | {
"content_hash": "4d477e00cfcdd04e64d62326db943508",
"timestamp": "",
"source": "github",
"line_count": 216,
"max_line_length": 193,
"avg_line_length": 42.736111111111114,
"alnum_prop": 0.6504170729065106,
"repo_name": "bokobza/StratisBitcoinFullNode",
"id": "41eab994d26d2d8b662f966eafb85a19331425f5"... |
import sys
import os.path
import gc
import maya.OpenMaya as OpenMaya
import maya.OpenMayaMPx as OpenMayaMPx
import maya.cmds as mc
import ns.py as npy
import ns.py.Errors
import ns.maya.msv.MayaScene as MayaScene
import ns.maya.msv.MayaAgent as MayaAgent
import ns.maya.msv.MayaSkin as MayaSkin
import ns.bridge.data.... | {
"content_hash": "1aefefe95668076b12836e804b11aac7",
"timestamp": "",
"source": "github",
"line_count": 147,
"max_line_length": 118,
"avg_line_length": 31.06122448979592,
"alnum_prop": 0.7477003942181341,
"repo_name": "redpawfx/massiveImporter",
"id": "b5c0cff2b9f7755856fe71287fceb2f8b5ef48af",
"si... |
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/item_node_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android... | {
"content_hash": "1a55be4a1f6fd1a3ec7a7ac0260a9716",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 94,
"avg_line_length": 36,
"alnum_prop": 0.6697530864197531,
"repo_name": "LittleInferno/flowchart",
"id": "e5a33a327cf9adaafb824c740d461f844ea43e37",
"size": "648",
"bin... |
layout: article
title: "Winter cap in the street"
excerpt: "PaperFaces portrait of @TheMarcStone drawn with Paper by 53 on an iPad."
image:
feature: paperfaces-themarcstone-twitter-lg.jpg
thumb: paperfaces-themarcstone-twitter-150.jpg
category: paperfaces
tags: [portrait, illustration, paper by 53, blend, beard]
-... | {
"content_hash": "d36ebc53713a24f99d6e941726217d34",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 186,
"avg_line_length": 60.80769230769231,
"alnum_prop": 0.7400379506641366,
"repo_name": "zhelezko/made-mistakes-jekyll",
"id": "58304469d887ccca71960652406ecd6b5596ea42",
... |
<!DOCTYPE html>
<html lang="en"><meta charset="utf-8" />
<title>Posts - Reflections</title>
<meta name="description" content="Default Page Description" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href=... | {
"content_hash": "3d4450d36a2154fc0d68dd5ed2e7f171",
"timestamp": "",
"source": "github",
"line_count": 170,
"max_line_length": 455,
"avg_line_length": 33.57058823529412,
"alnum_prop": 0.6285263711231821,
"repo_name": "shiva/shiva.github.io",
"id": "b8a7b10033cdfc2d1856b44113cedf1662cc797a",
"size"... |
.. _attributes:
Attributes
==========
| Attributes format follows the guidelines of old Chef 11.x based
OpsWorks stack.
| So all of them, need to be placed under
``node['deploy'][<application_shortname>]``.
| Attributes (and whole logic of this cookbook) are divided to six
sections.
| Following convention is us... | {
"content_hash": "56c481ee0427a7dd96dd59ebd1ec52e9",
"timestamp": "",
"source": "github",
"line_count": 550,
"max_line_length": 155,
"avg_line_length": 34.53272727272727,
"alnum_prop": 0.648449428736903,
"repo_name": "inket/opsworks_ruby",
"id": "d13644afc19a650fd5f5b53b07241c7f035d27a4",
"size": "... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Class: Cursor</title>
<meta property="og:title" content="MongoDB Driver API for Node.js"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content=""/>
<meta property="og:url" content... | {
"content_hash": "d3bff31a5b283d877aa4e0f36f03d307",
"timestamp": "",
"source": "github",
"line_count": 9685,
"max_line_length": 351,
"avg_line_length": 21.640681466184823,
"alnum_prop": 0.4567154921513431,
"repo_name": "mongodb/node-mongodb-native",
"id": "b3ce654e531c2c9631ce37c903080206ccaffbf9",
... |
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 4.0.2
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ------------------------------... | {
"content_hash": "a08195cbf5ee86c86f04420dc52e50e8",
"timestamp": "",
"source": "github",
"line_count": 191,
"max_line_length": 351,
"avg_line_length": 35.7434554973822,
"alnum_prop": 0.6594404570089352,
"repo_name": "opensim-org/opensim-gui",
"id": "e086dc3745e0109aa9be20f7d1cf36bf87b6c28f",
"size... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/**
* Router Class
*
* Parses URIs and determines routing
*
* @package CodeIgniter
* @subpackage Libraries
* @category Libraries
* @author EllisLab Dev Team
* @link http://codeigniter.com/user_guide/general/routing.html
*/
class CI_Rou... | {
"content_hash": "ad24d477da6228a6d5e7216e5b99d9a0",
"timestamp": "",
"source": "github",
"line_count": 598,
"max_line_length": 123,
"avg_line_length": 24.331103678929765,
"alnum_prop": 0.5682474226804124,
"repo_name": "iridion9/starter-public-edition-3",
"id": "69f6a70dd069d59bb417ef5a5736a4edbce651... |
package client.soapaction_use.server;
import jakarta.jws.WebService;
import jakarta.jws.WebMethod;
import jakarta.jws.soap.SOAPBinding;
import jakarta.xml.ws.BindingType;
import jakarta.xml.ws.WebServiceContext;
import jakarta.xml.ws.soap.Addressing;
import jakarta.xml.ws.handler.MessageContext;
import jakarta.annot... | {
"content_hash": "7e233427ad648da0cc6484201fcf5ca2",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 162,
"avg_line_length": 37.03030303030303,
"alnum_prop": 0.7577741407528642,
"repo_name": "eclipse-ee4j/metro-jax-ws",
"id": "26971fb1c40d1760169ec4fbbd20a2c9ba852b5c",
"si... |
package com.synopsys.integration.blackduck.service.model;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.text.StringEscapeUtils;
public class ReportData {
private String projectName;
private String projectURL;
private String projectVersion;
private Stri... | {
"content_hash": "e5eec42ab976ea00f0d29222bb342a95",
"timestamp": "",
"source": "github",
"line_count": 189,
"max_line_length": 141,
"avg_line_length": 30.116402116402117,
"alnum_prop": 0.6647926914968376,
"repo_name": "blackducksoftware/hub-common",
"id": "aa57cb3f2d25322f42ef614fb757c0979cc025fb",
... |
class ManualDownCommand: public Command
{
public:
ManualDownCommand();
void Initialize();
void Execute();
bool IsFinished();
void End();
void Interrupted();
};
#endif
| {
"content_hash": "ec8ee9a14dc052f152ef335f41a76d49",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 39,
"avg_line_length": 14.5,
"alnum_prop": 0.7126436781609196,
"repo_name": "DevilStormRobotics/RecycleRush-Commands",
"id": "1b4cec1a0730994641550aba06ff776fe2cf318d",
"si... |
[中文版](../cn/streaming_rpc.md)
# Overview
There are some scenarios when the client or server needs to send huge amount of data, which may grow over time or is too large to put into the RPC attachment. For example, it could be the replica or snapshot transmitting between different nodes in a distributed system. Althoug... | {
"content_hash": "9f35d4db882b3ff4e331b454cc947c01",
"timestamp": "",
"source": "github",
"line_count": 141,
"max_line_length": 809,
"avg_line_length": 51.787234042553195,
"alnum_prop": 0.7454122158312791,
"repo_name": "brpc/brpc",
"id": "8ea32e2318db115e1b6952c98e23acc92fd43470",
"size": "7308",
... |
layout: post
title: "Free Lorem Ipsum Generator"
description: "Lorem Ipsum adalah contoh teks atau dummy dalam industri percetakan dan penataan huruf atau typesetting. "
image: "/assets/img/tutorial/lipsum.jpg"
main-class: 'css'
tags:
- js
- tutorial
- css
- html
twitter_text: "Free Lorem Ipsum Generator"
in... | {
"content_hash": "5dd8e9ec063606865ad7889ca3abb831",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 789,
"avg_line_length": 87.44,
"alnum_prop": 0.8115279048490394,
"repo_name": "antoncabon/antoncabon.github.io",
"id": "f79e7647d4f7bbe69d040497d5402cabe13d268d",
"size": "... |
megamol::mesh::AbstractMeshDataSource::AbstractMeshDataSource()
: core::Module()
, m_mesh_access_collection({nullptr, {}})
, m_mesh_lhs_slot("meshes", "The slot publishing the loaded data")
, m_mesh_rhs_slot("chainMeshes", "The slot for chaining mesh data sources") {
this->m_mesh_lhs... | {
"content_hash": "8a0fbd188e0cc6d5cdeafaaf50d75e99",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 118,
"avg_line_length": 37.417910447761194,
"alnum_prop": 0.6788990825688074,
"repo_name": "UniStuttgart-VISUS/megamol",
"id": "b64a4c94622b0d703d489a6bb05401fc54c9844d",
"... |
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en-LB"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en-LB"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en-LB"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-... | {
"content_hash": "2f6c8dc7a3f90477219c3e59fd7851b5",
"timestamp": "",
"source": "github",
"line_count": 487,
"max_line_length": 363,
"avg_line_length": 46.63244353182751,
"alnum_prop": 0.4706296785557023,
"repo_name": "telephony-lebanon/telephony-lebanon.github.io",
"id": "5c17a41aac8933620c696122aa5... |
// Scintilla source code edit control
/** @file Editor.h
** Defines the main editor class.
**/
// Copyright 1998-2011 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
#ifndef EDITOR_H
#define EDITOR_H
namespace Scintilla {
/**
*/
... | {
"content_hash": "f71acce9b3c50675c2033463a2e820c1",
"timestamp": "",
"source": "github",
"line_count": 625,
"max_line_length": 129,
"avg_line_length": 35.2352,
"alnum_prop": 0.7655072200526746,
"repo_name": "louisliangjun/puss",
"id": "2e8ac15037ca3fe5d36f7b59b13ba15adda77751",
"size": "22022",
... |
/* tslint:disable:max-file-line-count */
'use strict';
import { StructureCheck, FileRule, FileResult } from "../../../general/structure-check/structure-check";
import { Barrier } from "metristic-core";
/* file structure:
root
index.html
LICENSE
scripts
font-size.js
styles
style.css
app.css
*/
let paths ... | {
"content_hash": "25178bb9b0bb2b04b8204838b54272be",
"timestamp": "",
"source": "github",
"line_count": 247,
"max_line_length": 113,
"avg_line_length": 31.11740890688259,
"alnum_prop": 0.5900338277387458,
"repo_name": "IFS-Web/HSR.Metristic.Plugin.General",
"id": "2947b86845cbb61f38d243edbdfe8c147ca2... |
<?
return [
'routes' => [
['members\/pages\/(?P<group_sub_id_hash>.*)', 'Members', 'ManageUserPages'], // Manage user pages
['members\/page\/(?P<page_id_hash>.*)', 'Members', 'ViewUserPage'], /... | {
"content_hash": "f1f6dd6d150d8693c7fdf81ae5ccc1d6",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 152,
"avg_line_length": 87.48275862068965,
"alnum_prop": 0.446196294836421,
"repo_name": "kosenkoandrey/mailiq-pult",
"id": "b87233ff97cc907a23b3cbf0d18afdf949e59ba1",
"siz... |
package org.jfree.chart.renderer.category;
import java.awt.AlphaComposite;
import java.awt.Composite;
import java.awt.Font;
import java.awt.GradientPaint;
import java.awt.Graphics2D;
import java.awt.Paint;
import java.awt.Shape;
import java.awt.Stroke;
import java.awt.geom.Ellipse2D;
import java.awt.geom.Line2D;
imp... | {
"content_hash": "567786c0eb8346098b450a873a2a9f00",
"timestamp": "",
"source": "github",
"line_count": 1737,
"max_line_length": 80,
"avg_line_length": 35.92055267702936,
"alnum_prop": 0.6030708080905215,
"repo_name": "Epsilon2/Memetic-Algorithm-for-TSP",
"id": "884629ec74f05986d9ffbc23f5a5ca336a7b8e... |
var t = require('tap');
var parquet = require('../');
var file = __dirname + '/test.parquet';
var schema = {int: {type: 'timestamp'}};
var writer = new parquet.ParquetWriter(file, schema);
var now = new Date;
t.type(writer, 'object');
t.equal(writer.write([[now.getTime()]]), 1);
writer.close();
var reader = new parq... | {
"content_hash": "3a077e9bf259e5c9bcd2aedc77078223",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 53,
"avg_line_length": 27.25,
"alnum_prop": 0.6642201834862386,
"repo_name": "mvertes/node-parquet",
"id": "5eeddd0665234ab29ec4f603a859d5810963c1bf",
"size": "566",
"bin... |
package org.jesperancinha.xml.adder.csv;
import com.opencsv.bean.CsvBindByName;
import com.opencsv.bean.CsvBindByPosition;
/**
* Created by joaofilipesabinoesperancinha on 18-02-16.
*/
public class AttributeAddBean {
@CsvBindByName(capture = "name")
@CsvBindByPosition(position = 0)
private String name... | {
"content_hash": "9bf1eef73203e3645186e3206245cd7b",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 55,
"avg_line_length": 19.78723404255319,
"alnum_prop": 0.6419354838709678,
"repo_name": "jesperancinha/xml-adder",
"id": "0a86ba0c5e0f3ad1465d66045ae18fb75335c8a1",
"size"... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "dcfbd736cb5445532080090b9e4d06c5",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "f854a94c179c3bb554e4638ab3c09a3e54d88591",
"size": "19... |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:drawable="@drawable/seekbarbuttonpressed" android:state_enabled="false"/>
<item android:drawable="@drawable/seekbarbuttonpressed" android:state_pressed="true"/>
<item android:draw... | {
"content_hash": "76b04b353456dfbf84fedc71c69a8b62",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 91,
"avg_line_length": 50.888888888888886,
"alnum_prop": 0.7379912663755459,
"repo_name": "MatejVancik/amaroKontrol",
"id": "1c4854aeefbadc541d1e15edf571dfa143fdf5db",
"size... |
program test
use FoX_wkml
implicit none
type(xmlf_t) :: myfile
type(color_t) :: mycolor
call kmlSetCustomColor(mycolor, 'F90000FF')
call kmlBeginFile(myfile, "test.xml", -1)
call kmlCreateLineStyle(myfile, id='myid', width=1, colorname='red')
call kmlFinishFile(myfile)
end program test
| {
"content_hash": "b8320250a478e9d7300a8e8e82f0c7b9",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 70,
"avg_line_length": 19.3125,
"alnum_prop": 0.7119741100323624,
"repo_name": "wilsonCernWq/Simula",
"id": "02a2270e0d1cf3df2ab1a8d115ec8f1d6a63d06d",
"size": "309",
"bi... |
@interface EspecialViewController () <UITableViewDelegate,UITableViewDataSource>
@property (weak, nonatomic) IBOutlet UITableView *tvBase;
@end
static NSString * const especialId = @"especialCell";
@implementation EspecialViewController
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup ... | {
"content_hash": "39797b162ac593d38bf6c3e5c1944598",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 174,
"avg_line_length": 34.67272727272727,
"alnum_prop": 0.7671735710540115,
"repo_name": "zhangqifan/findSomething",
"id": "7e69fcec6d3000fba6b2b91604f43db839cba76d",
"siz... |
#pragma once
#include <aws/cloudfront/CloudFront_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
namespace Utils
{
namespace Xml
{
class XmlNode;
} // namespace Xml
} // namespace Utils
namespace CloudFront
{
namespace... | {
"content_hash": "f6ad34211de8ea55d8afd7474d3271d0",
"timestamp": "",
"source": "github",
"line_count": 129,
"max_line_length": 130,
"avg_line_length": 32.21705426356589,
"alnum_prop": 0.6532723772858517,
"repo_name": "aws/aws-sdk-cpp",
"id": "bb3300eeb4251cc0b7c7f2e127a0dabb0f838184",
"size": "427... |
#if !defined(FUSION_CONVERT_IMPL_09232005_1341)
#define FUSION_CONVERT_IMPL_09232005_1341
#include <boost/fusion/container/set/detail/as_set.hpp>
#include <boost/fusion/container/set/set.hpp>
#include <boost/fusion/sequence/intrinsic/begin.hpp>
#include <boost/fusion/sequence/intrinsic/size.hpp>
namespace pdalboost ... | {
"content_hash": "d8872d23c7b31412c3b0925f89618ff6",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 90,
"avg_line_length": 27.41025641025641,
"alnum_prop": 0.5846585594013096,
"repo_name": "verma/PDAL",
"id": "d1dbe7e80c447968f7ee494712ab269d4ce05368",
"size": "1468",
"... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "6f2efe64fa752699d4d6c057ac3fea58",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "12192bdf3693c9914f4d2bbe0de2ecf6655452a8",
"size": "193... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Sphaeria setacea var. setacea
### Remarks
null | {
"content_hash": "f3b358eaca6d314be45892741b8e1ae4",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 29,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.7089552238805971,
"repo_name": "mdoering/backbone",
"id": "2525cf47b31e05ca962ca397aae73b0a23792bb9",
"size": "18... |
namespace installer {
std::unique_ptr<SetupSingleton> SetupSingleton::Acquire(
const base::CommandLine& command_line,
const MasterPreferences& master_preferences,
InstallationState* original_state,
InstallerState* installer_state) {
DCHECK(original_state);
DCHECK(installer_state);
const base::st... | {
"content_hash": "5d4a7a0a257a9305e258fec365cedc8d",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 80,
"avg_line_length": 33.991150442477874,
"alnum_prop": 0.6717000781046603,
"repo_name": "endlessm/chromium-browser",
"id": "409eac1378362adb0431080a8b710aa96c5ec360",
"s... |
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<me... | {
"content_hash": "a3edff8662c0e271e8b0a3c662670d95",
"timestamp": "",
"source": "github",
"line_count": 119,
"max_line_length": 167,
"avg_line_length": 41.84033613445378,
"alnum_prop": 0.6485237999598313,
"repo_name": "lindafittante/portfolio",
"id": "5a73006cc83b09d8449b5f23f69a1a184ab8ec5e",
"siz... |
package uk.ac.ebi.embl.api.validation.submission;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.sql.Connection;
import java.util.List;
import java.util.Optional;
import uk.ac.ebi.embl.api.entry.feature.SourceFeature;
import uk.ac.ebi.embl.api.entry... | {
"content_hash": "6169acbdcf70aa80165fbd035d70e782",
"timestamp": "",
"source": "github",
"line_count": 146,
"max_line_length": 149,
"avg_line_length": 39.842465753424655,
"alnum_prop": 0.7579508337631081,
"repo_name": "enasequence/sequencetools",
"id": "125f0b3056a5e0f9fc7ccbe708e30b882195ebfa",
"... |
static int init()
{
// regn = cw_register_actions_cipwap_ac(&capwap_actions);
return 1;
}
static struct ac_module module = {
.name="Cipwap",
.init= init,
.detect_by_discovery = 0
};
struct ac_module * mod_cipwap()
{
return &module;
}
| {
"content_hash": "5dedd880411dc11b4a903c14f3d1f501",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 57,
"avg_line_length": 10.416666666666666,
"alnum_prop": 0.636,
"repo_name": "7u83/actube",
"id": "1e8bacec447c811e183f5d27d187ec0e98350810",
"size": "274",
"binary": fal... |
/*
* Copyright (C) 1990,91 Silicon Graphics, Inc.
*
_______________________________________________________________________
______________ S I L I C O N G R A P H I C S I N C . ____________
|
| $Revision: 1.2 $
|
| Classes:
| SoXtResource
|
| Author(s): David Mott
|
______________ S I L I ... | {
"content_hash": "889433ee3d2f315575787bfc373789aa",
"timestamp": "",
"source": "github",
"line_count": 784,
"max_line_length": 75,
"avg_line_length": 23.7015306122449,
"alnum_prop": 0.5207727908728877,
"repo_name": "OpenXIP/xip-libraries",
"id": "0165cd4b1e41fe15c4a6e2b88e88dd6f3bfd18e7",
"size": ... |
package org.apache.tomcat.websocket.server;
import java.io.IOException;
import javax.servlet.FilterChain;
import javax.servlet.GenericFilter;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletRequest;
import javax.se... | {
"content_hash": "ad8b94edd56395727a83b700d3ebc5a8",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 79,
"avg_line_length": 32.68181818181818,
"alnum_prop": 0.6773296244784422,
"repo_name": "Nickname0806/Test_Q4",
"id": "17f56511beba895d889c77b4b492ce8238bd707e",
"size": "... |
using System;
using VistaMedTools.Properties;
namespace VistaMedTools
{
public class ReestrDdParams: DateRangeParams
{
public DateTime CreateDate { get; set; }
public string AccountNumbers { get; set; }
public string DirName { get; set; }
public static new ReestrDdParams GetPar... | {
"content_hash": "6e10d9769e3ff68d93b7ebad65f1309c",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 52,
"avg_line_length": 23.88235294117647,
"alnum_prop": 0.6403940886699507,
"repo_name": "vvboborykin/VistaMedTools",
"id": "5ed609e59deb2514d1cfd6cfa21d08cabcbc578f",
"siz... |
<?php
namespace frontend\modules\user_post\controllers;
use yii\web\Controller;
/**
* Default controller for the `user_post` module
*/
class DefaultController extends Controller
{
/**
* Renders the index view for the module
* @return string
*/
public function actionIndex()
{
retu... | {
"content_hash": "b58eadbaaa92b223506f06aba93eb7a8",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 49,
"avg_line_length": 17.75,
"alnum_prop": 0.647887323943662,
"repo_name": "king199025/bikers",
"id": "4e16005d68060608050912c3393c4548ee3a586a",
"size": "355",
"binary"... |
<?xml encoding="utf-8" ?>
<WebBrowser Margin="20" Uri="www.baidu.com" >
</WebBrowser>
| {
"content_hash": "2aebea6bb81a37e73062ec021bda16f4",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 45,
"avg_line_length": 21.75,
"alnum_prop": 0.6551724137931034,
"repo_name": "china20/MPFUI",
"id": "bfaf6f81a47206e550d9798c8bf0bd2f482ad095",
"size": "87",
"binary": fal... |
require 'rubygems/gem_runner'
require 'rubygems/exceptions'
require 'rubygems/commands/install_command'
require 'rubygems/commands/update_command'
require 'fileutils'
module Gem
class GemRunner
def run_command(command_name, args)
args.unshift command_name.to_s
do_configuration(args)
cmd_manage... | {
"content_hash": "63359e4d9c6ce9ee3ec50d02855b8411",
"timestamp": "",
"source": "github",
"line_count": 141,
"max_line_length": 111,
"avg_line_length": 36.90070921985816,
"alnum_prop": 0.5787045935037478,
"repo_name": "fabien/minigems",
"id": "f1c42d5fa173b790001ffb5aa5412b51ce868d39",
"size": "520... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "a13db837707019e8da34de2a71480e5f",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "919a121f48c654f7d343f5f2d98ec64a7a81014b",
"size": "178... |
package VMOMI::AlarmEmailFailedEvent;
use parent 'VMOMI::AlarmEvent';
use strict;
use warnings;
our @class_ancestors = (
'AlarmEvent',
'Event',
'DynamicData',
);
our @class_members = (
['entity', 'ManagedEntityEventArgument', 0, ],
['to', undef, 0, ],
['reason', 'LocalizedMethodFault', 0, ]... | {
"content_hash": "3b9fdc9405763ba0b29f615c5b4ccb54",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 59,
"avg_line_length": 18.689655172413794,
"alnum_prop": 0.6328413284132841,
"repo_name": "stumpr/p5-vmomi",
"id": "051c004153470d78d825b093878a7772a03d9338",
"size": "542"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.