text stringlengths 2 1.04M | meta dict |
|---|---|
package com.mentatlabs.nsa
package scalac
package dsl
import experimental._
trait ScalacOptionsExperimentalDSL
extends ScalacExperimentalDSL
// core options experimental
with ScalacDeprecationDSL
with ScalacEncodingDSL
with ScalacExplaintypesDSL
with ScalacFeatureDSL
with ScalacGDSL
w... | {
"content_hash": "f0eeb7b59400986ba0f1a4dcfddb9972",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 38,
"avg_line_length": 24.58695652173913,
"alnum_prop": 0.768788682581786,
"repo_name": "mentat-labs/sbt-nsa",
"id": "982c01148c47cf350cb229872d4139747f8af2fd",
"size": "22... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name=... | {
"content_hash": "3a7274f8c82444defa9b8109733d27ca",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 113,
"avg_line_length": 32.86666666666667,
"alnum_prop": 0.5988843813387424,
"repo_name": "originjsdev/OriginJS",
"id": "955bd15f13cbc12597b9351252b28a0d1f6e976e",
"size":... |
layout: post
title: Comment on Project 1 (Other Teams)
published: true
---
In this post, I will download, run, examine, and comment on other projects submitted for PROJECT 1 in the CS 491 - Virtual and Augmented Reality class. The two projects I have selected are ones I found well implemented and carefully thought out.... | {
"content_hash": "af17c8982e3c6e834431ec82b04751ba",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 602,
"avg_line_length": 83.38571428571429,
"alnum_prop": 0.7820798355319514,
"repo_name": "amlaanb/amlaanb.github.io",
"id": "2a1ceb9a5ef8c14c2b4bee2070aaa9e4c3a6acdf",
"si... |
mvn clean
mvn install
svn update
| {
"content_hash": "1a64a1da9df9e93ebc2c7753eaa6ce69",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 11,
"avg_line_length": 11,
"alnum_prop": 0.8181818181818182,
"repo_name": "ngallagher/simplexml",
"id": "53fefd20dea9f3a7b4c4e7d1d4bfa1b31de27c95",
"size": "33",
"binary":... |
UPDATE jforum_categories SET display_order = categories_id;
ALTER TABLE jforum_users ADD user_karma DECIMAL(10, 2);
ALTER TABLE jforum_posts ADD attach TINYINT(1) DEFAULT '0';
ALTER TABLE jforum_posts ADD need_moderate TINYINT(1) DEFAULT '0';
ALTER TABLE jforum_categories ADD moderated TINYINT(1) DEFAULT '0';
ALTER TA... | {
"content_hash": "da2b05a03add31d6a021a4b7362ae2dd",
"timestamp": "",
"source": "github",
"line_count": 123,
"max_line_length": 77,
"avg_line_length": 28.69918699186992,
"alnum_prop": 0.7504249291784703,
"repo_name": "seaclouds-atos/softcare-secondary-implementation",
"id": "a7d33e80188c3c51c1702a56c... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#000"
android:orientation="vertical" >
<com.markupartist.android.widget.ActionBar
... | {
"content_hash": "099f7a61b3835d21b9ef9bbb36c3b987",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 72,
"avg_line_length": 35.85,
"alnum_prop": 0.6694560669456067,
"repo_name": "the100rabh/Barcamp-Bangalore-Android-App",
"id": "2c92ec062a961d436bbaf6d9fa3724f12ae43c0e",
"... |
<?php
namespace craft\feedme\helpers;
class DuplicateHelper
{
public const Add = 'add';
public const Update = 'update';
public const Disable = 'disable';
public const DisableForSite = 'disableForSite';
public const Delete = 'delete';
// Public Methods
// ==================================... | {
"content_hash": "c0935cde58a87e8f9eacd49e089f0131",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 89,
"avg_line_length": 23.712871287128714,
"alnum_prop": 0.5198329853862212,
"repo_name": "engram-design/FeedMe",
"id": "f65389bd3d16c0da98da2336353d835b103060f0",
"size":... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-e... | {
"content_hash": "306c8eb170f22ae3d1c2d02a53370a94",
"timestamp": "",
"source": "github",
"line_count": 519,
"max_line_length": 999,
"avg_line_length": 39.95375722543353,
"alnum_prop": 0.6037808641975309,
"repo_name": "statsmodels/statsmodels.github.io",
"id": "27f8ff07ac6bddeca20af67e9e8d02380842cee... |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/xing_gray" android:state_checked="false"></item>
<item android:drawable="@drawable/xing_red" android:state_checked="true"></item>
<!--<item android:drawable="@drawab... | {
"content_hash": "061d8600a312c58a2a32ed065fca9417",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 92,
"avg_line_length": 64.16666666666667,
"alnum_prop": 0.7090909090909091,
"repo_name": "liangsheng888/Estore",
"id": "a8ce25125baffd67030878bb9313989a1a6127ae",
"size": "3... |
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@egjs/hammerjs'), require('@egjs/component')) :
typeof define === 'function' && define.amd ? define(['@egjs/hammerjs', '@egjs/component'], factory) :
(global.eg = global.eg || {}, ... | {
"content_hash": "af09146c3f28513cb8ff5122e79bd1d6",
"timestamp": "",
"source": "github",
"line_count": 2552,
"max_line_length": 478,
"avg_line_length": 33.336598746081506,
"alnum_prop": 0.55494563620335,
"repo_name": "cdnjs/cdnjs",
"id": "d266b8d8f9cb8e70764e8b7d6e9af9957b15412c",
"size": "90088",... |
<!doctype html>
<html>
<head>
<title>The Animatron HTML5 Player Docs</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
<link rel="stylesheet" href="./md.css" type="text/css" />
</head>
<body> | {
"content_hash": "be37a81d99e2cb8641c5c37795dd8215",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 74,
"avg_line_length": 34.22222222222222,
"alnum_prop": 0.6428571428571429,
"repo_name": "Animatron/player",
"id": "7f94953a6896e49f6303f4489e78b204d439266b",
"size": "308",... |
const html = require('choo/html')
const Component = require('choo/component')
const asElement = require('prismic-element')
const { asText, Elements } = require('prismic-richtext')
const resolve = require('../../lib/resolve')
const { __ } = require('../../lib/locale')
const { loader } = require('../icons')
const SPEED_... | {
"content_hash": "0c282503ea535155b1c1260a97fb8839",
"timestamp": "",
"source": "github",
"line_count": 179,
"max_line_length": 137,
"avg_line_length": 28.519553072625698,
"alnum_prop": 0.5392752203721841,
"repo_name": "CIVIS-project/BRFApp",
"id": "f43c2b14f0e76aa2edec4a8fad1d3fbbcebeeef1",
"size"... |
<?php
namespace Integrated\Bundle\ContentBundle\Twig\Extension;
use Integrated\Common\Content\Channel\ChannelContextInterface;
use Integrated\Common\Content\Channel\ChannelInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Twig\Extension\AbstractExtension;
use Twig\Extension\GlobalsInterfa... | {
"content_hash": "17f045f2422757b207d47ca3d7ba2279",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 76,
"avg_line_length": 21.93548387096774,
"alnum_prop": 0.6375,
"repo_name": "integratedfordevelopers/integrated",
"id": "ecc7b43eedc5a0544b09538118d675889162a922",
"size":... |
from module_kits.vtk_kit.mixins import SimpleVTKClassModuleBase
import vtk
class vtkGeometryFilter(SimpleVTKClassModuleBase):
def __init__(self, module_manager):
SimpleVTKClassModuleBase.__init__(
self, module_manager,
vtk.vtkGeometryFilter(), 'Processing.',
('vtkDataSet... | {
"content_hash": "f2d82109a401b84af6e3cf01caef802e",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 63,
"avg_line_length": 38.81818181818182,
"alnum_prop": 0.6604215456674473,
"repo_name": "fvpolpeta/devide",
"id": "93b89ab1e81ac79131098fa293eedfb258120c3b",
"size": "488"... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Diagnostics;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalys... | {
"content_hash": "c02fe150b8cf8c237100dd4849b1624b",
"timestamp": "",
"source": "github",
"line_count": 435,
"max_line_length": 220,
"avg_line_length": 46.19310344827586,
"alnum_prop": 0.6053050661889121,
"repo_name": "KevinRansom/roslyn",
"id": "34921a5b63d7fc7e3ea6474f1ee66039ef940077",
"size": "... |
#pragma once
#include <string>
#include <iostream>
#include <opencv/cxcore.h>
#include <opencv/cv.h>
#include <opencv/cvaux.h>
#include <opencv/highgui.h>
using namespace std;
class ConfidenceVector{
public:
ConfidenceVector(const cv::String & algName, int size);
string getName(void);
void addElement(int row, d... | {
"content_hash": "e6ec9a07e03c57d33c206b977b80a913",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 65,
"avg_line_length": 20.257142857142856,
"alnum_prop": 0.7263751763046544,
"repo_name": "binary42/elars",
"id": "510d6f534bd33401b105e86f698f997a934fe8b9",
"size": "1877"... |
#ifndef HAL_QUADROTOR_EMERGENCY_H
#define HAL_QUADROTOR_EMERGENCY_H
// Base controller type
#include <hal_quadrotor/control/Controller.h>
// Messages used by this controller
#include <hal_quadrotor/Emergency.h>
namespace hal
{
namespace quadrotor
{
//! A quadrotor Emergency controller
/*!
... | {
"content_hash": "f31dfb5b009d29c73fa9b77b5618403f",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 67,
"avg_line_length": 27.06779661016949,
"alnum_prop": 0.5385097056981841,
"repo_name": "jiangchenzhu/crates_zhejiang",
"id": "1a0e62f1bf300fb16f22d60a9e1ebe9f7d6b255b",
"... |
import {ResetBrowserProxy} from 'chrome://settings/settings.js';
import {TestBrowserProxy} from 'chrome://webui-test/test_browser_proxy.js';
export class TestResetBrowserProxy extends TestBrowserProxy implements
ResetBrowserProxy {
constructor() {
super([
'performResetProfileSettings',
'onHideRes... | {
"content_hash": "767781eee6ed424e86fb785718f8c558",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 78,
"avg_line_length": 27.142857142857142,
"alnum_prop": 0.7350877192982456,
"repo_name": "scheib/chromium",
"id": "658f3e33fb81880da8828dc2f57ac14bd5100334",
"size": "1306... |
.class public Lcom/android/keyguard/biometric/KeyguardBiometricIconView;
.super Landroid/widget/FrameLayout;
.source "KeyguardBiometricIconView.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/android/keyguard/biometric/KeyguardBiometricIconView$1;,
Lcom/andr... | {
"content_hash": "c8b6987b914b32b4f07b5b758ba73148",
"timestamp": "",
"source": "github",
"line_count": 439,
"max_line_length": 174,
"avg_line_length": 29.767653758542142,
"alnum_prop": 0.7578053259871441,
"repo_name": "BatMan-Rom/ModdedFiles",
"id": "9f031c58dae44dce425f782ed1fcc3f249039a41",
"siz... |
package com.kaltiz.ItsAboutTime;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import java.util.TimeZone;
public class TimeCalculator
{
private ItsAboutTime plugin;
private int daysInWeek;
private int monthInYear;
private List<Integer> daysInMonth;
private int secondsIn... | {
"content_hash": "22b3e426ee7f8ddeb29509b07f366e7b",
"timestamp": "",
"source": "github",
"line_count": 238,
"max_line_length": 143,
"avg_line_length": 33.575630252100844,
"alnum_prop": 0.5925416093104743,
"repo_name": "Kaltiz/ItsAboutTime",
"id": "dd665d62f488e8ffeeff8f205ebbb9fb8845ed5d",
"size":... |
package typeutil // import "golang.org/x/tools/go/types/typeutil"
import (
"bytes"
"fmt"
"go/types"
"reflect"
"golang.org/x/tools/internal/typeparams"
)
// Map is a hash-table-based mapping from types (types.Type) to
// arbitrary interface{} values. The concrete types that implement
// the Type interface are p... | {
"content_hash": "9cbdc1e4dcad13a8c37d71e79940d610",
"timestamp": "",
"source": "github",
"line_count": 430,
"max_line_length": 79,
"avg_line_length": 27.683720930232557,
"alnum_prop": 0.6614583333333334,
"repo_name": "google/syzkaller",
"id": "dcc029b8733a87c95af593d7fada2ad6e0219376",
"size": "12... |
(function() {
/*************************************************************************************/
var ValueTypeHelper = Firecrow.ValueTypeHelper;
var FIRECROW_AJAX_PROXY_URL = "http://localhost/Firecrow/proxy/proxy.php";
var fXMLHttpRequest = Firecrow.N_Interpreter.XMLHttpRequest = function(xmlHttpRequ... | {
"content_hash": "037cc049a0b07c128dc7b676f61064e5",
"timestamp": "",
"source": "github",
"line_count": 268,
"max_line_length": 183,
"avg_line_length": 49.82835820895522,
"alnum_prop": 0.646472966901303,
"repo_name": "jomaras/jFirecrow",
"id": "4beb97d7b10fe33d6d924c6d9a4aa2b233adf688",
"size": "13... |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class DiscordUser extends Model
{
protected $table = "seen_users";
public $incrementing = false;
protected $keyType = 'string';
public function getDiscriminatorAttribute($value)
{
if ($value < 1000) {
retur... | {
"content_hash": "23c4e914ea21033933400b799ee38d34",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 53,
"avg_line_length": 17.17391304347826,
"alnum_prop": 0.589873417721519,
"repo_name": "mrkirby153/KirBotPanel",
"id": "c66907976fd60903267399fa83a584c26f6ce4de",
"size": ... |
#pragma once
#include <aws/codestar-notifications/CodeStarNotifications_EXPORTS.h>
#include <aws/codestar-notifications/CodeStarNotificationsRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
namespace CodeStarNotifications
{
namespace Model
{
/**
*/
class AWS_COD... | {
"content_hash": "09a9beecd37787d03093167f5d2eb885",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 113,
"avg_line_length": 31.443181818181817,
"alnum_prop": 0.6729309721720275,
"repo_name": "aws/aws-sdk-cpp",
"id": "39a316ec793339bee7636be3d47cca72c9aaaf10",
"size": "288... |
package org.jetbrains.plugins.groovy.lang.completion;
import com.intellij.codeInsight.completion.*;
import com.intellij.codeInsight.completion.impl.BetterPrefixMatcher;
import com.intellij.codeInsight.completion.impl.CamelHumpMatcher;
import com.intellij.codeInsight.lookup.AutoCompletionPolicy;
import com.intellij.co... | {
"content_hash": "4a70c8f381913a5516c0f007f3be8ba8",
"timestamp": "",
"source": "github",
"line_count": 182,
"max_line_length": 160,
"avg_line_length": 46,
"alnum_prop": 0.7263497372193024,
"repo_name": "lshain-android-source/tools-idea",
"id": "7fac754642b55015617e68d0eb68c65f9e977cd1",
"size": "8... |
from datetime import datetime
from django.test import TestCase
from django.contrib.auth.models import User
from django.db import IntegrityError
from django.core.exceptions import ValidationError
from datetime import datetime, timedelta
from ..models import Period, Subject
from ..testhelper import TestHelper
from ..mo... | {
"content_hash": "2e1dcc688318728ae5a73c1e26ec0fae",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 88,
"avg_line_length": 41.958333333333336,
"alnum_prop": 0.6550810989738497,
"repo_name": "vegarang/devilry-django",
"id": "7bde64be0bce64428b9052a109c67e7833208315",
"size... |
package ly.kite.payment;
/**
* Created by deonbotha on 16/02/2014.
*/
public interface PayPalCardChargeListener {
void onChargeSuccess(PayPalCard card, String proofOfPayment);
void onError(PayPalCard card, Exception ex);
}
| {
"content_hash": "3e1a16db97e3f9a9b4b2d8097663c5fe",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 65,
"avg_line_length": 26,
"alnum_prop": 0.7521367521367521,
"repo_name": "bearprada/Android-Print-SDK",
"id": "0db66c10bc1beac6f44c571c079dea07b31aa47f",
"size": "234",
"... |
import logging
import botocore
from kotocore.session import Session
log = logging.getLogger(__name__)
class KambooConnection(object):
"""
Kamboo connection with botocore session initialized
"""
def __init__(self, service_name="ec2", region_name="us-east-1",
account_id=None,
... | {
"content_hash": "77473d628fd2951b21aaac1bf875cd0e",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 79,
"avg_line_length": 37.59375,
"alnum_prop": 0.5286783042394015,
"repo_name": "henrysher/kamboo",
"id": "da8566d9519c63c7fc7d8d634174c3c850bb3647",
"size": "1784",
"bin... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="msapplication-tap-highlight" content="no">
<meta name="... | {
"content_hash": "b79f4c2b497be2e1563fffdb0fb7f504",
"timestamp": "",
"source": "github",
"line_count": 651,
"max_line_length": 322,
"avg_line_length": 36.9815668202765,
"alnum_prop": 0.5139771547248183,
"repo_name": "MahdiMajidzadeh/materialize-rtl",
"id": "79180b7488ab0fd98cc93fed3383c1fc663d1b8f",... |
ctypes test
-------------
note: `ctypes.CDLL('')` loads from the current process address space,
TODO what is the C name of C++ `hello_world`? even when defined with extern,
which makes the function compatible, it fails to be exported here,
or at least ctypes is unable to reach it using `ctypes.CDLL('')`
@embed
```pyt... | {
"content_hash": "1ba220fc3ed48cdf1d164b985fdc2f06",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 76,
"avg_line_length": 19.833333333333332,
"alnum_prop": 0.6712184873949579,
"repo_name": "rootfs/Rusthon",
"id": "9ea1fbad7d6f43b68c4be4ebf710b7aa6b1c2038",
"size": "952",... |
package com.baseframe.common.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
*
* ClassName: Authority <br/>
* Function: TODO ADD FUNCTION. <br/>
* Reason: TODO ADD REASON(... | {
"content_hash": "69a63c095f85bf96c1c3e6f98eb1f0e2",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 45,
"avg_line_length": 22.666666666666668,
"alnum_prop": 0.6977124183006536,
"repo_name": "hejingit/Skybird-WorkSpace",
"id": "f4f4f45b1f0d12eb4e4bfd5887cfc4b106cc9a85",
"s... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 30 21:34:44 CST 2011 -->
<TITLE>
Uses of Package org.apache.hadoop.examples.terasort (Facebook's realtime distributed database, powere... | {
"content_hash": "9f9a9404c2e050ed0410acfea05f4fee",
"timestamp": "",
"source": "github",
"line_count": 144,
"max_line_length": 196,
"avg_line_length": 41.49305555555556,
"alnum_prop": 0.6235983263598326,
"repo_name": "submergerock/avatar-hadoop",
"id": "b0171ed03625e4a5db2f2f576704c18dde845d81",
"... |
<?php
namespace Symfony\Component\Form\Extension\Core\Type;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Intl\Intl;
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
class CurrencyType extends AbstractType
{
/**
* {@inheritdoc}
*/
public function set... | {
"content_hash": "54bd1d6ff8b4e35c3e4643091ff43228",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 73,
"avg_line_length": 19.57894736842105,
"alnum_prop": 0.5860215053763441,
"repo_name": "elias63/e_institut",
"id": "0ce923f0ee2fcf1afb51faecfa448bbf2ed4e0da",
"size": "98... |
<?php
/**
* ALIPAY API: alipay.offline.market.mcomment.query request
*
* @author auto create
* @since 1.0, 2016-06-13 20:25:02
*/
class AlipayOfflineMarketMcommentQueryRequest
{
/**
* 查询交易评价信息
**/
private $bizContent;
private $apiParas = array();
private $terminalType;
private $terminalInfo;
privat... | {
"content_hash": "8333a715406e168d8f5c6d0430de5b69",
"timestamp": "",
"source": "github",
"line_count": 118,
"max_line_length": 59,
"avg_line_length": 16.050847457627118,
"alnum_prop": 0.6953537486800423,
"repo_name": "sunxguo/aewebapp",
"id": "fa0875ee4a4d844f7721f49e58edce326efb67fc",
"size": "19... |
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_he... | {
"content_hash": "8f339603809cc7647cd2219692a1f71b",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 77,
"avg_line_length": 46.26470588235294,
"alnum_prop": 0.5350709896164442,
"repo_name": "DanielMoraCSG/gramplatzi",
"id": "e7632ecacd5b9abca8e691a40b577b5e34e7ffa3",
"siz... |
namespace {
struct RunState {
RunState(base::MessagePump::Delegate* delegate, int run_depth)
: delegate(delegate),
run_depth(run_depth),
should_quit(false) {
}
base::MessagePump::Delegate* delegate;
// Used to count how many Run() invocations are on the stack.
int run_depth;
// Use... | {
"content_hash": "3b610224ad7ea00d836ff87b7c3e3380",
"timestamp": "",
"source": "github",
"line_count": 166,
"max_line_length": 79,
"avg_line_length": 27.518072289156628,
"alnum_prop": 0.667031523642732,
"repo_name": "joone/chromium-crosswalk",
"id": "a8cadec9c1fe9d395ddf2b6dbcacde54937060fb",
"siz... |
{% extends "base.html" %}
{% load Kraggne_tags contentblocks %}
{% block page.body %}
{% containeur page.slug %}
{% include "Kraggne/pagination.inc.html" %}
<div class="contentblocks containeur">
<div class="contentblocks object">
{% for object in object_list %}
{% try_display object %}
{%... | {
"content_hash": "26930f0ea401c16d7afd94d8d02903a8",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 43,
"avg_line_length": 27.2,
"alnum_prop": 0.6151960784313726,
"repo_name": "Krozark/Kraggne",
"id": "233269a6e8094c7e5f346da47743bd306833a209",
"size": "408",
"binary": ... |
<?xml version="1.0" encoding="utf-8" ?>
<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2009/deployment" AppPlatformVersion="7.0">
<App xmlns="" ProductID="{8e6e4673-8a0d-42bc-87fc-9fe2d296833d}" Title="PerformanceMeasuring" RuntimeType="XNA" Version="1.0.0.0" Genre="Apps.Normal" Author="" Description=""... | {
"content_hash": "03c7ff5f2438a1921b59013749d478df",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 190,
"avg_line_length": 42.71875,
"alnum_prop": 0.653986832479883,
"repo_name": "DDReaper/XNAGameStudio",
"id": "7bf0461b3c62547d6c3a0671941449e52f0c4b70",
"size": "1367",
... |
A simple Javascript-based proof-of-concept for analyzing family relationships.
## Demo
[http://bencrowder.net/sandbox/gen/family-analysis/](http://bencrowder.net/sandbox/gen/family-analysis/)
| {
"content_hash": "b95bfab98686205a2a6a54a70e924bfa",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 104,
"avg_line_length": 38.8,
"alnum_prop": 0.788659793814433,
"repo_name": "bencrowder/family-analysis",
"id": "5dadcf0f6022bd8343787ce739ad401980285a6d",
"size": "214",
... |
package org.protobee.session;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({HandshakeBootstrapperTest.class})
public class SessionTestSuite {
}
| {
"content_hash": "10523d34f0896803d41fd7945bd05339",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 48,
"avg_line_length": 25.7,
"alnum_prop": 0.7859922178988327,
"repo_name": "dmurph/protobee",
"id": "7f305b484b0213d25bd6ffd995ca38806be3a462",
"size": "257",
"binary": ... |
A simple authentication system for Codeigniter 3.
1. Set up Auth for Codeigniter 3 from complete system.
2. Prepping your system
3. Prepping Codeigniter for your system (new or complete system)
4. Integrating auth into your pages.
INTRODUCTION<br />
There are two versions of the mcl-Auth system, one each for the two ... | {
"content_hash": "3cbb1c9ae1a49367cbf4b7aebaeec8af",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 489,
"avg_line_length": 71.57692307692308,
"alnum_prop": 0.7172219236969372,
"repo_name": "microchipthefirst/mclAuth-with-CI3",
"id": "76ab4e8e496e630cee4b9c2d9378cac8fdd75b... |
#ifndef _LINUX_FIEMAP_H
#define _LINUX_FIEMAP_H
#include <linux/types.h>
struct fiemap_extent {
__u64 fe_logical; /* logical offset in bytes for the start of
* the extent from the beginning of the file */
__u64 fe_physical; /* physical offset in bytes for the start
* of the extent from the beginnin... | {
"content_hash": "cbbf1b9059c9e370734be534eec741b0",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 75,
"avg_line_length": 39.672413793103445,
"alnum_prop": 0.6770969143850499,
"repo_name": "Xperia-Nicki/android_platform_sony_nicki",
"id": "934e22d65801e508f03774f5cb86fd4ae... |
/*global define*/
define([
'./defaultValue',
'./defined',
'./DeveloperError',
'./freezeObject'
], function(
defaultValue,
defined,
DeveloperError,
freezeObject) {
'use strict';
/**
* A vertex format defines what attributes m... | {
"content_hash": "4af758b9def5f48ad758aa296bc07047",
"timestamp": "",
"source": "github",
"line_count": 310,
"max_line_length": 165,
"avg_line_length": 32.18064516129032,
"alnum_prop": 0.5648556535685646,
"repo_name": "atrawog/360-flight-explorer",
"id": "e60331a4a45a514c852800c573fd3e9acea1a209",
... |
require 'bitbucket_rest_api'
require_relative 'performers/bitbucket_git_repository'
require_relative 'performers/bitbucket_git_wiki'
module BackupRepos
class BackupBitbucket
def process
ask_credentials
process_git_repositories
process_git_wikis
end
private
def client
@clien... | {
"content_hash": "1d5cf446d743f833581ccf15e3914262",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 124,
"avg_line_length": 24.3125,
"alnum_prop": 0.6555269922879178,
"repo_name": "jpalumickas/backup-repos",
"id": "247dea848d061cd526803cc7a8fed85d0f6b83e8",
"size": "1198"... |
#ifndef _GPU_RENDERERIMPL_H__
#define _GPU_RENDERERIMPL_H__
#include "SDL_gpu.h"
#ifdef __cplusplus
extern "C" {
#endif
// Internal API for managing window mappings
DECLSPEC void SDLCALL GPU_AddWindowMapping(GPU_Target* target);
DECLSPEC void SDLCALL GPU_RemoveWindowMapping(Uint32 windowID);
DECLSPEC voi... | {
"content_hash": "5feab2c55b97a8b1626371409841e1cb",
"timestamp": "",
"source": "github",
"line_count": 318,
"max_line_length": 213,
"avg_line_length": 47.65094339622642,
"alnum_prop": 0.6893684418926945,
"repo_name": "masonwheeler/sdl-gpu",
"id": "299406d6b6cb49cda3f009650f8e798587145337",
"size":... |
<!-- jQuery Version 1.11.0 -->
<script src="{{ "/js/jquery-1.11.0.js" | prepend: site.baseurl }}"></script>
<!-- Bootstrap Core JavaScript -->
<script src="{{ "/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
<!-- Plugin JavaScript -->
<script src="{{ "/js/jquery.easing.min.js" | prepe... | {
"content_hash": "97e05ee971c2630c7f703474e69cdd05",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 88,
"avg_line_length": 40.291666666666664,
"alnum_prop": 0.5739400206825233,
"repo_name": "stephansahm/stephansahm.github.io",
"id": "bd5464f6622cfc210a0374d858e47410b6c0355d... |
from quicklock import singleton
| {
"content_hash": "922b1475ddf99cf2f7f213ec456383ff",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 31,
"avg_line_length": 32,
"alnum_prop": 0.875,
"repo_name": "NateFerrero/quicklock",
"id": "0d9e271c6b3a013c198c081e9d7347da909fac42",
"size": "32",
"binary": false,
"c... |
$ver = [regex]::Match((Get-Content NBXplorer\NBXplorer.csproj), '<Version>([^<]+)<').Groups[1].Value
git tag -a "v$ver" -m "$ver"
git push origin "v$ver" | {
"content_hash": "41b08255105f3b1e72aa68c3e990ad2e",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 100,
"avg_line_length": 51,
"alnum_prop": 0.6405228758169934,
"repo_name": "dgarage/NBXplorer",
"id": "9653e6427b74f46d3a27fefd7f18a5e95b165241",
"size": "153",
"binary": ... |
package org.apache.river.test.spec.discoveryservice.event;
import java.util.logging.Level;
import org.apache.river.qa.harness.QAConfig;
import org.apache.river.qa.harness.Test;
/**
* This class verifies that, upon registration, so-called "late-joiner"
* registrations that request discovery of locators that have a... | {
"content_hash": "0557ffac5669d445972530b2d90d4a82",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 78,
"avg_line_length": 48.35,
"alnum_prop": 0.7425025853154085,
"repo_name": "pfirmstone/JGDMS",
"id": "b0d90f2f7ed1f883409cb91fe03d005619f557f4",
"size": "3707",
"binary... |
#include "src/backing/client/client_factory.h"
#include <chrono>
#include <memory>
#include <utility>
#include "absl/types/optional.h"
#include "absl/memory/memory.h"
#include "grpcpp/grpcpp.h"
#include "src/backing/client/client.h"
#include "src/backing/client/grpc_client/client_context_factory.h"
#include "src/ba... | {
"content_hash": "f6b7f84a5e743c57ee6ea60a93acf760",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 74,
"avg_line_length": 29.020408163265305,
"alnum_prop": 0.7482419127988749,
"repo_name": "googleinterns/cloud-kms-oss-tools",
"id": "3ff9653620bebd3faafe40f04b6ab02b992da6de... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Inverse Hyperbolic Functions</title>
<link rel="stylesheet" href="../math.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
<link rel="home" href="../index.html" title="Math Toolkit 2.2.0">
... | {
"content_hash": "30ecdca988a7219c1a53ccdcf518821f",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 431,
"avg_line_length": 67,
"alnum_prop": 0.6423542664038299,
"repo_name": "BenKeyFSI/poedit",
"id": "306a93dda28ed2e31a93b71837fe691d8db6d66c",
"size": "3551",
"binary":... |
<?php
/**
* REST API: WP_REST_Controller class
*
* @package WordPress
* @subpackage REST_API
* @since 4.7.0
*/
/**
* Core base controller for managing and interacting with REST API items.
*
* @since 4.7.0
*/
abstract class WP_REST_Controller {
/**
* The namespace of this controller's route.
*
* @sinc... | {
"content_hash": "c6f5375d0e1fdebe3b79be17d6e15c06",
"timestamp": "",
"source": "github",
"line_count": 628,
"max_line_length": 161,
"avg_line_length": 30.96019108280255,
"alnum_prop": 0.6233605925011573,
"repo_name": "agencja-acclaim/gulp-bower-webapp",
"id": "caee7204eafb3fe5a8ebbaee882cd3c22ab3017... |
require 'reviewlette/trello_connection'
require 'reviewlette/github_connection'
require 'yaml'
class Reviewlette
def initialize(members:, github_config: nil, trello_config: nil)
@trello = TrelloConnection.new(trello_config)
@github = github_config || YAML.load_file("#{File.dirname(__FILE__)}/../config/gith... | {
"content_hash": "e30fa66ad114bfc03fc4440b80180569",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 96,
"avg_line_length": 29.734939759036145,
"alnum_prop": 0.6438411669367909,
"repo_name": "SUSE/reviewlette",
"id": "74a094f6398f273cc2ade2e13c102907475e88e1",
"size": "246... |
#include <assert.h>
#include <string.h> /* strlen () */
#include <event2/buffer.h>
#include "transmission.h"
#include "crypto-utils.h" /* tr_sha1 */
#include "file.h"
#include "log.h"
#include "metainfo.h"
#include "platform.h" /* tr_getTorrentDir () */
#include "session.h"
#include "utils.h"
#include "variant.h"
... | {
"content_hash": "076d2dcae0900cef93eb82d908e2ce5d",
"timestamp": "",
"source": "github",
"line_count": 630,
"max_line_length": 107,
"avg_line_length": 26.355555555555554,
"alnum_prop": 0.5359551915201156,
"repo_name": "Prodito/Torrentor",
"id": "2c04e4d887a083ca2796bf1135e14342b0873753",
"size": "... |
import $ from "jquery";
import Promise from "bluebird";
/**
* Function to convert jquery deferred to promise like style
* @param url path to endpoitn
* @param type request type (GET|POST etc)
* @param params url parameters as object
* @param body request body (object to json)
* @returns {Promise}
*/
export func... | {
"content_hash": "608a6203424f928fc6a346a657f54cce",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 115,
"avg_line_length": 27.857142857142858,
"alnum_prop": 0.5538461538461539,
"repo_name": "yavalvas/react-blog",
"id": "1cb0b45abf67ea91a0063f49f0e35a6507006103",
"size": ... |
"""
Given a linked list, remove the nth node from the end of list and return its head.
For example,
Given linked list: 1->2->3->4->5, and n = 2.
After removing the second node from the end, the linked list becomes 1->2->3->5.
Note:
Given n will always be valid.
Try to do this in one pass.
"""
__aut... | {
"content_hash": "904d99197e9df29ab7460d4764e2e7e5",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 83,
"avg_line_length": 23.943396226415093,
"alnum_prop": 0.4980299448384555,
"repo_name": "algorhythms/LeetCode",
"id": "41529a7bd2c40f1bb47863031dffc9d358a8a34b",
"size": ... |
const gulp = require('gulp'),
nodemon = require('gulp-nodemon'),
sass = require('gulp-sass'),
buffer = require('vinyl-buffer'), // check if needed
babelify = require('babelify'),
browserify = require('browserify'),
source = require('vinyl-source-stream'), // check if needed
sou... | {
"content_hash": "d3b888a404694093164c411df6ecf3db",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 96,
"avg_line_length": 28.39090909090909,
"alnum_prop": 0.5686839577329491,
"repo_name": "elakorkmaz/new-personal-website",
"id": "d39dce91f9f3be4e66852f6c0547a228450b3a22",... |
package org.docksidestage.hanger.dbflute.cbean.bs;
import org.dbflute.cbean.AbstractConditionBean;
import org.dbflute.cbean.ConditionBean;
import org.dbflute.cbean.ConditionQuery;
import org.dbflute.cbean.chelper.*;
import org.dbflute.cbean.coption.*;
import org.dbflute.cbean.dream.*;
import org.dbflute.cbean.sqlclaus... | {
"content_hash": "5a91a5b599dfd6e5100480aec76f63f3",
"timestamp": "",
"source": "github",
"line_count": 489,
"max_line_length": 249,
"avg_line_length": 55.80163599182004,
"alnum_prop": 0.5509216843185399,
"repo_name": "dbflute-test/dbflute-test-active-hanger",
"id": "a772e750639a8fae4142330b612c6d246... |
FROM golang
#RUN go get github.com/aonx/axone
RUN CGO_ENABLED=0 go get -a -ldflags '-s' github.com/aonx/axone/...
RUN ls -lR /go/bin
ENTRYPOINT /go/bin/cmd start -c /go/src/github.com/aonx/axone/config.toml
EXPOSE 1883 7780
| {
"content_hash": "fd403d30551405f728655d680b9363d3",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 73,
"avg_line_length": 37.333333333333336,
"alnum_prop": 0.7366071428571429,
"repo_name": "elarasu/todoserver",
"id": "f6293ad4b7bcd0c5c662276f5aef431dedb4c7ca",
"size": "22... |
import java.io.IOException;
import java.util.HashMap;
import java.util.Map.Entry;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Reducer;
public class DT_ID3_Reduce extends Reducer<Text, Text, Text, Text>{
public void reduce(Text key, Iterable<Text> values, Context context) throws IOException, I... | {
"content_hash": "063c8611d2ed3565b908c3c76ea5ff25",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 111,
"avg_line_length": 31.307692307692307,
"alnum_prop": 0.7162162162162162,
"repo_name": "punit-naik/MLHadoop",
"id": "60652275be830828d9ee8a29cac449ad128050c7",
"size": ... |
@interface PodsDummy_Pods_BYBStore : NSObject
@end
@implementation PodsDummy_Pods_BYBStore
@end
| {
"content_hash": "04315b8d395db109e260bbb197a69fc7",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 45,
"avg_line_length": 24,
"alnum_prop": 0.8229166666666666,
"repo_name": "HJXIcon/BYBStore",
"id": "d24f542d3af14cf50f23058dbdfd21a58a73462f",
"size": "130",
"binary": fa... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `has_dtor` fn in crate `rustc_lint`.">
<meta name="keywords... | {
"content_hash": "1e882c3b69827c21aaeeb92654c3094d",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 350,
"avg_line_length": 42.83157894736842,
"alnum_prop": 0.5362496927992135,
"repo_name": "ArcherSys/ArcherSys",
"id": "fdd09230c28f862c4f382f5a9557a2d1e89652db",
"size": "... |
package com.mediatek.settings.ext;
import android.preference.PreferenceScreen;
public interface IAppsExt {
/**
* @param prefScreen
* customized prefScreen
* @internal
*/
void launchApp(PreferenceScreen prefScreen, String packageName);
}
| {
"content_hash": "ce098c20d2f03dafc3782dd466a6454e",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 68,
"avg_line_length": 21.46153846153846,
"alnum_prop": 0.6810035842293907,
"repo_name": "miswenwen/My_bird_work",
"id": "53a97eb7aad3817b2b245e796cc45c4ede2e3164",
"size":... |
When configuration problems are detectable in a module, it is a good idea to write an assertion or warning. Doing so provides clear feedback to the user and prevents errors after the build.
Although Nix has the `abort` and `builtins.trace` [functions](https://nixos.org/nix/manual/#ssec-builtins) to perform such tasks,... | {
"content_hash": "6e34fd69d6f45d506b5841409f65df92",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 311,
"avg_line_length": 38.86842105263158,
"alnum_prop": 0.7000677048070413,
"repo_name": "NixOS/nixpkgs",
"id": "cc6d81e56990b7e9f054eb326ce1b55fd900e5a3",
"size": "1522",... |
package org.apache.spark.util.collection
import scala.reflect.ClassTag
import org.apache.spark.annotation.DeveloperApi
/**
* :: DeveloperApi ::
* A fast hash map implementation for nullable keys. This hash map supports insertions and updates,
* but not deletions. This map is about 5X faster than java.util.HashM... | {
"content_hash": "0a7bea1bed2af350fe7686012d084fac",
"timestamp": "",
"source": "github",
"line_count": 142,
"max_line_length": 99,
"avg_line_length": 28.661971830985916,
"alnum_prop": 0.6203931203931204,
"repo_name": "hengyicai/OnlineAggregationUCAS",
"id": "b8de4ff9aa494f3efbf5f910793633005b740d5c"... |
class WorklogsController < ApplicationController
def index
@user = current_user
@clients = @user.clients_and_shared_clients.order("name ASC")
if params[:updated_since]
@worklogs = Worklog.updated_since(params[:updated_since]).where(user_id: current_user.id).includes({client: :user}, :timeframes).jo... | {
"content_hash": "a8a0277d2eac7248cafdaabd42da3850",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 186,
"avg_line_length": 38.1578947368421,
"alnum_prop": 0.6620689655172414,
"repo_name": "ZEITIO/zeitkit",
"id": "8be1872e48729bf2e9d4ac129e69aa705349f9a7",
"size": "2900",... |
<?php
/* TwigBundle:Exception:trace.txt.twig */
class __TwigTemplate_96e87de5c168b5f17adb76cf07a0f151301c035b8481a58541ff88b080c882c2 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
... | {
"content_hash": "7254bdf4fa08d33ae240fc0433ed1383",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 402,
"avg_line_length": 45.515625,
"alnum_prop": 0.6031582560933745,
"repo_name": "nfouka/Symfony2_MongoDB",
"id": "7f5c7c4c0180aa140d7d8237f85024ecf3b3f124",
"size": "2913... |
namespace browser {
// Shows or closes the logout dialog for Kiosk Mode.
void ShowIdleLogoutDialog();
void CloseIdleLogoutDialog();
} // namespace browser
namespace chromeos {
class KioskModeIdleLogout : public PowerManagerClient::Observer,
public content::NotificationObserver {
public... | {
"content_hash": "b42a1c113d67714b645fb7178e2dbe6b",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 77,
"avg_line_length": 27.651162790697676,
"alnum_prop": 0.7375946173254836,
"repo_name": "gavinp/chromium",
"id": "109dba1e2c3e098eb5bf8803e2cfeab7d239dafe",
"size": "1721... |
from __future__ import absolute_import, division, print_function, unicode_literals
from amaascore.core.amaas_model import AMaaSModel
class Reference(AMaaSModel):
def __init__(self, reference_value, reference_primary=False, *args, **kwargs):
self.reference_value = reference_value
self.reference_p... | {
"content_hash": "4ace5ff3b2a714086b8ec9350ab36eaa",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 82,
"avg_line_length": 33.333333333333336,
"alnum_prop": 0.66375,
"repo_name": "amaas-fintech/amaas-core-sdk-python",
"id": "f34efe6aecbc3f1613edb3fce4c434b317c8d8a0",
"siz... |
<?php
namespace DCarbone\PHPFHIRGenerated\R4\FHIRResource\FHIRDomainResource;
use DCarbone\PHPFHIRGenerated\R4\FHIRElement\FHIRBackboneElement\FHIRSubstanceSourceMaterial\FHIRSubstanceSourceMaterialFractionDescription;
use DCarbone\PHPFHIRGenerated\R4\FHIRElement\FHIRBackboneElement\FHIRSubstanceSourceMaterial\FHIR... | {
"content_hash": "f195652bb21784b16e6b403c73de07c0",
"timestamp": "",
"source": "github",
"line_count": 1921,
"max_line_length": 247,
"avg_line_length": 46.86985944820406,
"alnum_prop": 0.6037295778402212,
"repo_name": "dcarbone/php-fhir-generated",
"id": "c7fe50081c5610c4cc24e160913e3f5394c33cd0",
... |
export MALLOC_CONF="tcache_max:1024"
| {
"content_hash": "db17cf90022ed1129c381e2a8eb97c89",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 36,
"avg_line_length": 37,
"alnum_prop": 0.7837837837837838,
"repo_name": "graetzer/arangodb",
"id": "4480d733cb694035040813e9162773927aaaf242",
"size": "48",
"binary": fa... |
namespace ouro {
class tbb_context
{
public:
static tbb_context& singleton();
tbb_context()
{
Observer = new observer();
Init = new ::tbb::task_scheduler_init();
}
~tbb_context()
{
// This was causing a hang/deadlock so disable the check for now - this only
// gets called when the pr... | {
"content_hash": "90f51e4a3d3d7c281a3ca830adfeb6b8",
"timestamp": "",
"source": "github",
"line_count": 145,
"max_line_length": 177,
"avg_line_length": 30.20689655172414,
"alnum_prop": 0.6657534246575343,
"repo_name": "dismalion/oooii",
"id": "73ce6652f371b70b279c755d96e6dbc9c2ee95b0",
"size": "467... |
package org.cinchapi.concourse.server.concurrent;
import java.util.List;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import org.cinchapi.concourse.ConcourseBaseTest;
import org.cinchapi.concourse.time.Time;
import org.cinch... | {
"content_hash": "c3aaa139bb3c04ba384284072d5b806a",
"timestamp": "",
"source": "github",
"line_count": 314,
"max_line_length": 79,
"avg_line_length": 28.0828025477707,
"alnum_prop": 0.48094806078475844,
"repo_name": "Qunzer/concourse",
"id": "de1cfeea31709765f5bc15c7512a8e757be854e8",
"size": "942... |
/* Code generated by IfcQuery EXPRESS generator, www.ifcquery.com */
#pragma once
#include <vector>
#include <map>
#include <sstream>
#include <string>
#include "ifcpp/model/GlobalDefines.h"
#include "ifcpp/model/BasicTypes.h"
#include "ifcpp/model/BuildingObject.h"
#include "IfcConstructionResource.h"
namespace IFC4X3... | {
"content_hash": "eda81e49af3cdabe827484d92c66ad7b",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 159,
"avg_line_length": 49.026666666666664,
"alnum_prop": 0.6423714985042154,
"repo_name": "ifcquery/ifcplusplus",
"id": "88da6ad07573c3ac06cb8f7fa45591f261b27e67",
"size":... |
using System;
using System.Collections;
using Server;
using Server.Items;
using Server.Network;
using Server.Accounting;
using Server.Commands;
namespace Server.RemoteAdmin
{
public enum LoginResponse : byte
{
NoUser = 0,
BadIP,
BadPass,
NoAccess,
OK
}
public se... | {
"content_hash": "2d84e951ebedc19068587408e3369b13",
"timestamp": "",
"source": "github",
"line_count": 171,
"max_line_length": 154,
"avg_line_length": 30.690058479532162,
"alnum_prop": 0.5137195121951219,
"repo_name": "ggobbe/vivre-uo",
"id": "15ec02de3f03099303d2fdcd52a3708e9acd8949",
"size": "52... |
<?php
/**
* Implements the OpenID attribute exchange specification, version 1.0
* as of svn revision 370 from openid.net svn.
*
* @package OpenID
*/
/**
* Require utility classes and functions for the consumer.
*/
require_once "Auth/OpenID/Extension.php";
require_once "Auth/OpenID/Message.php";
require_once "A... | {
"content_hash": "0852938d6e017690ceeeb66b7193fa37",
"timestamp": "",
"source": "github",
"line_count": 1054,
"max_line_length": 133,
"avg_line_length": 30.540796963946867,
"alnum_prop": 0.5281453867660765,
"repo_name": "openid/php-openid",
"id": "82b354d1cb70204d070b2787708692eec32da0f0",
"size": ... |
<?php
namespace skeeks\cms\components\urlRules;
use skeeks\cms\models\CmsContentElement;
use skeeks\cms\models\CmsSite;
use skeeks\cms\models\Tree;
use \yii\base\InvalidConfigException;
use yii\helpers\ArrayHelper;
use yii\helpers\Url;
use yii\web\Application;
/**
* Class UrlRuleContentElement
* @package skeeks\c... | {
"content_hash": "8d4fa044f44f9508fded281fe7272435",
"timestamp": "",
"source": "github",
"line_count": 208,
"max_line_length": 104,
"avg_line_length": 27.66346153846154,
"alnum_prop": 0.47149808828640943,
"repo_name": "skeeks-cms/cms",
"id": "732850d7eff9886799c401e886237c9754ccf71a",
"size": "604... |
import { TestBed, inject } from '@angular/core/testing';
import { Service867Service } from './service-867.service';
describe('Service867Service', () => {
beforeEach(() => {
TestBed.configureTestingModule({
providers: [Service867Service]
});
});
it('should ...', inject([Service867Service], (serv... | {
"content_hash": "178c4f2ee558c927138aa272e75fff4c",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 80,
"avg_line_length": 23.176470588235293,
"alnum_prop": 0.6421319796954315,
"repo_name": "angular/angular-cli-stress-test",
"id": "ca0fdd2e0a0c48b8d9fe81e3154918a6da829e47",... |
<?xml version="1.0" encoding="UTF-8"?>
<MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xm... | {
"content_hash": "04e7953cbe81ca44ccaa31deb0b66c0a",
"timestamp": "",
"source": "github",
"line_count": 1246,
"max_line_length": 867,
"avg_line_length": 33.3892455858748,
"alnum_prop": 0.6356272384203062,
"repo_name": "alexkmbk/1CI",
"id": "c1dc09baf17eae1b12e67187d935199c69a40ee0",
"size": "41605"... |
/**
* @fileoverview Unit tests for the UI prompt.
*/
/** @suppress {extraProvide} */
goog.provide('e2e.ext.ui.PromptTest');
goog.require('e2e.ext.Launcher');
goog.require('e2e.ext.actions.DecryptVerify');
goog.require('e2e.ext.actions.EncryptSign');
goog.require('e2e.ext.actions.GetKeyDescription');
goog.require(... | {
"content_hash": "6411f466e1123d4c451bbd6383772d3b",
"timestamp": "",
"source": "github",
"line_count": 675,
"max_line_length": 80,
"avg_line_length": 34.77185185185185,
"alnum_prop": 0.7476886370414554,
"repo_name": "diracdeltas/end-to-end-1",
"id": "15e629367d860ecd008aa214ad4ad154d90f5930",
"siz... |
module CloudFormer
module EC2
class VPCEndpoint < Resource
aws_property :policy_document, type: Hash
aws_property :route_table_ids, type: String, list: true
aws_property :service_name, type: String, required: true
aws_property :vpc_id, type: String, required: true
end
end
end
| {
"content_hash": "79b9e2858234d1f08c4d2de15fc74fff",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 62,
"avg_line_length": 28.545454545454547,
"alnum_prop": 0.6878980891719745,
"repo_name": "custora/cloud_former",
"id": "3ce32d4ba1119ddb1cc09a6cc0f86784b40fe912",
"size": ... |
Compute all the 4-pi (geodesy) normalized associated Legendre functions and first derivatives.
# Usage
call PlmBar_d1 (`p`, `dp`, `lmax`, `z`, `csphase`, `cnorm`, `exitstatus`)
# Parameters
`p` : output, real\*8, dimension ((`lmax`+1)\*(`lmax`+2)/2)
: An array of 4-pi (geodesy) normalized associated Legendre fun... | {
"content_hash": "9d43f4ee2aca309a195353fcf0f60173",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 739,
"avg_line_length": 84.76595744680851,
"alnum_prop": 0.7457329317269076,
"repo_name": "MMesch/SHTOOLS",
"id": "c96537fc4b6741d2e5b4ef200abdeb440221b278",
"size": "3997"... |
<?xml version="1.0" encoding="utf-8" ?>
<!--
To enable XML intellisense, use package manager console command: Install-SolidEdgeAddInRibbonSchema
This command adds\updates Ribbon.xsd in your project.
https://github.com/SolidEdgeCommunity/SolidEdge.Community/wiki/Package-Manager-Console-Powershell-Reference#install... | {
"content_hash": "9ab723be1e47001dc8b23dba016ef702",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 158,
"avg_line_length": 75.95348837209302,
"alnum_prop": 0.7088181261481935,
"repo_name": "SolidEdgeCommunity/Samples",
"id": "4a7767506c051ea8fc124e1751c760f1127f68e7",
"s... |
package com.dailystudio.factory;
import android.content.Context;
import com.dailystudio.factory.Factory;
import com.dailystudio.test.ActivityTestCase;
public class ClassNameFactoryTest extends ActivityTestCase {
static class TestObject extends Object {
}
static class TestContextObject extends TestObject {
... | {
"content_hash": "f76bd845b873650f543c2f6abe893060",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 97,
"avg_line_length": 25.756756756756758,
"alnum_prop": 0.7649527806925498,
"repo_name": "dailystudio/devbricks",
"id": "b279913f457672b28bb1bf929ccb7d1429785d13",
"size":... |
title: Simplifying Dev for the rest of the world
date: 10/01/2021
published: true
---
I've had a few instances where people have asked as to what I do and what my role means, and writing a post just for that one thing will short and useless so we're going to go around a few things that are common among the dev / engin... | {
"content_hash": "c923ddedf6ff0fec70e55e8bade034bb",
"timestamp": "",
"source": "github",
"line_count": 133,
"max_line_length": 572,
"avg_line_length": 65.11278195488721,
"alnum_prop": 0.7748267898383372,
"repo_name": "alienblogger/alienblogger.github.io",
"id": "45a3159d3ed29f910a8d6fa75e012d9e49916... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "27f0f837153491470adc90891813e9ed",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "77e0a92316cc05a86ec209e3427ae976d2a4341f",
"size": "191... |
package com.jetbrains.python;
import com.intellij.psi.TokenType;
import com.intellij.psi.tree.IElementType;
import com.intellij.psi.tree.TokenSet;
import com.jetbrains.python.psi.PyElementType;
public class PyTokenTypes {
private PyTokenTypes() {
}
public static final PyElementType IDENTIFIER = new PyElementT... | {
"content_hash": "eafb341847d6f9a2490241a3ee4a795a",
"timestamp": "",
"source": "github",
"line_count": 167,
"max_line_length": 128,
"avg_line_length": 71.35928143712574,
"alnum_prop": 0.750776202064278,
"repo_name": "ThiagoGarciaAlves/intellij-community",
"id": "63b80160a75ba5e2a2349873cbabb0cb8f3cc... |
package com.hsjawanda.gaeobjectify.tests;
import static com.hsjawanda.gaeobjectify.repackaged.commons.lang3.StringUtils.EMPTY;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static ... | {
"content_hash": "3e73f2aca8380c25c55cf5e12de9cdfe",
"timestamp": "",
"source": "github",
"line_count": 135,
"max_line_length": 94,
"avg_line_length": 33.27407407407407,
"alnum_prop": 0.7593499554764025,
"repo_name": "hsjawanda/gae-objectify-utils",
"id": "df0c8eb8a349c3691c3bf9aaf102e4fbb205ef66",
... |
package org.apache.http.HC4.protocol;
import java.io.IOException;
import org.apache.http.HC4.HttpException;
import org.apache.http.HC4.HttpResponse;
import org.apache.http.HC4.HttpResponseInterceptor;
import org.apache.http.HC4.annotation.Immutable;
import org.apache.http.HC4.util.Args;
import org.apache.http.HC4.p... | {
"content_hash": "874356a37b023e08afe027799e304ba8",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 79,
"avg_line_length": 26.142857142857142,
"alnum_prop": 0.6908665105386417,
"repo_name": "garymabin/YGOMobile",
"id": "f29577bdb85dec92cba610a38aa3e4256e48ad60",
"size": "... |
package org.optaplanner.examples.nurserostering.app;
import org.optaplanner.examples.common.app.CommonBenchmarkApp;
public class NurseRosteringBenchmarkApp extends CommonBenchmarkApp {
public static final String SPRINT_BENCHMARK_CONFIG
= "/org/optaplanner/examples/nurserostering/benchmark/nurseRost... | {
"content_hash": "4d5474dfa9f33a6c8924368ed8f40d10",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 111,
"avg_line_length": 44.86842105263158,
"alnum_prop": 0.6715542521994134,
"repo_name": "kiereleaseuser/optaplanner",
"id": "a7a1151fe6c419d25014789e098f1577c6ed3b57",
"s... |
/* $OpenBSD: enc.c,v 1.3 2014/10/22 13:54:03 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This librar... | {
"content_hash": "aaf3e1dc0b9fe436af93e77b2de41b98",
"timestamp": "",
"source": "github",
"line_count": 781,
"max_line_length": 80,
"avg_line_length": 25.29449423815621,
"alnum_prop": 0.6061756517337383,
"repo_name": "GaloisInc/hacrypto",
"id": "ec3c663d4da11c4a6a874c48973ed2a414ca2dfe",
"size": "1... |
**Notable Changes**
- Support typescript 2.x
| {
"content_hash": "a9b835bc10d96018d35bb518ea3f7e55",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 24,
"avg_line_length": 15.333333333333334,
"alnum_prop": 0.717391304347826,
"repo_name": "agentframework/agentframework",
"id": "474c0a2c230894664b6a27c3b115a9d87601db32",
"... |
package com.intellij.codeInsight.completion;
import com.intellij.codeWithMe.ClientId;
import com.intellij.lang.LanguageExtension;
import com.intellij.openapi.actionSystem.CommonDataKeys;
import com.intellij.openapi.actionSystem.DataContext;
import com.intellij.openapi.actionSystem.Shortcut;
import com.intellij.openapi... | {
"content_hash": "2f6fc60f29d6c3e316c794b0fa97cb2a",
"timestamp": "",
"source": "github",
"line_count": 108,
"max_line_length": 123,
"avg_line_length": 36.907407407407405,
"alnum_prop": 0.7541394882087306,
"repo_name": "Maccimo/intellij-community",
"id": "a699a5de0e436bdf49d761ab15a029808a57eca3",
... |
import argparse
import json
import os
import re
import urllib.request
_REPO_URL = 'https://repo.maven.apache.org/maven2'
_GROUP_NAME = 'io/grpc'
_MODULE_NAME = 'grpc-core'
_FILE_EXT = 'jar'
_OVERRIDE_LATEST = None
_PATCH_VERSION = 'cr1'
def do_latest():
if _OVERRIDE_LATEST is not None:
print(_OVERRIDE_LA... | {
"content_hash": "036263d1b02d446af0d86c44705143e7",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 79,
"avg_line_length": 31.285714285714285,
"alnum_prop": 0.5917808219178082,
"repo_name": "chromium/chromium",
"id": "132cdd2b52bc56ef6598638b8d00f47236b49620",
"size": "24... |
<!DOCTYPE html>
<html lang="en">
<head>
<title>How do I reset a tool?</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="" name="description">
<meta content="refresh" name="search">
<link href="/library/skin/tool_base.css" media="screen" rel="stylesheet" type="text/css" charset="... | {
"content_hash": "f91839949d7a1d4185b01e6ee0fb6123",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 274,
"avg_line_length": 59.111111111111114,
"alnum_prop": 0.6466165413533834,
"repo_name": "frasese/sakai",
"id": "6d970565a6660cb26697053f9305588e37ed5a88",
"size": "2660"... |
/**
* @author Bart van Vliet - bart@dobots.nl
*/
var NAVIGATION2D = NAVIGATION2D || {
REVISION : '1'
};
/**
* @author Bart van Vliet - bart@dobots.nl
*/
/**
* Send and draw a goal pose
*
* @constructor
* @param options - object with following keys:
* * ros - the ROSLIB.Ros connection handle
* * rootO... | {
"content_hash": "3e37e477b1da0af938a72964d950c2b5",
"timestamp": "",
"source": "github",
"line_count": 362,
"max_line_length": 119,
"avg_line_length": 29.248618784530386,
"alnum_prop": 0.6997544389875331,
"repo_name": "dobots/navigation_2d_js",
"id": "fdf3d70e59a944dddadeaf0f906edd9813ad8f43",
"si... |
#include "testhlp.h"
#include <libcpphaggle/Thread.h>
#include "utils.h"
#include <haggleutils.h>
#include "Interface.h"
using namespace haggle;
/*
This program tests refcounting
*/
static long pass_cppreference(const InterfaceRef &iface)
{
return iface.refcount();
}
#if defined(OS_WINDOWS)
int haggle_test_ref... | {
"content_hash": "fde4dbe95144a2d12a4b00e21c3a61f6",
"timestamp": "",
"source": "github",
"line_count": 161,
"max_line_length": 79,
"avg_line_length": 23.77639751552795,
"alnum_prop": 0.6115464994775339,
"repo_name": "dmonakhov/haggle",
"id": "3637a089b1294c1a5cf6671038835265380a7122",
"size": "443... |
import datetime
import decimal
import uuid
from functools import lru_cache
from itertools import chain
from django.conf import settings
from django.core.exceptions import FieldError
from django.db import DatabaseError, NotSupportedError, models
from django.db.backends.base.operations import BaseDatabaseOperations
from... | {
"content_hash": "1f88bdf59f612f53c123b9945245e625",
"timestamp": "",
"source": "github",
"line_count": 436,
"max_line_length": 88,
"avg_line_length": 39.0848623853211,
"alnum_prop": 0.5788979519981222,
"repo_name": "auvipy/django",
"id": "7c7cfce1ba045408aeb698f040928a0fc8b46e84",
"size": "17041",... |
/*
* 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 distributed under t... | {
"content_hash": "f5d9466152775e4487d3133a943f42b4",
"timestamp": "",
"source": "github",
"line_count": 157,
"max_line_length": 182,
"avg_line_length": 41.42675159235669,
"alnum_prop": 0.746309963099631,
"repo_name": "googleapis/google-api-java-client-services",
"id": "d47ad01a971fa6aa72df9ce08427b8f... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>area</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../index.html" title="Chapter&... | {
"content_hash": "507be1c2d3f15d56f2e56e8be7c747eb",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 451,
"avg_line_length": 63.734693877551024,
"alnum_prop": 0.5994236311239193,
"repo_name": "hand-iemura/lightpng",
"id": "5b21395548b1938c593b45df78ac1d3e26fa3878",
"size":... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.