text stringlengths 2 1.04M | meta dict |
|---|---|
<?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="wrap_content"
android:orientation="vertical"
android:layout_margin="15dp"
android:background="#8000">
<TextView
andr... | {
"content_hash": "423f51de5eb684438249dc7bdd1774ec",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 72,
"avg_line_length": 31.615384615384617,
"alnum_prop": 0.6382806163828062,
"repo_name": "fubcdev/coolweather",
"id": "e875cebab1ce2c7ef15b51fcb4032de88a7345e1",
"size": "... |
namespace nx {
struct callback_access
{
template <typename Tag, typename Class, typename... Args>
static
void
call(Class& c, Args&&... args)
{ c(Tag(), std::forward<Args>(args)...); }
template <typename Class, typename... Args>
static
void
call(Class& c, Args&&... args)
{ c(std... | {
"content_hash": "a5f35bb62406b2ffcec110042787aaa8",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 61,
"avg_line_length": 19.130434782608695,
"alnum_prop": 0.5886363636363636,
"repo_name": "ExpandiumSAS/nx",
"id": "1328b186918aceb947068086f379c7d464ead255",
"size": "527"... |
package org.amc.game.chessserver.messaging;
import static org.amc.game.chess.ChessBoard.Coordinate.B;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.*;
import static org.junit.Assert.*;
import org.amc... | {
"content_hash": "187d23ee2779f2d0dd690cbf24459ee6",
"timestamp": "",
"source": "github",
"line_count": 217,
"max_line_length": 178,
"avg_line_length": 38.672811059907836,
"alnum_prop": 0.7122259294566253,
"repo_name": "subwoofer359/AMCChessGame",
"id": "5979f4b95f8f8e7a4962a2ff2d9dfcfd3b74abdd",
"... |
namespace TeleimotBg.Api.Models
{
using System;
using System.ComponentModel.DataAnnotations;
// Models used as parameters to AccountController actions.
public class AddExternalLoginBindingModel
{
[Required]
[Display(Name = "External access token")]
public string ExternalAcc... | {
"content_hash": "b15cd824da933f3bbb98438a478c2786",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 110,
"avg_line_length": 32.41860465116279,
"alnum_prop": 0.6147776183644189,
"repo_name": "Malkovski/Telerik",
"id": "3d854f92955da20829a15fa744bc6cf017b3e387",
"size": "27... |
import angr
import heapq
import struct
import claripy
from . import rop_utils
from . import common
from .errors import RopException
from .rop_chain import RopChain
from .rop_gadget import RopGadget
import types
import logging
from collections import defaultdict
l = logging.getLogger("angrop.chain_builder")
class ... | {
"content_hash": "67d0dadf4e3ce3220cd738f3f74706b1",
"timestamp": "",
"source": "github",
"line_count": 1133,
"max_line_length": 120,
"avg_line_length": 44.49514563106796,
"alnum_prop": 0.5756253347350881,
"repo_name": "salls/angrop",
"id": "bc9d4cd7d551048bb380aa1399384057e0c3a012",
"size": "50413... |
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.fonsleenaars</groupI... | {
"content_hash": "d262f04e90898984cf0456c42037964d",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 204,
"avg_line_length": 40.611111111111114,
"alnum_prop": 0.6176470588235294,
"repo_name": "fonsleenaars/dota2-sprites-java",
"id": "7205d5ad65a6f5f078db1d44a5030d0f3ed33f60"... |
from openerp import models, fields, api
class Wizard(models.TransientModel):
_name = 'openacademy.wizard'
def _default_session(self):
return self.env['openacademy.session'].browse(self._context.get('active_id'))
session_wiz_id = fields.Many2one('openacademy.session',
string="Session", req... | {
"content_hash": "55cdaab4938eb90f252cc1709065e521",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 85,
"avg_line_length": 34.875,
"alnum_prop": 0.6863799283154122,
"repo_name": "Frankdesantiago/openacademy-proyect",
"id": "21acaabc14c93ebdfaeb273b8c585760cbfb7351",
"size... |
FeaturePromoSpecification::AcceleratorInfo::AcceleratorInfo() = default;
FeaturePromoSpecification::AcceleratorInfo::AcceleratorInfo(
const AcceleratorInfo& other) = default;
FeaturePromoSpecification::AcceleratorInfo::~AcceleratorInfo() = default;
FeaturePromoSpecification::AcceleratorInfo::AcceleratorInfo(ValueTy... | {
"content_hash": "b40c1abd6471cb416ed3378fce14bb25",
"timestamp": "",
"source": "github",
"line_count": 157,
"max_line_length": 80,
"avg_line_length": 40.35031847133758,
"alnum_prop": 0.7194948697711129,
"repo_name": "ric2b/Vivaldi-browser",
"id": "f458db3d4617242ed6336501ebf791dd768d9ec3",
"size":... |
using System;
namespace Jasper.Pulsar
{
public class InvalidPulsarUriException : Exception
{
public InvalidPulsarUriException(Uri actualUri) : base($"Invalid Jasper Pulsar Uri '{actualUri}'. Should be of form 'pulsar://persistent/non-persistent/tenant/namespace/topic'")
{
}
}
}
| {
"content_hash": "ed6450c64b915ea687b1bdf6266c4e81",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 185,
"avg_line_length": 28.727272727272727,
"alnum_prop": 0.689873417721519,
"repo_name": "JasperFx/jasper",
"id": "c136c2bc97b42ad3c19a0aa25061b8adb9cb648f",
"size": "316"... |
<!DOCTYPE html><html lang="en"><head><title>test/merge</title></head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"><meta name="groc-relative-root" content="../"><meta name="groc-document-path... | {
"content_hash": "3fc02098f5737277350cb9d5490e5a9d",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 817,
"avg_line_length": 74.34615384615384,
"alnum_prop": 0.6352819451629591,
"repo_name": "FunctionFoundry/functionfoundry",
"id": "66cd1c0c72fe0013e9973b23a485d68656691167",... |
using namespace ci;
using namespace ci::app;
using namespace std;
struct LightApp : public AppBasic, StateMachine<LightApp>
{
LightApp();
void prepareSettings(Settings *settings);
void setup();
void shutdown();
void setupOsc();
void keyUp(KeyEvent event);
void update();
void draw(... | {
"content_hash": "4ed284a0d00bd187b860864cb44707c8",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 62,
"avg_line_length": 20.13888888888889,
"alnum_prop": 0.6551724137931034,
"repo_name": "jing-interactive/Cinder-portfolio",
"id": "6076d836dfe94cde4d57938c4ad6656fa2ee6c0a"... |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="ro_RO" version="2.1">
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About THcoin</source>
<translation>Despre THcoin</translation>
</message>
<message>
<locat... | {
"content_hash": "a3ead77b65a3d6e1ee811a859b77e072",
"timestamp": "",
"source": "github",
"line_count": 3321,
"max_line_length": 470,
"avg_line_length": 39.385426076482986,
"alnum_prop": 0.632176086973142,
"repo_name": "TH-dev/THcoin",
"id": "f494e01801e31cc54a8259fa36884407b1b2d3b6",
"size": "1316... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>coqprime: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.cs... | {
"content_hash": "839eeff5713f7e3b54daca1038f0e4c5",
"timestamp": "",
"source": "github",
"line_count": 168,
"max_line_length": 159,
"avg_line_length": 39.49404761904762,
"alnum_prop": 0.5288620949510173,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "efb98978b41ce2d6a65e4c0dca5bb2a258499b30",
... |
<template name="home">
<div class="home-page logged-in animated fadeInUpBig">
<div class="banner">
<h1 class="kern more">Writ</h1>
<p>A Markdown app for mere mortals.</p>
<div class="image-wrapper">
{{#if currentUser}}
... | {
"content_hash": "8ffd45ef3bcf77937b100260047b7008",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 319,
"avg_line_length": 55.888888888888886,
"alnum_prop": 0.4826043737574553,
"repo_name": "skippednote/writ",
"id": "1ef898ebb0af5adef5f44b55f64237e342557ac5",
"size": "20... |
{% load humanize %}
{% load i18n %}
<html>
<head>
<title>{% trans 'Property Alerts' %}</title>
</head>
<body>
<h1>{% trans 'Latest Properties' %}</h1>
{% for property in properties %}
<div>
<h2>{{property.title}}</h2>
<h3>{{property.display... | {
"content_hash": "3eea7841b24cad2fe3f3474c40d4f033",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 100,
"avg_line_length": 33.36842105263158,
"alnum_prop": 0.4794952681388013,
"repo_name": "signalfire/django-property",
"id": "25c12c921481445fdb8f8a63fceb19487b7a3f19",
"s... |
from zope.interface import Interface
from twisted.trial import unittest
from twisted.python import components
from axiom import store
from imaginary import iimaginary, eimaginary, objects, events
from imaginary.test import commandutils
class PointsTestCase(unittest.TestCase):
def setUp(self):
self.sto... | {
"content_hash": "ab2eba459e6a5082eed51fbe3e1e7e63",
"timestamp": "",
"source": "github",
"line_count": 378,
"max_line_length": 99,
"avg_line_length": 33.13756613756614,
"alnum_prop": 0.6409867475650647,
"repo_name": "glyph/imaginary",
"id": "0b0373be878d3f19e63eb7311b4053d8e5f78d65",
"size": "1252... |
<?xml version='1.0' encoding='utf-8'?><!--
============================================================================================
House of Commons - Canada
- - - - - - - - - - - - - - - - - - - - - - - - -
The data contained in this document is provided in a standard XM... | {
"content_hash": "24f46ec2833603839182ba1a6d3bcead",
"timestamp": "",
"source": "github",
"line_count": 3657,
"max_line_length": 237,
"avg_line_length": 29.02597757724911,
"alnum_prop": 0.6156404265742171,
"repo_name": "tomclegg/whovoted",
"id": "25b7501a380de6e1ff624c9435df5a6670c67ede",
"size": "... |
namespace Power
{
using System;
public class Startup
{
public static void Main(string[] args)
{
Console.Write("n = ");
var n = int.Parse(Console.ReadLine());
Console.Write("m = ");
var m = int.Parse(Console.ReadLine());
decimal ... | {
"content_hash": "363e61189e8f0c83dc1eb22f9ad442c3",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 57,
"avg_line_length": 20.28,
"alnum_prop": 0.42209072978303747,
"repo_name": "stoyanov7/TelerikAcademy",
"id": "53449c65c79488bb134ca98cc0013ae09a347f8f",
"size": "509",
... |
foreach(varname INPUT_DEF_FILE OUTPUT_DEF_FILE)
if(NOT DEFINED ${varname})
message(FATAL_ERROR "Variable '${varname}' is not defined.")
endif()
endforeach()
file(STRINGS ${INPUT_DEF_FILE} def_lines REGEX "^ (.+)=.+$")
set(stub_def_lines "EXPORTS")
foreach(line IN LISTS def_lines)
string(REGEX REPLACE "^ (.... | {
"content_hash": "15a3b3a79ef2da2e95b69dc18f06d2bd",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 77,
"avg_line_length": 37.84615384615385,
"alnum_prop": 0.6666666666666666,
"repo_name": "jcfr/python-cmake-buildsystem",
"id": "f309eab52ab6f9aa68c08315a155b756ec7575b6",
... |
package org.awardis.pride.dao;
import org.springframework.transaction.annotation.Transactional;
public interface CommonDao<T> {
@Transactional
T save(T object);
}
| {
"content_hash": "2a33f09fd58f17636b8496c0848a1c22",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 64,
"avg_line_length": 21.625,
"alnum_prop": 0.7687861271676301,
"repo_name": "award-is/pride",
"id": "197b65e35541616bb85f43682693d59dcb5046b3",
"size": "173",
"binary": ... |
package org.springframework.security.test.web.servlet.showcase.login;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.security.config.annotat... | {
"content_hash": "27a455ced0892364009f9caa68bf2a54",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 116,
"avg_line_length": 39.9646017699115,
"alnum_prop": 0.8089016829052259,
"repo_name": "fhanik/spring-security",
"id": "d58e8326733c55204b20bda75ef81f34dc659411",
"size"... |
<ion-view view-title="{{museo.nombre}}">
<ion-nav-buttons side="right">
<button class="button icon ion-navicon" ng-click="vm.popover.show($event)"></button>
</ion-nav-buttons>
<ion-content fab-scroll-container>
<ion-refresher pulling-text="Desliza para actualizar..." on-refresh="actualizarComentarios()">... | {
"content_hash": "e16dee9a842ebd8b421ad4f4765ebdda",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 132,
"avg_line_length": 50.45614035087719,
"alnum_prop": 0.6112656467315716,
"repo_name": "tikochato/MusaGT",
"id": "3ec62e3d5b919b020ad5aa602406a1bb292933d3",
"size": "287... |
import React, { Component } from 'react';
export default class Footer extends Component {
render() {
const { collapsed, config } = this.props;
const { contactInfo } = config;
return (
<footer className={collapsed ? 'collapsed' : null} data-component="Page_Footer" role="contenti... | {
"content_hash": "c415fba023009697b6effe1abcd719b4",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 111,
"avg_line_length": 30.071428571428573,
"alnum_prop": 0.5629453681710214,
"repo_name": "honzachalupa/portfolio2017",
"id": "bb074f9d65781fe19170d207951cd77fef175357",
"... |
<?php
namespace shortcutmediaro\web;
use yii\web\AssetBundle;
/**
* Configuration for `backend` client script files
* @since 4.0
*/
class AdminLteAsset extends AssetBundle
{
public $sourcePath = '@bower/';
public $css = ['admin-lte/css/AdminLTE.css', 'font-awesome/css/font-awesome.min.css'];
public $... | {
"content_hash": "06a98a99833be84586ea5736bdca51de",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 90,
"avg_line_length": 23,
"alnum_prop": 0.6561264822134387,
"repo_name": "shortcutmediaro/yii2-adminlte",
"id": "7a09a1f1a1472951f97586e7ca3547ac38d57a64",
"size": "650",
... |
<?php
#
# $Id: password-reset-via-token.php,v 1.1 2010-09-17 14:44:55 dan Exp $
#
# Copyright (c) 1998-2003 DVL Software Limited
#
GLOBAL $numberofdays;
GLOBAL $page_size;
?>
<form action="<?php echo $_SERVER["PHP_SELF"] ?>" method="POST" NAME=f>
<TABLE width="*" class="borderless">
<TR>
... | {
"content_hash": "577a5be445ecaeb875a48431b79ec7e0",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 143,
"avg_line_length": 33.592592592592595,
"alnum_prop": 0.5545755237045203,
"repo_name": "FreshPorts/freshports",
"id": "9a81cd30db3be56209ee1514acd5fd8a0bc3f0cc",
"size"... |
class StoreException(Exception):
pass
| {
"content_hash": "95aead13f0948ed930dd790510c4ab94",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 32,
"avg_line_length": 21,
"alnum_prop": 0.7619047619047619,
"repo_name": "Zephyrrus/ubb",
"id": "5c902b901ba67f9ea7f9eb203c48dcb8e6e58ada",
"size": "42",
"binary": false,... |
package com.github.scribejava.apis;
import com.github.scribejava.core.builder.api.DefaultApi10a;
import com.github.scribejava.core.model.OAuth1RequestToken;
public class XingApi extends DefaultApi10a {
private static final String AUTHORIZE_URL = "https://api.xing.com/v1/authorize?oauth_token=%s";
protected ... | {
"content_hash": "ceb31c15726baec055aa4751fc237d35",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 99,
"avg_line_length": 26.305555555555557,
"alnum_prop": 0.7011615628299894,
"repo_name": "chooco13/scribejava",
"id": "5bef0670b128662b92beeec78d715f26eabdb734",
"size": "... |
<!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be... | {
"content_hash": "0c389aa247b4d3e52d7ce1a3d2b828db",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 100,
"avg_line_length": 36.22222222222222,
"alnum_prop": 0.6696319018404908,
"repo_name": "anuragsoni/polymer-todo",
"id": "cf54028bc710e399d963ba74e0b41cdcd48e912a",
"size... |
#include <os/thread.h>
#include <os/lib/ktable.h>
//#include <os/error.h>
#include <os/debug.h>
#include <os/sched.h>
#include <os/platform/irq.h>
#include <os/platform/armv7m.h>
//#include <os/fpage_impl.h>
#include <os/init_hook.h>
/**
* @file thread.c
* @brief Main thread dispatcher
*
* Each thread has i... | {
"content_hash": "ff51c1678e1024a783b954e889a133af",
"timestamp": "",
"source": "github",
"line_count": 488,
"max_line_length": 79,
"avg_line_length": 22.21926229508197,
"alnum_prop": 0.6249193027759845,
"repo_name": "WarlockD/ARM-STM32F469I-Discovery-with-Sound-",
"id": "37ac156332342fbbed66a8b4b381... |
package nl.hsac.fitnesse.testrun;
import org.junit.Test;
import java.util.List;
import static org.junit.Assert.assertEquals;
public class TestResultCsvParserTest {
static final int RECORD_COUNT = 167;
static final String TEST_RESULTS_CSV = "src/test/resources/test-results.csv";
@Test
public void ca... | {
"content_hash": "e6342428efbb44490133cfa1c27a1844",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 98,
"avg_line_length": 28.90625,
"alnum_prop": 0.6854054054054054,
"repo_name": "fhoeben/hsac-fitnesse-plugin",
"id": "c9a4c4e8ab53d6f38215c519b6b38e0e62aea3cd",
"size": "9... |
import org.apache.commons.io.input.TailerListenerAdapter
/** Handles a new line from the Tailer.
*
* @param damageMeter The damage meter that should process the new line and display resulting information
*/
class LogTailer(damageMeter: DamageMeter) extends TailerListenerAdapter {
override def handle(line: Stri... | {
"content_hash": "0662d875e6074f647c08f36f15beca7b",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 106,
"avg_line_length": 34.27272727272727,
"alnum_prop": 0.76657824933687,
"repo_name": "tfellison/eq-log-parser",
"id": "59ea2a1970eca0ebd3a078ade718fd4bd830319e",
"size":... |
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('entertainment_tonight', '0003_event_upload_photo'),
]
operations = [
migrations.AlterField(
model_name='event',
name='upload... | {
"content_hash": "50637b35cb061e2cc91eb7dbeeca8f92",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 61,
"avg_line_length": 22.055555555555557,
"alnum_prop": 0.5994962216624685,
"repo_name": "ashleyf1996/OOP_Web_Application_Assignment3",
"id": "e4bbac79aa27d41b2dc3a10fc0fae2... |
[](https://gohugo.io)
[](LICENSE)
### A blog theme for [Hugo](https://gohugo.io).

**This project is b... | {
"content_hash": "da3cdbb6fc54ee1170abae91b9c3e4c1",
"timestamp": "",
"source": "github",
"line_count": 360,
"max_line_length": 156,
"avg_line_length": 30.4,
"alnum_prop": 0.6077302631578947,
"repo_name": "chasingegg/chasingegg.github.io",
"id": "c270745cca49a538f5d8866321ff96545f4fbaae",
"size": "... |
using AzureKeyVault.Connectivity.Contracts;
using AzureKeyVault.Connectivity.KeyVaultWrapper;
using AzureKeyVaultManager.UWP.ServiceAuthentication;
using System;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Media;
namesp... | {
"content_hash": "5ed211bfba9fd54df8ea0844adb7eac5",
"timestamp": "",
"source": "github",
"line_count": 154,
"max_line_length": 165,
"avg_line_length": 43.74025974025974,
"alnum_prop": 0.5475059382422803,
"repo_name": "mzxgiant/AzureKeyVaultManager",
"id": "7404023bf51e60fb77ed91e92aaf52852443a79e",
... |
namespace blink {
class InheritedNumberChecker : public InterpolationType::ConversionChecker {
public:
static std::unique_ptr<InheritedNumberChecker> create(CSSPropertyID property,
double number) {
return WTF::wrapUnique(new InheritedNumberChecker(property... | {
"content_hash": "a08a6712437b6155a2d01480c68d32e2",
"timestamp": "",
"source": "github",
"line_count": 94,
"max_line_length": 79,
"avg_line_length": 36.180851063829785,
"alnum_prop": 0.7262569832402235,
"repo_name": "google-ar/WebARonARCore",
"id": "ef2dae40b623c3d1cd6d1d2388d72b0574b1b781",
"size... |
package saf
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
//
//http://www.apache.org/licenses/LICENSE-2.0
//
//Unless required by applicable law or agreed to in writing, software
//distribut... | {
"content_hash": "975cd8bd4fece95ca0add763fbed4618",
"timestamp": "",
"source": "github",
"line_count": 129,
"max_line_length": 155,
"avg_line_length": 41,
"alnum_prop": 0.7842692380412176,
"repo_name": "aliyun/alibaba-cloud-sdk-go",
"id": "336d1db4f901cb1230525bbf84937dbf8915924a",
"size": "5289",... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "19cc82a675148c96e566b7cb75d45daf",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "ed61a32718fa13cd30db0af4ad82d314c182de5b",
"size": "175... |
<webscript>
<shortname>Login</shortname>
<description>
<![CDATA[
Login and establish a ticket.
<BR>
Input
<dl>
<dt>u</dt><dd>cleartext username (must be URL encoded)</dd>
<dt>pw</dt><dd>cleartext password (must be URL encoded)</dd>
</dl>
<BR>
Returns the new authentication ticket.
<BR>
The... | {
"content_hash": "d8c220118e5128f5914c437f5d4550c9",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 75,
"avg_line_length": 30.384615384615383,
"alnum_prop": 0.7037974683544304,
"repo_name": "Alfresco/alfresco-ms-office-plugin",
"id": "a14ee93d98fe997eeeaf6290f0e1e0fc80ee89b... |
namespace Idecom.Bus.Interfaces.Behaviors
{
using System.Collections.Generic;
using Transport;
public class DelayedMessageContext
{
readonly Queue<TransportMessage> _delayedMessages;
public DelayedMessageContext()
{
_delayedMessages = new Queue<TransportMessage>();
... | {
"content_hash": "bc9fcf8331c9228a5f645a715e959e2f",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 62,
"avg_line_length": 23.88,
"alnum_prop": 0.628140703517588,
"repo_name": "evgenyk/Idecom.Bus",
"id": "9652f766e03a151d540b8cb66f56f3dfdbec87cc",
"size": "597",
"binary... |
from lib._env import *
#USE_LOGFILE = True
| {
"content_hash": "21d7bce0cce446bb495d011f5dc7c702",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 22,
"avg_line_length": 22.5,
"alnum_prop": 0.6666666666666666,
"repo_name": "twinpa/virtualeco",
"id": "2fa55b49429f1af53378017dc0ad9fb59b3bcd78",
"size": "93",
"binary": ... |
package com.squareup.okhttp.internal.http;
import com.squareup.okhttp.HttpResponseCache;
import com.squareup.okhttp.OkHttpClient;
import com.squareup.okhttp.internal.RecordingAuthenticator;
import com.squareup.okhttp.internal.RecordingHostnameVerifier;
import com.squareup.okhttp.internal.RecordingOkAuthenticator;
im... | {
"content_hash": "835e25a70ccb91989b1eea6af2e33382",
"timestamp": "",
"source": "github",
"line_count": 2673,
"max_line_length": 100,
"avg_line_length": 39.343060231949124,
"alnum_prop": 0.7145981514586741,
"repo_name": "RyanTech/okhttp",
"id": "125c34cd0332a3e83d9b2fb180e56f2165609962",
"size": "1... |
<style>
html {
box-sizing: border-box;
font-size: 100%; }
*,
*::before,
*::after {
box-sizing: inherit; }
body {
background: #fefefe;
color: #0a0a0a;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: 1.5;
margin: 0;
padding: 0;
-moz-osx-font-s... | {
"content_hash": "f2b5f9f79b9ec9535991afc441b2bee5",
"timestamp": "",
"source": "github",
"line_count": 163,
"max_line_length": 274,
"avg_line_length": 22.533742331288344,
"alnum_prop": 0.6561393955894365,
"repo_name": "guzart/fain",
"id": "c2ebe97f5ec1e6e12c609f71adafd020baee1b91",
"size": "3675",... |
layout: post
title: "Popsugar Must Have August 2015 Review + Coupon!"
description: ""
headline: "Popsugar Must Have August 2015 Review + Coupon!"
tags: [Popsugar Must Have, Subscriptions, Reviews, August 2015]
comments: true
published: true
featured: false
categories:
- Subscriptions
- Reviews
type: photo
imagefea... | {
"content_hash": "2b6d0f00927f7e3f8bf39bdb12b7f6f7",
"timestamp": "",
"source": "github",
"line_count": 210,
"max_line_length": 647,
"avg_line_length": 49.10476190476191,
"alnum_prop": 0.7106283941039565,
"repo_name": "whatsupmailbox2/whatsupmailbox2.github.io",
"id": "4637ebdbd896a74c9b123eb7a9ecd0d... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;
namespace HDoc.Tests
{
public class HNodeTest
{
[Fact]
public void TestNextNode()
{
HNode n1 = new HText("test 1");
Assert.Null(n1.N... | {
"content_hash": "0d2260966e3fd989dfb599d46334d133",
"timestamp": "",
"source": "github",
"line_count": 137,
"max_line_length": 162,
"avg_line_length": 30.773722627737225,
"alnum_prop": 0.517314990512334,
"repo_name": "ygrenier/HDocument",
"id": "0de4230207df479d5e5ea2d7b82ce3f2dd0e4364",
"size": "... |
class Expose {
constructor(modal, options) {
// set up properties
this.modal = modal;
this.modalId = modal.dataset.expose;
this.trigger = document.querySelector('[href="#'+ this.modalId +'"]');
this.body = document.getElementsByTagName('body')[0];
this.... | {
"content_hash": "c47da002f31a29365f4706b917a516f6",
"timestamp": "",
"source": "github",
"line_count": 148,
"max_line_length": 80,
"avg_line_length": 26.135135135135137,
"alnum_prop": 0.5124095139607032,
"repo_name": "souporserious/expose-modal",
"id": "116696fdd78dc9761d735ccfb63306b1d0c8d783",
"... |
using System;
using System.Collections.Generic;
#if WINDOWS_PHONE
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
#else
#if NETFX_CORE
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
#else
using Microsoft.VisualStudio.TestTools.UnitTesting;
#endif
#endif
namespace PhoneNumbers.Test
{
... | {
"content_hash": "e9f36115e2fe00778e9916bef71ef8f7",
"timestamp": "",
"source": "github",
"line_count": 246,
"max_line_length": 132,
"avg_line_length": 39.947154471544714,
"alnum_prop": 0.5826803704080594,
"repo_name": "jagui/libphonenumber-csharp",
"id": "9b913523675c739575ceca7e6954d53989f0e982",
... |
package miscellaneous.math.statistics.lc287_findtheduplicatenumber;
/**
* Given an array nums containing n + 1 integers where each integer is between 1 and n (inclusive),
* prove that at least one duplicate number must exist. Assume that there is only one duplicate number,
* find the duplicate one.
* Note:
* You... | {
"content_hash": "7019c5c73dd6b48b2b5af283c2f5c094",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 114,
"avg_line_length": 33.45945945945946,
"alnum_prop": 0.5012116316639742,
"repo_name": "cdai/interview",
"id": "2153d6f0c03a414ed61205d3f6baaf1ac7761405",
"size": "2476"... |
<md:EntityDescriptor xmlns:init="urn:oasis:names:tc:SAML:profiles:SSO:request-init" xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:mdrpi="urn:oasis:names:tc:SAML:metadata:rpi" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" entityID="https://shibboleth.highwire.org/entity/dupjnls">
<md:Extensions>
<Diges... | {
"content_hash": "4e68bc0d67be20f6bc4e2ee73ff0e594",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 287,
"avg_line_length": 82.77777777777777,
"alnum_prop": 0.7718120805369127,
"repo_name": "OpenConext/OpenConext-teams",
"id": "7a7f2f56129c36ecbe222f037179c94a78563218",
"... |
<?php
/* @Framework/Form/range_widget.html.php */
class __TwigTemplate_814007c61251fe30f6db894ad18e3d5c33d8ba4847763af53dd688901c482e7c extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(... | {
"content_hash": "fbaee4ae82c26fe681af0d7544c0d2d2",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 128,
"avg_line_length": 26.147058823529413,
"alnum_prop": 0.5916760404949382,
"repo_name": "mwveliz/sitio",
"id": "e74edb0802fedd6cec05b479f8c38aee7c8eab67",
"size": "889",... |
package com.lilla.homestruction.managers;
import java.io.IOException;
import okhttp3.Interceptor;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.Response;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
/**
* Created by lilla on 25/09/16.
*/
/**Retrofit manage... | {
"content_hash": "e5eed2c17f3eea6c3e4b70dfb9b57079",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 102,
"avg_line_length": 34.85454545454545,
"alnum_prop": 0.6332811684924361,
"repo_name": "BornToDebug/homeStruction",
"id": "ec63eb4b190ac4bd04813ff5ce6666f04ca9af6c",
"si... |
$(function(){ $(document).foundation(); });
| {
"content_hash": "9a6e41bc63f2275545f9e41aedb8f135",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 43,
"avg_line_length": 44,
"alnum_prop": 0.5909090909090909,
"repo_name": "collaborations/capstone",
"id": "5a8593849880605c22f05cead272fb8299419a59",
"size": "756",
"bina... |
<?php
/**
* TActiveFileUpload.php
*
* @author Bradley Booms <Bradley.Booms@nsighttel.com>
* @author Christophe Boulain <Christophe.Boulain@gmail.com>
* @author Gabor Berczi <gabor.berczi@devworx.hu> (issue 349 remote vulnerability fix)
* @version $Id$
* @package System.Web.UI.ActiveControls
*/
/**
* Load TAc... | {
"content_hash": "834c2b2ff1d6cfa850eac8f82d3cec18",
"timestamp": "",
"source": "github",
"line_count": 467,
"max_line_length": 207,
"avg_line_length": 34.34261241970022,
"alnum_prop": 0.6964708816560669,
"repo_name": "tel8618217223380/prado3",
"id": "6c6d4bd162208f0a62e80d24bdb362dffe430e85",
"siz... |
/**
* Created by HOFFM59 on 10.05.2017.
*/
import {ITokenizer} from './interfaces';
import {TokenizerType} from './types';
import {MusicXml} from '../../common/model';
export class MusicXmlTokenizer implements ITokenizer<Promise<MusicXml.MusicXml>> {
parse(input: any): Promise<MusicXml.MusicXml> {
if (typeof... | {
"content_hash": "f23defaeec3e1e873d9b2125e8d82ba3",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 92,
"avg_line_length": 31.650793650793652,
"alnum_prop": 0.5732196589769308,
"repo_name": "bohoffi/ngx-score",
"id": "b07fc381574331a61218feb3dde7789c7dac60f8",
"size": "19... |
<?php
/**
* Created by PhpStorm.
* User: p2
* Date: 7/16/14
* Time: 3:58 PM
*/
namespace Main\Service;
use Main\Context\Context,
Main\DB,
Main\Exception\Service\ServiceException,
Main\Helper\ResponseHelper,
Main\Helper\UserHelper;
class ContactCommentService extends BaseService {
public fun... | {
"content_hash": "7c0613349328d9c30c856b5124bf6fcf",
"timestamp": "",
"source": "github",
"line_count": 98,
"max_line_length": 77,
"avg_line_length": 25.918367346938776,
"alnum_prop": 0.48661417322834644,
"repo_name": "robocon/platwo-clinic",
"id": "bb9c6a5a89b033a753e4df761023653168f6debc",
"size"... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "58b8254d0e900d2152f1dec1fd03597c",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "3e68fe8db34fb73ae30204e43caa530a7301a84c",
"size": "179... |
<?php
namespace WellCommerce\Bundle\PageBundle\DataGrid;
use WellCommerce\Bundle\CoreBundle\DataGrid\AbstractDataGrid;
use WellCommerce\Component\DataGrid\Column\Column;
use WellCommerce\Component\DataGrid\Column\ColumnCollection;
use WellCommerce\Component\DataGrid\Column\Options\Appearance;
use WellCommerce\Compone... | {
"content_hash": "9b0807924ff0facb266a0a649dd09197",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 67,
"avg_line_length": 30.85135135135135,
"alnum_prop": 0.48007008322382827,
"repo_name": "WellCommerce/PageBundle",
"id": "8988e3f7aa7160835f0e5387214b47b70c9713b7",
"size... |
<?php
use DTS\eBaySDK\Trading\Enums\StoreHeaderStyleCodeType;
class StoreHeaderStyleCodeTypeTest extends \PHPUnit_Framework_TestCase
{
private $obj;
protected function setUp()
{
$this->obj = new StoreHeaderStyleCodeType();
}
public function testCanBeCreated()
{
$this->assertI... | {
"content_hash": "9210693ff232317f347ae4183168a223",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 99,
"avg_line_length": 22.555555555555557,
"alnum_prop": 0.7019704433497537,
"repo_name": "spoilie/ebay-sdk-trading",
"id": "8d53742aec560ba7ce1fb74dcd4ad58d57a2563e",
"siz... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Master Desa</title>
<script type="text/javascript" src="<?=base_url()?>resources/ext4/examples/shared/include-ext.js"></script>
<style>... | {
"content_hash": "efc90c788072cd7a9c474188b296485c",
"timestamp": "",
"source": "github",
"line_count": 225,
"max_line_length": 122,
"avg_line_length": 27.764444444444443,
"alnum_prop": 0.5815591483912278,
"repo_name": "mangadul/rutilahu-web",
"id": "ca8d61933bcf4c695ad06292741414985469c230",
"size... |
include_recipe 'oeinfra::apt'
include_recipe 'oe-ssl'
include_recipe 'oe-tomcat'
| {
"content_hash": "9903d2eaf054ece424ebb444b6d21d8f",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 29,
"avg_line_length": 20.5,
"alnum_prop": 0.7560975609756098,
"repo_name": "OE-Backup/Infrastructure",
"id": "39689f6d63f6f775afcd0e7b5ded525fba151a83",
"size": "208",
"b... |
<?xml version="1.0" encoding="UTF-8" ?>
<class name="PlaneMesh" inherits="PrimitiveMesh" version="4.0">
<brief_description>
Class representing a planar [PrimitiveMesh].
</brief_description>
<description>
Class representing a planar [PrimitiveMesh]. This flat mesh does not have a thickness. By default, this mesh ... | {
"content_hash": "eec65f89076bb7c7afdadf3e88c705e3",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 264,
"avg_line_length": 51.4,
"alnum_prop": 0.7308690012970168,
"repo_name": "honix/godot",
"id": "56bf98772b76ebec45fefc4347070915de3b0fc3",
"size": "1542",
"binary": fa... |
package validators_test
import (
"testing"
"github.com/gobuffalo/validate"
. "github.com/gobuffalo/validate/validators"
"github.com/stretchr/testify/require"
)
func Test_IntIsGreaterThan(t *testing.T) {
r := require.New(t)
v := IntIsGreaterThan{Name: "Number", Field: 2, Compared: 1}
errors := validate.NewErr... | {
"content_hash": "45124cc5e7450ed877a5a54bee69edfc",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 68,
"avg_line_length": 24.043478260869566,
"alnum_prop": 0.701627486437613,
"repo_name": "leecalcote/gitlic-check",
"id": "b25e3a090ba76854bd2668b6865f5d6bc830c89c",
"size"... |
title: 'Prana and compiled classes'
url: 'https://custardbelly.com/blog/2008/05/10/prana-and-compiled-classes/'
author:
name: 'todd anderson'
date: '2008-05-10'
---
I have recently gotten into incorporating [Prana – the Inversion of Control framework of AS3](http://www.pranaframework.org/) created by [Christophe Her... | {
"content_hash": "c219e0ac8cc7b9a141ee33510fa25eaa",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 622,
"avg_line_length": 83.8103448275862,
"alnum_prop": 0.7560172803949805,
"repo_name": "bustardcelly/blog-to-markdown",
"id": "65222301acfe0b1ca2a60a2c0396630556f3b79b",
... |
package org.librairy.modeler.lda.cache;
import com.google.common.cache.CacheBuilder;
import com.google.common.cache.CacheLoader;
import com.google.common.cache.LoadingCache;
import org.librairy.boot.storage.dao.ParametersDao;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.f... | {
"content_hash": "fe07bcfbcd585fb078e2141dd7461b34",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 112,
"avg_line_length": 31.816666666666666,
"alnum_prop": 0.6563645887899424,
"repo_name": "librairy/modeler-lda",
"id": "033df3510f4f52af7a33a824374c08fc2fb72980",
"size":... |
layout: post
title: "New Website | Adapted from Gravity"
date: 2016-06-14 19:45:31 +0530
categories: ["design", "science", "life"]
author: "Tyler Hether"
---
So...
I'm switching my website over from google sites to github. Using the [*jekyll*](https://jekyllrb.com/){:target="_blank"} template [*Gravity*](https://gi... | {
"content_hash": "d574ebbf93b3ed6c8b811e440c1f0ba0",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 335,
"avg_line_length": 56,
"alnum_prop": 0.7202380952380952,
"repo_name": "tylerhether/tylerhether.github.io",
"id": "41d3741459da5aca501d8f2c7fddaec3ef10c9bb",
"size": "50... |
module Azure::ContainerService::Mgmt::V2020_06_01
module Models
#
# A reference to an Azure resource.
#
class ResourceReference
include MsRestAzure
# @return [String] The fully qualified Azure resource id.
attr_accessor :id
#
# Mapper for ResourceReference class as Ru... | {
"content_hash": "d8fc5cc7d0d6ea4fd4b0bfd0124cc2e0",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 63,
"avg_line_length": 23.5609756097561,
"alnum_prop": 0.5,
"repo_name": "Azure/azure-sdk-for-ruby",
"id": "1a0ac032a661dc5a56a4e398668ee2150241ec90",
"size": "1130",
"bi... |
set -e
export LC_ALL=C
export DEBIAN_FRONTEND=noninteractive
USER=$1
# motd
rm -f /etc/motd
# satan user
useradd -d /home/satan -m -r -s /bin/bash -u 999 satan
chmod 700 /home/satan
cd /home/satan
git clone git://github.com/rootnode/satan.git prod
chown -R satan:satan /home/satan
| {
"content_hash": "4bc01c810d7408a277c600891dd8bae7",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 54,
"avg_line_length": 20.214285714285715,
"alnum_prop": 0.7314487632508834,
"repo_name": "ingeniarius/lxc-rootnodes",
"id": "91e3a14d5d087998cb12b2c29ca0ded05573d910",
"si... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "b222afcba1664eb2e78e5191b5e1c751",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "c302e0a0b10cb3e2cd404ff888efa7fea3fb7f36",
"size": "214... |
<div class="container" ng-controller="MyStudentsCtrl">
<div ng-include="'components/navbar/navbar.html'"></div>
<br><br>
<h1>My Students</h1>
<div class="col-xs-4">
<h1>Your {{myStudents.length}} Students:</h1>
<br>
<!--List of current groups with edit and remove options-->
<input type="text" ng... | {
"content_hash": "2e541205830126cd7a0a1bc2b2dd4254",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 157,
"avg_line_length": 43.85,
"alnum_prop": 0.6157354618015963,
"repo_name": "casal033/WordRiver_MAP_Summer",
"id": "e0c8cffba1eaf5a23e74b80a1c3707e7dc58ea52",
"size": "4... |
using base::WeakPtr;
using content::BrowserContext;
using content::BrowserThread;
using content::StoragePartition;
namespace extensions {
namespace {
// Helper function that deletes data of a given |storage_origin| in a given
// |partition|.
void DeleteOrigin(Profile* profile,
StoragePartition* par... | {
"content_hash": "9f99cc08eb4a90ec7ed75acf5f69480a",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 79,
"avg_line_length": 35.96739130434783,
"alnum_prop": 0.7041402236325174,
"repo_name": "patrickm/chromium.src",
"id": "f0d0721ce2e874bf04d3d5ab2701b8229e3f881e",
"size": ... |
{-# LANGUAGE TypeOperators #-}
{-# Language RebindableSyntax #-}
{-# Language ScopedTypeVariables #-}
{-# Language FlexibleContexts #-}
module Main where
import Prelude hiding ((>>=), (>>), fail, return, id, pred, not)
import Symmetry.Language
import Symmetry.Verify
import Symmetry.SymbEx
import SrcHelper
type FWO =... | {
"content_hash": "01325dc918836aab8679f9e51eb8e9b1",
"timestamp": "",
"source": "github",
"line_count": 94,
"max_line_length": 89,
"avg_line_length": 36.755319148936174,
"alnum_prop": 0.5050651230101303,
"repo_name": "abakst/symmetry",
"id": "d60ecf1623ac19e38fcdaa06b193818c125d3411",
"size": "3455... |
var filteredModules = function (group) {
// return the modules whose positions start with group
return _.filter(postModules, function(module){return module.position.indexOf(group) == 0});
};
var post = {};
Template[getTemplate('post_item')].created = function () {
post = this.data;
};
Template[getTemplate('pos... | {
"content_hash": "5cdd3047d4d42b74ad0e0592edc72faa",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 93,
"avg_line_length": 28.142857142857142,
"alnum_prop": 0.6370558375634517,
"repo_name": "UCSC-MedBook/MedBook-Telescope3",
"id": "271e031fde77ed581c70f061b5061c3ad83541a6",... |
'use strict';
app.controller('detailsCtrl',['$scope','$filter' ,'$routeParams','emailService','$rootScope' ,function($scope , $filter , $routeParams , emailService , $rootScope){
$scope.email = $filter('filter')(emailService.getMail() , {id: $routeParams.id},true)[0];
$scope.show = ($rootScope.cat... | {
"content_hash": "6ce5bd1e1c7119d12327038ba5562f3a",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 166,
"avg_line_length": 39.5,
"alnum_prop": 0.6253164556962025,
"repo_name": "mikeyny/angular-projects",
"id": "ee9b7fa037739ceccabb80d9532cb1235cd36100",
"size": "395",
... |
import Report from '../models/Report.js'
// ROUTES
// =====================
export const BASE_ROUTE = '/rails_probe';
// Actions
// =====================
export const REQUEST_LISTENER_STATE = 'REQUEST_LISTENER_STATE';
export const RECEIVE_LISTENER_STATE = 'RECEIVE_LISTENER_STATE';
export const REQUEST_LISTENER_ENABLE... | {
"content_hash": "50df8f339a39e60a002782b1a27b0744",
"timestamp": "",
"source": "github",
"line_count": 326,
"max_line_length": 101,
"avg_line_length": 26.86196319018405,
"alnum_prop": 0.6723763846066004,
"repo_name": "BrianMehrman/rails_probe",
"id": "6642db9721336db4d97b02c09c699311f4b4df1b",
"si... |
title: "Method Profiling"
weight: 11
description: >
Gather context of where we spend time in our code
---
Our first look at the recording will start with finding out where we might be spending time with our code.
### Method Profiling Page
We'll start by taking a look at the detailed __Method Profiling Page__. T... | {
"content_hash": "f211d42d35bfac211b2d8322b8fa193d",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 239,
"avg_line_length": 47.145161290322584,
"alnum_prop": 0.7468354430379747,
"repo_name": "cchesser/java-perf-workshop",
"id": "2bb98dcc826dbf1b7154fc4d6b992c80a58b9572",
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _01.Calulation_Problem
{
class Program
{
static void Main(string[] args)
{
string[] words = Console.ReadLine().Split(' ');
int sum = 0;
... | {
"content_hash": "95fba2e173a3b91367933a04cd689036",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 94,
"avg_line_length": 26.09433962264151,
"alnum_prop": 0.49313087490961677,
"repo_name": "KaloyanMarshalov/Telerik-Academy-Homeworks",
"id": "e52591ba6deaebd23a0c8e33a1a572b... |
title: 'sort/2'
group: Terms
predicates:
- {sig: 'sort/2', desc: 'sorts a list of terms'}
- {sig: 'keysort/2', desc: 'sorts a list of Key-Data pairs'}
---
## FORMS
```
sort(List, SortedList)
keysort(List, SortedList)
```
## DESCRIPTION
`sort/2` sorts the `List` according to the standard order. Identical elements, ... | {
"content_hash": "7f82d00ccf090b247bd1ed8f61414bf9",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 185,
"avg_line_length": 27,
"alnum_prop": 0.6722571628232006,
"repo_name": "AppliedLogicSystems/ALSProlog",
"id": "e3b2ac6ef50369019be5cffa8433f1e67825e7d4",
"size": "1435"... |
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_name">Widżet kalendarza</string>
<string name="today">Dzisiaj</string>
<string name="tomorrow">Jutro</string>
<string name="no_upcoming_events">Brak nadchodzących wydarzeń</string>
<string name="widget_name">K... | {
"content_hash": "50baafda32b937c9821c8130a7e10296",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 123,
"avg_line_length": 73.97058823529412,
"alnum_prop": 0.7709741550695826,
"repo_name": "JordanRobinson/task-widget",
"id": "ec0c4dc0760c100ec8f86deae94c51c476a435d3",
"... |
package bean;
/**
* Classe representant la liste des couches d'un terrain
*
* @author Mayitabel
*
*/
public class Layers {
private Tuile sousSol;
private Tuile sol;
private Tuile layer1;
public Layers(final String sousSol, final String sol, final String layer1) {
this.so... | {
"content_hash": "eedf8b77398d9e2afed1edc91e531c66",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 80,
"avg_line_length": 20.67948717948718,
"alnum_prop": 0.4810911345319281,
"repo_name": "Mastersnes/BUL",
"id": "ce128619025c178bc1fefad3177247aa4fadf80a",
"size": "1613",... |
package apimanagement
// Copyright (c) Microsoft and contributors. 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/LICENSE-2.0
//
... | {
"content_hash": "079380f5b4e25b76c5f4d1080cb241fc",
"timestamp": "",
"source": "github",
"line_count": 236,
"max_line_length": 171,
"avg_line_length": 38.99152542372882,
"alnum_prop": 0.7717887415779179,
"repo_name": "marstr/azure-sdk-for-go",
"id": "e04fe3a4b4a14e7cadd0fac5a96f890c659ead18",
"siz... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("2.... | {
"content_hash": "5673be788bd8b271ac40a62af62e36de",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 84,
"avg_line_length": 39.083333333333336,
"alnum_prop": 0.7455579246624022,
"repo_name": "aliv59git/C-2N_HomeAndExam",
"id": "ff250a584e4daddc44fe89fb8606eae01465e13a",
"s... |
package jp.fieldnotes.hatunatu.dao.resultset;
import jp.fieldnotes.hatunatu.api.DtoMetaData;
import jp.fieldnotes.hatunatu.dao.RowCreator;
import jp.fieldnotes.hatunatu.dao.exception.NotSingleResultRuntimeException;
import jp.fieldnotes.hatunatu.dao.jdbc.QueryObject;
import jp.fieldnotes.hatunatu.util.log.Logger;
im... | {
"content_hash": "4b461ee09558bc546ef6c074111be938",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 96,
"avg_line_length": 30.234567901234566,
"alnum_prop": 0.6521028991425072,
"repo_name": "azusa/hatunatu",
"id": "248913d51da7b5a5cba93d0f14c16f53507fe025",
"size": "3103"... |
const express = require('express');
const router = express.Router();
const constants = require('../helpers/constants');
const clarifai = require('../models/clarifai');
router.post('/base64', (req, res) => {
const base64 = req.body.base64;
const imageBlob = base64.split(',')[1];
const model = constants.clarifai.m... | {
"content_hash": "1fb0f9cdf7b900fba64a1822d99d81e5",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 67,
"avg_line_length": 31,
"alnum_prop": 0.6955645161290323,
"repo_name": "zillwc/remembrance",
"id": "03e02db3b3deda141a02382ff2baa7eb30cf0053",
"size": "496",
"binary":... |
@interface PickOneController : ContentListViewController {
}
@property (nonatomic, retain) Content *itemContent;
@property (nonatomic, retain) NSString *selectionVariable;
@end
| {
"content_hash": "90cc54d4154552532055c9bb2d760a29",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 58,
"avg_line_length": 25.571428571428573,
"alnum_prop": 0.7988826815642458,
"repo_name": "VAHacker/familycoach-catalyze",
"id": "54fc63ac3ac3c0013b35332f9efb1be42f5e07bd",
... |
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using WzComparerR2.WzLib;
using WzComparerR2.Common;
using DevComponents.DotNetBar;
using WzComparerR2.Controls;
namespace WzComparerR2.PluginBase
{
public class PluginContext
{
internal PluginContext(Plugin... | {
"content_hash": "98cc3b13f885a1c0d372a8ba6b88b504",
"timestamp": "",
"source": "github",
"line_count": 175,
"max_line_length": 114,
"avg_line_length": 31.10857142857143,
"alnum_prop": 0.5861498897869214,
"repo_name": "Kagamia/WzComparerR2",
"id": "f5d4169750502063181521e5948e418789035c42",
"size":... |
module Authlogic
module Session
# This module is responsible for authenticating the user via params, which ultimately allows the user to log in using a URL like the following:
#
# https://www.domain.com?user_credentials=4LiXF7FiGUppIPubBPey
#
# Notice the token in the URL, this is a single acces... | {
"content_hash": "a89ea9818b5faf211da7ca0e1fd1af11",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 166,
"avg_line_length": 47.366336633663366,
"alnum_prop": 0.6463210702341137,
"repo_name": "winton/a_b_front_end",
"id": "7994b427d41fa87d33b441b2a9324c0db6edb361",
"size"... |
package org.pmoo.monopoly;
import java.io.FileReader;
import java.util.Scanner;
public class CargarFicheros {
private static CargarFicheros miCargarFicheros = new CargarFicheros();
public static CargarFicheros getCargarFicheros(){
return miCargarFicheros;
}
/*
* Pre: Tenemos un fichero que queremos leer
... | {
"content_hash": "1a73b49cca9af0c3df5e7a551f35c17e",
"timestamp": "",
"source": "github",
"line_count": 122,
"max_line_length": 186,
"avg_line_length": 40.98360655737705,
"alnum_prop": 0.7084,
"repo_name": "txusyk/Monopoly_oop",
"id": "50e86696750a80045facc9d3a41bccfae565c707",
"size": "5007",
"b... |
from .models import Page
def show_pages_menu(context):
pages_menu = Page.objects.filter(show_in_menu=True)
foo = 3
return { 'pages_menu' : pages_menu, 'foo' : foo }
| {
"content_hash": "ea7fb1ba45bd4c0df8265afeba92e215",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 55,
"avg_line_length": 25.714285714285715,
"alnum_prop": 0.65,
"repo_name": "GoWebyCMS/goweby-core-dev",
"id": "1ba1a685eb8fabcf101b62d49c68e52bf55429b6",
"size": "180",
"... |
title: CSP Facilitator Program
nav: educate_nav
---
# Become a Computer Science Principles Facilitator
**2016 Application Update: The application process closed March 15th. We are reviewing applications and accepting facilitators on a rolling basis through April 22nd. We will update everyone of their acceptance status ... | {
"content_hash": "f67a57243c4b715a15dbd549951132f2",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 555,
"avg_line_length": 96.07894736842105,
"alnum_prop": 0.806628321007943,
"repo_name": "dillia23/code-dot-org",
"id": "b969ab8a324ad4a92cfbc6d5f8da1ecb85261e44",
"size": ... |
package main
import (
"fmt";
"time";
"strconv";
"math/rand";
sf "bitbucket.org/krepa098/gosfml2";
)
type snowball struct {
Sprite *sf.RectangleShape;
Location sf.Vector2f;
Exists bool;
}
type levelone struct {
ForegroundSprite *sf.RectangleShape;
BackgroundSprite *sf.RectangleShape;
Exists bool;
}
type ... | {
"content_hash": "a9d50a4fd90d61900e5daa1ab0e5d8ca",
"timestamp": "",
"source": "github",
"line_count": 395,
"max_line_length": 273,
"avg_line_length": 33.26329113924051,
"alnum_prop": 0.677829362965218,
"repo_name": "TMKCodes/LudumDareCompo-31",
"id": "4113d0bdd5a7da8f9394b2f22c6e59f90de12463",
"s... |
package com.yahoo.athenz.zms.notification;
import com.yahoo.athenz.common.server.notification.*;
import com.yahoo.athenz.zms.DBService;
import com.yahoo.athenz.zms.Role;
import com.yahoo.athenz.zms.RoleMember;
import com.yahoo.athenz.zms.ZMSTestUtils;
import com.yahoo.athenz.zms.store.AthenzDomain;
import com.yahoo.... | {
"content_hash": "d36641d6ae1e0fc6637a89e6692e0225",
"timestamp": "",
"source": "github",
"line_count": 470,
"max_line_length": 186,
"avg_line_length": 48.82553191489362,
"alnum_prop": 0.7208471326477253,
"repo_name": "yahoo/athenz",
"id": "11ad1092169a10fc6f48f1f8b15a41b9c44ebdb2",
"size": "23544"... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("10... | {
"content_hash": "b3fa87876ec969ddc96bbf072a6f4d55",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 84,
"avg_line_length": 38.861111111111114,
"alnum_prop": 0.7441029306647605,
"repo_name": "sevdalin/Software-University-SoftUni",
"id": "2ed417a7f80264618c85527c40117a109c2d2... |
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { Routes, RouterModule } from '@angular/router';
import { CloudAssetsComponent } from './cloud-assets.component';
import {
BuildImageSourcePipe,
IconAssetTooltipTextPipe,
VariantIsAlphaPipe,
} from './icon-asset-to... | {
"content_hash": "0d84aa0dbd2dc899e63d027bc3f1378c",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 73,
"avg_line_length": 23.35483870967742,
"alnum_prop": 0.7209944751381215,
"repo_name": "google/web-prototyping-tool",
"id": "3bd3eb462ede56837ea24e687a9ff18a72581c23",
"s... |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="eu_ES" version="2.0">
<defaultcodec>UTF-8</defaultcodec>
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About WildBeastBitcoin</source>
<translation>WildBeastBitcoin-i buruz</... | {
"content_hash": "5d1e321d9de3e48f1d291997ed1713f0",
"timestamp": "",
"source": "github",
"line_count": 2917,
"max_line_length": 395,
"avg_line_length": 34.451148440178265,
"alnum_prop": 0.5990407387505722,
"repo_name": "coinkeeper/2015-06-22_19-14_wildbeastbitcoin",
"id": "293d021e70af019d2aee6a16f9... |
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | {
"content_hash": "b81cda38eecf82389598f01595550c3a",
"timestamp": "",
"source": "github",
"line_count": 525,
"max_line_length": 196,
"avg_line_length": 39.15047619047619,
"alnum_prop": 0.7485647562518245,
"repo_name": "prestodb/presto",
"id": "65def9919be542cebeb16e3d5894478b186d97dc",
"size": "205... |
<!DOCTYPE html>
<html>
<body>
<h1> Asymmetrie bei kryptographischen Verfahren </h1>
Dies ist das Lernpanel für assymetrische Chiffren.
</body>
</html> | {
"content_hash": "51633b8af91d44f230057f94e6dab511",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 53,
"avg_line_length": 22.285714285714285,
"alnum_prop": 0.7243589743589743,
"repo_name": "jackorias/MonkeyCrypt",
"id": "38829d2769c6f74c1aff2216dc608a4f18d26d47",
"size": ... |
<!DOCTYPE html>
<!--
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.5
Version: 4.1.0
Author: KeenThemes
Website: http://www.keenthemes.com/
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Like: www.facebook.com/keenthemes
Purchase: http://them... | {
"content_hash": "66386b7ff18f1f5deb617ed2ee545dbd",
"timestamp": "",
"source": "github",
"line_count": 1904,
"max_line_length": 346,
"avg_line_length": 36.76155462184874,
"alnum_prop": 0.5136154527530932,
"repo_name": "wtfckkk/crm-admision",
"id": "d92e96faa15fd081b8dd9a61c68e64d0f2ef10fc",
"size"... |
<?php # -*- coding: utf-8 -*-
namespace Cockpit\Core\Controller;
use WP_Query;
/**
* Interface AttributeQueryInterface
*
* @package Cockpit\Core\Model
*/
interface AttributeQueryInterface {
/**
* @param WP_Query $query
* @return void
*/
public function append_to_query( WP_Query $query );
/**
* Pass t... | {
"content_hash": "d6b079c45bafd6455a1d7750b6e3e896",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 76,
"avg_line_length": 22.21153846153846,
"alnum_prop": 0.658008658008658,
"repo_name": "inpsyde/Cockpit",
"id": "291d5ae62a8b89779aaadf182b6be716a0769a34",
"size": "1155",... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "5658188ac276ca08e43f3020ddd68898",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "f507735c021915ed098341bb3b45a8ab1e2f9ee0",
"size": "187... |
"""
abstract type Field end
abstract type at the top of the type hierarchy for denoting fields over which
vector spaces can be defined. Two common fields are `ℝ` and `ℂ`, representing the
field of real or complex numbers respectively.
"""
abstract type Field end
struct RealNumbers <: Field end
struct ComplexNumbe... | {
"content_hash": "c4951138163a7eccdc5e8b2103efc5ab",
"timestamp": "",
"source": "github",
"line_count": 176,
"max_line_length": 99,
"avg_line_length": 33.89772727272727,
"alnum_prop": 0.7070063694267515,
"repo_name": "Jutho/TensorToolbox.jl",
"id": "077f04aa2162dc727da00d8537090903098ddffb",
"size"... |
window.esdocSearchIndex = [
[
"influx/src/backoff/constant.js~constantbackoff",
"class/src/backoff/constant.js~ConstantBackoff.html",
"<span>ConstantBackoff</span> <span class=\"search-result-import-path\">influx/src/backoff/constant.js</span>",
"class"
],
[
"influx/src/backoff/exponential.js~... | {
"content_hash": "29b8988b9032f555eb0782dab52f99c6",
"timestamp": "",
"source": "github",
"line_count": 2120,
"max_line_length": 121,
"avg_line_length": 26.568867924528302,
"alnum_prop": 0.6450307140574513,
"repo_name": "node-influx/node-influx.github.io",
"id": "7c7caa56e2404e95db767d1bf3d96cc973a3a... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.