text stringlengths 2 1.04M | meta dict |
|---|---|
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jiahaoliuliu.abtestwithapptimize">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
... | {
"content_hash": "2b434da6e2835d750d5930f4d17320b3",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 68,
"avg_line_length": 31.79310344827586,
"alnum_prop": 0.6735357917570499,
"repo_name": "jiahaoliuliu/ABTestWithApptimize",
"id": "6e9dba007ed0066fd975e5a28448f9a9f8934405",... |
var baseCreate = require('./baseCreate'),
isObject = require('../objects/isObject'),
setBindData = require('./setBindData');
/**
* Used for `Array` method references.
*
* Normally `Array.prototype` would suffice, however, using an array literal
* avoids issues in Narwhal.
*/
var arrayRef = [];
/** Nativ... | {
"content_hash": "840346e052712f560de708b47f83ab97",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 76,
"avg_line_length": 27.098039215686274,
"alnum_prop": 0.6497829232995659,
"repo_name": "stanxii/ngb",
"id": "2ff8e97607ed83aaacae3dac60a639f10499bf9e",
"size": "1796",
... |
import { omit, pick } from 'lodash';
import * as React from 'react';
import { render } from 'react-dom';
import { Store } from 'redux';
import ComponentWrapper from '../../components/ComponentWrapper';
import { IAppState } from '../../types';
import { camelizeKeys } from '../../util/util';
import Plugin from '../plugin... | {
"content_hash": "b7e5943e579ed114d913506030f3b0c3",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 76,
"avg_line_length": 29.7,
"alnum_prop": 0.6584896584896585,
"repo_name": "SumOfUs/Champaign",
"id": "1c46cb1dc9982537800a2b52b5b65ed3bcf86753",
"size": "2079",
"binary... |
"""
====================================================================
K-means clustering and vector quantization (:mod:`scipy.cluster.vq`)
====================================================================
Provides routines for k-means clustering, generating code books
from k-means models, and quantizing vectors ... | {
"content_hash": "e1c1233f908bdcca789355890b0fb0bc",
"timestamp": "",
"source": "github",
"line_count": 731,
"max_line_length": 92,
"avg_line_length": 34.96306429548564,
"alnum_prop": 0.6014946396431645,
"repo_name": "sargas/scipy",
"id": "cb11b7735a16f91553796c5ddb9b91ffc958e1ac",
"size": "25558",... |
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery测试学习</title>
<link rel="stylesheet" href="css/custom.css">
<script src="jquery-1.11.2.js"></s... | {
"content_hash": "9f0cfc628c131f762b12afeff083935c",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 102,
"avg_line_length": 30.102564102564102,
"alnum_prop": 0.5698466780238501,
"repo_name": "czs/jquery.test",
"id": "0ecf5ad69813f5b7bce7941d7c9bdaf29e6e198f",
"size": "118... |
function joint = xyzankur2joint(pos)
% XYZANKUR2JOINT Converts data to xyz positions for each joint.
% FORMAT
% DESC takes in a vector of values and returns a matrix with points in
% rows and coordinate positions in columns.
% ARG pos : the vector of values.
% ARG joint : the matrix of values with points in rows and x... | {
"content_hash": "9a4b8e81ec4bbd2993c6a39574163737",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 70,
"avg_line_length": 24.19047619047619,
"alnum_prop": 0.7066929133858267,
"repo_name": "lawrennd/GPmat",
"id": "b52cf3816772bd252d7a77dba71c5623b5fbf915",
"size": "508",
... |
elmahviewer
===========
A central viewer for elmah
This is a viewer for ELMAH. It reuses and modifies some code from the ELMAH project i.e. it is a derivative work.
This is built to fit a specific use case where many apps share a common sql error log and you want an internal web app to view it.
If you want to ... | {
"content_hash": "963c4894e464e0e0a3fb0e63e8341c64",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 147,
"avg_line_length": 37.97222222222222,
"alnum_prop": 0.7183613752743233,
"repo_name": "caevyn/elmahviewer",
"id": "558df2f2806ec41b26dbc18ca61a1ae7225a6515",
"size": "1... |
<hr />
<ul class="fa-ul main-list">
<li class="main-list-item">
<span class="fa fa-laptop fa-lg main-list-item-icon"></span>
<a href="https://iasi.hackandtell.ro">Hack and Tell @Iași</a>
</li>
<li class="main-list-item">
<span class="fa fa-laptop fa-lg main-list-item-icon"></span>
<a href="https:... | {
"content_hash": "eedea4098f479e4964ec6d6615aef02e",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 68,
"avg_line_length": 34.0625,
"alnum_prop": 0.6293577981651376,
"repo_name": "hackandtell-ro/hackandtell.ro",
"id": "fba8d1ccf957bd0ac9957eac35cea4f2c7cd8c84",
"size": "5... |
import json
import os
import logging
import logging.config
"""Order 15: Use logging with generate log files.
In this sample:
Logging config: dependency/logging.json
Info logging file: dependency/logs/info.log
Error logging file: dependency/logs/error.log
"""
class LoggingSystem(object):
logging_config_file... | {
"content_hash": "23f64c2982e4382008c6842c17a6038c",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 59,
"avg_line_length": 24.451612903225808,
"alnum_prop": 0.6754617414248021,
"repo_name": "flyingSprite/spinelle",
"id": "5c8aacbd887a49c2c13e17ddeb5eb2bd4390fd3f",
"size":... |
data LocalizedData
{
# culture="en-US"
ConvertFrom-StringData -StringData @'
SetTargetResourceInstallwhatIfMessage=Trying to create website "{0}".
SetTargetResourceUnInstallwhatIfMessage=Trying to remove website "{0}".
WebsiteNotFoundError=The requested website "{0}" is not found on the target machine.
WebsiteD... | {
"content_hash": "cbb501e3c528e2f28d7adc7f76e3bbd8",
"timestamp": "",
"source": "github",
"line_count": 885,
"max_line_length": 231,
"avg_line_length": 37.24632768361582,
"alnum_prop": 0.5767678912720323,
"repo_name": "jwainwright/xWebAdministration",
"id": "d9fe4c13d94b943038a6a9b80b7437b08cfe2a67",... |
package org.onosproject.yms.app.ydt;
import org.junit.Test;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import static org.junit.Assert.assertEquals;
import static org.onosproject.yms.app.ydt.YdtAppNodeOperationType.DELETE_ONLY;
import static org.onosproject.yms.app.ydt.YdtTestUti... | {
"content_hash": "d9fb582661c78e9548bb5b9d1e897057",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 82,
"avg_line_length": 35.35064935064935,
"alnum_prop": 0.6928728875826599,
"repo_name": "LorenzReinhart/ONOSnew",
"id": "9efbc7751dd1c8392d845d0187cacd44f4051965",
"size":... |
<span class="wiki-builder">This page was generated with Wiki Builder. Do not change the format!</span>
## Info
* **URI:** [[/Forum/UnmarkReplyAsAnswer/{param1}/|https://www.bungie.net/Platform/Forum/UnmarkReplyAsAnswer/{param1}/]]
* **Basepath:** https://www.bungie.net/Platform
* **Method:** POST
* **Service:** [[Fo... | {
"content_hash": "488d0cdacba5f0eb4b04a91b1294b8f7",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 119,
"avg_line_length": 22,
"alnum_prop": 0.6264462809917355,
"repo_name": "DestinyDevs/BungieNetPlatform",
"id": "70a5a06832a70b0a39a8f7227e3c8ddd62c4dae5",
"size": "1210"... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<TextView
android:layout_width="match_parent"
android:layout_height="... | {
"content_hash": "1c729cc549fac05a5012ecde6dffaa0c",
"timestamp": "",
"source": "github",
"line_count": 192,
"max_line_length": 72,
"avg_line_length": 30.890625,
"alnum_prop": 0.48845051424717584,
"repo_name": "wangyong0910/MES-Android",
"id": "fd42a26f4acf816a5a2acdd712a0948d784fb556",
"size": "61... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
J. Bot. 31:2, t. 331. 1893
#### Original name
null
### Remarks
null | {
"content_hash": "9cc5f5132964bb9880761637aa582f8f",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 12,
"alnum_prop": 0.6666666666666666,
"repo_name": "mdoering/backbone",
"id": "211fe4adeb9d82d54dcfcb53686cb963a922653b",
"size": "205",
"binary": ... |
package util
import (
"os"
"strconv"
"unsafe"
"github.com/prometheus/procfs"
)
const intSize = int(unsafe.Sizeof(0))
var bs *[intSize]byte
func init() {
i := 0x1
bs = (*[intSize]byte)(unsafe.Pointer(&i))
}
func IsBigEndian() bool {
return !IsLittleEndian()
}
func IsLittleEndian() bool {
return bs[0] ==... | {
"content_hash": "0e5959aa6e4c60efe6f46eb2c9beeb24",
"timestamp": "",
"source": "github",
"line_count": 73,
"max_line_length": 70,
"avg_line_length": 17.958904109589042,
"alnum_prop": 0.6628527841342486,
"repo_name": "little-cui/service-center",
"id": "5e62cbe7b6424bc4234c880b6738dc7d9b91a22e",
"si... |
package com.gpii.utils;
import com.gpii.jsonld.JsonLDManager;
import com.hp.hpl.jena.rdf.model.Model;
import java.io.BufferedWriter;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.OutputStreamWriter;
import org.codehaus.jackson.map.Obje... | {
"content_hash": "828652a1da8921a2f867af4624f95aed",
"timestamp": "",
"source": "github",
"line_count": 116,
"max_line_length": 143,
"avg_line_length": 25.060344827586206,
"alnum_prop": 0.541795665634675,
"repo_name": "malarres/RuleBasedMatchMaker_RESTful_WS_Maven",
"id": "1bc33fb8cb7db6a0a8842d57ec3... |
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: ... | {
"content_hash": "ee6788d39491c2761fd9d24af03ba3c6",
"timestamp": "",
"source": "github",
"line_count": 426,
"max_line_length": 80,
"avg_line_length": 18.300469483568076,
"alnum_prop": 0.6062083119548486,
"repo_name": "dinphil/dinphil.github.io",
"id": "5f2fe8e6d3bf90fc2e0a2c50bab6d54b60c0c5d2",
"s... |
package org.jglue.totorom;
import java.util.Set;
import com.tinkerpop.blueprints.Element;
/**
* The base of all framed elements.
*
* @author Bryn Cooke (http://jglue.org)
*/
public abstract class FramedElement {
private Element element;
private FramedGraph graph;
protected void init(FramedGraph graph, El... | {
"content_hash": "e51950940b6e6ae63bb97757a451e6e8",
"timestamp": "",
"source": "github",
"line_count": 186,
"max_line_length": 83,
"avg_line_length": 18.311827956989248,
"alnum_prop": 0.6127422196124486,
"repo_name": "BrynCooke/totorom",
"id": "be44e63b9daacdf0aab3972fa2d6da54029022a0",
"size": "5... |
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdio.h>
#if !defined WIN32 && !defined _WIN32
#include <unistd.h>
#endif
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
#ifndef HAVE_GETOPT_LONG
#include "getopt_win.h"
#endif
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <speex/speex... | {
"content_hash": "24732eb9eabd52022ce34dce9d95f767",
"timestamp": "",
"source": "github",
"line_count": 1001,
"max_line_length": 155,
"avg_line_length": 30.015984015984017,
"alnum_prop": 0.5572122745124143,
"repo_name": "chengjunjian/Speex-with-header-bytes",
"id": "c1020929147fc9215fc54b18ea7876d9d1... |
title: Exceptions Are The Work
category: thoughts
layout: post
tags:
- saas
- workflow
- retool
- process
---
I had an interesting conversation with a founder this week and he said something in our meeting that stuck with me. He said, _“A company’s real workflows are not the workflows they’ve built. It’s all the stuf... | {
"content_hash": "7a6ebceb4fad0cca3ede061b26c0ccdb",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 380,
"avg_line_length": 85.42857142857143,
"alnum_prop": 0.7746655518394648,
"repo_name": "ChrisEYin/sustain",
"id": "b1b0406e0a1d8e5e99c1b322ee51a563c7e6a434",
"size": "24... |
<?php
namespace Proyecto\CompraBundle\DependencyInjection;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Loader;
/**
* This is the class that loads and ma... | {
"content_hash": "fbee531393e076a6752530ced6a6c0bd",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 105,
"avg_line_length": 31.392857142857142,
"alnum_prop": 0.726962457337884,
"repo_name": "airamg/txikitwo",
"id": "0aade4426b370bab7e89c9f95d191c21507a75ec",
"size": "879"... |
FROM node:0.10.38
MAINTAINER Nathan LeClaire <nathan@docker.com>
ADD . /app
WORKDIR /app
RUN npm install
RUN apt-get update
RUN apt-get install -y vim aptitude sudo
RUN useradd -m -s /bin/bash ysc
RUN adduser ysc sudo
RUN echo 'ysc:ysc' | chpasswd
EXPOSE 80
ENTRYPOINT ["node"]
CMD ["app.js", "-p", "80"]
| {
"content_hash": "446f93cc48393e903f37498dcc4635ce",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 46,
"avg_line_length": 19.25,
"alnum_prop": 0.7175324675324676,
"repo_name": "imdjh/wetty",
"id": "1c6b82dbaf649bc0c373c08a3fcfad28197df922",
"size": "308",
"binary": fal... |
<!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_171-google-v7) on Mon Apr 08 11:10:15 PDT 2019 -->
<title>Key (Google App Engine API for Java)</title>
<meta name="date" content="2019-04-08">
... | {
"content_hash": "40e5ac5186c4c77e1b73110835f163bb",
"timestamp": "",
"source": "github",
"line_count": 498,
"max_line_length": 469,
"avg_line_length": 44.441767068273094,
"alnum_prop": 0.6637448039038496,
"repo_name": "googlearchive/caja",
"id": "3132f37838934a1fcf0e4fe7bca685055482ebb4",
"size": ... |
using System;
namespace Azure.ResourceManager.Network.Models
{
/// <summary> Properties of VPN client root certificate of VpnServerConfiguration. </summary>
public partial class VpnServerConfigVpnClientRootCertificate
{
/// <summary> Initializes a new instance of VpnServerConfigVpnClientRootCertifi... | {
"content_hash": "2618e248f0c8f315482c28403ced0584",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 142,
"avg_line_length": 40.44642857142857,
"alnum_prop": 0.5805739514348786,
"repo_name": "Azure/azure-sdk-for-net",
"id": "ae70c052f1f6961b9cbc5e8a28bb18941bbd77d4",
"size... |
"""Storage preference based location strategy module"""
from oslo_config import cfg
from oslo_log import log as logging
import six
import six.moves.urllib.parse as urlparse
from glance.i18n import _, _LW
LOG = logging.getLogger(__name__)
store_type_opts = [
cfg.ListOpt('store_type_preference',
d... | {
"content_hash": "abe84b6eae4cbc6d4a1eaf38adede611",
"timestamp": "",
"source": "github",
"line_count": 148,
"max_line_length": 79,
"avg_line_length": 34.945945945945944,
"alnum_prop": 0.608662026295437,
"repo_name": "stevelle/glance",
"id": "90ad5232094e63fa9f37719ea507c68ea73c2506",
"size": "5797... |
#pragma once
#include <aws/s3/S3_EXPORTS.h>
#include <aws/s3/model/LifecycleExpiration.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/s3/model/LifecycleRuleFilter.h>
#include <aws/s3/model/ExpirationStatus.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/s3/model/NoncurrentVersion... | {
"content_hash": "08fb127c8ff173a7e2304baa2f158916",
"timestamp": "",
"source": "github",
"line_count": 250,
"max_line_length": 221,
"avg_line_length": 38.076,
"alnum_prop": 0.7299086038449417,
"repo_name": "JoyIfBam5/aws-sdk-cpp",
"id": "d8db56d8777c2d2c8930a80e5bb07718e4fa3420",
"size": "10092",
... |
pruebas de gh-pages
| {
"content_hash": "f614ac44c16cd0d0d964d3ffd0ff2062",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 19,
"avg_line_length": 20,
"alnum_prop": 0.8,
"repo_name": "KEINNENNGEL/gh-pages",
"id": "0b76bcb5f2550421eef6e27f4a86ec7189506582",
"size": "31",
"binary": false,
"copi... |
/**
* Created by Alex on 2015/3/13.
*/
(function (window, $, namespace) {
/**
* 定义经纬度点类型
*/
$.DeclareClass("XspWeb.Controls.GISControl.Common.LongLatPoint", XspWeb.Controls.GISControl.Common.Point, {
/**
* 构造函数
*
* @param Double longitude 经度
* @param Doub... | {
"content_hash": "4d00f8c5c76b4e85068784433d22b510",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 111,
"avg_line_length": 25.275862068965516,
"alnum_prop": 0.48021828103683495,
"repo_name": "furongsoft/weiphp2.0.1202",
"id": "46df0eac1a6136cced96089cc770a58b949585b7",
"... |
var path = require('path'),
config;
config = {
// ### Production
// When running Ghost in the wild, use the production environment.
// Configure your URL and mail settings here
production: {
url: 'http://my-ghost-blog.com',
mail: {},
database: {
client: 'sqlite3'... | {
"content_hash": "a4a508a226b05aebedc69eecfe914500",
"timestamp": "",
"source": "github",
"line_count": 133,
"max_line_length": 108,
"avg_line_length": 27.789473684210527,
"alnum_prop": 0.4383116883116883,
"repo_name": "Luciekimotho/blogging-with-ghost",
"id": "b5d9d84b7324fba5d7c2b94efc8b336311292fd... |
package com.handstudio.android.hzgraphlib.vo.scattergraph;
import java.util.ArrayList;
public class ScatterGraph
{
public static final String TAG = ScatterGraph.class.getSimpleName();
private String name = null;
private int color = -1;
private float[] coordinateArr = null;
private int bitmapResource = -1;
... | {
"content_hash": "b953fab5940e15f355a783340adb760b",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 87,
"avg_line_length": 17.1,
"alnum_prop": 0.7192982456140351,
"repo_name": "handstudio/HzGrapher",
"id": "126b94d3473798700bfc030ce2dda20794647780",
"size": "1197",
"bin... |
package org.infinispan.configuration.cache;
import org.infinispan.config.ConfigurationException;
import org.infinispan.configuration.Builder;
import org.infinispan.eviction.EvictionStrategy;
import org.infinispan.eviction.EvictionThreadPolicy;
import org.infinispan.util.logging.Log;
import org.infinispan.util.logging... | {
"content_hash": "d5ae9965c8cd7569114ce66ff298414f",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 134,
"avg_line_length": 32.79381443298969,
"alnum_prop": 0.7054385413392015,
"repo_name": "nmldiegues/stibt",
"id": "3356eeb38ab6c464207631df70a36684ee499ad5",
"size": "398... |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="sk" version="2.0">
<defaultcodec>UTF-8</defaultcodec>
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About DRACHMacoin</source>
<translation>O DRACHMacoin</translation>
</... | {
"content_hash": "dc8e96f93ad7b9403434138d9d5225e9",
"timestamp": "",
"source": "github",
"line_count": 2922,
"max_line_length": 395,
"avg_line_length": 36.229637234770706,
"alnum_prop": 0.6120835419362761,
"repo_name": "microcash-dev/DRACHMacoin",
"id": "d152559d0f7d19fefb8e3bac759b1b1e67b01640",
... |
* <img src='https://avatars1.githubusercontent.com/u/839283?v=3&s=40' height='20' width='20'>[
ibireme
/
YYKit
](https://github.com/ibireme/YYKit):
A collection of iOS components.
* <img src='https://avatars0.githubusercontent.com/u/5511525?v=3&s=40' height='20' width='20'>[
iThinker... | {
"content_hash": "24bffa0e98b2b545530ad7e4619dfcd9",
"timestamp": "",
"source": "github",
"line_count": 708,
"max_line_length": 343,
"avg_line_length": 34.67090395480226,
"alnum_prop": 0.6558438913105471,
"repo_name": "josephyzhou/github-trending",
"id": "67fe8d9859d4521a34764a8456e5928ffea8e00c",
... |
class CreateResults < ActiveRecord::Migration
def change
create_table :results do |t|
t.references :choice
t.references :user
t.references :question
t.timestamps null: false
end
end
end
| {
"content_hash": "a948263ee23cc077c78dcd38d5381ca7",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 45,
"avg_line_length": 22.2,
"alnum_prop": 0.6711711711711712,
"repo_name": "ebutler90/survey_gorilla-",
"id": "05a01d4124d1651c47dbf7dd0b5ac6019b5c75c1",
"size": "222",
... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Branch Demo Page</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="Branch Demo Page">
<meta name="author" content="Mike Kwon">
<li... | {
"content_hash": "dd5e6c25353f2789fd002d09969a1173",
"timestamp": "",
"source": "github",
"line_count": 256,
"max_line_length": 662,
"avg_line_length": 44.93359375,
"alnum_prop": 0.5649830479005477,
"repo_name": "MikeKwon36/MikeKwon36.github.io",
"id": "71a972b93a4c6c1275dbb241e1feef56b16296ce",
"s... |
class GameObject : public sf::Sprite
{
private:
sf::Texture texture;
public:
GameObject(const char* path)
{
texture.loadFromFile(path);
texture.setSmooth(true);
setTexture(texture, true);
setOrigin(texture.getSize().x / 2, texture.getSize().y / 2);
}
virtual void Update(float dt) {}
virtual ~GameObje... | {
"content_hash": "5020c4b964bf30110777a79e9cd14f76",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 63,
"avg_line_length": 17.36842105263158,
"alnum_prop": 0.6878787878787879,
"repo_name": "Zarokhan/MAH_BOIDS",
"id": "273ff398ec9a656875577f373a1b0a409a574f3b",
"size": "37... |
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
public class Turtle {
TurtleState turtleState;
Stack<TurtleState> tss;
public Turtle(float w){
turtleState = new TurtleState(w, Matrix4x4.identity);
tss = new Stack<TurtleState>();
}
public void Gravity(float fraction){
turtl... | {
"content_hash": "205661d9c1fe9868436b84efbc9990af",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 114,
"avg_line_length": 27.42528735632184,
"alnum_prop": 0.6617770326906958,
"repo_name": "mortennobel/A-Study-in-Composition",
"id": "4a0d3ee6de562c07ab5ba79f6139224edf8c220... |
function contains(context, element, text, message) {
var matches = context.$(element).text().match(new RegExp(text));
message = message || `${element} should contain "${text}"`;
this.push(!!matches, matches, text, message);
}
export default contains;
| {
"content_hash": "5f990ec24d8dda82eee54586801940ef",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 66,
"avg_line_length": 32.375,
"alnum_prop": 0.6911196911196911,
"repo_name": "albertodotcom/ember-cart",
"id": "c544b2b72a0197fa4c3bb9257313dbdf5da0270c",
"size": "259",
... |
package gozfs
import (
"bytes"
"syscall"
"github.com/mistifyio/gozfs/nv"
)
func exists(name string) error {
m := map[string]interface{}{
"cmd": "zfs_exists",
"version": uint64(0),
}
encoded := &bytes.Buffer{}
err := nv.NewNativeEncoder(encoded).Encode(m)
if err != nil {
return err
}
return ioct... | {
"content_hash": "4c0136a3f9a0d064e812ab68af9a0fce",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 53,
"avg_line_length": 17.058823529411764,
"alnum_prop": 0.6396551724137931,
"repo_name": "mistifyio/gozfs",
"id": "1071ce80ca3583630ac7f16df7883abf103e04e9",
"size": "580"... |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Non focused states -->
<item android:state_focused="false" android:state_selected="false" android:state_pressed="false" android:drawable="@drawable/bg_shape_buttn_normal" />
<item android:state_... | {
"content_hash": "469e883f6b839f122bdf5f3d954396dc",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 154,
"avg_line_length": 86.5,
"alnum_prop": 0.7273603082851637,
"repo_name": "tanhuopeng/classLock",
"id": "cc7f5afb97facc6ba6fe319d30088dc5ed3a6361",
"size": "1038",
"bi... |
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>John Doe's blog</title>
<meta name="author">
<meta name="description" content="The awesome blog of John Doe.">
<meta name="viewport" con... | {
"content_hash": "a3dacfec2a80217b57e5763d0e3223be",
"timestamp": "",
"source": "github",
"line_count": 491,
"max_line_length": 270,
"avg_line_length": 35.93482688391039,
"alnum_prop": 0.6705962366810247,
"repo_name": "rebcavee/Blog",
"id": "d3a5f607a752fc76241558e340bf65be06788a34",
"size": "17644... |
layout : blocks/working-session
title : Dependency Check
type : workshop
organizers : Steve Springett
technology : Java
status : done
track : Owasp Projects
owasp-project: yes
when-day : Fri
when-time : PM-2
location : Room-3
room-layout : cabaret
organizers : Steve S... | {
"content_hash": "cfbed326d7bf539e0607085754e3362c",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 570,
"avg_line_length": 35.03921568627451,
"alnum_prop": 0.7588136541689984,
"repo_name": "OWASP/owasp-summit-2017",
"id": "10c7087aab769b05750cd4df22e1bbd642adcda4",
"size... |
package uk.co.real_logic.aeron.samples;
import uk.co.real_logic.aeron.Aeron;
import uk.co.real_logic.aeron.Subscription;
import uk.co.real_logic.aeron.logbuffer.FragmentHandler;
import uk.co.real_logic.aeron.driver.MediaDriver;
import uk.co.real_logic.agrona.CloseHelper;
import uk.co.real_logic.agrona.concurrent.SigI... | {
"content_hash": "62a68f3b1b99ebcc6ad98ddb4765a437",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 108,
"avg_line_length": 43.86764705882353,
"alnum_prop": 0.7291317465638619,
"repo_name": "UIKit0/Aeron",
"id": "b091c64b1605dc4cdf836aad8b5487ead79da086",
"size": "3584",
... |
package org.ands.rifcs.base;
import org.w3c.dom.Node;
/**
* Class representing a RIF-CS Arg.
*
* @author Scott Yeadon
*
*/
public class Arg extends RIFCSElement {
/**
* Construct an Arg object.
*
* @param n
* A w3c Node, typically an Element
*
* @throws RIFCSException A ... | {
"content_hash": "fc3508ad8de21034c7911ac55ea14222",
"timestamp": "",
"source": "github",
"line_count": 115,
"max_line_length": 72,
"avg_line_length": 21.42608695652174,
"alnum_prop": 0.5799512987012987,
"repo_name": "au-research/ANDS-RIFCS-API",
"id": "f0547d1bdfc5dac58273b1d5e29e2816310b750a",
"s... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_23) on Sun Feb 26 06:28:55 CET 2012 -->
<TITLE>
Get.VerboseProgress (Apache Ant API)
</TITLE>
<META NAME="date" CONTENT="2012-02-26">
<LINK REL ="s... | {
"content_hash": "c4a481f8c4d25261716e553a2a4584b4",
"timestamp": "",
"source": "github",
"line_count": 317,
"max_line_length": 343,
"avg_line_length": 40.1577287066246,
"alnum_prop": 0.6296150824823252,
"repo_name": "kolbasa/IaTestGen",
"id": "fd503e221baf74ae4e2506985ed8d4930d4ccc59",
"size": "12... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<ImageView
android:id="@+id/item_iv_deck"
android:layout_width="40dp"
android:layout_height="50d... | {
"content_hash": "7db1da88808ec3998479ab59254cd7d0",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 72,
"avg_line_length": 29.833333333333332,
"alnum_prop": 0.6620111731843575,
"repo_name": "hailuo966/YuGiOh",
"id": "eb1a00409cb002462510c0c8c874f68d6d490e49",
"size": "358... |
import apisauce from 'apisauce';
import { info, builds, jobs, views, que, load, login, logout } from '../Services/';
// our "constructor"
const create = (baseURL = 'http://') => {
// ------
// STEP 1
// ------
//
// Create and configure an apisauce-based api object.
//
const api = apisauce.create({
/... | {
"content_hash": "f50cab35d110f4630d82c368eb55dbb1",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 131,
"avg_line_length": 30.69,
"alnum_prop": 0.6392961876832844,
"repo_name": "derickwarshaw/jenkins",
"id": "c13314d3896f1f5e5ae44e86dd0ea6195d41946d",
"size": "3113",
... |
package org.baade.otter.core.session;
import java.net.SocketAddress;
import java.nio.channels.SocketChannel;
import java.util.HashMap;
import java.util.Map;
public class SessionRecycle implements ISessionRecycle{
private Map<SocketAddress, ISession> allSessions;
public SessionRecycle(){
allSessions = new Hash... | {
"content_hash": "3332636e335ac436eaa0f8d428910210",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 74,
"avg_line_length": 20.18867924528302,
"alnum_prop": 0.7299065420560747,
"repo_name": "baade-org/otter",
"id": "b26b6dc2ae69c5d459c202dc02075bf2e74b79fb",
"size": "1086"... |
void test_ecmascript_enum_encoding_strategy(void);
| {
"content_hash": "2f88a7164f8ec94df23d98a33057d6df",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 50,
"avg_line_length": 51,
"alnum_prop": 0.8235294117647058,
"repo_name": "TyRoXx/Lpg",
"id": "c3dace3a121f22d24073beb1f023a5945c95cf8f",
"size": "65",
"binary": false,
... |
module Azure::Network::Mgmt::V2020_08_01
module Models
#
# A load balancer probe.
#
class Probe < SubResource
include MsRestAzure
# @return [Array<SubResource>] The load balancer rules that use this
# probe.
attr_accessor :load_balancing_rules
# @return [ProbeProtocol]... | {
"content_hash": "fe3836a2a48bb40b7523feed120014bb",
"timestamp": "",
"source": "github",
"line_count": 181,
"max_line_length": 79,
"avg_line_length": 33.668508287292816,
"alnum_prop": 0.48900557925828686,
"repo_name": "Azure/azure-sdk-for-ruby",
"id": "cdea8aace6cac13ddd75476907c5a1fd83a657c8",
"s... |
<?php
/**
* @file Client.php
* @brief APP <--> Gapper Client <--> Gapper Server
*
* @author Hongjie Zhu
*
* @version 0.1.0
* @date 2014-06-18
*/
/**
* $client = \Gini\IoC::construct('\Gini\Gapper\Client', true); (default)
* $client = \Gini\IoC::construct('\Gini\Gapper\Client', false);
* $username = $client... | {
"content_hash": "05d0d8fe246cf8e1256f9331ce17355a",
"timestamp": "",
"source": "github",
"line_count": 322,
"max_line_length": 102,
"avg_line_length": 26.5527950310559,
"alnum_prop": 0.48947368421052634,
"repo_name": "lqvfyr/gapper",
"id": "edb8100077fb62ff469254dae92796ef3d5035a2",
"size": "8620"... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | {
"content_hash": "35d770343060554adce68d60c820d618",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 151,
"avg_line_length": 40.92307692307692,
"alnum_prop": 0.5808270676691729,
"repo_name": "ahopper/Patroclus",
"id": "052a9bd56ed190889187294d7cf3fae13e810a67",
"size": "10... |
.. _release-notes:
#############
Release Notes
#############
.. _rel-0.7.1:
v0.7.1
==============
* Added instrumentation to ``Task``, using metrics annotations.
* Added ability to blacklist SSL cipher suites.
* Added ``@PATCH`` annotation for Jersey resource methods to indicate use of the HTTP ``PATCH`` method.
* ... | {
"content_hash": "fa44fed9d6c45a60d7c5d90d748e73c0",
"timestamp": "",
"source": "github",
"line_count": 513,
"max_line_length": 388,
"avg_line_length": 46.67056530214425,
"alnum_prop": 0.7290117784646228,
"repo_name": "boundary/dropwizard",
"id": "3f82b23a6bf84aab5c4ac6b0c45f011574df91bd",
"size": ... |
\documentclass[12pt]{article}
\title{Open \LaTeX{} Studio - ${pom.version}}
\date{}
\author{Sebastian Brudzinski}
\begin{document}
\maketitle
\section{Welcome}
Thanks for trying out the Open \LaTeX{} Studio - an Open Source \LaTeX{} editor. Please note, that the
application is in constant development. You might... | {
"content_hash": "d9a3c25e63463567bb4d00d0f9ea5e17",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 162,
"avg_line_length": 61.61538461538461,
"alnum_prop": 0.7734082397003745,
"repo_name": "sebbrudzinski/Open-LaTeX-Studio",
"id": "5314b0cfef0c75917b5d845f189750031b8502a4",... |
module ClioClient
module Api
class Relationship < Base
include ClioClient::Api::Listable
include ClioClient::Api::Findable
include ClioClient::Api::Crudable
private
def data_klass(*args)
ClioClient::Relationship
end
def end_point_url; 'relationships'; en... | {
"content_hash": "0e8879d362323e8511f1cc46f6030dc1",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 50,
"avg_line_length": 20.136363636363637,
"alnum_prop": 0.6410835214446953,
"repo_name": "clio/clio_client",
"id": "976f8448cfa6ccb14dc5284a8e96564df3ba9b0f",
"size": "443... |
<?php
namespace Trinity\Utils\Config;
/**
* Interface for configuration loaders.
*
* @author Tomasz Jędrzejewski
* @copyright Invenzzia Group <http://www.invenzzia.org/> and contributors.
* @license http://www.invenzzia.org/license/new-bsd New BSD License
*/
interface Loader
{
/**
* The read options are ret... | {
"content_hash": "d9faf76061e35f357ecbe3bdb09c401c",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 75,
"avg_line_length": 22.575,
"alnum_prop": 0.6954595791805094,
"repo_name": "zyxist/Trinity",
"id": "d2d8112d1c6e63c1f14fef1e230f141dc549f7b8",
"size": "1274",
"binary"... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "d600aa7817901b47a2d7939ec75044b5",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "925c12eeb89599d8d9b8737666abe2ad76051378",
"size": "180... |
package org.apache.hadoop.hbase.io.hfile.bucket;
import java.util.Comparator;
import java.util.Map;
import org.apache.yetus.audience.InterfaceAudience;
import org.apache.hadoop.hbase.io.hfile.BlockCacheKey;
import org.apache.hbase.thirdparty.com.google.common.collect.MinMaxPriorityQueue;
/**
* A memory-bound que... | {
"content_hash": "33a04b51d9da35098611b1d713c172d4",
"timestamp": "",
"source": "github",
"line_count": 91,
"max_line_length": 89,
"avg_line_length": 31.813186813186814,
"alnum_prop": 0.681174438687392,
"repo_name": "ChinmaySKulkarni/hbase",
"id": "d8c677c8fb9cfb131cacb4ad73848e12be342d8c",
"size":... |
.. index:: Reference Architectures: Networking HA Details
.. _Close_look_networking_HA:
HA deployment for Networking
----------------------------
Fuel leverages
`Pacemaker resource agents <http://www.linux-ha.org/wiki/Resource_agents>`_
in order to deploy highly avaiable networking for OpenStack environments.
Virtu... | {
"content_hash": "4347812d114715b59d78fd8da632f82d",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 75,
"avg_line_length": 45.08108108108108,
"alnum_prop": 0.7643884892086331,
"repo_name": "ogelbukh/fuel-docs",
"id": "d9862c2d2687586c3f0d7a145cb0c6c04ba4920e",
"size": "16... |
<?xml version="1.0" encoding="utf-8"?>
<labels>
<label index="date">Data</label>
<label index="time">Ora</label>
<label index="hrs">h</label>
<label index="month.january">Gennaio</label>
<label index="month.february">Febbraio</label>
<label index="month.march">Marzo</label>
<label index="month.april">Aprile</lab... | {
"content_hash": "eac8ea825de92174a0ea03d568bf2ea8",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 62,
"avg_line_length": 43.296875,
"alnum_prop": 0.7318657524359437,
"repo_name": "JoAutomation/todo-for-you",
"id": "d84bd3412e7918de88d7e32d682d9d653b9cbc50",
"size": "277... |
/*******************************
Standard
*******************************/
.ui.grid {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;... | {
"content_hash": "940dcf59d349f3320c1d5dcc594a8510",
"timestamp": "",
"source": "github",
"line_count": 2019,
"max_line_length": 112,
"avg_line_length": 34.551263001485886,
"alnum_prop": 0.6238478189194225,
"repo_name": "LiberisLabs/LiberisLabs.github.io",
"id": "c1835d23c73f12c9444b1bd6a3b778478a70a... |
package com.pekingopera.versionupdate.util;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.net.Uri;
import java.io.File;
/**
* @author Administrator
*/
public class InstallUtil {
/**
* install ... | {
"content_hash": "cd88e03111db4be373cc09c792995cab",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 99,
"avg_line_length": 32.666666666666664,
"alnum_prop": 0.7117346938775511,
"repo_name": "ecnuBeidou/ESeal",
"id": "25d41374e9f3caeb7c42a37cff47533125cc5ced",
"size": "117... |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
Ext.define('sisprod.view.WorkCategoryDetail.AddWorkCategoryDetail', {
extend: 'sisprod.view.base.BaseDataWindow',
alias: 'widget.addWorkCategoryDetail',
require: [
'sisprod.view... | {
"content_hash": "fa420f2081dabe3b5d38e0a5599c3539",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 69,
"avg_line_length": 28.183673469387756,
"alnum_prop": 0.47719044170890657,
"repo_name": "jgin/testphp",
"id": "d1447ce0c93aee8d868fafc18477a83571c25b25",
"size": "1383",... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface com.google.code.play2.provider.api.Play2TemplateCompi... | {
"content_hash": "176e4408fe660e7de9e7da2951587986",
"timestamp": "",
"source": "github",
"line_count": 148,
"max_line_length": 389,
"avg_line_length": 43.391891891891895,
"alnum_prop": 0.6337589535970103,
"repo_name": "play2-maven-plugin/play2-maven-plugin.github.io",
"id": "6fec0b499a5ea7bad8252cef... |
<!--<?php
require_once template('head');
require_once template('sidebar');
$en_title = ucfirst(str_replace('_',' ',$class_list[$classnow]['filename']));
$met_product=methtml_imgdisplay('product');
$met_productnext=methtml_prenextinfo(1);
$methits=methtml_hits('product');
echo <<<EOT
-->
<article class="page-mai... | {
"content_hash": "41b605e43298356273c6cbc1a12746d7",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 122,
"avg_line_length": 30.82608695652174,
"alnum_prop": 0.4915373765867419,
"repo_name": "maicong/OpenAPI",
"id": "e6cc2690d346fc81d25b31783c7d35dc54a3f47a",
"size": "1420... |
import DS from 'ember-data';
import DomainResource from 'ember-fhir/models/domain-resource';
const { attr, belongsTo, hasMany } = DS;
export default DomainResource.extend({
identifier: belongsTo('identifier', { async: false }),
type_: belongsTo('codeable-concept', { async: false }),
unit: belongsTo('codeable-co... | {
"content_hash": "30cbde4d37c3a6631c93470eac457ba1",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 68,
"avg_line_length": 39.588235294117645,
"alnum_prop": 0.6968796433878157,
"repo_name": "davekago/ember-fhir",
"id": "3f1038bbae7869181aa728324e16f64caab6a04b",
"size": "... |
"""The bare-metal admin extension."""
import netaddr
import webob
from nova.api.openstack import extensions
from nova.api.openstack import wsgi
from nova.api.openstack import xmlutil
from nova import exception
from nova.openstack.common.gettextutils import _
from nova.virt.baremetal import db
authorize = extensions.... | {
"content_hash": "7d5edcb0f5db2851a3aed071ce2ba22d",
"timestamp": "",
"source": "github",
"line_count": 238,
"max_line_length": 78,
"avg_line_length": 35.273109243697476,
"alnum_prop": 0.5696247766527696,
"repo_name": "tanglei528/nova",
"id": "22a3faa98ce66094af18eca244b24e0360400317",
"size": "903... |
<h1>SDLLockScreenConfiguration Class Reference</h1>
<h3>Section Contents</h3>
<ul>
<li><a href="#section-showInOptionalState">showInOptionalState</a></li>
<li><a href="#section-enableAutomaticLockScreen">enableAutomaticLockScreen</a></li>
<li><a href="#section-backgroundColor">backgroundColor</a></li>
<li><a ... | {
"content_hash": "e97eda1b9953358765d61645846f8a74",
"timestamp": "",
"source": "github",
"line_count": 230,
"max_line_length": 707,
"avg_line_length": 45.743478260869566,
"alnum_prop": 0.6592529227259766,
"repo_name": "davidswi/sdl_ios",
"id": "13c3bd48b046413bccbffce5d944fd921fd23155",
"size": "1... |
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use canvas_traits::webgl::WebGLVertexArrayId;
use core::cell::Ref;
use core::iter::FromIterator;
use dom::bindings... | {
"content_hash": "39aa2c03297a7eb035b5b28d89167ebc",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 110,
"avg_line_length": 33.95348837209303,
"alnum_prop": 0.6486301369863013,
"repo_name": "nrc/rustc-perf",
"id": "8433b34532819e33d8feeb8f2db15b90dcbf7a35",
"size": "2920"... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Pertusaria eyelpistia A. Massal.
### Remarks
null | {
"content_hash": "3a74e2e6ea45859d92dcc71f3fc2c205",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 32,
"avg_line_length": 10.538461538461538,
"alnum_prop": 0.708029197080292,
"repo_name": "mdoering/backbone",
"id": "d73f38463f7e9df7bbaf79cab1c97b5a28efc92a",
"size": "193... |
using YamlDotNet.Serialization;
namespace WizBot.Common.Attributes;
public static class CommandNameLoadHelper
{
private static readonly IDeserializer _deserializer = new Deserializer();
private static readonly Lazy<Dictionary<string, string[]>> _lazyCommandAliases
= new(() => LoadAliases());
pub... | {
"content_hash": "90a63945fb8a09c217deacfbd7d38637",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 118,
"avg_line_length": 36.58064516129032,
"alnum_prop": 0.6869488536155203,
"repo_name": "Wizkiller96/WizBot",
"id": "daf07c03fef4bc95d48535191e0aa302bd5d778b",
"size": "1... |
/* global describe, it, beforeEach, expect, spyOn, jasmine */
/* eslint camelcase: 0, no-invalid-this: 0 */
const _ = require('underscore');
const Player = require('../../../server/game/player.js');
const DrawCard = require('../../../server/game/drawcard.js');
describe('Player', function() {
describe('moveCard', ... | {
"content_hash": "b6b82545ccc9972d15a92b6b15565397",
"timestamp": "",
"source": "github",
"line_count": 167,
"max_line_length": 133,
"avg_line_length": 42.44311377245509,
"alnum_prop": 0.5266647855530474,
"repo_name": "cavnak/throneteki",
"id": "12fcaa65d2a79027d0ff1e6a8b024b2a23257123",
"size": "7... |
namespace HotelsSystem.Web.ViewModels.Account
{
using System.ComponentModel.DataAnnotations;
public class RegisterViewModel
{
[Required]
[EmailAddress]
[Display(Name = "Email")]
public string Email { get; set; }
[Required]
[StringLength(100, ErrorMessage = ... | {
"content_hash": "0b0a296ae75d12459545aaae6e06a4bc",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 110,
"avg_line_length": 32.73913043478261,
"alnum_prop": 0.6268260292164675,
"repo_name": "hrist0stoichev/HotelsSystem",
"id": "2c2b7da9b2827bd315a0afc73809904061d6766e",
"... |
using System.Collections.Generic;
using System.Linq;
using $safeprojectname$.Data.Entities;
using $safeprojectname$.Data.ViewModels;
namespace $safeprojectname$.Data.Converters
{
public static class MediaTypeConverter
{
public static MediaTypeViewModel Convert(MediaType mediaType)
{
... | {
"content_hash": "366e89cf1ee37f02347fcd73ee69f5a4",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 93,
"avg_line_length": 29.176470588235293,
"alnum_prop": 0.532258064516129,
"repo_name": "miseeger/VisualStudio.Templates",
"id": "e1033354790e10dacd486935f2fe6e9d58a5df68",
... |
@interface MessageTopButtonsViewTests : XCTestCase
@end
@implementation MessageTopButtonsViewTests
- (void)setUp {
[super setUp];
// Put setup code here. This method is called before the invocation of each test method in the class.
}
- (void)tearDown {
// Put teardown code here. This method is called af... | {
"content_hash": "3feb6585f5d9363b2917e64391d4a2dd",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 107,
"avg_line_length": 24,
"alnum_prop": 0.6896551724137931,
"repo_name": "janZhao/ZJMessageTopButtonsView",
"id": "602dd34b2627dbcb99a8befa2d8c3fe274a4eed4",
"size": "904... |
class Granularity < ActiveRecord::Base
end
| {
"content_hash": "b2afe57256be817f7136380c4d4b9e70",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 38,
"avg_line_length": 21.5,
"alnum_prop": 0.813953488372093,
"repo_name": "0r4cl3/rails-trader",
"id": "931774a0294ebbfd86644a45d88b6dfed48d684e",
"size": "43",
"binary":... |
<!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_05) on Thu Oct 06 22:53:37 EDT 2016 -->
<title>Uses of Class org.drip.execution.optimum.LinearTradingEnhancedTrajectory</title>
<meta name="dat... | {
"content_hash": "b124aa47cdc25b28a1c5cf3abbc4eb57",
"timestamp": "",
"source": "github",
"line_count": 169,
"max_line_length": 515,
"avg_line_length": 44.32544378698225,
"alnum_prop": 0.6658657055132826,
"repo_name": "lakshmiDRIP/DRIP",
"id": "22fc7ad65806f65854b260d2c9ee401597f739df",
"size": "74... |
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/* CLIPS Version 6.24 06/05/06 */
/* */
/* ... | {
"content_hash": "c7d8aec03e8e1c13f6a3e528b97c99f0",
"timestamp": "",
"source": "github",
"line_count": 127,
"max_line_length": 116,
"avg_line_length": 47.960629921259844,
"alnum_prop": 0.49564931866688555,
"repo_name": "DrItanium/LibExpertSystem",
"id": "5705fb58d3240a51930ab31e0e0087625364a9ae",
... |
package org.wso2.carbon.identity.openidconnect;
import com.nimbusds.jose.Algorithm;
import com.nimbusds.jose.JOSEException;
import com.nimbusds.jose.JWSAlgorithm;
import com.nimbusds.jose.JWSHeader;
import com.nimbusds.jose.JWSSigner;
import com.nimbusds.jose.crypto.RSASSASigner;
import com.nimbusds.jwt.JWTClaimsSet;... | {
"content_hash": "2f8225035c41e55269cd0385a4482a9c",
"timestamp": "",
"source": "github",
"line_count": 583,
"max_line_length": 118,
"avg_line_length": 47.74271012006861,
"alnum_prop": 0.6539484084213552,
"repo_name": "thilina27/carbon-identity",
"id": "82424298c980313f5c779e2c94e83237bc4820a0",
"s... |
.center-bkgnd {
background:#D1C5B7;
border:0;
}
#testBody {
color:black;
background:#D1C5B7;
padding:0
}
#testLayoutEast {
height:100%;
width: 100%;
text-align: left;
font-family: arial,helvetica,sans-serif;
font-size: small;
font-weight: normal;
margin: 0;
padding:... | {
"content_hash": "e743485c7563d775ba216002b1e9e28c",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 86,
"avg_line_length": 17.816666666666666,
"alnum_prop": 0.6323666978484564,
"repo_name": "kpartlow/n-cube-editor",
"id": "2ac679f6e8248853d3e5910ab0be1a4b5846b68a",
"size... |
<section id="instance-list">
<section id="content" style="top:">
<section class="hbox stretch">
<section class="vbox no-margin">
<section class="scrollable wrapper-lg">
<div class="m-b-md h2">
<span class="font-thin">Applications</span>
</div>
<div class="ro... | {
"content_hash": "499bb3199a15757a7dad49e9a950bda3",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 341,
"avg_line_length": 68.69411764705882,
"alnum_prop": 0.5190957355711594,
"repo_name": "pyrolabs/Pyro",
"id": "6a02308863c33a17f3be2c15eafabdd6797f1655",
"size": "5839",... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "4f4fb0b80cffe70d3bf0675ae0a09423",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "53e8400cb6eca4d981ee52b6605e187d49bc4843",
"size": "177... |
package org.apache.struts2.components;
import com.opensymphony.xwork2.config.ConfigurationException;
import com.opensymphony.xwork2.inject.Inject;
import com.opensymphony.xwork2.util.ValueStack;
import com.opensymphony.xwork2.util.logging.Logger;
import com.opensymphony.xwork2.util.logging.LoggerFactory;
import org.... | {
"content_hash": "07174bf3014b7359486ba102e5821789",
"timestamp": "",
"source": "github",
"line_count": 1262,
"max_line_length": 173,
"avg_line_length": 33.19017432646593,
"alnum_prop": 0.5953301819223606,
"repo_name": "TheTypoMaster/struts-2.3.24",
"id": "5fd99a9b85647ef1bc7375f45f13eb2e01fcb214",
... |
'use strict';
/* global __dirname */
var gulp = require('gulp');
var config = require('./_config.js');
var paths = config.paths;
var $ = config.plugins;
var _ = require('lodash');
var wiredep = require('wiredep').stream;
var nodefn = require('when/node');
var fs = require('fs');
var exec = require('child_process').e... | {
"content_hash": "71559bfd3b9aee466f43bdeb2fd80213",
"timestamp": "",
"source": "github",
"line_count": 276,
"max_line_length": 126,
"avg_line_length": 28.282608695652176,
"alnum_prop": 0.615808352549321,
"repo_name": "andreiconstantinescu/asmi-prom-website",
"id": "a75624272846720ab13300958b090e9ccb... |
As of Mekanism 9.7.0 it is now possible to view all recipe strings of the Pressurised Reaction Chamber through the command `/ct mekrecipes prc`
## Addition
```zenscript
mods.mekanism.reaction.addRecipe(IIngredient itemInput, ILiquidStack liquidInput, IGasStack gasInput, IItemStack itemOutput, IGasStack gasOutput, dou... | {
"content_hash": "3148429c02b5a1b27852df25e76f5cd4",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 245,
"avg_line_length": 53.15625,
"alnum_prop": 0.7977660199882423,
"repo_name": "jaredlll08/CraftTweaker-Documentation",
"id": "ff5638fe3184f8c09c1a6699943f2c3c6054b938",
... |
package eu.ehealth.security;
import org.jasypt.digest.PooledStringDigester;
import org.jasypt.encryption.pbe.StandardPBEStringEncryptor;
import org.jasypt.hibernate.encryptor.HibernatePBEEncryptorRegistry;
import org.jasypt.salt.RandomSaltGenerator;
import org.jasypt.util.password.BasicPasswordEncryptor;
import eu.ehe... | {
"content_hash": "61194d23ea11e45bfa767925f9e49605",
"timestamp": "",
"source": "github",
"line_count": 240,
"max_line_length": 117,
"avg_line_length": 22.825,
"alnum_prop": 0.6115370573201898,
"repo_name": "SeaCloudsEU/SoftCare-Case-Study",
"id": "c4b8d8ac6be54a432f407419157db9e0566c2e4e",
"size":... |
#############
Configuration
#############
Every framework uses configuration files to define numerous parameters and
initial settings. CodeIgniter configuration files define simple classes where
the required settings are public properties.
Unlike many other frameworks, CodeIgniter configurable items aren't contained ... | {
"content_hash": "080bf40bcce6ed5c182d5966fc578525",
"timestamp": "",
"source": "github",
"line_count": 280,
"max_line_length": 435,
"avg_line_length": 39.83571428571429,
"alnum_prop": 0.7328312712928098,
"repo_name": "gustavojm/CodeIgniter4",
"id": "858be5f5da9c551805404346578bc16a8958318c",
"size... |
var FANTASMA2 = function (key,game,startpos){
this.game = game;
this.key = key;
//Parametros de this
this.velocidad = 60;
this.estaMuriendo = false;
this.tiempo = 0;
this.startPos = startpos;
this.nombre = "fantasma2";
this.timer = 0;
... | {
"content_hash": "3378ca91029daa72478f60501aaeed4e",
"timestamp": "",
"source": "github",
"line_count": 345,
"max_line_length": 241,
"avg_line_length": 31.536231884057973,
"alnum_prop": 0.5283088235294118,
"repo_name": "alvarete212/PACMANVS",
"id": "737ad4a32bfed1fe9e9c8b3a3c023adfff188f94",
"size"... |
#ifndef FBI_UNIX_H
#define FBI_UNIX_H
#include <sys/types.h>
#include <sys/resource.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <pwd.h>
#include <unistd.h>
#include "debug.h"
#include "decls.h"
__BEGIN_DECLS
static inline int is_root() {
return getuid() == 0 || geteuid() == 0;
}
/** Raises file descrip... | {
"content_hash": "4cec04c87832084833c4151492898cb5",
"timestamp": "",
"source": "github",
"line_count": 144,
"max_line_length": 77,
"avg_line_length": 21.055555555555557,
"alnum_prop": 0.5860817941952506,
"repo_name": "hrjaco/mcrouter",
"id": "3fee2ad929604363a905e24e0f47581fb42fe4ba",
"size": "333... |
namespace PackageManager.Tests.Models.PackageTest
{
using System;
using Enums;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using PackageManager.Models;
using PackageManager.Models.Contracts;
[TestClass]
public class CompareTo_Should
{
[TestMet... | {
"content_hash": "307e45b68d1236251019a91f3b7ff20b",
"timestamp": "",
"source": "github",
"line_count": 196,
"max_line_length": 141,
"avg_line_length": 32.204081632653065,
"alnum_prop": 0.5239226869455006,
"repo_name": "stoyanov7/TelerikAcademy",
"id": "c0010ab9114dd8ecc19efafe625018638fac8080",
"s... |
package edu.uci.ics.asterix.translator;
import java.util.HashMap;
import edu.uci.ics.asterix.aql.expression.VariableExpr;
import edu.uci.ics.hyracks.algebricks.core.algebra.base.Counter;
import edu.uci.ics.hyracks.algebricks.core.algebra.base.LogicalVariable;
public final class TranslationContext {
private Cou... | {
"content_hash": "8ded44fdcdd574b48990404ff6338d63",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 95,
"avg_line_length": 26.183333333333334,
"alnum_prop": 0.6524506683640993,
"repo_name": "parshimers/incubator-asterixdb",
"id": "986b5ca4233e3b4f4061dfe2b59ed0c614c329b6",
... |
namespace ra
{
class App;
class Camera : public sf::View
{
public:
Camera();
~Camera();
void update();
void setDefaultCamera();
sf::FloatRect getRect() const;
private:
friend App;
App* m_app;
}; // class Camera
} // namespace ra
#endif // RAGE_CORE_CAMERA_HPP
| {
"content_hash": "68dbe78645c4504fe1beff54d401353b",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 31,
"avg_line_length": 11,
"alnum_prop": 0.6545454545454545,
"repo_name": "adrigm/RAGE",
"id": "16250dc9958e0923805ec1d3f80fdbffabebf47d",
"size": "396",
"binary": false,... |
"""Type hinting decorators allowing static or runtime type-checking for the SDK.
This module defines decorators which utilize the type-hints defined in
'type_hints.py' to allow annotation of the types of function arguments and
return values.
Type-hints for functions are annotated using two separate decorators. One is... | {
"content_hash": "c195149f32383e5c8a0762696e74545f",
"timestamp": "",
"source": "github",
"line_count": 893,
"max_line_length": 109,
"avg_line_length": 34.557670772676374,
"alnum_prop": 0.6803629293583927,
"repo_name": "RyanSkraba/beam",
"id": "7868a8fe15c7bf8f4e2e019aa8342858f3043811",
"size": "31... |
import sbt._
import sbt.Keys._
object BuildSettings {
val Name = "hadoop-dg-decomp"
val Version = "1.0.0"
val ScalaVersion = "2.10.3"
import Scalding._
val basicSettings = Defaults.defaultSettings ++ scaldingSettings ++ Seq (
name := Name,
version := Version,
scalaVersion := Sc... | {
"content_hash": "4dcf0f0ae9129462ed9a506d28b550a0",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 97,
"avg_line_length": 35.359375,
"alnum_prop": 0.6623950508174989,
"repo_name": "pomadchin/hadoop-dg-decomp",
"id": "2215169c136c13608de7dcd4515cedc60b8b0c01",
"size": "4... |
require 'spec_helper'
require 'has_cache_key/cache_key'
describe HasCacheKey::CacheKey do
it 'formats values' do
key = HasCacheKey::CacheKey.new(:location_id, :language_id, format: 'listing_view-%{location_id}-%{language_id}')
key.format.should == 'listing_view-%{location_id}-%{language_id}'
key.format("... | {
"content_hash": "23929ce99cc59752349b326d0dba2ce3",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 137,
"avg_line_length": 38.142857142857146,
"alnum_prop": 0.6666666666666666,
"repo_name": "glebm/has_cache_key",
"id": "43a255eb6e4f1ce4ff77535e3bf990bfa0cbfff7",
"size": ... |
chmod +x bin/abstractFactoryMain
./bin/abstractFactoryMain
| {
"content_hash": "6a7a78cb63003be49b11a31ba2b2884d",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 32,
"avg_line_length": 20,
"alnum_prop": 0.8333333333333334,
"repo_name": "acornagl/Design-patterns",
"id": "3bff6a08f732c3508a3344dff6456ecdd62de8c8",
"size": "71",
"bina... |
module A {
class Point {
x: number;
y: number;
}
export class points {
[idx: number]: Point;
[idx: string]: Point;
}
}
//// [ExportClassWithInaccessibleTypeInIndexerTypeAnnotations.js]
var A;
(function (A) {
var Point = (function () {
function Point() {
... | {
"content_hash": "3429d7e5ba5423526a8ade2930a11b57",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 65,
"avg_line_length": 16.35483870967742,
"alnum_prop": 0.4812623274161736,
"repo_name": "freedot/tstolua",
"id": "8ce25dd50e345eda79b9e1229584a49635e9ba64",
"size": "573",... |
package com.nicholasgot.clientapp.autocomplete;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.AutoCompleteTextView;
import java.util.HashMap;
/**
* custom autocomplete textview class for pickup location
*/
public class CustomAutocompleteTextView extends AutoCompleteTextVie... | {
"content_hash": "55a80449382d218e8519fc898411b725",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 76,
"avg_line_length": 30.458333333333332,
"alnum_prop": 0.7633378932968536,
"repo_name": "Tiglas/pickup-planner",
"id": "c1db8c555f02dbd30a67ceb29c8d4f5d2dfcf53e",
"size":... |
<?php
/**
* @see Zend_Controller_Response_Abstract
*/
// require_once "Zend/Controller/Response/Abstract.php";
/**
* Static class that contains common utility functions for
* {@link Zend_OpenId_Consumer} and {@link Zend_OpenId_Provider}.
*
* This class implements common utility functions that are used by both... | {
"content_hash": "4cd9ce2d48f9b72a07df555b50efd666",
"timestamp": "",
"source": "github",
"line_count": 735,
"max_line_length": 278,
"avg_line_length": 35.22721088435374,
"alnum_prop": 0.4542329677120346,
"repo_name": "frapi/frapi",
"id": "f05a37cca6271d90a3c4e2424e1add0c0c9c9208",
"size": "26632",... |
package com.weathertodcx.android.db;
import org.litepal.crud.DataSupport;
/**
* 县
* Created by Administrator on 2017/4/18.
*/
public class County extends DataSupport {
private int id;
private String countyName;
private String weatherId;
private int cityId;
public int getId() {
return ... | {
"content_hash": "c7a77d2902b17444ef5613d828061752",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 50,
"avg_line_length": 18.19148936170213,
"alnum_prop": 0.6175438596491228,
"repo_name": "BoyJeffrey/weathertodcx",
"id": "0c5d4a63bc102e9ffeb3ca683500ae91c820ce3d",
"size"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.