text
stringlengths
2
1.04M
meta
dict
<?php namespace LaPoiz\WindBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; use LaPoiz\WindBundle\Form\DataWindPrevType; use LaPoiz\WindBundle\Entity\Spot; use LaPoi...
{ "content_hash": "92cf6e04009e295ba7f378e042216bee", "timestamp": "", "source": "github", "line_count": 228, "max_line_length": 123, "avg_line_length": 32.59649122807018, "alnum_prop": 0.6914693218514532, "repo_name": "lapoiz/WindServer", "id": "d5ccaeb4f4fbfc4b1d601a4f1d54aa20574a34c3", "size": "7...
// ----------------------------------------------------------------------- // <copyright file="IProviderState.cs" company="Asynkron HB"> // Copyright (C) 2015-2017 Asynkron HB All rights reserved // </copyright> // ----------------------------------------------------------------------- using System; usi...
{ "content_hash": "8e092e286decbd23c5a71fad010f8c49", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 92, "avg_line_length": 38.90909090909091, "alnum_prop": 0.5747663551401869, "repo_name": "jasprem/protoactor-dotnet", "id": "937f122bb1e5245507d29f3793ea9a136d2c6c28", "siz...
// Karma configuration // Generated on Sun Apr 26 2015 20:17:33 GMT+0300 (Финляндия (лето)) module.exports = function(config) { config.set({ // base path that will be used to resolve all patterns (eg. files, exclude) basePath: '', // frameworks to use // available frameworks: https://npmjs.org/bro...
{ "content_hash": "9af98ba252bd2bb55072014e51d496eb", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 120, "avg_line_length": 25.36842105263158, "alnum_prop": 0.6628630705394191, "repo_name": "vskosp/vsHandyStorage", "id": "23d2d6547f21940f7cf6c71adb87e197ba077f93", "size":...
/*global define*/ define([ 'hammer', './selector' ], function ( hammer, selector ) { 'use strict'; // Get requestAnimationFrame function based on which browser: var requestAnimFrame = window.requestAnimationFrame || window.webkitRequestAnimationFrame || ...
{ "content_hash": "6850ac03cc2669304ee44d0b1fd9d1fb", "timestamp": "", "source": "github", "line_count": 158, "max_line_length": 201, "avg_line_length": 39.348101265822784, "alnum_prop": 0.5489786070451986, "repo_name": "EikosPartners/scalejs.canvas", "id": "135caeaa9b009390861ea3150133d563842ee397", ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using TRL.Common.Models; using TRL.Common.Data; using TRL.Common; namespace TRL.Configuration { public class BarSettingsFactory:IGenericFactory<BarSettings> { private StrategyHeader strategyHeader; private st...
{ "content_hash": "cfb286c2fac5bf878a031dffbc33f9c9", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 99, "avg_line_length": 28.205128205128204, "alnum_prop": 0.5981818181818181, "repo_name": "wouldyougo/TRx", "id": "d50658798629c2dc1cf528286ada60ccb013b3c0", "size": "1102"...
module ListPresenterBase def set_context(view_context) @view_context = view_context view_context_holder.set_context(view_context) self end def view_context_holder @view_context_holder ||= ViewContextHolder.new(nil) end protected def view_context @view_context end end
{ "content_hash": "0dd24bcf110532ab99ff410624b3f98d", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 55, "avg_line_length": 18.294117647058822, "alnum_prop": 0.6977491961414791, "repo_name": "mwindholtz/ddd_cargo_on_rails", "id": "2afae6ae46f142d0ff5f0408a498a555bc65ecd7", ...
using namespace lldb; using namespace lldb_private; Symtab::Symtab(ObjectFile *objfile) : m_objfile(objfile), m_symbols(), m_file_addr_to_index(), m_name_to_index(), m_mutex(), m_file_addr_to_index_computed(false), m_name_indexes_computed(false) {} Symtab::~Symtab() {} void Symtab::Reserve(size_t cou...
{ "content_hash": "dd0575f4ebe073c53437db1b40c3f77a", "timestamp": "", "source": "github", "line_count": 1094, "max_line_length": 80, "avg_line_length": 35.70201096892139, "alnum_prop": 0.6235086281939679, "repo_name": "llvm-mirror/lldb", "id": "c4e6c2ccfb0982049883742f12abf547929a69ca", "size": "39...
layout: default description: JavaScript API to manage ArangoSearch Analyzers with arangosh and Foxx title: ArangoSearch Analyzer JS API --- Analyzer Management =================== The JavaScript API can be accessed via the `@arangodb/analyzers` module from both server-side and client-side code (arangosh, Foxx): ```js...
{ "content_hash": "3b2e152b73011fbdfc223afbea6f9e77", "timestamp": "", "source": "github", "line_count": 192, "max_line_length": 83, "avg_line_length": 33.276041666666664, "alnum_prop": 0.7284395053999061, "repo_name": "arangodb/docs", "id": "65b8d9fb15d60ae91014fb7d7adcd916e2aeb032", "size": "6393"...
<?php namespace Web\MainBundle\Entity; use Doctrine\ORM\Mapping as ORM; /** * EducationPlace, establece los títulos y cursos para el corriculum. * * @ORM\Table() * @ORM\Entity() */ class EducationPlace { /** * @var integer * * @ORM\Column(name="id", type="integer") * @ORM\Id * @ORM\...
{ "content_hash": "78c54b370c9fa7d734b514cdc530b316", "timestamp": "", "source": "github", "line_count": 309, "max_line_length": 94, "avg_line_length": 16.870550161812297, "alnum_prop": 0.5110301170151544, "repo_name": "enrique-esteban/curriculum", "id": "78ebd764d3362e8653598ed47d8823841ba2cffe", "...
Contributors, those mythical beings who unselfishly sacrifice their time in effort to help out fellow developers, whom they may have never met, in building high quality software and libraries. You are most welcome. This documentation is for you. ## The Why Contributors are important. Most open source projects suffer ...
{ "content_hash": "08ac3494756b439ac1adc283aa68db67", "timestamp": "", "source": "github", "line_count": 866, "max_line_length": 180, "avg_line_length": 50.288683602771364, "alnum_prop": 0.7644087256027554, "repo_name": "suzaku-io/suzaku", "id": "0d4216eabb833696d9a88a3f00f39b4b3781d9d6", "size": "4...
import { isPresent } from 'angular2/src/facade/lang'; import { unimplemented } from 'angular2/src/facade/exceptions'; import { DOM } from 'angular2/src/core/dom/dom_adapter'; import { ViewType } from 'angular2/src/core/linker/view'; import { internalView } from 'angular2/src/core/linker/view_ref'; /** * A DebugElement...
{ "content_hash": "597f2ff1dcbcfcdd580e7974bed66872", "timestamp": "", "source": "github", "line_count": 175, "max_line_length": 117, "avg_line_length": 35.114285714285714, "alnum_prop": 0.6276647681041497, "repo_name": "binariedMe/blogging", "id": "2c02c3fdc1d7dbae1a9172494448b7b7432e692c", "size":...
CREATE SEQUENCE listicle.s_actor_id START WITH 100; CREATE TABLE listicle.actor ( id BIGINT NOT NULL, first_name VARCHAR(100), last_name VARCHAR(100), birth_date DATE, country_id BIGINT, CONSTRAINT pk_actor PRIMARY KEY (id), CONSTRAINT fk_actor_country_id FOREIGN KEY (country_id) REFERENCES listicle.cou...
{ "content_hash": "e9898c0548e64227aa6a44b25d823177", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 89, "avg_line_length": 25.46153846153846, "alnum_prop": 0.7462235649546828, "repo_name": "chriswk/listicle", "id": "5dc5e5bc4b7fb3e5ff0ba8060ba6747f99a922ce", "size": "331"...
This repo has astronomy related code that I've used in my work which may be useful for other researchers. Note that, while as a general principle I try to make my code readable and fairly well-commented, the data in this repo was not originally designed to be used by other people. As a result it's possible that there a...
{ "content_hash": "baf0b747923444f6583e9fee7ce2539b", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 92, "avg_line_length": 51.93333333333333, "alnum_prop": 0.7779204107830552, "repo_name": "AndrewRook/astro", "id": "c47282d60013818a812b1eb6d73456fa1439af50", "size": "779"...
#ifndef __STATIC_BUFFERS_H__ #define __STATIC_BUFFERS_H__ #include "matmul.h" extern volatile float AA[2][_Score][_Score]; // local A submatrix extern volatile float BB[2][_Score][_Score]; // local B submatrix extern volatile float CC [_Score][_Score]; // local C submatrix extern core_t me; ...
{ "content_hash": "03906e76ceb10e9315ad629eb577ab57", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 70, "avg_line_length": 28.9375, "alnum_prop": 0.6306695464362851, "repo_name": "parallella/pal", "id": "7cfe987d5178d841e4c369384fcbb78ba1ac6cb9", "size": "1231", "binary...
package org.sakaiproject.tool.assessment.services.shared; import java.util.List; import lombok.extern.slf4j.Slf4j; import org.sakaiproject.tool.assessment.facade.TypeFacade; import org.sakaiproject.tool.assessment.services.PersistenceService; /** * The QuestionPoolService calls the service locator to reach the ...
{ "content_hash": "8527c79f80c0b4e65ad8185e531933ba", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 77, "avg_line_length": 22.525641025641026, "alnum_prop": 0.6807057484348321, "repo_name": "OpenCollabZA/sakai", "id": "818610c6ed0e555922a091e33cba7f8741c82ec4", "size": "2...
<resources> <string name="app_name">AndroidBeaconLibrary</string> </resources>
{ "content_hash": "056a6d3f3d370941c6f310e44dda6400", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 57, "avg_line_length": 27.333333333333332, "alnum_prop": 0.7439024390243902, "repo_name": "JimSeker/bluetooth", "id": "bf600936e133082454569d346a5a1ec3949ba9f6", "size": "82...
from django.utils import six from rq.decorators import job as _rq_job from .queues import get_queue def job(func_or_queue, connection=None, *args, **kwargs): """ The same as RQ's job decorator, but it works automatically works out the ``connection`` argument from RQ_QUEUES. And also, it allows simpl...
{ "content_hash": "ccaae4103e12762507f02d5a88e87a59", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 72, "avg_line_length": 26.11764705882353, "alnum_prop": 0.6137387387387387, "repo_name": "sbussetti/django-rq", "id": "b64c20c97fbf3064b53d840f2581b09489d435ac", "size": "8...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_75) on Sat May 16 22:22:29 CEST 2015 --> <title>SSTableDeletingNotification</title> <meta name="date" content="2015-05-16"> <link rel="...
{ "content_hash": "46767d5890e63391c1140f24f23d3796", "timestamp": "", "source": "github", "line_count": 268, "max_line_length": 432, "avg_line_length": 37.343283582089555, "alnum_prop": 0.6565747402078337, "repo_name": "sayanh/ViewMaintenanceCassandra", "id": "5c005260894f2e8608095677e33d3cddb6f0f9e7...
<?php namespace IPS\core\extensions\core\FileStorage; /* To prevent PHP errors (extending class does not exist) revealing path */ if ( !defined( '\IPS\SUITE_UNIQUE_KEY' ) ) { header( ( isset( $_SERVER['SERVER_PROTOCOL'] ) ? $_SERVER['SERVER_PROTOCOL'] : 'HTTP/1.0' ) . ' 403 Forbidden' ); exit; } /** * File Stora...
{ "content_hash": "8acc8cbd2bdcf9fe5e7238b1d351a30b", "timestamp": "", "source": "github", "line_count": 132, "max_line_length": 149, "avg_line_length": 25.666666666666668, "alnum_prop": 0.5914994096812278, "repo_name": "Tresint/worldherb", "id": "3b0cb74f9bdc58f5aa00d348a669167797887c61", "size": "...
BSLS_IDENT("$Id: $") //@PURPOSE: Provide efficient creation of nodes used in a node-based container. // //@CLASSES: // bslstl::BidirectionalNodePool: memory manager to allocate hash table nodes // //@SEE_ALSO: bslstl_simplepool // //@DESCRIPTION: This component implements a mechanism, 'BidirectionalNodePool', // tha...
{ "content_hash": "81e90005a6ceab6fd0fad373f467aae1", "timestamp": "", "source": "github", "line_count": 1047, "max_line_length": 79, "avg_line_length": 41.21298949379179, "alnum_prop": 0.6090150637311703, "repo_name": "dharesign/bde", "id": "bc43ff0e40d136b9c3b11f32dbc47a0ff41660d9", "size": "43382...
import raam from raam import robust from raam import crobust from raam import features from raam import examples import numpy as np discount = 0.99 samples = examples.chain.simple_samples(10,discount) r = crobust.SRoMDP(1, discount) statenum = lambda x: np.where(x)[0][0] zero = lambda x: 0 dict_si = {} def samplei...
{ "content_hash": "c11b34a24d92488312807f6258074e25", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 72, "avg_line_length": 23.46875, "alnum_prop": 0.6724367509986684, "repo_name": "marekpetrik/RAAM", "id": "5d2a1ea59343efb42c5bbd53a4233cdc0fa2234b", "size": "751", "bina...
// Copyright © 2011 - Present RealDimensions Software, LLC // // 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 ...
{ "content_hash": "574a9cbbf64046a0b7ae8dd878842f56", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 122, "avg_line_length": 40.3968253968254, "alnum_prop": 0.6137524557956778, "repo_name": "sideeffffect/choco", "id": "4f1b4eec2a5e8b267d7b1a368728af792595b516", "size": "25...
@interface KSAutoFootRefreshView () @property (nonatomic, strong) UIActivityIndicatorView * indicatorView; @property (nonatomic, strong) UILabel * titleLabel; @end @implementation KSAutoFootRefreshView @synthesize isLastPage = _isLastPage; - (instancetype)init { self = [super init]; if (self...
{ "content_hash": "57b7f4e8d79d2ba7a28e8415ef9febc6", "timestamp": "", "source": "github", "line_count": 110, "max_line_length": 150, "avg_line_length": 31.636363636363637, "alnum_prop": 0.6350574712643678, "repo_name": "bing6/KSRefresh", "id": "4e3344eb4c4c7ea9c8b3d0eb4d8640a0f951e0c0", "size": "38...
<?php // set some variables to use below if(get_input("type") == "sent"){ // send back to the users sentbox $url = $vars['url'] . "mod/messages/sent.php"; //this is used on the delete link so we know which type of message it is $type = "sent"; } el...
{ "content_hash": "a15f0864f74618d1002dd1ca1c29e2b3", "timestamp": "", "source": "github", "line_count": 155, "max_line_length": 193, "avg_line_length": 40.76129032258064, "alnum_prop": 0.5172522950300729, "repo_name": "namaggarwal/elgg", "id": "e61326b75d6905450472a2c46f94afb78aa90fdf", "size": "68...
package org.bkpathak.mapreduce.averagewordcount; import org.apache.hadoop.io.DoubleWritable; import org.apache.hadoop.io.IntWritable; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.Mapper; import java.io.IOException; import java.util.StringTokenizer; /*...
{ "content_hash": "75dbbeeb6097a946aff80d882ef1dbd5", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 107, "avg_line_length": 28.448275862068964, "alnum_prop": 0.7490909090909091, "repo_name": "bkpathak/MapReduce-Collections", "id": "d3f6ae78423e1ef6b2cfc5658850e321ed39e6a5",...
<?php namespace CodeIgniter\HTTP; use Config\App; /** * @backupGlobals enabled */ class IncomingRequestTest extends \CIUnitTestCase { /** * @var \CodeIgniter\HTTP\IncomingRequest */ protected $request; public function setUp() { $this->request = new IncomingRequest(new App(), new URI()); $_POST = $_GET...
{ "content_hash": "de72db7d2c988e3d48b6e56d2750fc57", "timestamp": "", "source": "github", "line_count": 412, "max_line_length": 127, "avg_line_length": 23.82766990291262, "alnum_prop": 0.479372517062239, "repo_name": "hex-ci/CodeIgniter4", "id": "ff8622d5239deb5e6f0e3a7daf4e47caa96435bf", "size": "...
.items li:after, #assets .items .inner:after, .add:after, #uploader li:after, #uploader .totals:after, #workspace .tools:after, #workspace .tools .add:after, .theme:after, .batch_edit .asset:after, #asset_usages:after, #asset_usages div:after, #tags_view .taggable:after, .page_content:after, .page_content .content:afte...
{ "content_hash": "d7e4e9030e1d5e24d1f194defc457085", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 30, "avg_line_length": 21.8, "alnum_prop": 0.728440366972477, "repo_name": "Oktavilla/Porthos-Engine", "id": "10bc670970bf0b2f9d74621fae0c971aeed420e5", "size": "613", "b...
when: renderAfter --- echo 'hello from bash in shell collection' >> $DOCUMENT_OUTPATH.html
{ "content_hash": "6d68ef28b9a258b6682b72c76a91cc7f", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 68, "avg_line_length": 30, "alnum_prop": 0.7555555555555555, "repo_name": "pflannery/docpad-plugin-cmds", "id": "912305b825eb9491e739e9ef679b7a90860584ad", "size": "94", "...
<!-- Copyright 2013 JST contributors 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 la...
{ "content_hash": "c8c2cc66e13ff09ec30462362931ca15", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 192, "avg_line_length": 48.18681318681319, "alnum_prop": 0.6360319270239453, "repo_name": "nlalevee/jst", "id": "d1b60607c914476b09d75bc9ef4f359eb0e42ef2", "size": "4385", ...
package org.deeplearning4j.datasets.mnist; import java.io.FileNotFoundException; import java.io.IOException; import java.io.RandomAccessFile; public abstract class MnistDbFile extends RandomAccessFile { private int count; /** * Creates new instance and reads the header information. * * @p...
{ "content_hash": "3123d4a599ba8380b494e55c18fa2ea3", "timestamp": "", "source": "github", "line_count": 107, "max_line_length": 118, "avg_line_length": 23.990654205607477, "alnum_prop": 0.551227113361901, "repo_name": "deeplearning4j/deeplearning4j", "id": "5fd53de813f3c2e33fe1540073013dde53f9124f", ...
title: "Aqua Motion" description: "Services for senior health." robots: none --- {% include {{ page.d.inc }}/local.html %}
{ "content_hash": "21914101d0504ed3930dc5f66268a53d", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 42, "avg_line_length": 20.666666666666668, "alnum_prop": 0.6693548387096774, "repo_name": "inlandsplash/www.inlandsplash.org", "id": "42524aa5bc45af65022ede075f4c3175377fb350"...
package com.xeiam.xchange.dto.trade; import java.math.BigDecimal; import java.util.Date; import com.xeiam.xchange.currency.CurrencyPair; import com.xeiam.xchange.dto.Order.OrderType; import com.xeiam.xchange.dto.marketdata.Trade; /** * Data object representing a user trade */ public class UserTrade extends Trade {...
{ "content_hash": "78f6a99b3a25462c73022ce8aff955f0", "timestamp": "", "source": "github", "line_count": 136, "max_line_length": 149, "avg_line_length": 30.08823529411765, "alnum_prop": 0.6862170087976539, "repo_name": "nivertech/XChange", "id": "288de6cfc6beb33cfc25da1cdc7f8c2c26671f97", "size": "4...
CodeGuard ========= A simple Guard and validator library made in c#. Library also available at NuGet. Need more checks?? Please contribute or contact me. Example of usage: ----------------- // --- using Guard.That(...) --- // Guard.That that will throw an exception, when some condition is not met public void S...
{ "content_hash": "645c22f1c87258a0c971976ee9331997", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 100, "avg_line_length": 18.445652173913043, "alnum_prop": 0.6882734236888627, "repo_name": "3komma14/Guard", "id": "a125ade5763428ca3b9038f03728cef12643e258", "size": "1697...
<?xml version="1.0" encoding="UTF-8"?> <project name="Example04" default="help"> <!-- The local.properties file is created and updated by the 'android' tool. It contains the path to the SDK. It should *NOT* be checked into Version Control Systems. --> <property file="local.properties" /> ...
{ "content_hash": "578d99a0a27b667d5872ca7ec9ddf6fd", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 174, "avg_line_length": 42.619565217391305, "alnum_prop": 0.6197398622800306, "repo_name": "donlee888/JsObjects", "id": "c0dde5bf800223783afbca6ddec456b6bd02961a", "size": ...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W28914_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": "b1cd572597f17ac9f18b3dbdc710e806", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 346, "avg_line_length": 42.78260869565217, "alnum_prop": 0.5873983739837398, "repo_name": "datamade/elpc_bakken", "id": "42d9ac1d83f096a6b6d799f05b6b0c08a547e770", "size": ...
@implementation FocusBoxLayer - (instancetype)init { if (self = [super init]) { [self setCornerRadius:45.0f]; [self setBounds:CGRectMake(0.0f, 0.0f, 90, 90)]; [self setBorderWidth:5.f]; [self setBorderColor:[UIColorFromRGB(0xffffff) CGColor]]; [self setOpacity:0]; } ...
{ "content_hash": "b2537e5bef6134bb34ea22855d9c2d85", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 105, "avg_line_length": 36.48780487804878, "alnum_prop": 0.6490641711229946, "repo_name": "hawk0620/ZPCamera", "id": "9739eb7bdfeedf17849bc788d19c2fcdcb43601a", "size": "16...
//------------------------------------------------------------------------------ // <auto-generated> // 此代码由工具生成。 // 运行时版本:4.0.30319.296 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // </auto-generated> //------------------------------------------------------------------------------ namespace Pac...
{ "content_hash": "920450b2d88c832a096091af5d47aa54", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 151, "avg_line_length": 37.61538461538461, "alnum_prop": 0.5633946830265849, "repo_name": "IKende/IKendeLib", "id": "f3dc93ba4bfebf4abda343828fb7c46ef092eb65", "size": "108...
<?php class Service extends FormModel { /** * Returns the list of attribute names. * By default, this method returns all public properties of the class. * You may override this method to change the default. * @return array list of attribute names. Defaults to all public properties of the class...
{ "content_hash": "e0a4d90b12f41029885f345015554fd7", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 110, "avg_line_length": 35.41860465116279, "alnum_prop": 0.5666447800393959, "repo_name": "GitLigbee/ITManage", "id": "6ec6d77d4a64e5d3843565c3038f1c444c5754ce", "size": "1...
<HTML><HEAD> <TITLE>Review for Heat (1995)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0113277">Heat (1995)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Christopher+Null">Christopher...
{ "content_hash": "9e3d0e4f526a655f1eba0fe1fe8c13af", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 198, "avg_line_length": 63.16, "alnum_prop": 0.7088874815283935, "repo_name": "xianjunzhengbackup/code", "id": "2c35baa5b511fff341bd7ca7d80e3219ccc67c00", "size": "4737", ...
<?php /* * This file is part of the overtrue/wechat. * * (c) overtrue <i@overtrue.me> * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace EasyWeChat\Work\Jssdk; use Pimple\Container; use Pimple\ServiceProviderInterface; /** * Class Ser...
{ "content_hash": "6510d6aafa1c23d2090511cc570f558e", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 65, "avg_line_length": 19.303030303030305, "alnum_prop": 0.6483516483516484, "repo_name": "tianyong90/wechat", "id": "efb509ca3fa0c4986c6809369ac16fc4946562f1", "size": "63...
<?php require APPPATH . '/libraries/REST_Controller.php'; class api extends REST_Controller { function user_get() { die('wrong'); if (!$this->get('id')) { $this->response(NULL, 400); } $user = $this->user_model->get($this->get('id')); if ($user) { $this->response($user, 200); // 200 being the HTTP re...
{ "content_hash": "8887df7c563a0649b0f2ab5c500a433f", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 67, "avg_line_length": 20.023255813953487, "alnum_prop": 0.5632984901277585, "repo_name": "sajidshah/customapi", "id": "6f0fc33344c54435e7dd8d5be3aac50ba694db5d", "size": "...
package com.huawei.streaming.cql.semanticanalyzer.analyzecontext.expressiondesc; import java.util.ArrayList; import java.util.List; import com.huawei.streaming.cql.executor.BinaryExpression; import com.huawei.streaming.cql.executor.expressioncreater.BinaryExpressionCreator; import com.huawei.streaming.cql.executor....
{ "content_hash": "0beb34fb95328c2866a19ebc0e1188b9", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 99, "avg_line_length": 23.028169014084508, "alnum_prop": 0.6654434250764526, "repo_name": "HuaweiBigData/StreamCQL", "id": "a9fc7a8c16eca3fcb070da71ebe5ef17a8ae8910", "size...
package com.github.pwittchen.networkevents.library.receiver; import android.content.Context; import android.content.Intent; import android.net.ConnectivityManager; import android.net.NetworkInfo; import com.github.pwittchen.networkevents.library.BusWrapper; import com.github.pwittchen.networkevents.library.Connectiv...
{ "content_hash": "c9c5ac4386a2cb30bea78cdd9dc2c15f", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 98, "avg_line_length": 35.1, "alnum_prop": 0.7630579297245964, "repo_name": "pwittchen/NetworkEvents", "id": "57d89f0fcdde74c91239c5ab31f7d75af6fae766", "size": "2703", "...
/* * File: app.js * * This file was generated by Sencha Architect version 2.2.2. * http://www.sencha.com/products/architect/ * * This file requires use of the Sencha Touch 2.2.x library, under independent license. * License of Sencha Architect does not include license for Sencha Touch 2.2.x. For more * details ...
{ "content_hash": "5b0288c1e0de68fd8df88a5d3e2a1faa", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 88, "avg_line_length": 22.714285714285715, "alnum_prop": 0.6616352201257861, "repo_name": "sdharmadhikari/sencha-rest-login-module", "id": "3ebe487e8fe15b3eded402ff1befb94376...
class UnixWindow; class UnixPanel : public MainPanel { Q_OBJECT public: UnixPanel(UnixWindow* panel); public slots: void pushButtonMinimize(); void pushButtonMaximize(); void pushButtonClose(); private: UnixWindow* unixPanel; };
{ "content_hash": "6fc6f353eb4cbf0dfca5f6354c4d4f6d", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 34, "avg_line_length": 14.333333333333334, "alnum_prop": 0.7015503875968992, "repo_name": "qwerty01/Client", "id": "b30a9e9048df4f11cdc0dce62a3bf07c7f425818", "size": "296"...
<h1>WebSocket Server in c#</h1> <p>NOTE: This is no longer maintained. See https://github.com/ninjasource/Ninja.WebSockets</p> <p>Set <code>WebSockets.Cmd</code> as the startup project</p> <h2>License</h2> The MIT License (MIT) <br/>See LICENCE.txt <h2>Introduction</h2> <p>A lot of the Web Socket examples out ther...
{ "content_hash": "2a23eb481a1c3aafb69ea3ae698e56c0", "timestamp": "", "source": "github", "line_count": 321, "max_line_length": 658, "avg_line_length": 41.6822429906542, "alnum_prop": 0.6878176382660688, "repo_name": "ninjasource/websocket-server", "id": "0129085c7a096b6aabbd5afb87f5400b594ada20", ...
package org.hswebframework.web.authorization.basic.handler.access; import org.hswebframework.web.authorization.access.DataAccessConfig; import org.hswebframework.web.authorization.access.DataAccessController; import org.hswebframework.web.authorization.access.DataAccessHandler; import org.hswebframework.web.authorizat...
{ "content_hash": "b499d924a3391275a758e58b9198dfdf", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 82, "avg_line_length": 30.322033898305083, "alnum_prop": 0.7015092230296255, "repo_name": "hs-web/hsweb-framework", "id": "5c67912c5a2c799fc7cf981491cd8492c0ab4fae", "size"...
package org.jkiss.dbeaver.ext.erd.part; import org.eclipse.draw2d.ChopboxAnchor; import org.eclipse.draw2d.ConnectionAnchor; import org.eclipse.draw2d.IFigure; import org.eclipse.draw2d.geometry.Dimension; import org.eclipse.draw2d.geometry.Point; import org.eclipse.draw2d.geometry.Rectangle; import org.ecli...
{ "content_hash": "f34ee8f9cbac4e9bde097ff775cf7837", "timestamp": "", "source": "github", "line_count": 209, "max_line_length": 148, "avg_line_length": 30.411483253588518, "alnum_prop": 0.6500943989930774, "repo_name": "ruspl-afed/dbeaver", "id": "e408e7bed7afa6c09f70d876c8296778e6000cf9", "size": ...
package com.zxh.ssm.module.user.service.impl; import com.zxh.ssm.module.whole.mapper.PatientInformationMapper; import com.zxh.ssm.module.user.pojo.*; import com.zxh.ssm.module.user.service.UploadToPIService; import com.zxh.ssm.module.whole.pojo.PatientInformation; import com.zxh.ssm.module.whole.pojo.PatientInformatio...
{ "content_hash": "6f82cb01680e4020164ead47aa6ffaee", "timestamp": "", "source": "github", "line_count": 316, "max_line_length": 140, "avg_line_length": 55.20886075949367, "alnum_prop": 0.5279147082425771, "repo_name": "Harveychn/MalariaProject", "id": "84478154b1a66bb1af63ea99eec1548a694e9d0d", "si...
exports.log = function(string, data) { if (!string && !data) { console.error('System log requires at least one argument.'); } if (!data) { console.log("\n" + string + "\n"); } else { if (data instanceof Array || data instanceof Object) { console.log( ...
{ "content_hash": "6f69ad4853fac2b9435600b558ab41f9", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 68, "avg_line_length": 21.82608695652174, "alnum_prop": 0.43227091633466136, "repo_name": "sanderblue/angular-express-mysql", "id": "683f2d48aa691814272d0a4aa22a5eb2f5e0a2a0"...
using UnityEngine; using System.Collections; using UnityEngine.UI; public class AudioHandlerController : MonoBehaviour { public Text ButtonText; public void ToggleMusic() { if(AudioListener.volume == 0.0f) { AudioListener.volume = 1.0f; this.UpdateButtonText("off"); } else if(AudioListener.volume == 1...
{ "content_hash": "9266ecd0b10566ff7491bf11db2efd8a", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 53, "avg_line_length": 21.434782608695652, "alnum_prop": 0.7099391480730223, "repo_name": "crilleengvall/UnityExamples", "id": "70dc8db329b5d3cdee10e0cb64f09209d3e1cd19", "...
package com.plugin.commons.adapter; import java.util.ArrayList; import java.util.List; import android.content.Context; import android.content.Intent; import android.view.Gravity; import android.view.LayoutInflater; import android.view.View; import android.view.View.OnClickListener; import android.view.ViewGroup; i...
{ "content_hash": "cc77f5badb5ca5125f9025b0f5b766d8", "timestamp": "", "source": "github", "line_count": 191, "max_line_length": 89, "avg_line_length": 29.94240837696335, "alnum_prop": 0.69749956286064, "repo_name": "zhanggh/andr_puligins", "id": "f10493140e017aaa000425d02f21a1600af36785", "size": "...
package com.tq.requisition.infrastructure.Specifications.project; import com.tq.requisition.domain.Specification.Specification; import com.tq.requisition.domain.Specification.expression.IHqlExpression; import com.tq.requisition.domain.Specification.expression.OperationType; import com.tq.requisition.domain.model.proje...
{ "content_hash": "b6d2107b053218d0ff2f88c360402923", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 81, "avg_line_length": 30.5625, "alnum_prop": 0.7944785276073619, "repo_name": "huahuajjh/requisition_land", "id": "070454790b31521cb635929eb4dfeb569f9de3f5", "size": "1008...
Although Go strives to be a cross platform language, cross compilation from one platform to another is not as simple as it could be, as you need the Go sources bootstrapped to each platform and architecture. The first step towards cross compiling was Dave Cheney's [golang-crosscompile](https://github.com/davecheney/go...
{ "content_hash": "b7557b156311bef2efbb402b98fc1ffe", "timestamp": "", "source": "github", "line_count": 175, "max_line_length": 131, "avg_line_length": 47.56, "alnum_prop": 0.7357923825543674, "repo_name": "tsg/xgo", "id": "8e828d4a5cc75e81eeea280687427ccf5f7d98c8", "size": "8354", "binary": fals...
"use strict"; var includes = require("lodash.includes"); var actualAndExpectedMessageValues = require("../actual-and-expected-message-values"); module.exports = function(referee) { referee.add("contains", { assert: function(haystack, needle) { return includes(haystack, needle); }, ...
{ "content_hash": "08d26581b65e8ba2adc78457d93f5614", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 86, "avg_line_length": 33.55555555555556, "alnum_prop": 0.6390728476821192, "repo_name": "busterjs/referee", "id": "b5d67f8e9ce3d2e16f2f19f950a2faedc3feba31", "size": "604"...
import scala.reflect.runtime.universe._ import scala.reflect.{ClassTag, classTag} object Test extends App { def weakTypeTagIsnotClassTag[T: WeakTypeTag] = { println(classTag[T]) } weakTypeTagIsnotClassTag[Int] weakTypeTagIsnotClassTag[String] weakTypeTagIsnotClassTag[Array[Int]] }
{ "content_hash": "b9d119576b6ff05ed48a4da63a077d01", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 50, "avg_line_length": 24.75, "alnum_prop": 0.7777777777777778, "repo_name": "shimib/scala", "id": "de1f8657b6301497cd2fd15bfab57afa200bdbb7", "size": "297", "binary": fa...
require 'optim' function optim.downpour(opfunc, w, config, state) local config = config or {} local state = state or config local lr = config.lr or 0 -- learning rate local lrd = config.lrd or 0 -- learning rate decay local l2wd = config.l2wd or 0 local pc = config.pclient or nil local su ...
{ "content_hash": "49a6695bd8a4d75d1356d79260fe2be8", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 66, "avg_line_length": 26.43859649122807, "alnum_prop": 0.6138022561380225, "repo_name": "sixin-zh/mpiT", "id": "fcad54fe8bc3eb24b7354a4f6b3abf08e3ae1333", "size": "1603", ...
#if defined(USE_TI_UIIOSCOVERFLOWVIEW) || defined(USE_TI_UICOVERFLOWVIEW) #import "AFUIImageReflection.h" // SAUS modification note: // using categories with static libraries don't seem to work // right on device with iphone - probably a symbol issue // turn this into a static function (from what was a category to...
{ "content_hash": "61d6292a2e0d3b6431ed5d7fba17a41c", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 116, "avg_line_length": 42.848101265822784, "alnum_prop": 0.7462333825701625, "repo_name": "AcumID/SAUS", "id": "d494c25d12e0f0fa9ad047d01f7f92982a74a035", "size": "4535", ...
#import <UIKit/UIKit.h> #import <WebKit/WebKit.h> #import "SCCredentialsView.h" @protocol SCLoginViewProtocol; @interface SCLoginView : UIScrollView @property (nonatomic, weak) id<SCLoginViewProtocol> loginDelegate; @property (nonatomic, strong) SCCredentialsView *credentialsView; - (void)removeAllCookies; - (voi...
{ "content_hash": "4fd6e9458c10ae8b4c9a2215b7fef9e6", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 80, "avg_line_length": 23, "alnum_prop": 0.7846790890269151, "repo_name": "pwnified/CocoaSoundCloudUI", "id": "ce8e0e66e60123554700e12df3880428199cb85d", "size": "1187", ...
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media...
{ "content_hash": "a456e5c64bc4519f24181662f5535a7a", "timestamp": "", "source": "github", "line_count": 235, "max_line_length": 359, "avg_line_length": 46.765957446808514, "alnum_prop": 0.5304822565969063, "repo_name": "dcarda/aba.route.validator", "id": "e5bd7bfc8e5bb25ffac2f81ddceba1db2a30a963", ...
<!DOCTYPE html> <meta charset=utf-8> <title>invalid src: path-bare-percent-sign</title> <audio src="http://example.com/foo%"></audio>
{ "content_hash": "26dcee3049e8af7a8bbb5361208c4932", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 50, "avg_line_length": 33.5, "alnum_prop": 0.7089552238805971, "repo_name": "youtube/cobalt", "id": "2ee3f09377eed18db81536d1940e633e3b8bb16d", "size": "134", "binary": fa...
package net.bytebuddy.implementation.bind.annotation; import net.bytebuddy.build.HashCodeAndEqualsPlugin; import net.bytebuddy.description.annotation.AnnotationDescription; import net.bytebuddy.description.method.MethodDescription; import net.bytebuddy.description.method.ParameterDescription; import net.bytebuddy.desc...
{ "content_hash": "22867a97cbd814c8cd2755bcfe7c42c8", "timestamp": "", "source": "github", "line_count": 165, "max_line_length": 162, "avg_line_length": 47.696969696969695, "alnum_prop": 0.644853875476493, "repo_name": "DALDEI/byte-buddy", "id": "b411f45033cc3b2ad7e2339751321b9bbdfe4a56", "size": "7...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Data.Entity; using System.Globalization; using System.Web.Security; namespace CDDemo.Models { public class UsersContext : DbContext { public Use...
{ "content_hash": "9485beca47d571649d257826d3cdf3df", "timestamp": "", "source": "github", "line_count": 97, "max_line_length": 110, "avg_line_length": 29.072164948453608, "alnum_prop": 0.6127659574468085, "repo_name": "cdman/continuous-integration-demo", "id": "35d2752bd7c8d5effda7e8e77afd27967f51f0d...
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { SliderComponent } from './slider.component'; @NgModule({ declarations: [ SliderComponent ], imports: [ CommonModule ], exports:[ SliderComponent ] }) export class SliderModule { }
{ "content_hash": "28d29260ecbf0f86640f27c146d9dfeb", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 53, "avg_line_length": 17, "alnum_prop": 0.6633986928104575, "repo_name": "devnetgomez/devnetgomez.github.io", "id": "2813ede2bee3c1138d6e49c0cc776f3f6875e3d7", "size": "30...
// Copyright 2020 Google LLC // // 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 ...
{ "content_hash": "cd874d88c963bae36b12f8f1c52ac8ad", "timestamp": "", "source": "github", "line_count": 256, "max_line_length": 83, "avg_line_length": 27.140625, "alnum_prop": 0.6375935521013241, "repo_name": "googleapis/repo-automation-bots", "id": "94cc836b4ec541c7ec4c1b091abe3764eaef64f3", "size...
layout: post title: Sugar Pie Honeyz 10 - Scene 3 titleinfo: pornvd desc: Watch Sugar Pie Honeyz 10 - Scene 3. Pornhub is the ultimate xxx porn and sex site. --- <iframe src="http://www.pornhub.com/embed/462360805" frameborder="0" width="630" height="338" scrolling="no"></iframe> <h2>Sugar Pie Honeyz 10 - Scene 3</h2>...
{ "content_hash": "ee2720a1b0b9f4b3ce93a50a10e9a6eb", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 118, "avg_line_length": 43, "alnum_prop": 0.6976744186046512, "repo_name": "pornvd/pornvd.github.io", "id": "489b4524253f15924aff1c47dd8ef16f47b302e7", "size": "434", "bi...
package backend.passManaging; import backend.pass.AnalysisResolver; import backend.pass.Pass; import backend.value.Function; import backend.value.Module; /** * FunctionPassManager manages FunctionPasses and BasicBlockPassManagers. * * @author Jianping Zeng * @version 0.4 */ public class FunctionPassManager imple...
{ "content_hash": "ab2022dd0964731e925966f4598fa99f", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 73, "avg_line_length": 20.71212121212121, "alnum_prop": 0.6744696415508412, "repo_name": "JianpingZeng/xcc", "id": "b9c1eb87fa81efa57430a7ab6cf3400944c1ba53", "size": "1367...
<?php /** * View: Month View Mobile Day * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/events/v2/month/mobile-events/mobile-day.php * * See more documentation about our views templating system. * * @link {INSERT_ARTCILE_LINK_HERE} * * @version 4.9.10 * * @var string...
{ "content_hash": "dd478d0873c4573ed4a61a4a5055a290", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 147, "avg_line_length": 51.16129032258065, "alnum_prop": 0.6156998738965952, "repo_name": "attacbe/ab2", "id": "ea67f3d626e856e2d50ebcc1d93ab1c32b56622f", "size": "3172", ...
<?php use yii\helpers\Html; use kartik\widgets\ActiveForm; use kartik\widgets\Select2; use yii\helpers\ArrayHelper; /* @var $this yii\web\View */ /* @var $model backend\models\TrainingClass */ /* @var $form yii\widgets\ActiveForm */ ?> <div class="training-class-form"> <div class="panel panel-default"> <div class="p...
{ "content_hash": "5bdeec5344a6fd39f480c9b346732d6d", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 113, "avg_line_length": 24, "alnum_prop": 0.5897435897435898, "repo_name": "hscstudio/syawwal", "id": "1d1ce55a95640f06e76803b0bc237c5254fb757e", "size": "1560", "binary"...
<?php require_once 'PHPUnit/Framework.php'; require_once 'PHPUnit/Util/Filter.php'; require_once 'PHPUnit/Util/Printer.php'; require_once 'PHPUnit/Util/Test.php'; require_once 'PHPUnit/Util/Timer.php'; PHPUnit_Util_Filter::addFileToFilter(__FILE__, 'PHPUNIT'); /** * Prints the result of a TextUI TestRunner run. *...
{ "content_hash": "082d09a4dab17622e0eb585d37865811", "timestamp": "", "source": "github", "line_count": 623, "max_line_length": 110, "avg_line_length": 25.03852327447833, "alnum_prop": 0.4754791973844477, "repo_name": "olle/baseweb", "id": "812576df9544cfebcb30a6dcd0b7c52fb05d3354", "size": "17676"...
<!doctype html> <html class="no-js"> <head> <meta charset="utf-8"> <title>Ani AngularJS Dashboard Theme</title> <meta name="description" content=""> <meta name="viewport" content="initial-scale=1, maximum-scale=1"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <!-- ...
{ "content_hash": "ae3ad416d477925ff4cf35bcf4ed1fd1", "timestamp": "", "source": "github", "line_count": 133, "max_line_length": 178, "avg_line_length": 59.796992481203006, "alnum_prop": 0.6828869608952597, "repo_name": "jeffestrong/PICNIC_Core", "id": "8ee213cdb8f2119e8ccb92665fc8949d7d4c32db", "si...
var WebSocketServer = require('../../').Server , http = require('http') , express = require('express') , app = express(); app.use(express.static(__dirname + '/public')); var server = http.createServer(app); server.listen(8080); var wss = new WebSocketServer({server: server}); wss.on('connection', functio...
{ "content_hash": "2eb134b1d7a269d90225a0c466e514cb", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 88, "avg_line_length": 29.40909090909091, "alnum_prop": 0.60741885625966, "repo_name": "picacure/adc-tmd", "id": "d073dc36e777d3434cbf8368510388004d7b6324", "size": "647", ...
package com.codeprep.bootmvc; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; public class ServletInitializer extends SpringBootServletInitializer { @Override protected SpringApplicationBuilder configure(SpringAppli...
{ "content_hash": "f48bfeff5b8d39bb63c7b5f043245887", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 85, "avg_line_length": 31.076923076923077, "alnum_prop": 0.8564356435643564, "repo_name": "codepreplabs/springMVCtutorial", "id": "419548e7f91c405105d8d18d0af60dc9e3559046", ...
<?php namespace app\modules\Hres\controllers; use yii\web\Controller; class DefaultController extends Controller { public function actionIndex() { return $this->render('index'); } }
{ "content_hash": "d4f9daf9d2491d3c07a8048181f6f3fe", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 42, "avg_line_length": 15.76923076923077, "alnum_prop": 0.6878048780487804, "repo_name": "329221391/home", "id": "cd8583bdcd6a69d2d33d36b612eefc0a3a630f70", "size": "205", ...
{% extends "base.html" %} {% load i18n %} {% block title %}<h2>{% trans "Page not found" %}</h2>{% endblock %} {% block main %} <p>{% trans "Page could not be found."%}</p> <p>{% trans "If you think this is a bug, please send and e-mail to developers." %}</p> {% endblock %}
{ "content_hash": "ca4a4f8d778c69a49bed5feb1b41f524", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 86, "avg_line_length": 30.77777777777778, "alnum_prop": 0.5848375451263538, "repo_name": "kartikshah1/Test", "id": "992cca4b37b1e8e4189d12551a77556342f2a3fa", "size": "277",...
using JustLogic.Core; using System.Collections.Generic; using UnityEngine; [UnitMenu("Object/Sample Animation")] [UnitFriendlyName("Sample Animation")] public class JLGameObjectSampleAnimation : JLAction { [Parameter(ExpressionType = typeof(GameObject))] public JLExpression OperandValue; [Parameter(Ex...
{ "content_hash": "8ed8b7e066f204ec6155d2da4bbb185c", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 117, "avg_line_length": 31.64, "alnum_prop": 0.7547408343868521, "repo_name": "AqlaSolutions/JustLogic", "id": "90bc034b1fa92fff7e6c65d32b38f15b5984d75f", "size": "2439", ...
<?php namespace PoiBundle\Entity; use Doctrine\ORM\Mapping as ORM; use PoiBundle\Entity\Application\PointsAndroid; use Symfony\Component\Validator\Constraints as Assert; /** * Points * * @ORM\Table(name="points", indexes={@ORM\Index(name="FK_Points_Users_idx", columns={"User_Id"}), @ORM\Index(name="FK_Points_Types...
{ "content_hash": "e21b1cde9315a9293c83b875ee9fcdda", "timestamp": "", "source": "github", "line_count": 507, "max_line_length": 232, "avg_line_length": 18.516765285996055, "alnum_prop": 0.5209842351938645, "repo_name": "PrzemyslawMikos/POI", "id": "fefc6a83df86932209d039018f45d4e52094f2ee", "size":...
class AddTypestringsToReferenceTypes < ActiveRecord::Migration def change add_column :reference_types, :typestrings, :string end end
{ "content_hash": "1afd0775d6bd6cabe5f39fc98f56cb43", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 62, "avg_line_length": 28, "alnum_prop": 0.7928571428571428, "repo_name": "globalitdevelopment/histvest", "id": "98eb7be20fa83d7521eea2b1d81a014aecc498e5", "size": "140", ...
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2013 Stefan Schroeder This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any ...
{ "content_hash": "c3d98ce3f06dcbe6a334e9e37ca4c6ee", "timestamp": "", "source": "github", "line_count": 86, "max_line_length": 165, "avg_line_length": 31.011627906976745, "alnum_prop": 0.6329208848893888, "repo_name": "tribbloid/spookystuff", "id": "f32c653f1cd49272e2916fa11518f51515ae1f33", "size"...
package com.asafge.pocketplus; import android.content.Context; import org.json.JSONException; import org.json.JSONObject; import com.noinnion.android.reader.api.ExtensionPrefs; public class Prefs extends ExtensionPrefs { public static final String KEY_LOGGED_IN = "logged_in"; public static final Stri...
{ "content_hash": "61023e441076ffa144b10bfbcd198b58", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 79, "avg_line_length": 27.64814814814815, "alnum_prop": 0.666443402545211, "repo_name": "asafge/PocketPlus", "id": "25cc20bf6bc834b2a9db5808f41c404a5895ee23", "size": "1493...
package org.apache.commons.jelly.tags.jface.preference; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import java.util.Map; import org.apache.commons.jelly.JellyTagException; import org.apache.commons.jelly.MissingAttributeException; import org.apache.commons.jell...
{ "content_hash": "ee6facc87ed10b716708614b4120a47f", "timestamp": "", "source": "github", "line_count": 93, "max_line_length": 137, "avg_line_length": 36.774193548387096, "alnum_prop": 0.6441520467836257, "repo_name": "jenkinsci/jelly", "id": "7fd0aa535b281e3c46de75c233d9696405554878", "size": "405...
package cn.com.sparkle.firefly.config; public class ConfigurationException extends Exception { /** * */ private static final long serialVersionUID = 1L; public ConfigurationException() { super(); } public ConfigurationException(String message, Throwable cause) { super(message, cause); } public Conf...
{ "content_hash": "b5b4a6737a015a300c2a7310542598d5", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 65, "avg_line_length": 17.346153846153847, "alnum_prop": 0.7339246119733924, "repo_name": "qinannmj/FireFly", "id": "1d45d8f4ab2edbb5b9205e9761555071ec88ba83", "size": "451...
""" DPQ ~~~~~~~ Simple job queue for python. """ from .connections import ( get_current_connection, use_connection, push_connection, pop_connection, Connection) from .queue import Queue from .job import cancel_job from .worker import Worker __all__ = ['get_current_connection', 'use_connecti...
{ "content_hash": "e835269866812295eb3c3d8da2fb67bb", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 75, "avg_line_length": 22.772727272727273, "alnum_prop": 0.6387225548902196, "repo_name": "DiggerPlus/DPQ", "id": "5045ae701d516a5a02824bf344ac2d54a228673b", "size": "526",...
using System; using System.Text; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace iDeviceBrowser.Tests { [TestClass] public class UtilitiesTests { [TestMethod] public void GetFileSize_0_Returns0KB() { Ass...
{ "content_hash": "f2c29cc0a6755ff3ee5c5314d1d39d49", "timestamp": "", "source": "github", "line_count": 100, "max_line_length": 90, "avg_line_length": 29.47, "alnum_prop": 0.5880556498133696, "repo_name": "jschulist/iDeviceBrowser", "id": "df687e9dd500ae813cb7cd8a874476bda2dfcec6", "size": "2949", ...
package org.wave.classes; import javax.validation.constraints.AssertFalse; import javax.validation.constraints.AssertTrue; public class BooleanClass { private boolean defaultValue; @AssertTrue private boolean trueValue; @AssertFalse private boolean falseValue; public boolean isDefaultValue() { return this...
{ "content_hash": "c7ec1d62235fcf05e506f020bc7d85a9", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 48, "avg_line_length": 16.607142857142858, "alnum_prop": 0.7741935483870968, "repo_name": "org-wave/Populator", "id": "9be2cfe77d229172f676f2ca3f5968c550b5a119", "size": "4...
package org.javesi.testcomponents; import org.javesi.component.SingletonComponent; public class SingleB implements SingletonComponent { public int value; }
{ "content_hash": "df7ed6b91bc213346ea5f3d1f2c2cb15", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 47, "avg_line_length": 18.444444444444443, "alnum_prop": 0.7951807228915663, "repo_name": "fforw/javesi", "id": "23340aa04ec2cd562d02e9d739f198c5524c2235", "size": "166", ...
#pragma once #include <cerrno> #include <folly/portability/SysUio.h> #include <folly/portability/Unistd.h> /** * Helper functions and templates for FileUtil.cpp. Declared here so * they can be unittested. */ namespace folly { namespace fileutil_detail { // Wrap call to f(args) in loop to retry on EINTR templa...
{ "content_hash": "cbe76c7f15e150ff3a26b0f5704cd103", "timestamp": "", "source": "github", "line_count": 95, "max_line_length": 79, "avg_line_length": 23.842105263157894, "alnum_prop": 0.5748344370860927, "repo_name": "Orvid/folly", "id": "d45cae862d504bc9c69d608bf8d3f588e0ac95d5", "size": "2860", ...
@implementation UIView (Frame) - (CGFloat)left { return self.frame.origin.x; } - (void)setLeft:(CGFloat)x { CGRect frame = self.frame; frame.origin.x = x; self.frame = frame; } - (CGFloat)top { return self.frame.origin.y; } - (void)setTop:(CGFloat)y { CGRect frame = self.frame; frame.or...
{ "content_hash": "3c31f61308c25ddb1f6c5b0a0062b869", "timestamp": "", "source": "github", "line_count": 223, "max_line_length": 83, "avg_line_length": 17.103139013452914, "alnum_prop": 0.6095962244362874, "repo_name": "chuangyi0128/UICategory", "id": "575639acbd73ae01159a530bd76a240fa719a015", "siz...
# -*- coding: utf-8 -*- # Copyright 2021 Google LLC # # 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 agr...
{ "content_hash": "277164d861e18ebff4bcb2126a9efe9b", "timestamp": "", "source": "github", "line_count": 384, "max_line_length": 85, "avg_line_length": 32.596354166666664, "alnum_prop": 0.6928976591835104, "repo_name": "googleapis/python-network-services", "id": "750c55c202a7bfb82b10243cb10557f3e9ae2a...
/***** includes *****/ #include "lfds720_btree_nu_internal.h" /****************************************************************************/ enum lfds720_btree_nu_insert_result lfds720_btree_nu_insert( struct lfds720_btree_nu_state *baus, struct lfds720_...
{ "content_hash": "3ab0a6d024819f0466d8becd12b551c6", "timestamp": "", "source": "github", "line_count": 158, "max_line_length": 110, "avg_line_length": 31.563291139240505, "alnum_prop": 0.5935432123521155, "repo_name": "grz0zrg/fas", "id": "9b08c7093bde5d6c7370a0a3541788fdd204beab", "size": "4987",...
struct GameContact { b2Body *bodyA; b2Body *bodyB; b2Fixture *fixtureA; b2Fixture *fixtureB; bool begin; // bool operator == (const MyContact& other) const { // return (fixtureA == other.fixtureA) && (fixtureB == other.fixtureB); // } }; class GameContactListener : public b2ContactList...
{ "content_hash": "36ec9a33258cba7dfbe8e3f0fadb1c96", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 80, "avg_line_length": 27.88, "alnum_prop": 0.697274031563845, "repo_name": "johndpope/FinalFighter-mac", "id": "7dadb234517388929d0083eef8cc8d4bd1e1e21e", "size": "754", ...
package org.apache.hc.client5.http.entity.mime; import java.io.File; import java.io.InputStream; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Random; import org.apache.hc.core5.http.Conten...
{ "content_hash": "5384ad1e445b4420eff0edc803c486cd", "timestamp": "", "source": "github", "line_count": 210, "max_line_length": 107, "avg_line_length": 34.90952380952381, "alnum_prop": 0.6524348656390669, "repo_name": "UlrichColby/httpcomponents-client", "id": "441b1c56f574dc62806b156f7840809ff70300d...
<?php /* This file is part of the Staq project, which is under MIT license */ namespace Staq\Core\Ground\Stack; class Exception extends \Exception { /* ATTRIBUTES *************************************************************************/ protected $defaultMessage = NULL; protected $defaultCode = ...
{ "content_hash": "a31d862cd1a745f1c60e50a8fc992d6e", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 91, "avg_line_length": 27.057142857142857, "alnum_prop": 0.5216473072861668, "repo_name": "Elephant418/Staq", "id": "1742a3c4c4f7fc40e67af86205be488b32a3cbc0", "size": "947...
class C_BaseAnimatingOverlay : public C_BaseAnimating { public: DECLARE_CLASS( C_BaseAnimatingOverlay, C_BaseAnimating ); DECLARE_CLIENTCLASS(); DECLARE_PREDICTABLE(); DECLARE_INTERPOLATION(); C_BaseAnimatingOverlay(); virtual CStudioHdr *OnNewModel(); C_AnimationLayer* GetAnimOverlay( int i ); void SetNumA...
{ "content_hash": "aea2a4e89b1ad05c26ce39c8914c56aa", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 105, "avg_line_length": 23.510204081632654, "alnum_prop": 0.7534722222222222, "repo_name": "BerntA/tfo-code", "id": "de0067dd21bfa8caa761f5deaa59e92daf1b9f7d", "size": "153...
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/activity_vertical_margin" androi...
{ "content_hash": "87e41d83cc81c6187f8d4c59bcaff377", "timestamp": "", "source": "github", "line_count": 107, "max_line_length": 73, "avg_line_length": 35.23364485981308, "alnum_prop": 0.593103448275862, "repo_name": "ambi-disc/lactation-android", "id": "5a64b688b27b3b08b9f8861134830e08bfd24cf1", "s...
var EventEmitter = require('events').EventEmitter, on = require('../on'), off = require('../off') var emitter = new EventEmitter() var handleRequest = function (request) { console.log('node event handled') } on(emitter, 'request', handleRequest) emitter.emit('request') off(emitter, '...
{ "content_hash": "0cc1466aad954f37db866eaf09043765", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 88, "avg_line_length": 25.58823529411765, "alnum_prop": 0.6758620689655173, "repo_name": "Georgette/whax", "id": "499dabe505a1e01396c10af2b092ed9e5148f19f", "size": "435", ...
from flask import abort from flask.ext.security import current_user def require_editor(f): def _(*args, **kwargs): if current_user.has_role('editor') and not current_user.has_role('admin'): return abort(403) return f(*args, **kwargs) return _ def require_admin(f): def _(*args,...
{ "content_hash": "da9b4acf1138d9be324f4395b794849d", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 82, "avg_line_length": 25.38888888888889, "alnum_prop": 0.5973741794310722, "repo_name": "ktmud/david", "id": "8e5b4d2801134d95df4c5aef1b26d74df62d53fd", "size": "481", "...
package cn.easyproject.easyee.sh.base.util; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; /** * Spring工具类 * @author easyproject.cn * */ @SuppressWarnings("unchecked") public class SpringUtil { static ApplicationContext ac=new Cl...
{ "content_hash": "d3378d8d06c89b159fe2983780a4ebfb", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 98, "avg_line_length": 24.42105263157895, "alnum_prop": 0.7844827586206896, "repo_name": "ushelp/EasyEE", "id": "98827c9a02b0a9b0921a7f3dd7fd76c76b8e3e2f", "size": "470", ...
* [ ] Which version are you using? (Is it latest?) * [ ] Are you reporting to the correct repository? * [ ] Did you search existing issues? (Were any related?) ### Description <!-- Description of the bug or feature --> ### Steps to Reproduce the issue 1. When I do X 2. Then Y 3. I see behavior Z **Expected behavio...
{ "content_hash": "66921d9976a9425e8b66503547f46b6a", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 83, "avg_line_length": 24.227272727272727, "alnum_prop": 0.7035647279549718, "repo_name": "chafey/cornerstoneTools", "id": "6aabb83f7c99b34a4333c2c0cc2b52eb231fc157", "size...
.form-print-wrapper { border: 1px solid #d1d8dd; border-top: none; } .print-preview-wrapper { padding: 30px 0px; background-color: #f5f7fa; } .print-toolbar { margin: 0px; padding: 10px 0px; border-bottom: 1px solid #d1d8dd; } .print-toolbar > div { padding-right: 0px; } .print-toolbar > div:last-child ...
{ "content_hash": "afd443a238508c60826b01cfe0e5b009", "timestamp": "", "source": "github", "line_count": 720, "max_line_length": 107, "avg_line_length": 21.15972222222222, "alnum_prop": 0.680341319330489, "repo_name": "mbauskar/frappe", "id": "255c2afc2ae49d26baf457f22ecb47681a7765ca", "size": "1523...