text
stringlengths
2
1.04M
meta
dict
require 'spec_helper' # Specs in this file have access to a helper object that includes # the Ent::ManagementSystemsHelper. For example: # # describe Ent::ManagementSystemsHelper do # describe "string concat" do # it "concats two strings with spaces" do # helper.concat_strings("this","that").should == "thi...
{ "content_hash": "3b37bc4a8de5e93ec3f3bcbc82e6b57d", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 66, "avg_line_length": 30.266666666666666, "alnum_prop": 0.7092511013215859, "repo_name": "LACIS-TI/ERA-RAILS", "id": "1bd7651ad2cdce2ef4e06f998191b0a594ddd6b8", "size": "4...
<resources> <string name="app_name">GeekIT</string> <string name="title_section1">Section 1</string> <string name="title_section2">Section 2</string> <string name="title_section3">Section 3</string> <string name="hello_world">Hello world!</string> <string name="action_settings">Settings</stri...
{ "content_hash": "03a7cdee9784192f4d785979440501e0", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 85, "avg_line_length": 47.642857142857146, "alnum_prop": 0.7136431784107946, "repo_name": "powerslider/GeekIT", "id": "5814ad2993f978215498879cfc80f1b078543722", "size": "1...
import zmq import sys # ZeroMQ Context context = zmq.Context() # Define the socket using the "Context" sock = context.socket(zmq.REQ) sock.connect("tcp://127.0.0.1:5678") # Send a "message" using the socket sock.send(" ".join(sys.argv[1:])) print sock.recv()
{ "content_hash": "b11e60a91bf02cfa8ce4aebb0d908a86", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 20.153846153846153, "alnum_prop": 0.7022900763358778, "repo_name": "ajayaa/python-akhada", "id": "ecb24c83cad85803087124403119d82a874a8788", "size": ...
class HomeController < ApplicationController def index @posts = Post.published :page => params[:page] end end
{ "content_hash": "8563fdd797bfc1ec21da2783de791165", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 54, "avg_line_length": 25.2, "alnum_prop": 0.6825396825396826, "repo_name": "igor-alexandrov/rblog", "id": "b1136c4c279bbb244bdcfe256a3e4e7a02ac00ac", "size": "126", "bina...
<instance description="crew for the maxim HMG&#xA;Multiplayer Clone." template="ebps"> <list name="extensions"> <template_reference name="exts" value="ebpextensions\entity_blueprint_ext"> <string name="alternate_sua" value="armies\common\base\commonhuman\commonhuman" /> <bool name="always_revealed_in_fow" valu...
{ "content_hash": "1e0af0c074f45a7c180e727b5c0cd563", "timestamp": "", "source": "github", "line_count": 798, "max_line_length": 122, "avg_line_length": 41.46115288220551, "alnum_prop": 0.615124221725201, "repo_name": "LastCrusadeModTeam/LastCrusade", "id": "7cd12eaf034ac0e0515b9fb167c1db126898ae8f", ...
b2g_error_t bam_files2pair_files(int , char *, char *, b2g_libraries_t *, b2g_chromosomes_t *, hash_t *, samfile_t *, samfile_t *, int, int, int, int, int, int, int, int, int, int, int, b2g_platform_t, int, int, int, int, unsigned int *); #endif
{ "content_hash": "2dcf1bbc892c2dedfce9312836e057dd", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 238, "avg_line_length": 82.33333333333333, "alnum_prop": 0.6477732793522267, "repo_name": "daviddliu/THetA_luigi", "id": "ededa38b74aacce9da58da5fa8e6ea163e5f655e", "size": ...
<!DOCTYPE html> <html lang="en"> <head> <title>InlineIdentifierOptimization Structure Reference</title> <link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../css/highlight.css" /> <meta charset="utf-8"> <script src="../js/jquery.min.js" d...
{ "content_hash": "9a0b8d1c00fb4e834fe6a866aa2ecf19", "timestamp": "", "source": "github", "line_count": 329, "max_line_length": 569, "avg_line_length": 48.340425531914896, "alnum_prop": 0.49836519114688127, "repo_name": "SwiftStudies/OysterKit", "id": "872095090c4d2fe567f4901ea284089e315bb0eb", "si...
""" Do not ommit function parameter names in the function declaration. It checks function decls only. == Violation == void functionA(int a, int); <== Violation. The second parameter int has no name. void functionB(int ); <== Violation. The first parameter in has no name == Good == void functionA(i...
{ "content_hash": "c4d0eaae5a47012546896183d616972a", "timestamp": "", "source": "github", "line_count": 200, "max_line_length": 135, "avg_line_length": 27.435, "alnum_prop": 0.5400036449790414, "repo_name": "DLR-SC/tigl", "id": "ceeb82270c61a4cd741b1a1e199d3c52058e869b", "size": "5487", "binary":...
package co.da.jmtg.amort; import java.math.BigDecimal; import java.math.RoundingMode; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.Set; import java.util.SortedMap; import org.joda.time.LocalDate; import co.da.jmtg.pmt.PmtCalculator; import co.da.jmtg.pmt.PmtPeriod; impo...
{ "content_hash": "79a0837b9b872917e9ccfd45c53fb38b", "timestamp": "", "source": "github", "line_count": 1282, "max_line_length": 123, "avg_line_length": 39.54368174726989, "alnum_prop": 0.6489200118354868, "repo_name": "darmstrong1/jmortgage", "id": "54713f3cb8b8b5912f6204ef3f78cd3cf7778c52", "size...
r""" This function sets up the optional astrolyze databases for the maps classes and *MAYBE LATER* also the dictionary containing the Information on individual molecules for the ``lte`` package. """ import os import subprocess import astrolyze from pysqlite2 import dbapi2 as sqlite USER = os.getenv("USER") def get_...
{ "content_hash": "fb2624786d10a668a195c1c1e74895ab", "timestamp": "", "source": "github", "line_count": 113, "max_line_length": 80, "avg_line_length": 37.415929203539825, "alnum_prop": 0.5908230842005676, "repo_name": "buchbend/astrolyze", "id": "b7a5bd2f2e8f615d1cec14f7ea49fc79fb2c5a80", "size": "...
from lib.common import helpers class Module: def __init__(self, mainMenu, params=[]): self.info = { 'Name': 'Invoke-Mimikatz DCsync', 'Author': ['@gentilkiwi', 'Vincent Le Toux', '@JosephBialek'], 'Description': ("Runs PowerSploit's Invoke-Mimikatz function " ...
{ "content_hash": "55ccf8a29f29d6e24fd460b099e9cf5e", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 104, "avg_line_length": 32.82828282828283, "alnum_prop": 0.472, "repo_name": "rvazarkar/Empire", "id": "70ab5ad86b25a6b9c1f195ffa68aa199442ff6bc", "size": "3250", "binary...
export { Task } from './Task'; export { TaskGroup } from './TaskGroup';
{ "content_hash": "ac3ec37f4e4f55e426295a241754bcc5", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 40, "avg_line_length": 24.333333333333332, "alnum_prop": 0.6301369863013698, "repo_name": "pissang/claygl", "id": "7b1251329057df331421aa85864f683cd79beff6", "size": "73", ...
<?php /* @Framework/Form/textarea_widget.html.php */ class __TwigTemplate_077ec2b7d21f10dbb1f5ccdc88f8e2f19a43f1ae5eff6aec794c07406668d33e extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = arr...
{ "content_hash": "6f5d62ab088f0fa4cbcff3ee5b337b4b", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 137, "avg_line_length": 26.852941176470587, "alnum_prop": 0.6067907995618839, "repo_name": "sapenov/symfony2", "id": "ad45e6a6ac915689c072289bfc3b0e7b14a0d961", "size": "91...
package com.adenki.smpp.message; import org.testng.annotations.Test; import com.adenki.smpp.Address; @Test public class DataSMTest extends PacketTests<DataSM> { protected Class<DataSM> getPacketType() { return DataSM.class; } @Override protected DataSM getInitialisedPacket() { D...
{ "content_hash": "f658aa13e45eda57926eabc80dd7cb1f", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 61, "avg_line_length": 25.88, "alnum_prop": 0.6599690880989181, "repo_name": "oranoceallaigh/smppapi", "id": "4d150be5bf745c803cbd3492b6c1fdd82c0dab0c", "size": "647", "b...
// // YCCustomCalendarScrollView.m // TestCalendar // // Created by JyHu on 15/3/6. // Copyright (c) 2015年 JyHu. All rights reserved. // #import "YCCustomCalendarScrollView.h" @implementation YCCustomCalendarScrollView /* // Only override drawRect: if you perform custom drawing. // An empty implementation advers...
{ "content_hash": "12702a777f869f045f56d5161ae324e7", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 99, "avg_line_length": 22.333333333333332, "alnum_prop": 0.7069199457259159, "repo_name": "JyHu/Calendar", "id": "0090ea9f775676a348dce4761ef303adae52cc02", "size": "739", ...
package org.mh.jenkins.wso2.WSO2Deployment; import hudson.EnvVars; import hudson.Extension; import hudson.FilePath; import hudson.Launcher; import hudson.maven.MavenModule; import hudson.maven.MavenModuleSet; import hudson.maven.MavenModuleSetBuild; import hudson.model.BuildListener; import hudson.model.Result; import...
{ "content_hash": "e9a7c663d825c479d1c8a5862ee82c85", "timestamp": "", "source": "github", "line_count": 211, "max_line_length": 162, "avg_line_length": 36.279620853080566, "alnum_prop": 0.6348791639451339, "repo_name": "ma-ha/Jenkins-WSO2AS-Deployer", "id": "8dd900aa245175e77490294d132a5354b2b3db83",...
{% extends "spanish_base.html" %} {% block content %} {% for post in donateabout %} {% if forloop.counter0|divisibleby:2 %} {% if forloop.first %} <div class="row"> {% if post.img %} <!-- if image 4, 8 col --> <div class="text-center titlebackground" style="background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(...
{ "content_hash": "6ebaff10b94033d0c934724ebdbbc271", "timestamp": "", "source": "github", "line_count": 165, "max_line_length": 178, "avg_line_length": 37.04242424242424, "alnum_prop": 0.4849476439790576, "repo_name": "djangogirlscodecamp/lightandleadership", "id": "875cbe5bcac1959840ce05ea657408f06c...
/* * ClearGlobalDUnitTest.java * * Created on September 13, 2005, 1:47 PM */ package org.apache.geode.internal.cache; import static org.junit.Assert.fail; import java.util.Properties; import org.junit.Test; import org.apache.geode.cache.AttributesFactory; import org.apache.geode.cache.Cache; import org.apache...
{ "content_hash": "b82a81015c481639e7af46385e23afba", "timestamp": "", "source": "github", "line_count": 184, "max_line_length": 98, "avg_line_length": 28.52173913043478, "alnum_prop": 0.6945503048780488, "repo_name": "davinash/geode", "id": "a889d3d52cf43a957a2efefdfab64cebd2e795c9", "size": "6037"...
 using System; using System.IO; namespace Scada.Admin.Project { /// <summary> /// Represents the Server application. /// <para>Представляет приложение Сервер.</para> /// </summary> public class ServerApp : ScadaApp { /// <summary> /// Initializes a new instance of the class. ...
{ "content_hash": "f870cda13ce301220da73bb827ed6988", "timestamp": "", "source": "github", "line_count": 113, "max_line_length": 81, "avg_line_length": 26.530973451327434, "alnum_prop": 0.49933288859239494, "repo_name": "RapidScada/scada", "id": "2579258a4633b17e31bde222ffff834ff53ff510", "size": "3...
<!DOCTYPE html> <!-- | Generated by Apache Maven Doxia at 2014-04-11 | Rendered using Apache Maven Fluido Skin 1.3.1 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta nam...
{ "content_hash": "cc089d54ceba46aa8d1c31123299c42b", "timestamp": "", "source": "github", "line_count": 595, "max_line_length": 324, "avg_line_length": 44.23025210084034, "alnum_prop": 0.6015503286848805, "repo_name": "play2-maven-plugin/play2-maven-plugin.github.io", "id": "a45fbea7cb3fcc3372593dc87...
layout: post comments: true title: "Método de la Secante" desc: "Entrada de prueba de mi blog" keywords: "code,scilab,matlab" date: 2013-11-06 categories: [Code] tags: [blog] icon: fa-code --- <style type="text/css"> .gist {width:650px !important;} .gist-file .gist-data {max-height: 650px;overflow: auto;max-widt...
{ "content_hash": "716713e57416da809a3cc0005fc68ccd", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 720, "avg_line_length": 59.04545454545455, "alnum_prop": 0.7378752886836027, "repo_name": "jdelacruz26/jdelacruz26.github.io", "id": "2efc78e6eb1a3fc01fc7832f217f5f6cea400c2b...
source ../jmm.sh data=$(jmm list $JMMPATH/src/github/com/jminusminus/jmmrecursiveimport) if [[ "$data" == *"github.com/jminusminus/jmmrecursiveimport"* ]]; then echo "" else echo "Test did not execute." exit 1 fi data=$(jmm list $JMMPATH/src/github/com/jminusminus/jmminstall/BuildClass.java) if [[ "$data" == *"githu...
{ "content_hash": "e67cfa0d1e20d5199056d77babe5dd8b", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 79, "avg_line_length": 26.375, "alnum_prop": 0.7109004739336493, "repo_name": "jminusminus/jmm", "id": "dcb31780b6f7c8637fc424b6a491c89d848488da", "size": "565", "binary"...
<script> var app = {}; app.User = Backbone.Tastypie.Model.extend({ urlRoot : "/api/v1/user/", idAttribute : "id", url : function() { if(this.get("id") == undefined) { return this.urlRoot; } else { return this.urlRoot + this.get("id") + "/"; } }, }); app...
{ "content_hash": "69677574c6c98c12b44c7710e10284e6", "timestamp": "", "source": "github", "line_count": 1154, "max_line_length": 164, "avg_line_length": 28.457538994800693, "alnum_prop": 0.5262180267965896, "repo_name": "Makeystreet/makeystreet", "id": "9d71276856be4de10b9a67c8490d1da719a545a9", "s...
/** * Create a cookie with the given name and value and other optional parameters. * * @example $.cookie('the_cookie', 'the_value'); * @desc Set the value of a cookie. * @example $.cookie('the_cookie', 'the_value', { expires: 7, path: '/', domain: 'jquery.com', secure: true }); * @desc Create a cookie with al...
{ "content_hash": "2f0a1a83056d05a95b7f535bf79a982f", "timestamp": "", "source": "github", "line_count": 88, "max_line_length": 122, "avg_line_length": 46.25, "alnum_prop": 0.5948402948402949, "repo_name": "SPDEVGUY/CALI-AI", "id": "aee624803dc8c798ac4e945fed1f50b530cc45d9", "size": "4292", "binar...
/*********************************************************************** created: 18/8/2011 author: Martin Preisler purpose: Implements the Element class *************************************************************************/ /*******************************************************************...
{ "content_hash": "9cda56758bf0e9c1e625d872802e033e", "timestamp": "", "source": "github", "line_count": 751, "max_line_length": 145, "avg_line_length": 33.50732356857523, "alnum_prop": 0.5512637100619934, "repo_name": "ruleless/CEGUI", "id": "8f127743ab55cd3d0eac24d35e110d012266d29f", "size": "2516...
package cz.cuni.mff.d3s.deeco.analysis.entities; import com.google.common.base.Optional; import cz.cuni.mff.d3s.deeco.analysis.core.DifferentialEquations; import cz.cuni.mff.d3s.deeco.analysis.core.ErrorReporter; import cz.cuni.mff.d3s.deeco.analysis.def.FuncWithEquationSet; import cz.cuni.mff.d3s.deeco.analysis.inte...
{ "content_hash": "41ea5e95d2a3fcca4979c173b5d781be", "timestamp": "", "source": "github", "line_count": 96, "max_line_length": 97, "avg_line_length": 41.729166666666664, "alnum_prop": 0.7830753869196205, "repo_name": "CodePhill/DEECo-Timing-Analysis", "id": "5d1d7b9d16d7f0e42a58a26baf65d949ecb674c5",...
<?php namespace yii\widgets; use Yii; use yii\base\Widget; use yii\base\Model; use yii\helpers\Url; use yii\helpers\Html; use yii\helpers\Json; use yii\web\JsExpression; /** * ActiveForm ... * * @author Qiang Xue <qiang.xue@gmail.com> * @since 2.0 */ class ActiveForm extends Widget { /** * @param arra...
{ "content_hash": "c96e78e39900787547110c084d4eb77c", "timestamp": "", "source": "github", "line_count": 394, "max_line_length": 155, "avg_line_length": 36.796954314720814, "alnum_prop": 0.6105669747551387, "repo_name": "alsotang/Graduation-Project", "id": "c0381b35e3bf31a001da44f92497c9c7bb6604c0", ...
import { Router } from 'express'; import { getDiaperTypes } from './diaperTypesSqlite'; const router = new Router(); router.get('/', async (req, res, next) => { try { res.json(await getDiaperTypes()); } catch (err) { next(err.message); } }); export default router;
{ "content_hash": "5e6450f41c94de849f0040a8772adb4d", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 53, "avg_line_length": 18.866666666666667, "alnum_prop": 0.6289752650176679, "repo_name": "hourliert/diaper-project", "id": "af3e53c0fec92c666c2bcc9cc0670f1588005f7c", "siz...
// Copyright 1999-2000 // Association for Universities for Research in Astronomy, Inc., // Observatory Control System, Gemini Telescopes Project. // See the file LICENSE for complete details. // // $Id: ObservationNI.java 46768 2012-07-16 18:58:53Z rnorris $ // package edu.gemini.spModel.gemini.init; import edu.gemin...
{ "content_hash": "8b06e6c1819cc5696e8c6ab200c4a617", "timestamp": "", "source": "github", "line_count": 182, "max_line_length": 106, "avg_line_length": 38.51648351648352, "alnum_prop": 0.651925820256776, "repo_name": "arturog8m/ocs", "id": "3f9238569e0d0fa6b39ffc181bd6a24455ac14a2", "size": "7010",...
package de.interseroh.report.domain; /** * @author Ingo Düppe (Crowdcode) */ public class SelectionOption { private String displayName; private String value; public String getDisplayName() { return displayName; } public void setDisplayName(String displayName) { this.displayName = display...
{ "content_hash": "ce7cf5dfae60d377e90fc278da45d24b", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 67, "avg_line_length": 19.24590163934426, "alnum_prop": 0.6337308347529813, "repo_name": "interseroh/report-cockpit-birt-web", "id": "c8fbc8c97bf597a31e7af5f0fd52b8c24558671b...
.class interface abstract Lorg/simpleframework/xml/core/Expression; .super Ljava/lang/Object; .source "Expression.java" # interfaces .implements Ljava/lang/Iterable; # annotations .annotation system Ldalvik/annotation/Signature; value = { "Ljava/lang/Object;", "Ljava/lang/Iterable", "<", ...
{ "content_hash": "bc39d1f08e774bfd3f304abdb627fce0", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 76, "avg_line_length": 21.728813559322035, "alnum_prop": 0.7527301092043682, "repo_name": "BatMan-Rom/ModdedFiles", "id": "bce93962e984c8dce8d677882b55972b1c6c47b5", "size"...
<!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License")...
{ "content_hash": "003062794df10c4730c0644ead650283", "timestamp": "", "source": "github", "line_count": 154, "max_line_length": 186, "avg_line_length": 32.201298701298704, "alnum_prop": 0.5472877596289575, "repo_name": "apache/axis2-java", "id": "0d192116860d3cab46b15ff9078247d3c16fedc0", "size": "...
<?php require_once (__DIR__ . '/Curl.class.php'); /** * Class Curl - wrapper under cURL functions * * Has a simple interface and supports external caching */ class FtpCurl extends Curl { } // EOF
{ "content_hash": "dd650fa033fd1703ba0e92013c105051", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 55, "avg_line_length": 14.5, "alnum_prop": 0.6600985221674877, "repo_name": "1099511627776/altocms", "id": "5b587666d5c90d1f6cf1d65942fd961993387e7a", "size": "778", "bin...
layout: page title: "APPM 8400: Mathematical Biology Seminar Statistics" comments: true description: "blanks" keywords: "APPM,8400,CU,Boulder" --- <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script src="https://dl.dropboxusercontent.com/s/pc42nxpaw1ea4o9/highcharts.j...
{ "content_hash": "a0166121675a49d1b365b00e2acfd35b", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 171, "avg_line_length": 30.23076923076923, "alnum_prop": 0.6590330788804071, "repo_name": "nikhilrajaram/nikhilrajaram.github.io", "id": "e13cedab92893ad06bebb91f2639b8944e6c...
1rm.js === [![Greenkeeper badge](https://badges.greenkeeper.io/bendrucker/1rm.js.svg)](https://greenkeeper.io/) Estimate one rep maximum lifts in JS using a variety of formulas ## Setup ```bash $ npm install 1rm ``` ```js var rm = require('1rm'); ``` ## Formulas * `epley`: [Epley](http://en.wikipedia.org/wiki/One-r...
{ "content_hash": "5d2fb03dd48ade43b97342f40c56be20", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 193, "avg_line_length": 34.794117647058826, "alnum_prop": 0.7049873203719358, "repo_name": "bendrucker/1rm.js", "id": "b9798a0aa33a4180806d8528b50591d94ee82017", "size": "1...
<?php namespace RectorPrefix20210615\Symfony\Component\Console\Question; use RectorPrefix20210615\Symfony\Component\Console\Exception\InvalidArgumentException; /** * Represents a choice question. * * @author Fabien Potencier <fabien@symfony.com> */ class ChoiceQuestion extends \RectorPrefix20210615\Symfony\Compo...
{ "content_hash": "cc76dc4d9c5e822a700cf872333da716", "timestamp": "", "source": "github", "line_count": 150, "max_line_length": 219, "avg_line_length": 33.846666666666664, "alnum_prop": 0.5387039590309238, "repo_name": "RectorPHP/Rector", "id": "710f53f0f85cdc79622be0593b8cef429bbf7f4e", "size": "5...
namespace NRepository.Core.Events { public interface IRepositoryQueryEventHandler { void RaiseEvent<T>(T evnt) where T : class, IRepositoryQueryEvent; } }
{ "content_hash": "224e678c1402013a08ab3c9434af2ca3", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 74, "avg_line_length": 24.857142857142858, "alnum_prop": 0.7183908045977011, "repo_name": "j-kelly/NRepository.Core", "id": "1429f3b39c9649c3bc682ae7e064eb1d2ed1f2bc", "size...
#include <genconfig.h> #include <stdio.h> #include "rhodes/JNIRhodes.h" #include "rhodes/JNIRhoRuby.h" #include <common/rhoparams.h> #include <common/map/MapEngine.h> #include <common/map/BaseMapEngine.h> #include <android/log.h> #undef DEFAULT_LOGCATEGORY #define DEFAULT_LOGCATEGORY "AndroidMapEngine" #define R...
{ "content_hash": "ac617cec77ce168b8f55c3dbf3022ca3", "timestamp": "", "source": "github", "line_count": 1030, "max_line_length": 193, "avg_line_length": 30.313592233009707, "alnum_prop": 0.6670082951670243, "repo_name": "tauplatform/tau", "id": "0f748cf2cb88cbc3c0c304dcf87eadb54e7bbd90", "size": "3...
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent"> <ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder" xmlns:g="urn:import:com.google.gwt.user.client.ui" xmlns:c="urn:import:com.google.gwt.user.cellview.client" xmlns:b="urn:import:org.gwtbootstrap3.client.ui" xmlns:t="urn:import:org.sagebione...
{ "content_hash": "d97407e23e9ce1ac33479d5a99933fd8", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 113, "avg_line_length": 42.6530612244898, "alnum_prop": 0.7138755980861244, "repo_name": "jay-hodgson/SynapseWebClient", "id": "8c21f255a42a288fe73629e67e0b4da2bde09783", "...
use test::{A}; //~ ERROR braces around A is unnecessary mod test { pub struct A; } fn main() {}
{ "content_hash": "ce8661b5a5e00d45c2dffb6f8bbb7012", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 55, "avg_line_length": 14.571428571428571, "alnum_prop": 0.6078431372549019, "repo_name": "P1start/rust", "id": "c44918d9879d81113153ce876f575ed91ccddc35", "size": "653", ...
<!-- Modal --> <div class="modal-dialog modal-sm"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">&times;</button> <h4 class="modal-title">{{title}}</h4> </div> <div class="modal-body"> <p>{{body}}</p> ...
{ "content_hash": "573714288f8a73c3655317a978d499cb", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 112, "avg_line_length": 34.526315789473685, "alnum_prop": 0.5503048780487805, "repo_name": "ygd182/eye_exercises", "id": "5e71d7ac5ab091ca1751f3cc3601b8410b8747a6", "size":...
[![CI Status](http://img.shields.io/travis/priyanka16/RPChatUI.svg?style=flat)](https://travis-ci.org/priyanka16/RPChatUI) [![Version](https://img.shields.io/cocoapods/v/RPChatUI.svg?style=flat)](http://cocoapods.org/pods/RPChatUI) [![License](https://img.shields.io/cocoapods/l/RPChatUI.svg?style=flat)](http://cocoapod...
{ "content_hash": "c7ccd8dd9e850cf896793a7aa150b965", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 122, "avg_line_length": 33.2962962962963, "alnum_prop": 0.7519466073414905, "repo_name": "priyanka16/RPChatUI", "id": "0150b9f4f0932e1a0866d8bb90065cfeabcad1f9", "size": "9...
 using DILibrary.DependencyInjection; using KNetFramework.Configuration.Base; using KNetFramework.Configuration.Core; using KNetFramework.Configuration.Helpers; using KNetFramework.Database.Context; using KNetFramework.Database.Model.KNet.Server; using KNetFramework.Enums; using KNetFramework.Events; using KNetFramew...
{ "content_hash": "d3d3d08eaacab0f898b4792c238c9060", "timestamp": "", "source": "github", "line_count": 284, "max_line_length": 111, "avg_line_length": 27.06338028169014, "alnum_prop": 0.7211813687223523, "repo_name": "Kahath/Framework", "id": "9bfbe11203d0f33a59ee7a1bba8c8db17c676ffa", "size": "77...
package require import ( "time" "github.com/stretchr/testify/assert" ) type TestingT interface { Errorf(format string, args ...interface{}) FailNow() } // Fail reports a failure through func FailNow(t TestingT, failureMessage string, msgAndArgs ...interface{}) { assert.Fail(t, failureMessage, msgAndArgs...) t...
{ "content_hash": "552f9e69c9a478a60a909186185f28b2", "timestamp": "", "source": "github", "line_count": 285, "max_line_length": 116, "avg_line_length": 31.364912280701756, "alnum_prop": 0.6850878174292426, "repo_name": "Fiery/testify", "id": "9e3e2e5a2de6834c3b877204d31a4e1ec5070065", "size": "8939...
'use strict' const Joi = require('joi') module.exports = { enable_force_variation: Joi.boolean(), exclude_disabled_experiments: Joi.boolean(), exclude_names: Joi.boolean(), include_jquery: Joi.boolean(), ip_anonymization: Joi.boolean(), ip_filter: Joi.string().max(1500), library: Joi.valid('jquery-1.11....
{ "content_hash": "8b0d58c35617199d673b09a1c28b22ba", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 115, "avg_line_length": 31.357142857142858, "alnum_prop": 0.6810933940774487, "repo_name": "yjimk/optimizely-x-node", "id": "0491f73a38a292cb55bf14147201486086c06d8d", "siz...
<menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:id="@+id/route_provider" android:actionProviderClass="com.commonsware.cwac.mediarouter.app.MediaRouteActionProvider" android:showAsAction="always" android:title="@string/route_provider_title"/> </menu>
{ "content_hash": "1f43edc0da319b0024711f208eed104b", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 93, "avg_line_length": 32.44444444444444, "alnum_prop": 0.7705479452054794, "repo_name": "commonsguy/cwac-mediarouter", "id": "f27d478cabd0aa399e8deae78ba489eb86ac243f", "si...
using System; using System.Collections.Generic; using Herobook.Data.Entities; namespace Herobook.Data { public interface IDatabase { IEnumerable<Profile> ListProfiles(); int CountProfiles(); void CreateProfile(Profile profile); Profile FindProfile(string username); IEnumera...
{ "content_hash": "ed406dcda5a5fde3b47e160dd9ad2ff8", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 66, "avg_line_length": 36.67857142857143, "alnum_prop": 0.6991236611489776, "repo_name": "dylanbeattie/SDP2017", "id": "70bc4a7e54606eea1f057a3d14788eba901ce63b", "size": "...
{% extends "master.html" %} {% set active_page = "configs" %} {% set run = runlist.getRun(runId) %} {% block moresidebar %} <ul> <li> <a href="#configSummary">Config Summary</a></li> <li><a href="#configDetails">Config Details</a></li> </ul> {% endblock %} {% block content %} <p> <h2><a name="configSummary">OpSim ...
{ "content_hash": "8b0d3ecfb9b3cf62505da4b6df794622", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 94, "avg_line_length": 23.5, "alnum_prop": 0.648936170212766, "repo_name": "nanchenchen/lsst-comaf", "id": "ce115dc492614bb121e4d7b845f6ea059c01f9ee", "size": "658", "bin...
<!doctype html> <html> <title>LIBRARY </title> <head> <link rel="stylesheet" href="index2.css"> <link rel="stylesheet" href="css/bootstrap.css"> </head> <body> <form> <br> <div class="search" align="right"><input id="mysearch" type="search" placeholder="USN #"/> <button type="button" class="btn btn-primary">Search</b...
{ "content_hash": "eb85b7da864bb7f964aa3a297993c467", "timestamp": "", "source": "github", "line_count": 118, "max_line_length": 109, "avg_line_length": 26.728813559322035, "alnum_prop": 0.6227013316423589, "repo_name": "zhacky/studentclearance", "id": "96cf440ae6127e950a9de6b07995a8cd1956db1b", "si...
<?php declare(strict_types=1); namespace Coduo\PHPHumanizer\DateTime; use Coduo\PHPHumanizer\CollectionHumanizer; use Symfony\Contracts\Translation\TranslatorInterface; final class PreciseFormatter { private TranslatorInterface $translator; public function __construct(TranslatorInterface $translator) ...
{ "content_hash": "d06b478972e1aeeb1bd78225438b0003", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 99, "avg_line_length": 27.45614035087719, "alnum_prop": 0.549520766773163, "repo_name": "coduo/php-humanizer", "id": "7ea5f64bf9723f8147114ab248f8b842209d2333", "size": "17...
<?xml version="1.0" encoding="UTF-8"?> <?relations relSet="Martin1992" lexURL="jar:file:/home/lisa/Arbeit/Conano-Distrib/conano.jar!/de/uni_potsdam/ling/coli/resources/ConnectorLexicon.xml"?> <discourse> Ä(E)hrenvoll <unit type="ext" id="2"> <unit type="ext" id="1">Während der vergangenen Monate - </u...
{ "content_hash": "382ca108e8395865c25df7f9239ed31d", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 152, "avg_line_length": 46.703125, "alnum_prop": 0.5988624958179993, "repo_name": "arne-cl/discoursegraphs", "id": "b9a541e1b9f575f14d67915292782c5b383325da", "size": "3008...
import java.util.Arrays; import java.util.Comparator; import java.util.List; public class Main { public static String test(List<String> strings, Comparator<String> cmp) { boolean seen = false; String best = null; for (String string : strings) { if (!seen || cmp.compare(string, best) < 0) ...
{ "content_hash": "8a5c650890a508efb74aa582fb5c9a7f", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 112, "avg_line_length": 31, "alnum_prop": 0.6099706744868035, "repo_name": "youdonghai/intellij-community", "id": "1011193be70ed37374854aaa3a80c2340774fddb", "size": "730",...
package demoapp.dom.types.javautil.javautildate.holder; import org.apache.causeway.applib.annotation.Action; import org.apache.causeway.applib.annotation.SemanticsOf; import lombok.RequiredArgsConstructor; //tag::class[] @Action(semantics = SemanticsOf.SAFE) @RequiredArgsConstructor public class JavaUtilDateHolder...
{ "content_hash": "67a133defebe391deed120f7f04fb7b4", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 57, "avg_line_length": 22.227272727272727, "alnum_prop": 0.7750511247443763, "repo_name": "apache/isis", "id": "35bf5a7036fa9e5d24bb3b9f0c096dfc188fda6c", "size": "1314", ...
package com.goldtek.algorithm; public class Cost { private final RelationKey mKey; private final double mDistance; public Cost(int fromID, int toID, double dis) { mKey = RelationKey.newKey(String.valueOf(fromID), String.valueOf(toID)); mDistance = dis; } public Cost(String...
{ "content_hash": "bfb5dda551506ab15bbf4b5b1cf2b9d7", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 80, "avg_line_length": 26.95, "alnum_prop": 0.634508348794063, "repo_name": "terryturner/VRPinGMapFx", "id": "42180e5308f697f980e8a60b1af4cab3cf39a0c6", "size": "539", "b...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <title>Uses of Class org.deidentifier.arx.framework.check.history.MRUCacheEntryMetadata (ARX Developer Documentation)</title> <link rel="stylesheet" type="text/css" href="...
{ "content_hash": "4c5fc24f60a9da4e86b6bd8bec579aa3", "timestamp": "", "source": "github", "line_count": 113, "max_line_length": 195, "avg_line_length": 40.64601769911504, "alnum_prop": 0.6085347267581102, "repo_name": "kentoa/arx", "id": "3c3dead7b6d0fa285292063598621f9f6b7b9407", "size": "4593", ...
<?php require_once('php/config.php'); checkPage(); ?> <?php if (isset($_POST['butSearch'])){ $comment = isset($_POST['searchText']) ? $_POST['searchText'] : ''; $comment=str_replace(" ", '+',$comment); header('Location: '.'search?q='.$comment); } if (isset($_POST['butSubscribe'])){ $emailS...
{ "content_hash": "00d437d703798c8102eda2074f5573d0", "timestamp": "", "source": "github", "line_count": 298, "max_line_length": 435, "avg_line_length": 43.399328859060404, "alnum_prop": 0.5349106935745767, "repo_name": "Moudoux/OpenTexonBlogger", "id": "ea3d3bc70e87602e85dc6fe53660f7ecb4c0caf4", "s...
using System.ComponentModel.DataAnnotations; using System.Globalization; using Microsoft.AspNetCore.Mvc.ModelBinding.Validation; using Microsoft.Extensions.Localization; namespace Microsoft.AspNetCore.Mvc.DataAnnotations; internal sealed class StringLengthAttributeAdapter : AttributeAdapterBase<StringLengthAttribute>...
{ "content_hash": "6f82e6187414c1812046d06c47b2b779", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 107, "avg_line_length": 33.125, "alnum_prop": 0.6873315363881402, "repo_name": "aspnet/AspNetCore", "id": "554425ae0c022b0224eb03baafc769d264457d3b", "size": "1993", "bin...
#import "WXUtility.h" #import "WXLog.h" #import "WXSDKEngine.h" #import "WXAppConfiguration.h" #import "WXThreadSafeMutableDictionary.h" #import "WXRuleManager.h" #import "WXSDKEngine.h" #import "WXConvert.h" #import "WXResourceRequest.h" #import "WXResourceLoader.h" #import <objc/runtime.h> #import <objc/message.h> ...
{ "content_hash": "17f6e1c63e2c60e62ebbb62134710d6a", "timestamp": "", "source": "github", "line_count": 944, "max_line_length": 199, "avg_line_length": 36.15148305084746, "alnum_prop": 0.6253406393764468, "repo_name": "leoward/incubator-weex", "id": "621cf68144052630975063ff17c8da01ecd63896", "size...
from matplotlib.ticker import MultipleLocator from pylab import * from data_helper import get_two_stock_data d1, p1, d2, p2 = get_two_stock_data() ax = subplot(111) lines = plot(d1, p1, 'bs', d2, p2, 'go') xlabel('Days') ylabel('Normalized price') xlim(0, 3) ax.xaxis.set_major_locator(MultipleLocator(1)) title('INTC...
{ "content_hash": "131aba416418b563dc2a85461bda8a79", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 46, "avg_line_length": 22.823529411764707, "alnum_prop": 0.6984536082474226, "repo_name": "sniemi/SamPy", "id": "5623801d3a03410d961f4756fe65bc67c31c880c", "size": "411", ...
--- uid: SolidEdgeFrameworkSupport.BoltHoleCircle.AddMember(System.Object,System.Int32) summary: remarks: syntax: parameters: - id: Object description: Specifies the object to add to the bolt hole circle. - id: Object_Keypoint_Index description: Specifies the keypoint index of the object. ---...
{ "content_hash": "1be18e183dc6d5415e06fc8eee5a9104", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 83, "avg_line_length": 29.181818181818183, "alnum_prop": 0.7258566978193146, "repo_name": "SolidEdgeCommunity/docs", "id": "8a08a596d2a757a280f609b9f778f1b794d28fff", "size...
package org.axonframework.messaging.deadletter; import org.axonframework.messaging.Message; import java.util.Optional; /** * An {@link EnqueueDecision} stating a {@link DeadLetter dead letter} should not be enqueued. * * @param <M> An implementation of {@link Message} contained in the {@link DeadLetter dead let...
{ "content_hash": "86542a167508756764cdfd04c7f03dba", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 118, "avg_line_length": 23.21875, "alnum_prop": 0.6837146702557201, "repo_name": "AxonFramework/AxonFramework", "id": "14d9acf160fd90e0e76cbfeed218157f3325dd07", "size": "1...
package ch.zhaw.facerecognition.SVMLib; import java.util.concurrent.ThreadFactory; /** * Make worker threads as daemon thread. When the main thread exits, the worker * threads will exit too. Otherwise, the program will hang when the main * thread finishes. * * @author Haifeng Li */ class SimpleDeamonThreadFac...
{ "content_hash": "162e7011fd5abb721bbe5e3d9da3f901", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 79, "avg_line_length": 23.25, "alnum_prop": 0.7290322580645161, "repo_name": "Bin2015/ProjectBin", "id": "f42f29b85545b5f0e90b7f352ba477a7e95d3934", "size": "1218", "bina...
package org.incode.module.commchannel.integtests.postaladdress; import java.util.SortedSet; import javax.inject.Inject; import com.google.common.eventbus.Subscribe; import org.junit.Before; import org.junit.Test; import org.apache.isis.applib.AbstractSubscriber; import org.apache.isis.applib.annotation.DomainServ...
{ "content_hash": "7ce35fe9c2a8e1eb827f0a390f51922b", "timestamp": "", "source": "github", "line_count": 104, "max_line_length": 123, "avg_line_length": 35.90384615384615, "alnum_prop": 0.723888591322978, "repo_name": "incodehq/incode-module-commchannel", "id": "f16569346cfbbe7aad7993036467c4828054e03...
#ifndef KERN_SYSCALL_H #define KERN_SYSCALL_H /* syscalls will have sys_ as its prefix, some of them will be fake. */ #define sys_none 0 #define sys_exit 1 /* #define sys_fork 2 */ #define sys_read 3 #define sys_write 4 #define sys_open 5 #define sys_close 6 #define sys_wait4 7 /* #define sys_link...
{ "content_hash": "891f4468fa140afa997f63cd9fe32193", "timestamp": "", "source": "github", "line_count": 219, "max_line_length": 71, "avg_line_length": 25.63013698630137, "alnum_prop": 0.736326385177267, "repo_name": "AugustusHuang/uxxx", "id": "443102532a2df3a7b3a15ed3bce01c4ec2c7d433", "size": "56...
package com.webfirmframework.wffweb.tag.html.html5.attribute; import com.webfirmframework.wffweb.tag.html.attribute.AttributeNameConstants; import com.webfirmframework.wffweb.tag.html.attribute.core.AbstractAttribute; import com.webfirmframework.wffweb.tag.html.attribute.core.PreIndexedAttributeName; import com.webfi...
{ "content_hash": "8c2ad0eaf5e3b239bc00236515924f76", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 95, "avg_line_length": 27, "alnum_prop": 0.6820987654320988, "repo_name": "webfirmframework/wff", "id": "3e139e67a8df083058cf86eb75c5828155ac5b4e", "size": "2565", "binar...
// // PlainEmailResultParser.m // ZXing // // Created by Christian Brunschen on 28/07/2008. #import "PlainEmailResultParser.h" #import "EmailParsedResult.h" @implementation PlainEmailResultParser + (ParsedResult *)parsedResultForString:(NSString *)s { if ([EmailParsedResult looksLikeAnEmailAddress:s]) { Em...
{ "content_hash": "76f014f93fbf194f4f9d48b151e1da4e", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 79, "avg_line_length": 20.954545454545453, "alnum_prop": 0.7266811279826464, "repo_name": "kragen/zxing", "id": "0f0a226ed4e7870243d823b0b2c505bdfee0abe4", "size": "1058", ...
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 2.0.10 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * -----------------------...
{ "content_hash": "00a3447fe32c50b76e24d30466f71902", "timestamp": "", "source": "github", "line_count": 129, "max_line_length": 370, "avg_line_length": 42.12403100775194, "alnum_prop": 0.7313213102686786, "repo_name": "domix/libgdx", "id": "266debc25e961ee28840ae5ee2a2bbc8d25f97ad", "size": "5434",...
RxWifi ========== This library has been built in order to help us in retrieving the different networks in range of the device providing the result as an `Observable` instead of relying on usual Android's `Receiver` paradigm. **RxWifi is now available on Android-Arsenal** [![Android Arsenal](https://img.shields.io/ba...
{ "content_hash": "7f98b485643c84bb3336fe0153f0757a", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 140, "avg_line_length": 27.41176470588235, "alnum_prop": 0.7223175965665236, "repo_name": "Ennova-IT/RxWifi", "id": "909da6420e48ffb7a9c05026af4d0020671a2f8a", "size": "233...
Lists all characters included in this API key. * __Path:__ ``/account/Characters.xml.aspx`` * __Cache timer:__ 1 hour * __Access mask:__ 0 * __Parameters:__ none ### Sample Response ```xml <result> <rowset name="characters" key="characterID" columns="name,characterID,corporationName,corporationID,allianceID,al...
{ "content_hash": "b32eefd150e31b029e6efe39cc30bb97", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 180, "avg_line_length": 30.197183098591548, "alnum_prop": 0.5158582089552238, "repo_name": "Regner/eveonline-third-party-documentation", "id": "7c4a95e993897e7652041e3c0dcd92...
package main import ( "github.com/bryanl/docli" "github.com/codegangsta/cli" ) func dropletActionCommands() cli.Command { return cli.Command{ Name: "droplet-action", Usage: "droplet action commands", Subcommands: []cli.Command{ dropletChangeKernel(), dropletDisableBackups(), dropletEnableIPv6(), ...
{ "content_hash": "061e4d1fc76e4fb94740b548eb649b54", "timestamp": "", "source": "github", "line_count": 243, "max_line_length": 94, "avg_line_length": 21.11934156378601, "alnum_prop": 0.6648480124707716, "repo_name": "aybabtme/doit", "id": "60291985314e97c40730080e91c849f30a27ac18", "size": "5132",...
<?php /** * Zend_XmlRpc_Value */ require_once 'Zend/XmlRpc/Value.php'; /** * Zend_XmlRpc_Exception */ require_once 'Zend/XmlRpc/Exception.php'; /** * XMLRPC Faults * * Container for XMLRPC faults, containing both a code and a message; * additionally, has methods for determining if an XML response is an XML...
{ "content_hash": "849154f6e2b35c40aa548c7060bd1906", "timestamp": "", "source": "github", "line_count": 290, "max_line_length": 104, "avg_line_length": 25.5, "alnum_prop": 0.5360378634212306, "repo_name": "KDVS/radio-library", "id": "949ec5a57f5bdc53876a516e71f75c5c2514c917", "size": "8130", "bin...
.class final Lo/aj$ˀ; .super Lo/ah; # annotations .annotation system Ldalvik/annotation/EnclosingClass; value = Lo/aj; .end annotation .annotation system Ldalvik/annotation/InnerClass; accessFlags = 0x18 name = "\u02c0" .end annotation # instance fields .field private final ˊ:Lo/ᒯ$ˋ; .annotation sy...
{ "content_hash": "0ae06e66ae5b36f3173c819f9c740a30", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 94, "avg_line_length": 21.28125, "alnum_prop": 0.6431718061674009, "repo_name": "gelldur/jak_oni_to_robia_prezentacja", "id": "d931f20ba375e07153017e2bb2feabd2fef59f9e", "s...
"""Implementation of :class:`ModularInteger` class. """ class ModularInteger(object): """A class representing an modular integers. """ mod, dom, sym = None, None, None __slots__ = ['val'] def __init__(self, val): self.val = val % self.mod def __hash__(self): return hash((self.va...
{ "content_hash": "03cbdd1fa435a0d6c0236f06fa9c4345", "timestamp": "", "source": "github", "line_count": 88, "max_line_length": 78, "avg_line_length": 25.318181818181817, "alnum_prop": 0.533213644524237, "repo_name": "pernici/sympy", "id": "9a85713b9f99bb0a73d859752bb72e498b8d3cf9", "size": "2228", ...
framework制作2 http://blog.csdn.net/yohunl/article/details/47982949
{ "content_hash": "03c917fed510978d8291ae437bb89508", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 52, "avg_line_length": 22.333333333333332, "alnum_prop": 0.8208955223880597, "repo_name": "chenchangqing/frameworkMake2", "id": "3162c67ed9b4665b485925d493b06551095cb0ae", "...
<?php /* *--------------------------------------------------------------- * UI configuration *--------------------------------------------------------------- */ return array( /* * Form configurations */ 'form' => array( // You can disable the builder this means // Form will generate simple HTML and...
{ "content_hash": "66ed97d0cec2f3cb7b8a2d936149c37d", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 65, "avg_line_length": 21.974358974358974, "alnum_prop": 0.5134189031505251, "repo_name": "ClanCats/Core", "id": "0b166454a450aa9f16570c9b7f602e95cf21355c", "size": "857", ...
// ================================================================================================= // Copyright 2012 Twitter, Inc. // ------------------------------------------------------------------------------------------------- // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use ...
{ "content_hash": "bf99217700ace0edcb56b7cddfc7b0f0", "timestamp": "", "source": "github", "line_count": 249, "max_line_length": 100, "avg_line_length": 37.558232931726906, "alnum_prop": 0.7148203592814372, "repo_name": "imsut/commons", "id": "fb4d35e31892d4281b39bde3098d05b53a573f3c", "size": "9352...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ccs: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="...
{ "content_hash": "a737d9ee90bec444a90a40e09f351d70", "timestamp": "", "source": "github", "line_count": 168, "max_line_length": 251, "avg_line_length": 42.535714285714285, "alnum_prop": 0.5523369717324377, "repo_name": "coq-bench/coq-bench.github.io", "id": "c887430d3a5d2b2b781b065f3fa416254c77f4e7",...
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout 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_height="match_parent" android:paddin...
{ "content_hash": "d1dffd33b2c9c1a4e88d0bc012402279", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 74, "avg_line_length": 47.86666666666667, "alnum_prop": 0.7479108635097493, "repo_name": "pretizy/activity-tracker", "id": "7c03ba8c98a01df98e1080daa603eb52df0ffcd3", "size...
<dc:language>en-US</dc:language> <dc:creator opf:file-as="Supreme Court of the United States" opf:role="aut">Supreme Court of the United States</dc:creator> <dc:publisher>Supreme Court of the United States republished via Cornell Internet Law</dc:publisher> <dc:rights>Creative Commons</dc:rights> <dc:title>GRAY v. MARY...
{ "content_hash": "fd1546b503a963f2125e57cd38757cb1", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 123, "avg_line_length": 67.2, "alnum_prop": 0.7738095238095238, "repo_name": "riordan/judiciary_ebooks", "id": "b29e5897c3ff8ce0e1a87a883ea1ea84d6db7e5c", "size": "336", "...
import { mergeData } from 'vue-functional-data-merge' import { scrollTargetIntoView } from '~/utils' // --- Utility methods --- // Convert local links to router push or scroll target into view const linkToRouter = event => { if (!event || event.type !== 'click') { return } const $target = event.target && ev...
{ "content_hash": "4499f1a7102a96f182685e921c516139", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 95, "avg_line_length": 26.3, "alnum_prop": 0.5822922324823465, "repo_name": "bootstrap-vue/bootstrap-vue", "id": "0c3901e4c1c48f806e38d8bba0cbe348c31301b4", "size": "1841",...
require_relative '../spec_helper' describe PermalinksController do context "index action" do before { get :index } it 'should render index template' do response.should render_template "index" end it 'should create a new empty permalink' do assigns[:permalink].url.should be_nil end ...
{ "content_hash": "ddca423eb15c97895d6700f208682f75", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 77, "avg_line_length": 25.533333333333335, "alnum_prop": 0.652088772845953, "repo_name": "maksar/shortener", "id": "d7686f5e63496c72d5633e9743d813fd0fe169e7", "size": "1532...
/* This file is part of the WebKit open source project. This file has been generated by generate-bindings.pl. DO NOT MODIFY! This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation...
{ "content_hash": "840a10c468c370bfb72b48bc0733a4f2", "timestamp": "", "source": "github", "line_count": 317, "max_line_length": 287, "avg_line_length": 49.80441640378549, "alnum_prop": 0.7444261464403344, "repo_name": "leighpauls/k2cro4", "id": "2532f1e6814968ee36a179b9b07a504a4f5de13a", "size": "1...
module Bot::DiscordEvents module Ready extend Discordrb::EventContainer ready do |event| event.bot.game = Bot::CONFIG.game end end end
{ "content_hash": "76da8c7d29e89faa58f18028ea1dc9d2", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 39, "avg_line_length": 19.625, "alnum_prop": 0.6878980891719745, "repo_name": "berlack/ThatcherBot", "id": "b9970dec99a475dcc479f91e4f514fab85d1c0ac", "size": "157", "bina...
require 'simple_oauth' require 'forcefield/middleware'
{ "content_hash": "f872d27322fca5ab9a359d6a72880532", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 31, "avg_line_length": 27.5, "alnum_prop": 0.8181818181818182, "repo_name": "tonywok/forcefield", "id": "caa696d973837174c5098d68d0e02c66ad8ab598", "size": "55", "binary":...
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:context="http://www.springframework.org/schema/context" xmlns:p="http://www.springframework.or...
{ "content_hash": "56bad6bbccf5d11f7492fd35c15d20c8", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 217, "avg_line_length": 67, "alnum_prop": 0.7263681592039801, "repo_name": "consulo/consulo-spring", "id": "a39d0eebccd13339d705ea3282c8e5adf2436f89", "size": "804", "bin...
#ifndef TUDAT_POINTINGANGLESCALCULATOR_H #define TUDAT_POINTINGANGLESCALCULATOR_H #include <memory> #include <boost/bind.hpp> #include <Eigen/Core> #include <Eigen/Geometry> #include "Tudat/Astrodynamics/Ephemerides/rotationalEphemeris.h" #include "Tudat/Astrodynamics/GroundStations/groundStationState.h" namespa...
{ "content_hash": "325bf71150c1ad94e3d129487c068769", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 130, "avg_line_length": 51.90291262135922, "alnum_prop": 0.754769921436588, "repo_name": "DominicDirkx/tudat", "id": "2e6d504f2e4290dfd9b7987c0d94e6025ed16c28", "size": "5...
<?php /** * Various constants. */ define('TASKTASTE_ALLOWED_TAGS', '<a>'); define('TASKTASTE_FIRST_TASKS_SIZE', 5); define('TASKTASTE_FIRST_TASK_NAME', 'First task, click to edit'); define('TASKTASTE_NEW_TASK_NAME_PART1', 'New task '); define('TASKTASTE_NEW_TASK_NAME_PART2', ', click to edit'); define('TASKTASTE_...
{ "content_hash": "b08bd6a34154d7d30c164b08312278a1", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 137, "avg_line_length": 35.31578947368421, "alnum_prop": 0.7183308494783904, "repo_name": "Enselic/task-taste", "id": "a96621305c10ae673fcab862492f9911901fdedf", "size": "1...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "ca886468f50ae79d3e6c046bc2d4396a", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "d0d5dd9c57c1b113572444413a56e9dcea9c4a19", "size": "18...
id: 126 title: How to obfuscate an Android application date: 2009-07-21T01:57:54+00:00 author: Junda Ong layout: post guid: http://blog.just2us.com/2009/07/tutorial-obfuscate-an-android-application/ permalink: /2009/07/tutorial-obfuscate-an-android-application/ dsq_thread_id: - 65765114 arkayne-cache-post: - | ...
{ "content_hash": "83c9f91345668ac162c342a29d91c721", "timestamp": "", "source": "github", "line_count": 93, "max_line_length": 778, "avg_line_length": 43.043010752688176, "alnum_prop": 0.6822383212590557, "repo_name": "samwize/blog.just2us.com", "id": "b9b244291745611d68d15f4f79111b34df04f35c", "si...
<?php return [ "edit_profile" => ["_profile_editor", "_superadmin"], "profile_notification_group" => "mail notification", "admin_area" => ['_admin','_superadmin'] ];
{ "content_hash": "e7f9ba31f845ab3ba42cd00396b66967", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 57, "avg_line_length": 25.428571428571427, "alnum_prop": 0.601123595505618, "repo_name": "Palmabit-IT/authenticator", "id": "01c05526a4ae60b5982065b40370a67b1f121c88", "size...
<?php namespace w34u\ssp; require("../includeheader.php"); $session = new Protect(); $ssp = new Setup($session); $admin = new UserAdmin($session, $ssp); $admin->adminCreate(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmln...
{ "content_hash": "d3c2a9219a5559760eb01008676b2f3a", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 142, "avg_line_length": 26.363636363636363, "alnum_prop": 0.6839080459770115, "repo_name": "julesbl/ssp", "id": "8975af43dce321113f422f969214ffd319540a53", "size": "1781", ...
ScraperSearchComponent::ScraperSearchComponent(Window* window, SearchType type) : GuiComponent(window), mGrid(window, Eigen::Vector2i(4, 3)), mSearchType(type), mBusyAnim(window) { addChild(&mGrid); mBlockAccept = false; using namespace Eigen; // left spacer (empty component, needed for borders) mGrid.setEntr...
{ "content_hash": "e0a2797662939e14bc54063e0736449e", "timestamp": "", "source": "github", "line_count": 460, "max_line_length": 153, "avg_line_length": 31.784782608695654, "alnum_prop": 0.7178715546132276, "repo_name": "Herdinger/EmulationStation", "id": "0aec83877afa8e694857eb36a86bfc8decac33b6", ...
#ifndef FREERDP_CHANNEL_TSMF_CLIENT_MAIN_H #define FREERDP_CHANNEL_TSMF_CLIENT_MAIN_H #include <freerdp/freerdp.h> typedef struct { IWTSListenerCallback iface; IWTSPlugin* plugin; IWTSVirtualChannelManager* channel_mgr; } TSMF_LISTENER_CALLBACK; typedef struct { IWTSVirtualChannelCallback iface; IWTSPlugin*...
{ "content_hash": "2c925f3de32af2a1d21ff3e1c2fe6d16", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 93, "avg_line_length": 21.695652173913043, "alnum_prop": 0.7715430861723447, "repo_name": "DavBfr/FreeRDP", "id": "fb783c180eb0f5e42ad81e8fb2953a0f75f45e50", "size": "1809"...
- - - ## Define a "Class" Define a "class" using a constructor function ```js function Shape (x, y) { this.x = x; this.y = y; } ``` - - - ## Define a "Class" Define the instance methods augmenting the constructor `prototype` ```js function Shape (x, y) { this.x = x; this.y = y; } ``` ``` Shape.prototype...
{ "content_hash": "501cab4169b5214eb5e2a808d951956d", "timestamp": "", "source": "github", "line_count": 134, "max_line_length": 68, "avg_line_length": 16.37313432835821, "alnum_prop": 0.6276207839562443, "repo_name": "cvdlab/javascript-crumbs-slides", "id": "4a41f3bd5d6563d0de4a00b8cb04ee92568471c7",...
ActiveRecord::Schema.define(:version => 20090202223821) do create_table "audits", :force => true do |t| t.integer "auditable_id" t.string "auditable_type" t.integer "user_id" t.string "user_type" t.string "username" t.string "action" t.text "changes" t.integer "version"...
{ "content_hash": "69fc6f3530ad202c8f7453964c8e1603", "timestamp": "", "source": "github", "line_count": 93, "max_line_length": 109, "avg_line_length": 30.881720430107528, "alnum_prop": 0.5755571030640668, "repo_name": "kashif/mapwarper", "id": "7a46b738bfd2c93690b17d43d3fdf6dc13b96502", "size": "35...
<!DOCTYPE html> <html xmlns:e="http://software.in2p3.fr/lavoisier/entries.xsd" xmlns:tpl="http://software.in2p3.fr/lavoisier/template.xsd" tpl:extends="/lavoisier/_default_?accept=html"> <head> <meta charset="UTF-8" /> <title>STATUS REPORT</title> <meta content='width=device-width, initial-s...
{ "content_hash": "6a3c485d1546a1c7e2359bf5b2a26cd6", "timestamp": "", "source": "github", "line_count": 307, "max_line_length": 444, "avg_line_length": 44.98045602605863, "alnum_prop": 0.5457310449706713, "repo_name": "ARGOeu/argo-egi-web", "id": "00369b61563f87d91b9c6d7221856663b3cf21a6", "size": ...
/** * Math classes */ public class vector2f { static float EPS = 1e-6f; float x, y; public vector2f(){ x = 0; y = 0; } public vector2f(float a, float b){ x = a; y = b; } public vector2f(float v[]){ x = v[0]; y = v[1]; } public vector2f(float s){ x = s; y = s; } public vector2f(vector2f v){ x = v.x; ...
{ "content_hash": "38d01222b1b8f346f6231e4030bb6814", "timestamp": "", "source": "github", "line_count": 68, "max_line_length": 99, "avg_line_length": 38.89705882352941, "alnum_prop": 0.6427221172022685, "repo_name": "tomazas/quake2d", "id": "a73e06234b38822b92d693c42c494c181b1a60ec", "size": "2645"...
layout: layouts/guide.njk tags: guides title: The Bento layout guide description: How to create responsive layouts for your Bento components using CSS. permalink: /documentation/guides/bento-layout-guide/index.html --- This guide explains how to effectively layout Bento components. ## Background: how to avoid content...
{ "content_hash": "8fbf02d8dac7d815e8be7a1c4f2b242d", "timestamp": "", "source": "github", "line_count": 187, "max_line_length": 388, "avg_line_length": 34.61497326203209, "alnum_prop": 0.7131160203923992, "repo_name": "ampproject/bentojs.dev", "id": "f4cabf6c7bfcc87044fffdc91a984530f9e3429b", "size...
@interface VideoEditTextCell : UITableViewCell @property (nonatomic, copy) void(^textDidEndEditBlock)(VideoEditTextCell *cell, UITextField *textField); - (void)setData:(VideoProgramModel *)model; @end
{ "content_hash": "504a82edc840e92f3a97a5987e261417", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 104, "avg_line_length": 33.833333333333336, "alnum_prop": 0.7980295566502463, "repo_name": "caiyuesheng/seller_ios", "id": "738ab6e43a43017431218a5b7a2f9922166334af", "size"...
try: import simplejson as json except ImportError: import json from django.core import serializers from django.db import models from django.shortcuts import render, render_to_response, redirect, get_object_or_404 from django.http import HttpResponse, Http404 from django.contrib.auth.decorators import login_requ...
{ "content_hash": "f789799f3d9d09f76807a86e672406cd", "timestamp": "", "source": "github", "line_count": 77, "max_line_length": 102, "avg_line_length": 32.79220779220779, "alnum_prop": 0.6748514851485149, "repo_name": "micfan/dinner", "id": "28938e4eb80f4a62b109daa21d0fd9ab83a843bb", "size": "2576",...