text stringlengths 2 1.04M | meta dict |
|---|---|
module TranslationCenter
class Translation < ActiveRecord::Base
# attr_accessible :value, :lang, :translation_key_id, :user_id, :status
# serialize as we could store arrays
CHANGES_PER_PAGE = 5
NUMBER_PER_PAGE = 15
# Statuses
ACCEPTED = "accepted"
PENDING = "pending"
# Relations
... | {
"content_hash": "f6a3a4715836cbe047e8ab48abf09b18",
"timestamp": "",
"source": "github",
"line_count": 112,
"max_line_length": 96,
"avg_line_length": 28.160714285714285,
"alnum_prop": 0.6642358909321496,
"repo_name": "BadrIT/translation_center",
"id": "47ed881480f95a48709883cfc76da5264ca98650",
"s... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Proc. Roy. Philos. Soc. Glasgow 10: 292 (1877)
#### Original name
Calycidium cuneatum Stirt.
### Remarks
null | {
"content_hash": "702ed3c13835ff49156b07491e88c0cd",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 46,
"avg_line_length": 15.23076923076923,
"alnum_prop": 0.7070707070707071,
"repo_name": "mdoering/backbone",
"id": "6628949c55bf11832fd0ff01a684a31ec5a17d51",
"size": "248... |
Cloud computing
===============
Studio can be configured to submit jobs to the cloud. Right
now, only Google Cloud is supported (CPU only), as well as Amazon EC2
(CPU and GPU).
Once configured (see configuration instructions for `Google
Cloud <http://docs.studio.ml/en/latest/gcloud_setup.html>`__, and
`Amazon AWS <ht... | {
"content_hash": "937690bb45ea6286a6d1091a6fcc7a92",
"timestamp": "",
"source": "github",
"line_count": 106,
"max_line_length": 89,
"avg_line_length": 48.056603773584904,
"alnum_prop": 0.7530427954456222,
"repo_name": "studioml/studio",
"id": "654652e59e0d7855c05d42de7f24b8d7ddd5ea3a",
"size": "509... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- From: file:/C:/Users/Jacques/AndroidStudioProjects/TP%20Formation%20Android/4%20-%20Reseau%20et%20stockage%20donnees/TP%20ProductsReader/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/21.0.2/res/values-v17/values.xml -->
<eat-comment... | {
"content_hash": "732b9d9eb8bbd8b91a21a34e48f9841f",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 252,
"avg_line_length": 60.212765957446805,
"alnum_prop": 0.715547703180212,
"repo_name": "jacquesgiraudel/TP-Formation-Android",
"id": "9d66ea4ad789b136c1e01a4a535caa2b46926... |
close all; clear all; clc;
data_dir = '~/Dropbox/Documents/SIMPLEX/DataCollection/11_29_data_local/proc/3_bottle69_open_bottle_palm_2_tf_convert_merged_successes_proc/';
data_file = 'hand_only_with_tf_labels_data';
data = load(strcat(strcat(data_dir, data_file), '.mat'));
data = data.data;
num_samples = size(data, 1... | {
"content_hash": "0a89aba43c6b32dc1176671e3439e740",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 142,
"avg_line_length": 34.8,
"alnum_prop": 0.725287356321839,
"repo_name": "xiaozhuchacha/OpenBottle",
"id": "a3f0532d0cecb6941ba5eba1b301ddafe55038b9",
"size": "1740",
... |
#include "config.h"
#include "WebPopupMenuImpl.h"
#include "Cursor.h"
#include "FramelessScrollView.h"
#include "FrameView.h"
#include "IntRect.h"
#include "painting/GraphicsContextBuilder.h"
#include "PlatformKeyboardEvent.h"
#include "PlatformMouseEvent.h"
#include "PlatformWheelEvent.h"
#include "SkiaUtils.h"
#i... | {
"content_hash": "8e29a00734381752864195c71ebb09d9",
"timestamp": "",
"source": "github",
"line_count": 323,
"max_line_length": 97,
"avg_line_length": 25.325077399380806,
"alnum_prop": 0.6755501222493887,
"repo_name": "Xperia-Nicki/android_platform_sony_nicki",
"id": "b4d4246c3f6010bcaf5021d4cd9681ab... |
<?php
namespace Test\IC\SlimAuthHmac\Auth;
use IC\SlimAuthHmac\Auth\HmacManager;
class HmacManagerTest extends \PHPUnit_Framework_TestCase
{
public function setUp()
{
}
public function testConstruct()
{
$hmacManager = new HmacManager();
$this->assertInstanceOf('IC\\SlimAuthHmac\... | {
"content_hash": "4f52cd9fb407ffa0b34522919db6ae99",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 91,
"avg_line_length": 30.116883116883116,
"alnum_prop": 0.6326002587322122,
"repo_name": "ilanco/slim-auth-hmac",
"id": "10aae23a1340b9a8dd83e7e6dbd7922f26cc470c",
"size":... |
import json
import re
from django.conf import settings
from django.contrib import admin
from django import forms
from django.template.loader import render_to_string
from django.urls import reverse, NoReverseMatch
from django.utils.html import format_html, mark_safe
from event_store.models import Event
from reviewer.f... | {
"content_hash": "2fcc1637b03a3090df274bc769162505",
"timestamp": "",
"source": "github",
"line_count": 252,
"max_line_length": 124,
"avg_line_length": 42.32142857142857,
"alnum_prop": 0.5483356774496015,
"repo_name": "MoveOnOrg/eventroller",
"id": "fdc5ecf0ce0df278b42007ec6d83f55b3ad63284",
"size"... |
namespace touchstone {
using Clock = std::conditional<std::chrono::high_resolution_clock::is_steady,
std::chrono::high_resolution_clock,
std::chrono::steady_clock>::type;
using ElapseRecorder = double (*)(Clock::time_point, Clock::time_point);
template <c... | {
"content_hash": "b3bbef0d8cf6eed26f2a85e9f434c43d",
"timestamp": "",
"source": "github",
"line_count": 182,
"max_line_length": 77,
"avg_line_length": 31.642857142857142,
"alnum_prop": 0.6119117902413613,
"repo_name": "rnburn/touchstone",
"id": "08ed09a73b11a94542619675efa15b2dc0c1ccad",
"size": "6... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W29551_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
... | {
"content_hash": "fb5f49eb7da8b6f9f1eb84270652cc27",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 223,
"avg_line_length": 48.07843137254902,
"alnum_prop": 0.6757748776508973,
"repo_name": "datamade/elpc_bakken",
"id": "2c6dc574b337f0690ab641421e1712d6966df3f6",
"size": ... |
raise ImportError("Invalid bundle")
| {
"content_hash": "90b81787e90a8ad013a195fd12579bf7",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 35,
"avg_line_length": 36,
"alnum_prop": 0.8055555555555556,
"repo_name": "tcalmant/ipopo",
"id": "cbc1e1cbf2ad06ff06fd4a2d6079237557e89e17",
"size": "87",
"binary": false... |
package com.one.action_dept;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.one.da... | {
"content_hash": "fcd8d351e3f687e1e72db96958c52536",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 119,
"avg_line_length": 32.45161290322581,
"alnum_prop": 0.8031809145129225,
"repo_name": "qql7267/ICSSshixi",
"id": "87b1e0798a1d991d7178f691c87d95cbcc72bcce",
"size": "10... |
from pylib.base import base_test_result
class InstrumentationTestResult(base_test_result.BaseTestResult):
"""Result information for a single instrumentation test."""
def __init__(self, full_name, test_type, dur, log=''):
"""Construct an InstrumentationTestResult object.
Args:
full_name: Full name ... | {
"content_hash": "4c92c51f80f0b2b10501e996d1b6e912",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 66,
"avg_line_length": 32.592592592592595,
"alnum_prop": 0.6579545454545455,
"repo_name": "chromium/chromium",
"id": "e7893bfdf7649ba1e68dedcb3f56c37651c1dad7",
"size": "10... |
FROM eu.gcr.io/kyma-project/external/golang:1.19.3-alpine3.16 as builder
ARG DOCK_PKG_DIR=/compass-runtime-agent
WORKDIR $DOCK_PKG_DIR
COPY . $DOCK_PKG_DIR
RUN echo "nobody:x:65534:5534:nobody:/:" > /etc_passwd
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o compass-runtime-agent ./cmd
FROM eu.gcr.... | {
"content_hash": "ebc6454dcc4d0526056669564968ff87",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 90,
"avg_line_length": 26.25925925925926,
"alnum_prop": 0.7517630465444288,
"repo_name": "kyma-project/kyma",
"id": "a8298c8d07088da37098750d23074a13f10aaff7",
"size": "709... |
using System.Collections.Generic;
using System.Linq;
using JetBrains.TestFramework.Utils;
using JetBrains.Util;
using NUnit.Framework;
namespace XunitContrib.Runner.ReSharper.Tests.AcceptanceTests.Source
{
[Category("Source discovery")]
public abstract class XunitSourceTest : XunitSourceTestBase
{
... | {
"content_hash": "26c2e2cd14fb7b75cbcc6ec5e7b5d2be",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 103,
"avg_line_length": 37.23809523809524,
"alnum_prop": 0.670076726342711,
"repo_name": "xunit/resharper-xunit",
"id": "c0fe34f005655e04514243129214db63ee995076",
"size": ... |
FROM balenalib/var-som-mx6-debian:bullseye-run
ENV GO_VERSION 1.17.7
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get update && apt-ge... | {
"content_hash": "7f5f8501e1b52f16298d4615521c270e",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 674,
"avg_line_length": 50.82608695652174,
"alnum_prop": 0.7065868263473054,
"repo_name": "resin-io-library/base-images",
"id": "c733d01bd4962614cee4ba82c4155a034a62337b",
... |
package com.github.cqljmeter.sampler;
public class CqlSamplerBeanInfo extends AbstractCqlSamplerBeanInfo {
public CqlSamplerBeanInfo() {
super(CqlSampler.class);
}
}
| {
"content_hash": "dea18aa94f92dbc63abd0c1eb045c1c1",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 68,
"avg_line_length": 13.615384615384615,
"alnum_prop": 0.7796610169491526,
"repo_name": "Mishail/CqlJmeter",
"id": "fcf5d1534c4fab4c8cc56255219869e612b91ada",
"size": "13... |
<?xml version="1.0" encoding="utf-8"?><!--
Copyright (c) 2014 Michal Dabski
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights t... | {
"content_hash": "51277512a6a17a3c35e1c206492425ee",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 98,
"avg_line_length": 52.851851851851855,
"alnum_prop": 0.7154870357393133,
"repo_name": "AiJiaZone/filemanager",
"id": "cd46bf70d9bbcb5029bc745440f1df9ea171753f",
"size":... |
class CreateListings < ActiveRecord::Migration
def change
create_table :listings do |t|
t.string :type_of
t.integer :price
t.integer :bed_count
t.integer :bath_count
t.string :neighborhood
t.boolean :featured
t.string :address
t.text :description
t.boolean :ex... | {
"content_hash": "0fe75194cf838b4d36ce0153722e5175",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 46,
"avg_line_length": 22.789473684210527,
"alnum_prop": 0.6304849884526559,
"repo_name": "jennyheath/lions-share",
"id": "55e500c23e4ead353a6f0bf06e6dc1f41be7d35b",
"size"... |
<?php
namespace NS\SentinelBundle\Entity;
use DateTime;
use Doctrine\ORM\Mapping as ORM;
use InvalidArgumentException;
use JMS\Serializer\Annotation as Serializer;
use NS\SentinelBundle\Entity\ValueObjects\YearMonth;
use NS\SentinelBundle\Form\Types\CaseStatus;
use NS\SentinelBundle\Form\Types\Gender;
use NS\Sentinel... | {
"content_hash": "4b5de697de4ad5f4599efde93b9eef14",
"timestamp": "",
"source": "github",
"line_count": 627,
"max_line_length": 161,
"avg_line_length": 23.317384370015947,
"alnum_prop": 0.583515731874145,
"repo_name": "IBVPD/Nuvi",
"id": "6f73e40ba67e1560b0da1cca4589655a59c13561",
"size": "14620",
... |
const request = require('request');
const Feedback = require('../models/feedback');
const properties = require('../config/properties')
testAddFeedback(console.log);
testDeleteFeedback(console.log);
function testAddFeedback(callback) {
let passedMessage = "testAddFeedback passed!";
let failedMessage = "testAdd... | {
"content_hash": "0374544fe2a8d59e0981c8e1311ed73a",
"timestamp": "",
"source": "github",
"line_count": 121,
"max_line_length": 87,
"avg_line_length": 25.41322314049587,
"alnum_prop": 0.5216260162601626,
"repo_name": "karlveskus/moodlebox",
"id": "53c137ace7ec574c40ab6dd812d7300b25e3cb8b",
"size": ... |
package ru.stqa.pft.addressbook.tests;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import ru.stqa.pft.addressbook.model.ContactData;
import java.util.Arrays;
import java.util.stream.Collectors;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.MatcherAsse... | {
"content_hash": "8f5ddbc1dc0212cf9ea31e1770c47112",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 111,
"avg_line_length": 37.785714285714285,
"alnum_prop": 0.665406427221172,
"repo_name": "HelenNevzorova/java_pft",
"id": "5f31147bda1711bf08fe7efb6e4546a0a34ea737",
"size... |
package com.mooregreatsoftware.gradle.util;
import lombok.val;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.ArrayDeque;
import java.util.Optional;
import java.util.function.Function;
@SuppressWarnings("Convert2MethodRef")
public final class FileUtils {
pri... | {
"content_hash": "436ddbdb4e545e463ad1f2679badfdaa",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 120,
"avg_line_length": 28.76595744680851,
"alnum_prop": 0.6198224852071006,
"repo_name": "jdigger/gradle-defaults",
"id": "a8385f58e79c96b18b9fb89c36d6066af35c7a5e",
"size... |
package com.renren.mobile.chat.base.views;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.view.animation.AlphaAnimation;
import android.view.animation.Animation;
import android.view.animation.AnimationSet;
import android.view.animation.TranslateAnimat... | {
"content_hash": "086f3f18c45f3136bfa8abf2340d0afa",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 64,
"avg_line_length": 26.933333333333334,
"alnum_prop": 0.7215346534653465,
"repo_name": "MichaelSun/SiXin",
"id": "48a51bcf0f56406ac8e6f7c7602e465ae7b26dca",
"size": "247... |
using Xunit;
namespace Take.Elephant.Tests.Sql.SqlServer
{
[Collection(nameof(SqlServer)), Trait("Category", nameof(SqlServer))]
public class SqlServerItemSetWithIdentityFacts : SqlItemSetWithIdentityFacts
{
public SqlServerItemSetWithIdentityFacts(SqlServerFixture serverFixture) : base(serverFixt... | {
"content_hash": "3703ac09908daf01d133e5b30d29af34",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 102,
"avg_line_length": 29.416666666666668,
"alnum_prop": 0.7280453257790368,
"repo_name": "takenet/elephant",
"id": "30202685e640ebbfded582ed0422db00181ab5c6",
"size": "35... |
<?php
namespace common\modules\tracking\models;
use Yii;
/**
* This is the model class for table "tracking.driver".
*
* @property string $Firstname
* @property string $Lastname
* @property string $Address
* @property string $Phonr
* @property string $IMEI
* @property string $Gender
* @property string $Ambul... | {
"content_hash": "f81acea2189c27fbfd2d2573e2c6b3dc",
"timestamp": "",
"source": "github",
"line_count": 124,
"max_line_length": 92,
"avg_line_length": 27.306451612903224,
"alnum_prop": 0.5162433549911399,
"repo_name": "girc/dmis",
"id": "63fe9c4cecdc0ae04dfb3aadc7c980e71f63f920",
"size": "3386",
... |
<?php
declare(strict_types=1);
namespace Sphp\Tests\Html\Attributes;
use PHPUnit\Framework\TestCase;
use Sphp\Html\Attributes\PropertyParser;
use Sphp\Html\Attributes\Exceptions\AttributeException;
use Sphp\Exceptions\BadMethodCallException;
use Sphp\Exceptions\InvalidArgumentException;
class PropertyParserTest e... | {
"content_hash": "a276a7abdb31ebd6cc81e9154b0555ae",
"timestamp": "",
"source": "github",
"line_count": 217,
"max_line_length": 92,
"avg_line_length": 24.258064516129032,
"alnum_prop": 0.5718085106382979,
"repo_name": "samhol/SPHP-framework",
"id": "afadda2c8a7560c328bbecb2d723a91ce4691c37",
"size"... |
/*This class creates a gameboard/grid that allows objects to plot themselves
and allows it to be printed to the console*/
#include "GameObject.h"
#ifndef View_h
#define View_h
const int view_maxsize = 20;
class View
{
private:
int size;
double scale;
CartPoint origin;
char grid[view_maxsize + 2][view_maxsize +... | {
"content_hash": "cc04efb9c7ecc52f9f14f0ec37d844fd",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 82,
"avg_line_length": 22.857142857142858,
"alnum_prop": 0.7225,
"repo_name": "saribe0/Sea-",
"id": "e9729b0355f13cccaca0db911c322b35b3500699",
"size": "800",
"binary": f... |
namespace llvm {
class MCAsmBackend;
class MCAsmLayout;
class MCContext;
class MCCodeEmitter;
class MCFragment;
class MCObjectWriter;
class MCSection;
class MCValue;
// FIXME: This really doesn't belong here. See comments below.
struct IndirectSymbolData {
MCSymbol *Symbol;
MCSection *Section;
};
// FIXME: Ditto... | {
"content_hash": "761bb3844f480e5b31086c129779562a",
"timestamp": "",
"source": "github",
"line_count": 430,
"max_line_length": 80,
"avg_line_length": 34.81395348837209,
"alnum_prop": 0.7061456245824983,
"repo_name": "endlessm/chromium-browser",
"id": "0f9499d705e4666a33b650be21c932e5a2e71fb7",
"si... |
layout: post
title: How to install Netgear A6100 USB Wifi-adapter on Ubuntu 16.04
---
The Netgear A6100 USB Wifi-adapter doesn't work by default on Linux. You have quite a lot of resources about how to install it. I add just one more article on that subject for those on Ubuntu 16.04 who are not sure if it still works,... | {
"content_hash": "9d75a2908b63bbdf2e4fe07d376e72e4",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 444,
"avg_line_length": 60.131147540983605,
"alnum_prop": 0.7614503816793893,
"repo_name": "MarCnu/marcnu.github.io",
"id": "d7a82b443590d2c63e39b57c3c994a962e22d8ef",
"siz... |
#instagram-plugin-instructions dl dt {
clear: both;
font-weight: bold;
margin-top: 5px;
}
#instagram-plugin-instructions dl dd {
margin: 0;
padding: 0;
font-style: italic;
}
#instagram-plugin-instructions dl {
clear: both;
overflow: hidden;
}
#instagram-plugin-instructions dl dd textarea {
width: 98%;
heig... | {
"content_hash": "53ad97068ada35424a3be787329b4442",
"timestamp": "",
"source": "github",
"line_count": 565,
"max_line_length": 140,
"avg_line_length": 20.198230088495574,
"alnum_prop": 0.7008412197686645,
"repo_name": "mandino/www.bloggingshakespeare.com",
"id": "4b0f70ab0b9106973a6d6c3fb43426054267... |
package org.efix.util.parse;
import org.efix.util.BenchmarkUtil;
import org.efix.util.MutableInt;
import org.efix.util.buffer.Buffer;
import org.openjdk.jmh.annotations.Benchmark;
import org.openjdk.jmh.annotations.Scope;
import org.openjdk.jmh.annotations.Setup;
import org.openjdk.jmh.annotations.State;
import stati... | {
"content_hash": "f5939b73ad9f2fd9033d9e8a2bceec4c",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 83,
"avg_line_length": 27.64814814814815,
"alnum_prop": 0.5974547890154053,
"repo_name": "artyomkorzun/efix",
"id": "a3bc194d08ec9d50e6a94ac92afc1789a77dc534",
"size": "149... |
@interface CLLuckyLabel : UILabel
@property(nonatomic)int numberTag;
@property(nonatomic)int placeTag;
@end
| {
"content_hash": "d5f74eb04bfef31a55fb6f65739b04c4",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 34,
"avg_line_length": 18.333333333333332,
"alnum_prop": 0.8,
"repo_name": "blighli/iPhone2015",
"id": "0e2325272ff448981eb5be1201d961f40dc334e6",
"size": "271",
"binary":... |
FROM registry.fedoraproject.org/fedora:latest
# Don't include container-selinux and remove
# directories used by yum that are just taking
# up space.
RUN useradd build; yum -y update; rpm --restore shadow-utils 2>/dev/null; yum -y install cpp buildah fuse-overlayfs xz --exclude container-selinux; rm -rf /var/cache /va... | {
"content_hash": "3025870996ce6b27615083200d2af883",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 320,
"avg_line_length": 62.48,
"alnum_prop": 0.7580025608194623,
"repo_name": "rhatdan/buildah",
"id": "85b5f24c32747ab03ba84cdbb938048533a2291f",
"size": "1865",
"binary... |
import * as React from 'react'
import {render} from '@testing-library/react'
import Downshift from '../'
const MyDiv = ({innerRef, ...rest}) => <div ref={innerRef} {...rest} />
const MyDivWithForwardedRef = React.forwardRef((props, ref) => (
<div ref={ref} {...props} />
))
const oldError = console.error
beforeEac... | {
"content_hash": "0530c0080ce7852336c78316cba4fb9c",
"timestamp": "",
"source": "github",
"line_count": 173,
"max_line_length": 145,
"avg_line_length": 29.358381502890172,
"alnum_prop": 0.6213821618428824,
"repo_name": "paypal/downshift",
"id": "a8bfd08a175f2de678be7958558ae1e40ea0f870",
"size": "5... |
<footer class="page-footer">
<div class="footer-copyright">
<div class="container">
{{.Site.Copyright}}
<div class="right">Design <a class="grey-text text-lighten-4" href="http://pdevty.github.io/blog/">pdevty</a></div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/j... | {
"content_hash": "f24c698a0b1146b0e9096f72093fc1b9",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 121,
"avg_line_length": 42.76923076923077,
"alnum_prop": 0.6276978417266187,
"repo_name": "stremovsky/victor-hugo",
"id": "b9788cb0dc892e128fcb09eca04636ee654a7265",
"size"... |
{-# LANGUAGE RecordWildCards #-}
module Main where
import System.IO
import System.Random
import System.Environment
import System.Console.GetOpt
import System.Exit
import Control.Monad (liftM, liftM2, foldM, forM_, replicateM_)
import Data.Maybe (fromMaybe)
import Text.Printf (printf)
import Data.Function (on)
import D... | {
"content_hash": "84c67ecca410442f14cf6a279a1097dc",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 91,
"avg_line_length": 37.8359375,
"alnum_prop": 0.577534586000413,
"repo_name": "eugenkiss/mastermind",
"id": "d6828e884905cd68e21a891459239f467eea2cf8",
"size": "4894",
... |
// Copyright 2014 The Rector & Visitors of the University of Virginia
//
// 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 re... | {
"content_hash": "d8992b2db4d6402e911505412c47067c",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 131,
"avg_line_length": 32.67741935483871,
"alnum_prop": 0.7532082922013821,
"repo_name": "predictive-technology-laboratory/sensus",
"id": "4765c259e80d7e9f3c5528efb0d418bac4... |
"""
Sub client class for Cinder API v1
"""
from . import snapshot
from . import volume
from . import volume_type
class Client(object):
def __init__(self, client, *args, **kwargs):
self.volume = volume.Manager(client)
self.volume_snapshot = snapshot.Manager(client)
self.volume_type = volu... | {
"content_hash": "d4d38ae68d69422cba807ee67207bb4d",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 55,
"avg_line_length": 25.31578947368421,
"alnum_prop": 0.6673596673596673,
"repo_name": "yosshy/osclient2",
"id": "02b706b4d6ea41bfca38ad37753c261c14ab6058",
"size": "1148... |
<?php
// vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4:
/**
* Html rule end renderer for Xhtml
*
* PHP versions 4 and 5
*
* @category Text
* @package Text_Wiki
* @author Paul M. Jones <pmjones@php.net>
* @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
* @version CVS:... | {
"content_hash": "5c588496534915a3c7837ca2bd97ba35",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 72,
"avg_line_length": 24.914893617021278,
"alnum_prop": 0.6242527754056362,
"repo_name": "liuyangning/WX_web",
"id": "7ca4218df64f6f9700e0050f4ed33449d85d9aa5",
"size": "1... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "0bd19f85339d6262435284011731965e",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "07c9b916afd4a199785bb2249a89891c1133f025",
"size": "18... |
namespace PICalculator.Model.Input
{
/// <summary>
/// The poverty status of an individual in a given year
/// </summary>
public class PovertyStatus
{
public PovertyStatus(int year, bool isPoor, double povertyGap) {
Year = year;
IsPoor = isPoor;
PovertyGa... | {
"content_hash": "8b04539feaf4f42bbe91b51648940a00",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 72,
"avg_line_length": 28.055555555555557,
"alnum_prop": 0.5801980198019802,
"repo_name": "renatius/PIndexCalculator",
"id": "b9583e184668c62f0340b825c17a5f278f129d9d",
"si... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>colour.algebra.coordinates — Colour 0.3.1 documentation</title>
<link rel="stylesheet" href="../../../_static/basic.css" type="text/css" />
... | {
"content_hash": "b11f33f288b23af412233549211378ad",
"timestamp": "",
"source": "github",
"line_count": 140,
"max_line_length": 220,
"avg_line_length": 44.364285714285714,
"alnum_prop": 0.562228304620834,
"repo_name": "colour-science/colour-website",
"id": "9dc44fb5505fa16670426b832676f6b9e05d7b6d",
... |
// GUIController.java
// Copyright (c) 2010 William Whitney
// All rights reserved.
// This software is released under the BSD license.
// Please see the accompanying LICENSE.txt for details.
package net.sourceforge.javaocr.gui;
import java.awt.geom.AffineTransform;
import java.awt.image.AffineTransformOp;
import java... | {
"content_hash": "94557ab36fa643f3533fc754bd7f6751",
"timestamp": "",
"source": "github",
"line_count": 251,
"max_line_length": 128,
"avg_line_length": 32.51394422310757,
"alnum_prop": 0.6594780051464282,
"repo_name": "ceejii/cwjonsson-receipt-ocr",
"id": "55fd0314fccbe3569637872b4756097390481310",
... |
/*
var Account: any = function(ledgers) {
if (!ledgers) ledgers = [];
Ledgers <- ledgers;
}
*/
/*
var Account = DCI.Context.extend(function() {
this.bindRoles = function(ledgers) {
if (!ledgers) ledgers = [];
Ledgers <- ledgers;
};
this.increaseBalance = function(amount) {
Ledgers.addEntry('depositing',... | {
"content_hash": "cd7fb9136c45489bcc4c78435ecc6370",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 73,
"avg_line_length": 18.987951807228917,
"alnum_prop": 0.6675126903553299,
"repo_name": "mbrowne/typescript-dci",
"id": "f28f3d52c88187149cf92cb28dadcc111e58230a",
"size"... |
var win = Ti.UI.currentWindow;
var santa = Titanium.UI.createImageView({
image:'../images/santahat.png',
height:350,
width:250,
top:20
});
var box = Ti.UI.createView({
borderRadius:2,
borderColor:'red',
height:190,
width:170
})
var button = Titanium.UI.createButton({
bottom:5,
right:10,
height:40,
left:... | {
"content_hash": "d4a17e5fb0e91efe3d809fa554880d9e",
"timestamp": "",
"source": "github",
"line_count": 119,
"max_line_length": 104,
"avg_line_length": 19.899159663865547,
"alnum_prop": 0.6659628378378378,
"repo_name": "alanleard/CascadeChristmas",
"id": "e7c122b597cf51f18375d7fce269b938df0e8677",
... |
"""
configure tests - returns a reference to the app
"""
import run
import pytest
import os
from json import dumps
@pytest.fixture
def app(request):
# get app from main
app = run.app
app.config['PRESERVE_CONTEXT_ON_EXCEPTION'] = False
return app
@pytest.fixture
def client(app):
return app.test_... | {
"content_hash": "542bc84d472368c942d7be0164e6e42f",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 78,
"avg_line_length": 26.307692307692307,
"alnum_prop": 0.5910087719298246,
"repo_name": "ohsu-computational-biology/euler",
"id": "b7a44633bbcf4d4781b7dc243c2d082f73e73f8c... |
/**
*
* @file quark.h
*
* Dynamic scheduler functions
*
* PLASMA is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version 2.4.2
* @author Asim YarKhan
* @date 2010-11-15
*
**/
#ifndef QUARK_H
#define QUARK_H
#include <limits.h>
#includ... | {
"content_hash": "1fe884e35cbb6700b7d1d76889fcb173",
"timestamp": "",
"source": "github",
"line_count": 245,
"max_line_length": 138,
"avg_line_length": 39.00408163265306,
"alnum_prop": 0.7045835077438258,
"repo_name": "joao-lima/plasma-kaapi",
"id": "6e590d59d3e7177b23833a62334e2f108251ceab",
"size... |
<linker>
<assembly fullname="GoogleMobileAds.iOS" ignoreIfMissing="1">
<namespace fullname="GoogleMobileAds" preserve="all" />
<namespace fullname="GoogleMobileAds.iOS" preserve="all" />
</assembly>
<assembly fullname="GoogleMobileAds.Android" ignoreIfMissing="1">
<namespace fullname="GoogleMobileAds" p... | {
"content_hash": "31cbeddd5926052bbeb5de6c48e3c2d3",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 67,
"avg_line_length": 42.9,
"alnum_prop": 0.7319347319347319,
"repo_name": "googlecodelabs/admob-appopen-unity",
"id": "0b1e5fc1c72886827b01553cf8d88e0e2e7ca188",
"size": ... |
// Originally from UpdatedComponentTests/ResponseTypes/REST/Rest_Post_ListResponse_XML_Empty.xls;
package com.betfair.cougar.tests.updatedcomponenttests.responsetypes.rest;
import com.betfair.testing.utils.cougar.misc.XMLHelpers;
import com.betfair.testing.utils.JSONHelpers;
import com.betfair.testing.utils.cougar.a... | {
"content_hash": "38443597d821b07f2803871dfe31576c",
"timestamp": "",
"source": "github",
"line_count": 71,
"max_line_length": 226,
"avg_line_length": 53.7887323943662,
"alnum_prop": 0.7703587326525269,
"repo_name": "olupas/cougar",
"id": "93aa0f0fccd1ead7bf1e2a39aa500ddcbce2c871",
"size": "4432",
... |
---
type: post102
title: JDBC Driver
categories: XAP102
parent: other-data-access-apis.html
weight: 100
---
{{% ssummary%}}{{% /ssummary %}}
The XAP JDBC interface allows database-driven applications to interact with spaces via SQL queries and commands. A query processor transparently translates SQL queries into le... | {
"content_hash": "16a1bef4251362eee8c3831dbf4b0fd7",
"timestamp": "",
"source": "github",
"line_count": 663,
"max_line_length": 511,
"avg_line_length": 36.788838612368025,
"alnum_prop": 0.7343282358246894,
"repo_name": "croffler/documentation",
"id": "cc4275082a51142d775f0d40753c0b5479343b7e",
"siz... |
<!doctype html>
<!--[if lte IE 8]><SCRIPT src='source/excanvas.js'></script><![endif]--><SCRIPT src='../ChartNew.js'></script>
<SCRIPT>
defCanvasWidth=1200;
defCanvasHalfWidth=400;
defCanvasHeight=600;
var mydata2 = {
labels : [""],
datasets : [
{
data : [30],
fillColor ... | {
"content_hash": "769f44700572ced33ccb93ec1baeaed4",
"timestamp": "",
"source": "github",
"line_count": 138,
"max_line_length": 130,
"avg_line_length": 24.347826086956523,
"alnum_prop": 0.5699404761904762,
"repo_name": "FVANCOP/ChartNew.js",
"id": "cac6f8c98ce143974e6021b8ca6b0079bb59bafb",
"size":... |
namespace GuruComponents.Netrix.Events
{
/// <summary>
/// Assigns the handler for the BeforeSnap event.
/// </summary>
public delegate void BeforeSnapRectEventHandler(object sender, BeforeSnapRectEventArgs e);
} | {
"content_hash": "481d4f0fdd4bc544b3d786ef266511a7",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 94,
"avg_line_length": 32.57142857142857,
"alnum_prop": 0.7324561403508771,
"repo_name": "joergkrause/netrix",
"id": "d6f06a908739eda5f1d29f750ee85acb1f8c903e",
"size": "228... |
# Associations
This section describes the various association types in sequelize. When calling a method such as `User.hasOne(Project)`, we say that the `User` model (the model that the function is being invoked on) is the __source__ and the `Project` model (the model being passed as an argument) is the __target__.
##... | {
"content_hash": "883ccee55bb3a42330ec8509169c080c",
"timestamp": "",
"source": "github",
"line_count": 862,
"max_line_length": 496,
"avg_line_length": 34.43619489559165,
"alnum_prop": 0.7155033014418541,
"repo_name": "Verdier/sequelize",
"id": "b5855501f13788ca4ef3d3cb28ec0a53d751e67a",
"size": "2... |
just a playground
| {
"content_hash": "f2cb95a3ea92cd01f16e2095407ff7fa",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 17,
"avg_line_length": 18,
"alnum_prop": 0.8333333333333334,
"repo_name": "bbasic/workload-planner",
"id": "21aa6f595862798713c93880a2c4d729ae6e7146",
"size": "37",
"binar... |
namespace NLog.Internal
{
using System;
using System.Collections.Generic;
using NLog.Config;
using NLog.Filters;
using NLog.Targets;
/// <summary>
/// Represents target with a chain of filters which determine
/// whether logging should happen.
/// </summary>
[NLogConfigurationIt... | {
"content_hash": "5dfc0671cc950383b52dfe9ddde88fbc",
"timestamp": "",
"source": "github",
"line_count": 197,
"max_line_length": 231,
"avg_line_length": 40.52791878172589,
"alnum_prop": 0.6169839679358717,
"repo_name": "304NotModified/NLog",
"id": "74a0d3f66c52ac5509f6a33dee86d1fcc7354757",
"size": ... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>continuations: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.m... | {
"content_hash": "86b33665a6bef293dcf094b671e6979b",
"timestamp": "",
"source": "github",
"line_count": 180,
"max_line_length": 159,
"avg_line_length": 41.583333333333336,
"alnum_prop": 0.5605878423513694,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "725f4e10fa1597383a4833ee49122221a427160d",... |
"""
Module contains tools for processing files into DataFrames or other objects
"""
from collections import defaultdict
import csv
import datetime
from io import StringIO
import re
import sys
from textwrap import fill
from typing import Any, Dict, Set
import warnings
import numpy as np
import pandas._libs.lib as lib... | {
"content_hash": "2711c9922d96704c087b2ffa647f8307",
"timestamp": "",
"source": "github",
"line_count": 3702,
"max_line_length": 127,
"avg_line_length": 34.62155591572123,
"alnum_prop": 0.546637642487653,
"repo_name": "toobaz/pandas",
"id": "3e5b200c4643b133d13b348cc6111549905970bd",
"size": "12816... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>rocLv's home for ruby & rails - All about ruby and rails</title>
<meta name="description" content="ruby or rails news, or some site... | {
"content_hash": "036db6ed8ce612bdfbb74724073815f2",
"timestamp": "",
"source": "github",
"line_count": 259,
"max_line_length": 147,
"avg_line_length": 32.38223938223938,
"alnum_prop": 0.6016454036008108,
"repo_name": "rocLv/roclv.github.io",
"id": "e5ae55b4f8ed268364356de4872c6008ec8f091f",
"size"... |
class NewDataCz < ActiveRecord::Migration[5.0]
def self.up
directory = Rails.root.join('db/migrate/20220301163200_new_data_cz')
data_path = directory.join('data.csv')
commits_path = directory.join('commits.yml')
datasets = []
# By default, CSVImporter only allows updating existing datas... | {
"content_hash": "1222e42544a32a6752e3c36a12bde7f6",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 96,
"avg_line_length": 28.72093023255814,
"alnum_prop": 0.6380566801619433,
"repo_name": "quintel/etlocal",
"id": "50becbee8ee73dd87867b3967f2fd764c2e350c6",
"size": "1235"... |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE scripts PUBLIC "-//UniTime//DTD University Course Timetabling/EN" "http://www.unitime.org/interface/Script.dtd">
<!--
* Licensed to The Apereo Foundation under one or more contributor license
* agreements. See the NOTICE file distributed with this work for
* addition... | {
"content_hash": "a4cc4af15ac56d965a891f17330fea61",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 171,
"avg_line_length": 46.38461538461539,
"alnum_prop": 0.7425373134328358,
"repo_name": "UniTime/unitime",
"id": "3597388cc7fe97d3017e724350a1337930e6b2c6",
"size": "2412... |
package deploylog
import (
"testing"
"time"
"k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/watch"
apirequest "k8s.io/apiserver/pkg/endpoints/request"
clientgotesting "k8s.io/client-go/testing"
"k8s.io/kubernetes/pk... | {
"content_hash": "589d54f952ebcfa47617888ad8485b8e",
"timestamp": "",
"source": "github",
"line_count": 248,
"max_line_length": 140,
"avg_line_length": 32.435483870967744,
"alnum_prop": 0.6652163102933863,
"repo_name": "dobbymoodge/origin",
"id": "e16ba5b309a11ca748de078dcf7d1edc28f7258d",
"size": ... |
package com.siemens.oss.omniproperties.builders;
import java.io.File;
import java.io.IOException;
import com.siemens.oss.omniproperties.ObjectBuilder;
/**
* @author Markus Michael Geipel
*
*/
public class ExistingDirectory implements ObjectBuilder<File> {
final private File file;
public ExistingDirectory(fi... | {
"content_hash": "5abda040b84f06c24220d5786fa7c7d9",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 63,
"avg_line_length": 19.73170731707317,
"alnum_prop": 0.6996291718170581,
"repo_name": "siemens/omniproperties",
"id": "932b52e4854009a7dc1c932967f2c78acff843ec",
"size":... |
import java.io.Console;
// June 2017, JMI
// Program to do ask user input for what they ate, then to print the given input.
public class MealTime {
public static void main(String[] args) {
/* First iteration of MealTime, without using a custom method
Console myConsole = System.console();
S... | {
"content_hash": "d08843b72b0b811d207cd27d306d78c0",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 183,
"avg_line_length": 50.2,
"alnum_prop": 0.670816733067729,
"repo_name": "InertialObserver/JavaTidbits",
"id": "a88ff607e751ef96f6023e0c4cdaaa6596fea46f",
"size": "2008"... |
<div class="yoast_breadcrumb">
<div id="breadcrumbs" vocab="http://schema.org/" typeof="BreadcrumbList">
<span property="itemListElement" typeof="ListItem">
<a href="<?php echo home_url(); ?>" property="item" typeof="WebPage" >
<span property="name">Home</span></a><meta property="position" content="1"> »
<... | {
"content_hash": "7068c3c8c3e6919c1b9c2fa9dda20a44",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 95,
"avg_line_length": 43.857142857142854,
"alnum_prop": 0.6273615635179153,
"repo_name": "smmacdonald/msr",
"id": "eead564df3b23de3842981e5439e7026b8653e21",
"size": "1538... |
package kafka.server
import kafka.utils.ZkUtils._
import kafka.utils.{Utils, SystemTime, Logging}
import org.I0Itec.zkclient.exception.ZkNodeExistsException
import org.I0Itec.zkclient.IZkDataListener
import kafka.controller.ControllerContext
import kafka.controller.KafkaController
import kafka.common.KafkaException
... | {
"content_hash": "2e1ac552b7b25542b5534b1c5951e944",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 137,
"avg_line_length": 38.74545454545454,
"alnum_prop": 0.6989676208352886,
"repo_name": "archieco/kafka",
"id": "33b73609b1178c56e692fb60e35aca04ad1af586",
"size": "5063... |
package ch.softappeal.yass.transport.socket.test;
import ch.softappeal.yass.core.remote.ContractId;
import ch.softappeal.yass.core.remote.OneWay;
import ch.softappeal.yass.core.remote.Server;
import ch.softappeal.yass.core.remote.SimpleMethodMapper;
import ch.softappeal.yass.core.remote.session.SimpleSession;
import c... | {
"content_hash": "268da838c924dd7fe6d9eb3349b6bd87",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 127,
"avg_line_length": 44.35227272727273,
"alnum_prop": 0.5977453241096592,
"repo_name": "sushicutta/yass",
"id": "0355177b09f68ce5a3cd9266f0e0d731d587da81",
"size": "3903... |
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<title>不过满腹 - Authors</title>
<meta charset="utf-8" />
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css... | {
"content_hash": "e0289082950401d51b52ab472a58a40c",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 110,
"avg_line_length": 27.010309278350515,
"alnum_prop": 0.516412213740458,
"repo_name": "Alex-Hou/Alex-Hou.github.io",
"id": "161d52e3d696dc2bd6898fb34f3375ff254060f8",
"... |
package com.blocklaunch.blwarps.managers.storage.sql.warp;
import com.blocklaunch.blwarps.BLWarps;
import com.blocklaunch.blwarps.Warp;
import com.blocklaunch.blwarps.managers.storage.StorageManager;
import com.blocklaunch.blwarps.managers.storage.sql.SqlManager;
import com.fasterxml.jackson.databind.ObjectMapper;
im... | {
"content_hash": "9ca5abb4fa768cfdf8dc4eb455ca80a6",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 86,
"avg_line_length": 25,
"alnum_prop": 0.6982608695652174,
"repo_name": "BlockLaunch/BLWarps",
"id": "e9abacb649d75725f9191496e4a6c35420c1c50b",
"size": "1150",
"binary... |
import logging
import asyncio
import socket
import setproctitle
class ClientStats():
_client_dict = dict()
@classmethod
def update(cls, service_name, host, method, time_taken):
if not (service_name, host, method) in cls._client_dict.keys():
cls._client_dict[(service_name, host, method... | {
"content_hash": "91175a6d5b6fb28835900e2455026fd7",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 77,
"avg_line_length": 31.711111111111112,
"alnum_prop": 0.5536089698668535,
"repo_name": "amanwriter/vyked",
"id": "ec1a5641eb2e2768d8ebe18de65832ca15d3ccf3",
"size": "142... |
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
require('./chunk-14c82365.js');
require('./helpers.js');
require('./chunk-1bb51959.js');
require('./chunk-330693d5.js');
require('./chunk-7f8af05c.js');
var __chunk_5 = require('./chunk-13e039f5.js');
require('./chunk-99088816.js');
require(... | {
"content_hash": "192c0c37235ad23d07510834bc1e3742",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 62,
"avg_line_length": 27.22222222222222,
"alnum_prop": 0.6789115646258503,
"repo_name": "cdnjs/cdnjs",
"id": "d62e53aa88f1490b7445c04f700063867dba8c6a",
"size": "735",
"... |
<?php
namespace Google\AdsApi\Dfp\v201611;
/**
* This file was generated from WSDL. DO NOT EDIT.
*/
class performProposalActionResponse
{
/**
* @var \Google\AdsApi\Dfp\v201611\UpdateResult $rval
*/
protected $rval = null;
/**
* @param \Google\AdsApi\Dfp\v201611\UpdateResult $rval
... | {
"content_hash": "07c53ab8e9ae485076b1acd00e5e4b5c",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 71,
"avg_line_length": 18.46511627906977,
"alnum_prop": 0.593198992443325,
"repo_name": "jeraldfeller/jbenterprises",
"id": "6f0797b602cec2ab4e5588d176e1d125327f2f45",
"siz... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Page Speed Insights) Chrome/27.0.1453 Safari/537.36</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.co... | {
"content_hash": "c70810d429a13c9f957542de4a1444b2",
"timestamp": "",
"source": "github",
"line_count": 1364,
"max_line_length": 784,
"avg_line_length": 40.51099706744868,
"alnum_prop": 0.5425556943011746,
"repo_name": "ThaDafinser/UserAgentParserComparison",
"id": "1bab5fe69339277f6b184bc1e4b929e61b... |
var TIME_PERIOD_CHECK_HOURS = 1,
JSON_URL = 'https://jhvisser.com/hidefedora/reports/profiles.json',
fedoras = [],
removalMethod = 'hide',
showReportButton = true,
banned = [],
bannedWords = [];
chrome.storage.sync.get(["removalMethod", "showReportButton"], function(items) {
if(_.has(items, "removalMethod")) {
... | {
"content_hash": "afc0eeb2952b407b6388632f8fd2a445",
"timestamp": "",
"source": "github",
"line_count": 222,
"max_line_length": 102,
"avg_line_length": 24.756756756756758,
"alnum_prop": 0.6377365356622998,
"repo_name": "hadalin/chrome-hidefedora",
"id": "436579f005d3cf57f676f3141261c80f8d4364af",
"... |
import * as React from 'react';
import PropTypes from 'prop-types';
import clsx from 'clsx';
import { styled, Theme, useThemeProps } from '@mui/material/styles';
import {
unstable_composeClasses as composeClasses,
generateUtilityClass,
generateUtilityClasses,
} from '@mui/base';
import MonthPicker from '../MonthP... | {
"content_hash": "69bb23170bf3d65e91dc2bb742acc9c5",
"timestamp": "",
"source": "github",
"line_count": 449,
"max_line_length": 100,
"avg_line_length": 26.7260579064588,
"alnum_prop": 0.6445,
"repo_name": "oliviertassinari/material-ui",
"id": "1bf48739fd1d4bcc913e24a4337dcb4073e831d5",
"size": "120... |
layout: news_item
title: 'Frida 1.2.1 Released'
date: 2014-04-21 16:00:00 +0100
author: oleavr
version: 1.2.1
categories: [release]
---
Had some fun tracing Apple's crypto APIs, which lead to the discovery of
a few bugs. So here's 1.2.1 bringing some critical ARM-related bugfixes:
- ARM32: Fix crashes caused by reg... | {
"content_hash": "37fe04073ea8aa7d1c1f5cf1069634b0",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 77,
"avg_line_length": 37.1875,
"alnum_prop": 0.7411764705882353,
"repo_name": "frida/frida-website",
"id": "1e7c26ab924ca6544b96c9fd96a806be73847fcf",
"size": "599",
"bi... |
{-# LANGUAGE OverloadedStrings, GeneralizedNewtypeDeriving, RankNTypes,
DeriveDataTypeable #-}
-- | Internal functions intended only to be used by this package. API stability
-- not guaranteed!
module Qualys.Internal
(
QualysT (..)
, QID (..)
, liftReader
-- * Logging
, QLogLeve... | {
"content_hash": "07259063a4950e9342680ba8d0b78572",
"timestamp": "",
"source": "github",
"line_count": 222,
"max_line_length": 105,
"avg_line_length": 32.734234234234236,
"alnum_prop": 0.6503371404981423,
"repo_name": "ahodgen/qualys",
"id": "af952c5d9c96708607fb86ebc93002d210107c35",
"size": "726... |
'use strict';
/**
* Determines whether one string may be found within another string, returning true or false as appropriate.
*
* @category String
* @param {String} subjectString The string to process.
* @param {String} searchString A string to be searched for within the original string.
* @param {Number} [posit... | {
"content_hash": "b27dec24d89ad86cbe5f98fed9268a50",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 128,
"avg_line_length": 27.428571428571427,
"alnum_prop": 0.6888020833333334,
"repo_name": "georapbox/jsEssentials",
"id": "b6d9d74f87d403860bbd35d7df6bae445f5941eb",
"size... |
<p>Users confirm they have to wait prolonged times to get verified because of the amount of new people getting registered.</p>
<blockquote>As of April 2017, Gemini is experiencing extremely high application volume so please allow additional time for the compliance team to complete its review.</blockquote>
<p><a href=... | {
"content_hash": "30da24428cb7b74e703c274cec513a4f",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 179,
"avg_line_length": 92.2,
"alnum_prop": 0.7874186550976139,
"repo_name": "AT-Publishing/editors",
"id": "3f3f9ab080d9666f30cb581fbffe368e82979dc5",
"size": "461",
"bin... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet... | {
"content_hash": "b4f056c1d567dc73aac89b00ef3537d6",
"timestamp": "",
"source": "github",
"line_count": 141,
"max_line_length": 157,
"avg_line_length": 40.319148936170215,
"alnum_prop": 0.4905892700087951,
"repo_name": "coq-bench/coq-bench.github.io-old",
"id": "5d7b0f969ae623932d796937ecbd5bcc662b45... |
<?php
namespace lo\core\actions\crud;
use kartik\grid\EditableColumnAction;
use Yii;
use yii\web\Response;
/**
* Class XEditable
* Класс действия обновления модели через расширение XEditable
* @package lo\core\actions\crud
* @author Lukyanov Andrey <loveorigami@mail.ru>
*/
class KEditable extends EditableColumn... | {
"content_hash": "ce22627b67feda3e18dd6f90cab6cbcf",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 114,
"avg_line_length": 22.4,
"alnum_prop": 0.6678571428571428,
"repo_name": "loveorigami/lo-core",
"id": "47d940bcb4a1bf3c66b5f87b763c8bd622625489",
"size": "604",
"bina... |
package com.amazon.ask.servlet.verifiers;
/**
* Verifiers are run against incoming requests to verify authenticity and integrity of the request before processing
* it.
*/
public interface SkillServletVerifier {
/**
* Verifies an incoming request.
*
* @param alexaHttpRequest formed from the ser... | {
"content_hash": "532dde289c503e22356d3638301f6166",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 116,
"avg_line_length": 29.904761904761905,
"alnum_prop": 0.6735668789808917,
"repo_name": "amzn/alexa-skills-kit-java",
"id": "42c1b03b53f1f0849f06307e9be5e20b62d6c0b3",
"... |
<!DOCTYPE html><html lang="en" xmlns:db="urn:newtelligence-com:dasblog:runtime:data" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:ploeh="urn:dk:ploeh">
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Content moved</title>
<meta name="author" content="Mark Seemann">
... | {
"content_hash": "464c177c8e1344e07dca70b5e6ec6cec",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 157,
"avg_line_length": 57.15384615384615,
"alnum_prop": 0.7133243606998654,
"repo_name": "ploeh/ploeh.github.com",
"id": "2d3d6238e053b73782a45e6c0ddf695238f94599",
"size"... |
namespace Vidly.Migrations
{
using System;
using System.Data.Entity.Migrations;
public partial class AddRequiredAnnotationToMembershipTypeName : DbMigration
{
public override void Up()
{
AlterColumn("dbo.MembershipTypes", "Name", c => c.String(nullable: false, maxLength:... | {
"content_hash": "d356a151d88bc9f327a0228fc53610d7",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 103,
"avg_line_length": 27.666666666666668,
"alnum_prop": 0.5963855421686747,
"repo_name": "imranaskem/Vidly",
"id": "8eb86759b49116dbac0a17cfefbab2cb4bb90375",
"size": "49... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "696417cc9ba23ddd8808c565bd341103",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "d0a69d605eab64cc62aad3b85bcdd196d8204827",
"size": "196... |
namespace RegPointApi.ClassicAsp
{
public class AddAnswerResponse
{
public bool WasSuccessful { get; set; }
public string ErrorMessage { get; set; }
public string OriginalContent { get; set; }
public string RequestUrl { get; set; }
public AddAnswerData Data { get; set; }... | {
"content_hash": "4fa853e5b2f3a5aa5ef2b11f16bc4468",
"timestamp": "",
"source": "github",
"line_count": 106,
"max_line_length": 68,
"avg_line_length": 30.18867924528302,
"alnum_prop": 0.5259375,
"repo_name": "NickLarsen/RegPointApi.NET",
"id": "c10e7e2d1c903c8dbcc68a10829e278f957fc2be",
"size": "32... |
try:
import sys
reload(sys).setdefaultencoding("UTF-8")
except:
pass
try:
from setuptools import setup, find_packages
except ImportError:
print('Please install or upgrade setuptools or pip to continue')
sys.exit(1)
import codecs
def read(filename):
return codecs.open(filename, encoding... | {
"content_hash": "a827bcd7be30cd80a8f08ce1c808891e",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 84,
"avg_line_length": 31.719298245614034,
"alnum_prop": 0.599004424778761,
"repo_name": "MatthieuDartiailh/eapii",
"id": "3320a228633cee5e966ebd00b7afa3a69e5866b4",
"size"... |
package help
import (
"bufio"
"fmt"
"io"
"os"
"strings"
"text/template"
"unicode"
"unicode/utf8"
"cmd/go/internal/base"
"cmd/go/internal/modload"
)
// Help implements the 'help' command.
func Help(w io.Writer, args []string) {
// 'go help documentation' generates doc.go.
if len(args) == 1 && args[0] == "... | {
"content_hash": "3a26421ebdf1641226a51c76dd0bef7c",
"timestamp": "",
"source": "github",
"line_count": 190,
"max_line_length": 109,
"avg_line_length": 24.278947368421054,
"alnum_prop": 0.6247561239973987,
"repo_name": "golang/go",
"id": "804c910dacc2ee23f3ecfd5af5c06ae08001f936",
"size": "4827",
... |
#include <Windows.h>
#include <winevt.h>
#include <boost/algorithm/string.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/xml_parser.hpp>
#include <osquery/core/tables.h>
#include <osquery/logger/logger.h>
#include <osquery/core/windows/wmi.h>
#include <osquery/events/windows/windowseve... | {
"content_hash": "d3bfcba761e95c9181429e7e8c3a28ae",
"timestamp": "",
"source": "github",
"line_count": 297,
"max_line_length": 80,
"avg_line_length": 34.51178451178451,
"alnum_prop": 0.616780487804878,
"repo_name": "hackgnar/osquery",
"id": "0461c25acac514e1bdaedf081dca8d2223a07261",
"size": "1048... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.cxf.configuration.security.SecureRandomParameters (Apache CXF API 2.7.5 API)
</TITLE>
... | {
"content_hash": "b77720852621c6ad04e73e623e31ebec",
"timestamp": "",
"source": "github",
"line_count": 272,
"max_line_length": 455,
"avg_line_length": 58.05882352941177,
"alnum_prop": 0.6755952380952381,
"repo_name": "mulesoft-consulting/sumtotal-connector",
"id": "b377f614d708e37920311470f786db6b24... |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const path = require("path");
const fs = require("fs");
const dynamic_path_parser_1 = require("./dynamic-path-parser");
function resolveModulePath(moduleNameFromFlag, project, projectRoot, appConfig) {
let baseModuleName = moduleNameFromFl... | {
"content_hash": "8bb49e2a17cc1252c7f016be1303d818",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 106,
"avg_line_length": 47.526315789473685,
"alnum_prop": 0.7137320044296789,
"repo_name": "duxiaofeng-github/angular-cli-dist",
"id": "283e2e6868c1c31e126e4ecb62ab134898d2bf... |
<?xml version="1.0" encoding="utf-8"?>
<DatePicker
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/date_picker"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/> | {
"content_hash": "fdf359c798d11bfdf856816817e4cac0",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 66,
"avg_line_length": 42.5,
"alnum_prop": 0.6274509803921569,
"repo_name": "tntntnt7/TN-zhihu",
"id": "3416fde8321e27b57362b55ba5a4e22fcf913c24",
"size": "255",
"binary":... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=fn.SDL_GameControllerName.html">
</head>
<body>
<p>Redirecting to <a href="fn.SDL_GameControllerName.html">fn.SDL_GameControllerName.html</a>...</p>
<script>location.replace("fn.SDL_GameControllerName.html" + location.search +... | {
"content_hash": "69208554342a4fb27188520ade4fa365",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 106,
"avg_line_length": 36.1,
"alnum_prop": 0.703601108033241,
"repo_name": "nitro-devs/nitro-game-engine",
"id": "58343147fab6208bc4ae2a4ece4a4b77c958d0d9",
"size": "361",... |
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processI... | {
"content_hash": "64467b9d676997b88ade76326f4787ca",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 43,
"avg_line_length": 29.38888888888889,
"alnum_prop": 0.6124763705103969,
"repo_name": "SugiPHP/Money",
"id": "006b8b9891f9e8169f13dcaac55c109abdc9925d",
"size": "529",
... |
#include <string.h>
#include "AnyShort.h"
#include "Index12Gray.h"
#include "AlphaMacros.h"
#include "IntArgb.h"
#include "IntArgbPre.h"
#include "IntRgb.h"
#include "ThreeByteBgr.h"
#include "ByteGray.h"
#include "ByteIndexed.h"
#include "Index8Gray.h"
/*
* This file declares, registers, and defines the various ... | {
"content_hash": "bcb1ac3dec1835feabc1673967a5cd77",
"timestamp": "",
"source": "github",
"line_count": 235,
"max_line_length": 80,
"avg_line_length": 35.31063829787234,
"alnum_prop": 0.6975174740901422,
"repo_name": "andreagenso/java2scala",
"id": "5b95697af3c54a98e56b6f84849f07acd5653ff4",
"size"... |
namespace GNF.Domain.Entities
{
public interface IEntity<TPrimaryKey>
{
/// <summary>
/// Unique identifier for this entity.
/// </summary>
TPrimaryKey Id { get; set; }
/// <summary>
/// 是否是无需持久化实体对象
/// </summary>
/// <returns>True, if this enti... | {
"content_hash": "d78de2ebad22a314109647b4826fd307",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 64,
"avg_line_length": 20.952380952380953,
"alnum_prop": 0.5340909090909091,
"repo_name": "rjf1979/GNF",
"id": "8f50ef23236217ece478add1b781c8342a36dca7",
"size": "466",
... |
/**
* @file
* This file includes definitions for ICMPv6.
*/
#ifndef ICMP6_HPP_
#define ICMP6_HPP_
#include "openthread-core-config.h"
#include <openthread/icmp6.h>
#include "common/encoding.hpp"
#include "common/locator.hpp"
#include "net/ip6_headers.hpp"
namespace ot {
namespace Ip6 {
using ot::Encoding::... | {
"content_hash": "3ef8be5848f6db7c20714863bdace6df",
"timestamp": "",
"source": "github",
"line_count": 338,
"max_line_length": 113,
"avg_line_length": 28.118343195266274,
"alnum_prop": 0.6284722222222222,
"repo_name": "turon/openthread",
"id": "e52d9f7368bf75751869ba71a45976ee5a460696",
"size": "1... |
if not file.Exists( "weapons/csgo_baseknife.lua", "LUA" ) then
SWEP.Spawnable = false
print( "csgo_huntsman_bright_water failed to initialize: csgo_baseknife.lua not found. Did you install the main part?" )
return
end
local TTT = ( GAMEMODE_NAME == "terrortown" or cvars.Bool("csgo_knives_force_ttt", false) )
DE... | {
"content_hash": "315b4f97a973cbacceca7142d4a99eb9",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 122,
"avg_line_length": 31.346153846153847,
"alnum_prop": 0.7014314928425358,
"repo_name": "xDShot/csgo_knives_sweps",
"id": "ecfaa72646f5c23258da7fbacec3041e56ab5eea",
"si... |
export interface Offset {
top?: number;
left?: number;
}
export interface Options {
zIndex?: number;
class?: string;
offset?: Offset;
}
export interface ContentGetter<T> extends Function {
(data: T): string;
}
export interface Tip<T> {
element(element: d3.Selection<any>): Tip<T>;
show(da... | {
"content_hash": "8f3650d4db13fbdaf4a3d7be81efb4ad",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 106,
"avg_line_length": 25.304347826086957,
"alnum_prop": 0.6512027491408935,
"repo_name": "GlobalWebIndex/d3scription",
"id": "46209bd2d99f34824f4fb94281a8ec9d924cf62d",
"... |
<?php
// Get the PHP helper library from twilio.com/docs/php/install
require_once '/path/to/vendor/autoload.php'; // Loads the library
use Twilio\Rest\Client;
// Your Account Sid and Auth Token from twilio.com/user/account
$sid = "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
$token = "your_auth_token";
$client = new Client($s... | {
"content_hash": "516d684295951f226b288c4fdbff126e",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 65,
"avg_line_length": 32.92307692307692,
"alnum_prop": 0.7406542056074766,
"repo_name": "teoreteetik/api-snippets",
"id": "38542705958a3aa34d4a093a56aa4bfa74e7d296",
"size... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.