text
stringlengths
2
1.04M
meta
dict
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger { text-shadow: 0 -1px 0 rgba(0, 0, 0, .2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); } .btn-def...
{ "content_hash": "390edb3bbd36b6e89079b610b0b7e724", "timestamp": "", "source": "github", "line_count": 465, "max_line_length": 207, "avg_line_length": 48.950537634408605, "alnum_prop": 0.6842544591863632, "repo_name": "llegeard/vin_c2c", "id": "f8202501bc5c9a2537e8d2ce3ac622d633bd5e78", "size": "2...
// Dependencies for this module: // ../../../../knockout import * as ko from "knockout"; import "./chunks/localization"; export { Survey as Model }; import "../../main.scss"; import "../../modern.scss"; export let Version: string; export var __assign: any; export function __extends(thisClass: any, baseClass: any...
{ "content_hash": "8d439b551bd5d015711c82e467a1dc9f", "timestamp": "", "source": "github", "line_count": 7722, "max_line_length": 309, "avg_line_length": 41.80808080808081, "alnum_prop": 0.6217933230496652, "repo_name": "cdnjs/cdnjs", "id": "d06e24a03ba6bffff142483c14726f8cee2f99b6", "size": "323032...
layout: page title: "Change is good!" subheadline: "Feeling Responsive Theme Changelog" description: "History and changelog of Feeling Responsive Theme by Phlow Media." image: header: "header_unsplash_9.jpg" permalink: "/changelog/" --- 2014-09-21 // Version 0.9 : Optimized code, tweaked CSS, added images, delete...
{ "content_hash": "5ae342ab9bdf74f85a070e64eb1e9fbd", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 324, "avg_line_length": 45.73076923076923, "alnum_prop": 0.7300252312867956, "repo_name": "buddhists/buddhists.github.io", "id": "930bb1d33b282557e37905c13d9b279c54ad3032", ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_05) on Thu Sep 30 22:15:59 GMT+01:00 2004 --> <TITLE> org.springframework.dao (Spring Framework) </TITLE> <META NAME="keywords" CONTENT="org.springf...
{ "content_hash": "887e32d7e69102b8e9147a9b10cf1411", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 167, "avg_line_length": 52.354838709677416, "alnum_prop": 0.7895871842267406, "repo_name": "dachengxi/spring1.1.1_source", "id": "7fc0f6d22b80f8a66f0361df03c0f133b8b0de7f", ...
If you do not use the `inlineSources` compiler options, add your source folder into the `files` array. > Why? The source map generated by `tsc` has `"sources":["../src/<file>.ts"]`. If the source code is not distributed, tools such as `webpack` will emit a warning saying it cannot resolve the source file.
{ "content_hash": "0f96381817cad3d99c2549040b777f70", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 87, "avg_line_length": 39.375, "alnum_prop": 0.7206349206349206, "repo_name": "unional/TypeScript", "id": "4c06e7c5d6bae954de16f052da2e01ed9c68ef7d", "size": "341", "binar...
package org.codehaus.groovy.grails.plugins; import java.util.List; /** * Defines interface for obtaining a sublist of <code>GrailsPlugin</code> instances * based on an original supplied list of <code>GrailsPlugin</code> instances. * * @author Phil Zoio */ public interface PluginFilter { /** ...
{ "content_hash": "a06777689f2e0d2cd6818ca08bb76a65", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 87, "avg_line_length": 30.263157894736842, "alnum_prop": 0.6956521739130435, "repo_name": "erdi/grails-core", "id": "66a22d1aadd59d18806ab1b98f1cfb2ef9b03fe4", "size": "575...
TooManyQuestions::Application.routes.draw do devise_for :users root :to => "questions#index" resources :questions do resources :answers end # The priority is based upon order of creation: # first created -> highest priority. # Sample of regular route: # match 'products/:id' => 'catalog#view' ...
{ "content_hash": "ce40df494da3ff2ba5fbf614f87eeb85", "timestamp": "", "source": "github", "line_count": 68, "max_line_length": 91, "avg_line_length": 28.058823529411764, "alnum_prop": 0.6593291404612159, "repo_name": "natsteinmetz/too_many_questions", "id": "025ffcdc2f0119672b8a9637aacd44c1e1302435",...
package org.apache.ignite.internal.processors.cache; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.util.Iterator; import java.util.Map; import java.util.NavigableMap; import java.util...
{ "content_hash": "4653e92ac484ebfa8507cd6641fdc3f7", "timestamp": "", "source": "github", "line_count": 460, "max_line_length": 126, "avg_line_length": 28.893478260869564, "alnum_prop": 0.577909863817621, "repo_name": "daradurvs/ignite", "id": "0f9d72c5b84bfda36a34a858adaac498af0fe38f", "size": "14...
package com.coolweather.app.model; /** * ÏØÊµÌåÀà * @author Administrator * */ public class County { private int id; private String countyName; private String countyCode; private int cityId; public int getId() { return id; } public void setId(int id) { this.id = id; } public String getCountyName() ...
{ "content_hash": "02b4e1000436359d245ead29069aba47", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 47, "avg_line_length": 16.75609756097561, "alnum_prop": 0.6972343522561864, "repo_name": "yang111yang/coolweather", "id": "8eb8ddbb5f569fa0ad45d16df8b2b24e3d0ed953", "size"...
class Money module V6Compatibility module_function def currency_id Currency.prepend(CurrencyId) Currency.instances.clear end module CurrencyId def initialize(*) super @id = @code.downcase.to_sym end def to_sym @code.to_sym end def c...
{ "content_hash": "6692c8a8df88a2aedc5fbd758b6c4478", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 35, "avg_line_length": 14.448275862068966, "alnum_prop": 0.548926014319809, "repo_name": "printercu/money", "id": "90f78a6b499da6644c19182063d2e95c5cf06a9e", "size": "419",...
<?php declare(strict_types=1); /** * DO NOT EDIT THIS FILE as it will be overwritten by the Pbj compiler. * @link https://github.com/gdbots/pbjc-php * * Returns an array of curies using mixin "gdbots:ncr:mixin:lock-node:v1" * @link http://schemas.triniti.io/json-schema/gdbots/ncr/mixin/lock-node/1-0-0.json# */ ...
{ "content_hash": "c60cc7b8a13d14ae6541be2d7d9cd439", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 85, "avg_line_length": 25.53846153846154, "alnum_prop": 0.6987951807228916, "repo_name": "triniti/schemas", "id": "9567187f67310924b3bf9fabcea2dc1e6da0b94b", "size": "332",...
<?php namespace Redmine\Tests\Unit\Api; use Redmine\Api\IssueCategory; /** * @coversDefaultClass \Redmine\Api\IssueCategory * * @author Malte Gerth <mail@malte-gerth.de> */ class IssueCategoryTest extends \PHPUnit\Framework\TestCase { /** * Test all(). * * @covers ::all * @test *...
{ "content_hash": "03fb42988b6a8ed444ad3871d6f29a8d", "timestamp": "", "source": "github", "line_count": 437, "max_line_length": 93, "avg_line_length": 28.1441647597254, "alnum_prop": 0.49418651922920565, "repo_name": "arlin2050/php-redmine-api", "id": "0d24eb5de3fde660c1301dee44013cb535266c72", "si...
<?php class MCLogger{ private static function _getPrepareInfo($format, $json){ $ret = array( 'log_str' => '', 'errno' => 0, ); $ret['log_str'] = StringFormat::format($format, $json); $ret['errno'] = ( isset($json) && isset($json['errno']) ? $json['errno'] : 0 ); return $ret; ...
{ "content_hash": "c71439c0076b217431fb2b7490495c6f", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 59, "avg_line_length": 28.523809523809526, "alnum_prop": 0.6085141903171953, "repo_name": "MichaelHu/mcphp", "id": "0daa2d4dac59e10d4ae7a13657bbbcc78a186023", "size": "1198...
require 'arel-wings'
{ "content_hash": "3da33492a26b33492f95fc19624ac8fd", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 20, "avg_line_length": 20, "alnum_prop": 0.8, "repo_name": "appsinyourpants/arel-wings", "id": "72c56e16305249cbe96bc71576c72be984d0fbfc", "size": "20", "binary": false, ...
<?php namespace Baskets; class test{ // STRING SETTINGS // DB SETTINGS private $db; private $dbuser = 'baskets'; private $dbpass = 'baskets'; private $dbname = 'baskets'; private $dbhost = 'localhost'; /* ************************************************************ TRAITS ********************************...
{ "content_hash": "979cb98d9f14efd389c1a1029d9368df", "timestamp": "", "source": "github", "line_count": 116, "max_line_length": 102, "avg_line_length": 23.31896551724138, "alnum_prop": 0.47245841035120145, "repo_name": "kevashcraft/baskets-old", "id": "10d2d1c281ae5b5af8ea816d6ed80e125616a3b2", "si...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE400_Resource_Exhaustion__fscanf_fwrite_72a.cpp Label Definition File: CWE400_Resource_Exhaustion.label.xml Template File: sources-sinks-72a.tmpl.cpp */ /* * @description * CWE: 400 Resource Exhaustion * BadSource: fscanf Read data from the console using fscanf...
{ "content_hash": "c8c9b0d172c2ac3ecabc6178efb440fd", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 109, "avg_line_length": 27.305785123966942, "alnum_prop": 0.6579903147699758, "repo_name": "JianpingZeng/xcc", "id": "b4fd52ea3174ed10340e77250d1799471b7a4f91", "size": "3...
<?php /** * Created by PhpStorm. * User: ydera00 * Date: 3/14/17 * Time: 9:42 AM */ namespace Giftcards\ModRewriteBundle\Routing; use Giftcards\ModRewrite\Compiler\Compiler; use Giftcards\ModRewrite\Rewriter; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\Routing\Exception\InvalidParameterEx...
{ "content_hash": "dd2cad191be4cbace09f0b681ffe6e61", "timestamp": "", "source": "github", "line_count": 184, "max_line_length": 116, "avg_line_length": 34.119565217391305, "alnum_prop": 0.6363491557820962, "repo_name": "giftcards/GiftcardsModRewriteBundle", "id": "783e6bea06fc5a2894e7cb7c8a37177b15cc...
These are slides for a talk on obstacles encountered when testing JavaScript. I highly recommend reading the book [Maintainable JavaScript](http://shop.oreilly.com/product/0636920025245.do) by Nicholas Zakas. ## Installation You will need Node.js, npm, Bower, and Gulp. ### Run the slides Sources are in `src/`. To ...
{ "content_hash": "b669025892b1529a7e2e4db2c29fdb71", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 78, "avg_line_length": 22.513513513513512, "alnum_prop": 0.7262905162064826, "repo_name": "orangecms/javascript-testing", "id": "9b3cedf4a901338e329b23b2fd0f6748a5aa627c", ...
<!-- Safe sample input : use shell_exec to cat /tmp/tainted.txt sanitize : use of floatval File : use of untrusted data in a double quoted event handler in a script --> <!--Copyright 2015 Bertrand STIVALET Permission is hereby granted, without written agreement or royalty fee, to use, copy, modify, and distribute ...
{ "content_hash": "f736dcb1dbf6dcc0dc689decf056c296", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 75, "avg_line_length": 22.87719298245614, "alnum_prop": 0.7530674846625767, "repo_name": "stivalet/PHP-Vulnerability-test-suite", "id": "495850349fd76c3abc94281c32ec286ea1b6d...
/* $Id: views.css,v 1.11.4.2 2010/03/12 00:25:37 merlinofchaos Exp $ */ .views-exposed-form .views-exposed-widget { float: left; /* LTR */ padding: .5em 1em 0 0; /* LTR */ } .views-exposed-form .views-exposed-widget .form-submit { margin-top: 1.6em; } .views-exposed-form .form-item, .views-exposed-fo...
{ "content_hash": "782b3f1a27dcb993dd03e55572d77e61", "timestamp": "", "source": "github", "line_count": 96, "max_line_length": 76, "avg_line_length": 19.625, "alnum_prop": 0.6395966029723992, "repo_name": "temptemp5678/drupalnote", "id": "aadd3f8f5b8c6fe95d9082aab11ff8faef62df72", "size": "1884", ...
<header><a href="{{ site.baseurl }}/">{{ site.title | upcase }}</a></header>
{ "content_hash": "c90bba6fea4b9c643f8c39aa1a3793e6", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 76, "avg_line_length": 77, "alnum_prop": 0.5714285714285714, "repo_name": "shefaet/shefaet.github.io", "id": "1e675214a7ec82aad4e91faba6a35da73c0fe8a6", "size": "77", "bin...
package org.hisp.dhis.sms; import java.util.ArrayList; import java.util.Collection; import java.util.List; import org.hisp.dhis.sms.incoming.IncomingSms; import org.hisp.dhis.sms.incoming.IncomingSmsStore; import org.springframework.beans.factory.annotation.Autowired; public class DatabaseSupportedInternalMemoryMe...
{ "content_hash": "23876152e0a491c373d3037849661364", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 82, "avg_line_length": 23.758064516129032, "alnum_prop": 0.49287169042769857, "repo_name": "uonafya/jphes-core", "id": "f5b50da7bd4863de01ae214047f3032ecd636e2b", "size": "...
# geoip-native-lite __!! NOT MAINTAINED !!__ This project is no longer maintained. Please use [geoip-lite](https://github.com/bluesmoon/node-geoip) instead. __!! NOT MAINTAINED !!__ ## Goals * Fast IP address to country lookup: * 1,000,000+ ops/second for IPv4 addresses * 500,000+ ops/second for IPv6 addresse...
{ "content_hash": "58620560ba18470f76511dd7ce0282ab", "timestamp": "", "source": "github", "line_count": 196, "max_line_length": 555, "avg_line_length": 23.260204081632654, "alnum_prop": 0.7139723623601667, "repo_name": "chill117/geoip-native-lite", "id": "12181f080ad1459424cd893f3c0175ac70433575", ...
@class IVVExchangeFromListViewModel, IVVExchangeToListViewModel; @class IVVCurrencyTransacrionModel; #import "IVVCurrencyConstants.h" #import "IVVModelConstants.h" @protocol IVVExchangeListViewModelFactory <NSObject> - (IVVExchangeToListViewModel *)exchangeToListViewModelWithMoneyAmounts:(IVVCurrencyRates)moneyAmoun...
{ "content_hash": "560d2a98d02d0968b155e3411aba3557", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 114, "avg_line_length": 51.857142857142854, "alnum_prop": 0.7144168962350781, "repo_name": "ignatovv/AwesomeCurrencyConverter", "id": "84dbe296d8c2744d3f4fd8d7d5dbe92876288c0...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CTEST_SCP_COMMAND &mdash; CMake 3.3.2 Documentation</...
{ "content_hash": "3c9e3ee536099ef9a799afe5d91fc45f", "timestamp": "", "source": "github", "line_count": 139, "max_line_length": 283, "avg_line_length": 40, "alnum_prop": 0.5886690647482015, "repo_name": "ARMmbed/yotta_osx_installer", "id": "0d4f4d9a6584ccb9408151097ad0e065b8fa3340", "size": "5561",...
typedef struct Timer Timer; struct Timer { portTickType xTicksToWait; xTimeOutType xTimeOut; }; typedef struct Network Network; struct Network { int my_socket; int (*mqttread) (Network*, unsigned char*, int, int); int (*mqttwrite) (Network*, unsigned char*, int, int); void (*disconnect) (Network*); }; void Ti...
{ "content_hash": "71237e45431b3fdd73aaa9512598e0a8", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 55, "avg_line_length": 23.366666666666667, "alnum_prop": 0.738944365192582, "repo_name": "vaibhav93/ESP-RTOS-MQTT", "id": "5be0ab15e9ef53ea29277e6a969bf8714d922aa3", "size"...
package imagereferencemutators import ( "fmt" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/util/validation/field" kapi "k8s.io/kubernetes/pkg/apis/core" buildapi "github.com/openshift/origin/pkg/build/apis/build" ) // ImageReferenceMutateFunc is pass...
{ "content_hash": "762549fd869a14fd6a2dafb1c24bcb06", "timestamp": "", "source": "github", "line_count": 119, "max_line_length": 119, "avg_line_length": 37.109243697478995, "alnum_prop": 0.7384510869565217, "repo_name": "jwhonce/origin", "id": "37050621dbc4388e74a4ed72f7f383d8994535c7", "size": "441...
using J2N; using Microsoft.Extensions.Configuration; using NUnit.Framework; using System; using System.IO; using Assert = Lucene.Net.TestFramework.Assert; namespace Lucene.Net.Configuration { internal class TestConfigurationSettings : ConfigurationSettingsTestCase { // This variable must be uniq...
{ "content_hash": "27e8756449c5dfa28b58560bb66bd10b", "timestamp": "", "source": "github", "line_count": 166, "max_line_length": 153, "avg_line_length": 38.475903614457835, "alnum_prop": 0.61985282605292, "repo_name": "jeme/lucenenet", "id": "9fa28e64c17474b71edb618f61f91bc67360b6d9", "size": "7250"...
package cmd import ( "fmt" "log" "os" "path/filepath" "github.com/codegangsta/cli" "github.com/exercism/cli/api" "github.com/exercism/cli/config" ) // Submit posts an iteration to the API. func Submit(ctx *cli.Context) { if len(ctx.Args()) == 0 { log.Fatal("Please enter a file name") } c, err := config....
{ "content_hash": "8e4bc71e5668c1d866317ddf74a2a261", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 77, "avg_line_length": 20.21212121212121, "alnum_prop": 0.6366816591704147, "repo_name": "lcowell/cli", "id": "a4c773384d9d37edd32bce0a1188b8026328dc7b", "size": "2001", ...
require 'test_helper' class NavigationTest < ActiveSupport::IntegrationCase test "csv import process" do visit(product_csv_import_upload_path) attach_file('file', File.expand_path("../../support/test_csv.csv/", __FILE__)) click_button 'csv_submit' assert File.exists?(File.expand_path("../../dummy/tmp...
{ "content_hash": "d80d6e6a654d9717c00167137f7adfcc", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 84, "avg_line_length": 41.9375, "alnum_prop": 0.6631892697466468, "repo_name": "gregmolnar/csv_import", "id": "10ae980d99fb989b4defbecf3fab7461267cfaa1", "size": "671", "...
var DEBUG = process.env.DEBUG; var through = require('through'); var _prompt = ">".charCodeAt(0); var bindexof = require('buffer-indexof'); var empty = new Buffer(0); var echoback = require('./echoback-stream'); module.exports = function(serialPort){ var delim = new Buffer("\n") , state = 'start' , running...
{ "content_hash": "1041e98fdaad0c46cb9a42e286d72818", "timestamp": "", "source": "github", "line_count": 137, "max_line_length": 109, "avg_line_length": 22.67153284671533, "alnum_prop": 0.5476497102382486, "repo_name": "soldair/pinoccio-serial", "id": "32a357b91ca3588e19616d33c455af7aa9fdb1be", "siz...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:2.0.50727.4016 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated...
{ "content_hash": "06857e9d96e014d35591d3ba441a7c24", "timestamp": "", "source": "github", "line_count": 142, "max_line_length": 84, "avg_line_length": 34.894366197183096, "alnum_prop": 0.5095862764883956, "repo_name": "cmorrow/cmorrow.github.io", "id": "5b72f7fd28200a54a414b361ef601c54f5820f5a", "s...
import Vue from 'vue' import Router from 'vue-router' import Home from '@/components/Home' import PlayerStatTool from '@/components/PlayerStatTool.vue' import PetPictures from '@/components/PetPictures.vue' Vue.use(Router) export default new Router({ mode: 'history', routes: [ { path: '/', name: '...
{ "content_hash": "44161dc4ed280acde74b1e7540225c0f", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 60, "avg_line_length": 19.363636363636363, "alnum_prop": 0.5852895148669797, "repo_name": "jarmbrust/dm-tool", "id": "3ce7e17232f44f579e1a2000d927c423c4554b12", "size": "63...
using Aspose.Cells.Charts; using System; namespace Aspose.Cells.Examples.CSharp.Articles.ManageChartsAndShapes { class ReadAndManipulateExcel2016Charts { public static void Run() { //Source directory string sourceDir = RunExamples.Get_SourceDirectory(); //O...
{ "content_hash": "6575cea52fb9465962b0d2400547218a", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 100, "avg_line_length": 33.46341463414634, "alnum_prop": 0.5954810495626822, "repo_name": "aspose-cells/Aspose.Cells-for-.NET", "id": "a8b082b9b265863ea55c6f2a1c4dd4abb538af3...
<component name="libraryTable"> <library name="Maven: org.apache.sis.core:sis-metadata:0.6"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/org/apache/sis/core/sis-metadata/0.6/sis-metadata-0.6.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$MAVEN_REPOSITORY$/org/apache/sis/core/sis-metadata/0...
{ "content_hash": "132f73cc94ba5ce71975dba92959903b", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 113, "avg_line_length": 41.61538461538461, "alnum_prop": 0.6506469500924215, "repo_name": "null-dev/WebLinkedServer", "id": "2430806e7c5db46fcf5b63437762ec1138b4bc6c", "siz...
namespace blink { PassRefPtr<SharedBuffer> readFile(const char* fileName) { String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); filePath.append(fileName); return Platform::current()->unitTestSupport()->readFromFile(filePath); } PassRefPtr<SharedBuffer> readFile(const char* dir, cons...
{ "content_hash": "0ef91beb975d589a135755c9bb3ef8bb", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 129, "avg_line_length": 37.54545454545455, "alnum_prop": 0.7041602465331279, "repo_name": "Bysmyyr/chromium-crosswalk", "id": "7b34e954408277d01e1e6ff2ec72238110a7abd4", "...
package com.tian.project.chabaike.fragment; import android.content.Context; import android.os.Handler; import android.support.v4.view.ViewPager; import android.widget.ImageView; import android.widget.LinearLayout; import com.loopj.android.image.SmartImageView; import com.tian.project.chabaike.R; import com....
{ "content_hash": "f1716e186df6a89a7b3b041ced2006ea", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 77, "avg_line_length": 28.132653061224488, "alnum_prop": 0.6779107725788901, "repo_name": "SmiletolifeTian/Android_Tian_Project_Chabaike", "id": "26094a12284758106bd23b2f1ec1...
<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" android:paddingLeft="@dimen/activity_horizontal_m...
{ "content_hash": "744690c9d614d949c9c63e10f2705b3e", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 74, "avg_line_length": 40.5, "alnum_prop": 0.7299382716049383, "repo_name": "techmaster-prj/AlbumSlideShowApp", "id": "f43f989c318b277c861f88ab5e3e3ed6d988b3b6", "size": "6...
var bridge = require("./bridge"); var transformer = require("./transformer"); var clickHandlerSetup = require("./onclick"); bridge.registerListener( "clearContents", function() { clearContents(); }); bridge.registerListener( "setMargins", function( payload ) { document.getElementById( "content" ).style.margin...
{ "content_hash": "f5347265da6d490c1c6cdb38db063957", "timestamp": "", "source": "github", "line_count": 299, "max_line_length": 130, "avg_line_length": 37.80602006688963, "alnum_prop": 0.6611818825194621, "repo_name": "SAGROUP2/apps-android-wikipedia", "id": "52ada765e533882b7ccceca7765a162e7d3b482a"...
package bf.cg; import java.io.PrintWriter; import java.nio.file.Paths; import java.util.List; /** * Created by Baofeng Xue on 2016/2/5. */ public class GenJpa { static String template = "\n @Column(name=\"%s_ENC\")\n" + " @LCEncryptionCiphertextField\n" + " private String %sEnc;"; ...
{ "content_hash": "85a785f14103750a112106d94a8b5191", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 136, "avg_line_length": 33.6140350877193, "alnum_prop": 0.5662839248434238, "repo_name": "xuebaofeng/table-change-tool", "id": "dae2d44c556d51e70d761ed610d5ca61335b2193", "...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Main extends CI_Controller { public function index() { redirect('cliente/index'); } }
{ "content_hash": "6cb55e84b21b49a190ea34c9b1563635", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 63, "avg_line_length": 16.9, "alnum_prop": 0.6982248520710059, "repo_name": "gimenez/SCME", "id": "1bcac9f89305de718a0afa877367c6818c8e9063", "size": "169", "binary": fal...
package org.springframework.boot.test.context; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.springframework.beans.BeanUtils; import org.springframework.boot.SpringApplication; import org.springframework.boot.WebApplicationType; import org.springframework.boot.test.context.S...
{ "content_hash": "7a651682c7a3aa6af6c1ed7cac5c7e49", "timestamp": "", "source": "github", "line_count": 310, "max_line_length": 130, "avg_line_length": 41.38709677419355, "alnum_prop": 0.8000779423226813, "repo_name": "yangdd1205/spring-boot", "id": "b737e6e0fe43ff589baa007359eae6df3871a5a8", "size...
<?php class LevDev_GoogleShoppingApi_Block_Adminhtml_Log_Grid extends Mage_Adminhtml_Block_Widget_Grid { public function __construct() { parent::__construct(); $this->setId('log_grid'); $this->setSaveParametersInSession(true); $this->setUseAjax(true); } /** * Prepar...
{ "content_hash": "8b513e566594a9dcf477fa3dfe0b2e88", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 96, "avg_line_length": 28.43820224719101, "alnum_prop": 0.4847886210983801, "repo_name": "Leviathan-Development/Google-Shopping-Api", "id": "1eb8dee2f2f293998dd64fc76c1ce20a8...
extern crate mopa; mod ast; mod context; mod filter; mod scanner; mod tags; mod template; mod value; mod compiler; pub use template::Template; pub use context::{Context, HashMapContext, MultiContext}; pub use value::{Value, ValueAsStringByRef, ValueAsString, ValueAsIterator, ValueAsObject, ValueAsBool}; pub use value...
{ "content_hash": "a49b649f38571f1fad10fd9e687804fd", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 103, "avg_line_length": 24.444444444444443, "alnum_prop": 0.7863636363636364, "repo_name": "SlNPacifist/rust-dtl", "id": "5e2036cab65f432fb9df9c5d25965685f2a5b5ae", "size":...
/*! 1510333116583 */ @font-face { font-family: 'sans-bold'; font-style: normal; font-weight: normal; src: url(assets/fonts/OpenSans-Bold.ttf); src: url(assets/fonts/OpenSans-Bold.eot?#iefix) format('embedded-opentype'); src: url(assets/fonts/OpenSans-Bold.otf); src: url(data:image/svg+xml;base64,bW9kdWxlL...
{ "content_hash": "3979b66190bca11b08791649ca58c101", "timestamp": "", "source": "github", "line_count": 484, "max_line_length": 161, "avg_line_length": 19.171487603305785, "alnum_prop": 0.6758271365448864, "repo_name": "mkkaushiksjce/Sushupti_Web_Application", "id": "2f13302d5ba5d5b2e2e535755c211483e...
declare module 'passport-google-oauth' { import express from "express"; import passport from "passport"; module p { interface Profile extends passport.Profile { gender: string; _raw: string; _json: any; } interface IOAuthStrategyOption { consumerKey: string; ...
{ "content_hash": "75eb14262840593e1a6ad2cf17c9b1de", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 140, "avg_line_length": 28.966666666666665, "alnum_prop": 0.5995397008055235, "repo_name": "mikaturunen/cthulhu-generator-application", "id": "e0ad2967cbff2df43eb4694f497d50d...
package com.krosshuang.krosslib.lib.math; import android.graphics.PointF; /** * * Created by krosshuang on 2015/10/23. */ public class PolarPointF { public float r; //distance to reference point. public float angle; //angle in radians. public static PolarPointF parseFromCarte...
{ "content_hash": "435b6bd8d7467e08dbcfe813d63fac0f", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 83, "avg_line_length": 26.814814814814813, "alnum_prop": 0.5828729281767956, "repo_name": "krossford/KrossAndroidLib", "id": "bc91138ee2de4fa9afbf9c05097b45ee8e89d658", "si...
package lc.evaluatedivision; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Set; /* Equations are given in the format A / B = k, where A and B are variables represented as strings, and k is a real number (floating point number). Given some queries, return the answers. If th...
{ "content_hash": "8071642c360a096197e499e39d800a1c", "timestamp": "", "source": "github", "line_count": 129, "max_line_length": 240, "avg_line_length": 41.92248062015504, "alnum_prop": 0.6168639053254438, "repo_name": "wuyrush/lc2016", "id": "ae81748b03fc2260558b97820dbbb66a823ffa9a", "size": "5408...
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global.eg = global.eg || {}, global.eg.Parallax = factory()); }(this, (function () { 'use strict'; var win; if (typeof window ...
{ "content_hash": "835077da4acd634deb43ede33077cf86", "timestamp": "", "source": "github", "line_count": 443, "max_line_length": 209, "avg_line_length": 29.006772009029344, "alnum_prop": 0.5940856031128404, "repo_name": "cdnjs/cdnjs", "id": "438626a6e94aea3414c05af0d6bd57bc0224b9dc", "size": "13679"...
using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using PoGo.ApiClient; using PoGo.ApiClient.Authentication; using System; using System.Net; using System.Net.Http; using System.Threading.Tasks; namespace PoGo.Tests.ApiClient { [TestClass] public class PtcLoginTests { [T...
{ "content_hash": "4eab8113075eb04cbaa16fd90f115a53", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 86, "avg_line_length": 27.057142857142857, "alnum_prop": 0.6810982048574445, "repo_name": "PoGo-Devs/PoGo", "id": "2d79914f7514a7f6bb8cd20e1eed7ec3a590221d", "size": "949",...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package mil.navy.med.dzreg.service; import javax.jws.WebService; /** * * @author nhin */ @WebService(serviceName = "RegistriesService", portName = "RegistriesServicePort", endpointInterface = "mil.navy.med.dzreg.s...
{ "content_hash": "4b823ee8644a07dd277a480adc5c2eb2", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 264, "avg_line_length": 37.43333333333333, "alnum_prop": 0.7640249332146037, "repo_name": "TATRC/KMR2", "id": "ea6639288ee2f078e77fc64cd81afe04e59de23f", "size": "2772", ...
"use strict"; var constants = require(__dirname + "/constants"); //TODO: remove this (dependency: Fish) function Fish(x, y, rotation) { var that=this; that.init(x, y, rotation); } Fish.prototype = { constructor: Fish, params : constants.fish, init: function(x, y, rotation) { var that=this; ...
{ "content_hash": "ca586130074b979bd00425a52a68d3bd", "timestamp": "", "source": "github", "line_count": 157, "max_line_length": 101, "avg_line_length": 28.127388535031848, "alnum_prop": 0.561141304347826, "repo_name": "danShumway/aquarium", "id": "b5829247d7ffde0dd5866238ede89f5ac18cc99f", "size": ...
<?xml version='1.0' encoding='UTF-8'?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.google.cloud</groupId> ...
{ "content_hash": "95b6c7d24abfb7197b857702b8468256", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 204, "avg_line_length": 32.54761904761905, "alnum_prop": 0.6100950987564009, "repo_name": "googleapis/java-dataproc-metastore", "id": "981db1f369681dd74c4ca6d76e98fe8116acaa1...
cask 'fork' do version '1.0.78.1' sha256 '689835f65d7513a7f4d11903c97bcc088473170140edfdd5a065c40999c0b21f' # forkapp.ams3.cdn.digitaloceanspaces.com/mac was verified as official when first introduced to the cask url "https://forkapp.ams3.cdn.digitaloceanspaces.com/mac/Fork-#{version}.dmg" appcast 'https://g...
{ "content_hash": "d3c4a54e06ab05e9333bc9cfabfcfd28", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 106, "avg_line_length": 37.54545454545455, "alnum_prop": 0.6888619854721549, "repo_name": "josa42/homebrew-cask", "id": "4fbec13a99f14a7a030d24a032afc367d69830ca", "size": ...
module Qboard class Users attr_reader :client def initialize(client) @client = client end def all response = client.get('/users.json') end def find(user_id) response = client.get("/users/#{user_id}.json") end end end
{ "content_hash": "2a0d32fdd93425e15022715117d048a5", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 53, "avg_line_length": 15, "alnum_prop": 0.5962962962962963, "repo_name": "tylerpearson/qboard-ruby-client", "id": "42a84ed3ce2cabb348725f4c8753465550a9ff0d", "size": "270"...
package com.amazonaws.mturk.addon; import java.io.IOException; import java.text.SimpleDateFormat; import java.util.HashMap; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import com.amazonaws.mturk.dataschema.QuestionFormAnswers; import com.amazonaws.mturk.dataschema.Que...
{ "content_hash": "b754343f802a37ab69b33e91402cdbb1", "timestamp": "", "source": "github", "line_count": 197, "max_line_length": 122, "avg_line_length": 42.55329949238579, "alnum_prop": 0.7214600978170106, "repo_name": "spinn3r/mturksdk-java-code-maven", "id": "b260cb8ca368d706cfcbcabc8064d44f0eb2cdbf...
<?php declare(strict_types=1); namespace PhpParser\Node\Expr; use PhpParser\Node\Expr; class Eval_ extends Expr { /** @var Expr Expression */ public $expr; /** * Constructs an eval() node. * * @param Expr $expr Expression * @param array $attributes Additional attributes *...
{ "content_hash": "ea76c3b202f65fcf2514e4a135f84244", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 69, "avg_line_length": 20.8, "alnum_prop": 0.5769230769230769, "repo_name": "cwi-swat/PHP-Parser", "id": "ada8e958523ad517a457427b9a18b718b1a9f2a0", "size": "624", "binar...
<?xml version='1.0' encoding='UTF-8' standalone='no'?> <!DOCTYPE cxxClass PUBLIC "-//NOKIA//DTD DITA C++ API Class Reference Type v0.5.0//EN" "dtd/cxxClass.dtd" > <cxxClass id="class_messages_1_1_t_e_peer"> <apiName>Messages::TEPeer</apiName> <cxxClassDetail> <cxxClassDefinition> <cxxClassAccessSpecifier value="...
{ "content_hash": "8116f8db7e7c681f9d4e522e8063e3cc", "timestamp": "", "source": "github", "line_count": 110, "max_line_length": 203, "avg_line_length": 54.981818181818184, "alnum_prop": 0.7703373015873016, "repo_name": "prio/cxxapiref", "id": "60f7ad6d1e87f4b82f3f64f5a80ffc3746bfdb95", "size": "604...
Desktop application timer built with the Electron framework #Functionality 1. Shows the time 2. Reset time hour mark
{ "content_hash": "768dbc5e55a5b4140c233e9b1146bcbe", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 59, "avg_line_length": 29.25, "alnum_prop": 0.8205128205128205, "repo_name": "Casepl/electron_timer", "id": "a3c5a7ecb0d8e7e1ce8e842b16eb0b4e67b44f69", "size": "161", "bin...
create class test_class(col1 integer, col2 set varchar(10) default{'golf','football'}); insert into test_class(col1) values(999); select * from test_class; select attr_name, class_name, default_value from db_attribute where class_name = 'test_class' order by 1; drop class test_class;
{ "content_hash": "29e73c8fb8114c70fe451fcb6aa12b44", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 73, "avg_line_length": 26.416666666666668, "alnum_prop": 0.6813880126182965, "repo_name": "CUBRID/cubrid-testcases", "id": "cd9d1c9747ba7727e73aa5b4913b55bd82a134db", "size...
--- uid: SolidEdgeConstants.PCFFilePermissions summary: remarks: ---
{ "content_hash": "3c385180d1084ae5ecc716e416479a22", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 42, "avg_line_length": 14.4, "alnum_prop": 0.7361111111111112, "repo_name": "SolidEdgeCommunity/docs", "id": "b323d0534d6d23857bf06abc03886a595ada6a13", "size": "74", "bin...
using System; using System.Runtime.InteropServices; using System.Threading; namespace UnmanagedBefore { public class Sample : IDisposable { IntPtr handle; public Sample() { handle = new IntPtr(); } // ReSharper disable once UnusedMember.Local void...
{ "content_hash": "283c8548619da404462edfb9e67eb9e4", "timestamp": "", "source": "github", "line_count": 93, "max_line_length": 67, "avg_line_length": 19.236559139784948, "alnum_prop": 0.48518725544997204, "repo_name": "Fody/Janitor", "id": "3882db43a84df5946010b250b9e7121d93acc02e", "size": "1791",...
ACCEPTED #### According to NUB Generator [autonym] #### Published in null #### Original name null ### Remarks null
{ "content_hash": "501e1117ee16715644a4babb14160a9d", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 23, "avg_line_length": 9.076923076923077, "alnum_prop": 0.6779661016949152, "repo_name": "mdoering/backbone", "id": "f8dd7f3811fd0302b0b4d37da63fd3d1e14f7ea0", "size": "182...
BOOST_AUTO_TEST_SUITE(scrypt_tests) BOOST_AUTO_TEST_CASE(scrypt_hashtest) { // Test Scrypt hash with known inputs against expected outputs for all // supported Nfactors, only goes up to N = 1048576 due to current 32 bit // limit on nTime. Blocktime is packed in the pseudoheaders in inputhex #define HA...
{ "content_hash": "858762399c12d2340b75872b2d62f21c", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 76, "avg_line_length": 37.53846153846154, "alnum_prop": 0.5758196721311475, "repo_name": "spdcoin/Speedcoin", "id": "d1be1f2d98093b31a2b4da6c67a2115041f8d067", "size": "155...
<?php /** * Contains \jamesiarmes\PhpEws\Response\GetConversationItemsResponseType. */ namespace jamesiarmes\PhpEws\Response; /** * Defines a response to a GetConversationItems request. * * @package php-ews\Response */ class GetConversationItemsResponseType extends BaseResponseMessageType { }
{ "content_hash": "c18841b005e1cd39c6b7a3da8dd7ca48", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 74, "avg_line_length": 18.9375, "alnum_prop": 0.7788778877887789, "repo_name": "Deakin/php-ews", "id": "0cd81875530a5a93ef93e512eb3d0a4cde036af4", "size": "303", "binary"...
<div class="form main-form vcenter" ng-controller="AuthCtrl" ng-class="{'register-form' : global.registerForm}"> <div class="login-form__left" ui-view></div> </div>
{ "content_hash": "3f913872a8780d60271e16232643172d", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 112, "avg_line_length": 56.333333333333336, "alnum_prop": 0.6923076923076923, "repo_name": "kalomj/Pollution", "id": "11060fc526ee6a9577d39edb61ef85a889c4c02f", "size": "169...
PDC data model for user management
{ "content_hash": "a1465ee03e24694c46e9e665483998f9", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 34, "avg_line_length": 35, "alnum_prop": 0.8285714285714286, "repo_name": "uc-cdis/userdatamodel", "id": "f7eb2a7e7506f07772e617ecf123e5230e1c2d81", "size": "51", "binary"...
/* 01/12/2007 Bill Crawford - Implemented gray banners */ /* head tabs */ div.head-tabs { background-image: url(../images/tab-bkg.gif); } /* head-tab table */ div.head-tabs table { font-size: 9pt; color: white; margin-top: 0pt; margin-bottom: 0pt; background: transparent; border: none; position: relative; /*top: ...
{ "content_hash": "ed856396f9dc8eca574f196bbd3b2e25", "timestamp": "", "source": "github", "line_count": 540, "max_line_length": 82, "avg_line_length": 16.387037037037036, "alnum_prop": 0.601762911063397, "repo_name": "jumpinjackie/mapguide4j", "id": "a5fd147e419868d2d820532bbdd072e827d08876", "size...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Loads a Typelib</title> </head> <body><div class="manualnavbar" style="text-align: center;"> <div class="prev" style="t...
{ "content_hash": "75debec92ba68c28869f6df2174cd997", "timestamp": "", "source": "github", "line_count": 115, "max_line_length": 176, "avg_line_length": 41.44347826086957, "alnum_prop": 0.6493915232899706, "repo_name": "dpkshrma/phpdox", "id": "387298fcec4896938e13df7cb7716ec7cf837020", "size": "476...
// ------------------------------------------------------------------------------ // <auto-generated> // This code was generated by SpecFlow (http://www.specflow.org/). // SpecFlow Version:1.9.0.77 // SpecFlow Generator Version:1.9.0.0 // Runtime Version:4.0.30319.0 // // Changes to this fil...
{ "content_hash": "90b13ce8ec48b613316b56ae17c0f8a6", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 243, "avg_line_length": 39.421487603305785, "alnum_prop": 0.6262054507337527, "repo_name": "andygjp/CalculatorTesting", "id": "56ab8fe0c9df1f686668abb9165145c7d7947dba", "...
/***** < ivan *****/ #include <QNetworkProxy> #include <QNetworkRequest> #include <QNetworkReply> #include <QDebug> #include <stdlib.h> #include <QList> #include <QWebHitTestResult> #include "terminal.h" #include <QNetworkInterface> #include <QFile> #include <QRegExp> #include <QWebPage> #include <QHostInfo> #includ...
{ "content_hash": "a9409d171a22b2245c60a3dbbf4304ee", "timestamp": "", "source": "github", "line_count": 472, "max_line_length": 172, "avg_line_length": 38.54661016949152, "alnum_prop": 0.5775530394635594, "repo_name": "iradul/phantomjs-clone", "id": "28513d6c043d8a127a17849e6114a970093b2677", "size...
module Cldr module Format class Decimal class Base def interpolate(string, value, orientation = :right) value = value.to_s length = value.length start, pad = orientation == :left ? [0, :rjust] : [-length, :ljust] string = string.dup string = string...
{ "content_hash": "1059bffa3b482f04e3fd412a6ef8b857", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 77, "avg_line_length": 26.444444444444443, "alnum_prop": 0.5441176470588235, "repo_name": "camertron/ruby-cldr", "id": "d025ffa21a0a5c86c23cb9fe4c3f59eb819cb7d7", "size": "...
require 'spec_helper' describe CosukaOpsworks do it 'has a version number' do expect(CosukaOpsworks::VERSION).not_to be nil end end
{ "content_hash": "92eb22b3d10d261f295648ce85f21ce6", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 49, "avg_line_length": 20.142857142857142, "alnum_prop": 0.7446808510638298, "repo_name": "SonicGarden/cosuka_opsworks", "id": "7a4f39dce6b82ae9c281fa1563407e658948b5d2", "s...
from corehq.apps.locations.models import all_locations from corehq.apps.commtrack.models import Product, SupplyPointCase def supply_point_ids(locations): keys = [[loc.domain, loc._id] for loc in locations] rows = SupplyPointCase.get_db().view( 'commtrack/supply_point_by_loc', keys=keys, ...
{ "content_hash": "4ddef6f376711d2f9c429176a4f1047a", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 80, "avg_line_length": 32.541666666666664, "alnum_prop": 0.6965428937259923, "repo_name": "SEL-Columbia/commcare-hq", "id": "0cba6a41e901996e0ffe4a590be8f2f61b492a16", "siz...
// Copyright (c) 2015 The Polcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef Polcoin_REVERSELOCK_H #define Polcoin_REVERSELOCK_H /** * An RAII-style reverse lock. Unlocks on construction and locks ...
{ "content_hash": "5c24a3e1b862779a32d154918b67aaef", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 80, "avg_line_length": 21.870967741935484, "alnum_prop": 0.6902654867256637, "repo_name": "wargo32/Polcoin", "id": "270b3336403c3571bf018ebda0437e7e2db9da03", "size": "678"...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ro"> <head> <!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:25 EEST 2014 --> <title>Uses of Class net.sf.jasperreports.engine.util.JRFontNotFoundException (JasperReports 5...
{ "content_hash": "0a6c47f9102a39b10b4ad4e24fafa5aa", "timestamp": "", "source": "github", "line_count": 120, "max_line_length": 265, "avg_line_length": 39.6, "alnum_prop": 0.6300505050505051, "repo_name": "phurtado1112/cnaemvc", "id": "43a89dfb5239f9333445a2d3a84615c44e4cfbdc", "size": "4752", "b...
UISelectRole::UISelectRole() { } UISelectRole::~UISelectRole() { g_pPlayerLogic->RemoveEventCallBack(E_PlayerEvent_RoleList, this); } bool UISelectRole::initLayout() { if(!UIDialog::initLayout()) return false; m_pRoleList = ui::ListView::create(); m_pRoleList->setSizeType(ui::SizeType::SIZE_PERCENT); m_pRole...
{ "content_hash": "093a7e6aa12cf411b02155b0de59a906", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 116, "avg_line_length": 33.09782608695652, "alnum_prop": 0.7402298850574712, "repo_name": "IGGINC/NFDemo", "id": "79ea938b66ff473f4e2d45f8b595fafbf1dc00f3", "size": "3153",...
@implementation SCLPinchGestureRecognizer { CGPoint _location; CGVector _vector; } #pragma mark SCLPinchGestureRecognizer - (CGVector)vectorInView:(UIView *)view { CGPoint point1 = _location; CGPoint point2 = _location; point2.x += _vector.dx; point2.y += _vector.dy; point1 = [self.v...
{ "content_hash": "76995c80e71deb18ac4dc86ec078b214", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 90, "avg_line_length": 25.433734939759034, "alnum_prop": 0.685457129322596, "repo_name": "junpluse/ScreenLayout", "id": "7ccca9084b79a0243ab5ff8100b9e87ec6529ba4", "size": ...
import { Entity, PrimaryColumn, Index, Column, ManyToOne, JoinColumn } from 'typeorm'; import { User } from './user'; import { App } from './app'; import { id } from '../id'; @Entity() export class AuthSession { @PrimaryColumn(id()) public id: string; @Column('timestamp with time zone', { comment: 'The created d...
{ "content_hash": "81e10c5a36ba137dc49cfd24e6acc07e", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 86, "avg_line_length": 17.976744186046513, "alnum_prop": 0.6326002587322122, "repo_name": "syuilo/Misskey", "id": "4eec27e3f63e4dca71629c4b7f01180d3f7428ee", "size": "773",...
package com.inepex.ineForm.shared.htmlrender; import java.util.ArrayList; import java.util.List; import junit.framework.Assert; import org.jukito.JukitoModule; import org.jukito.JukitoRunner; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import com.inepex.ineForm.clie...
{ "content_hash": "3b482ca652192972e7d94f17f9fe6527", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 115, "avg_line_length": 42.03030303030303, "alnum_prop": 0.6621004566210046, "repo_name": "inepex/ineform", "id": "1aca18c9dc409ef601f841d37eccd15759dafa0a", "size": "4161"...
<div id="bookModal" class="bd-book-modal modal"> <div class="bd-book-modal-background"></div> <div class="modal-content"> <div class="bd-book-modal-columns"> <div class="bd-book-modal-column bd-is-cover"> {% include book/book-cover.html %} </div> <div class="bd-book-modal-column bd-is-...
{ "content_hash": "4f4dc79e5db5546ef370bf9551bbdb41", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 88, "avg_line_length": 37.142857142857146, "alnum_prop": 0.625, "repo_name": "jgthms/bulma", "id": "a99d164fae35e2c3fe53369562014337e50abfda", "size": "520", "binary": fa...
""" px_romfs_pruner.py: Try to keep size of the ROMFS minimal. This script goes through the temporarily copied ROMFS data and deletes all comments, empty lines and unnecessary whitespace. It also deletes hidden files such as auto-saved backups that a text editor might have left in the tree. @author: Julian Oes <julia...
{ "content_hash": "2b5a0ccc59c9707646dda61bd021ec7e", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 78, "avg_line_length": 36.22352941176471, "alnum_prop": 0.5050341019811627, "repo_name": "mje-nz/PX4-Firmware", "id": "82e7c452815ab80aadc2c7ba26acc700ad556b6a", "size": "4...
package org.sleuthkit.autopsy.datamodel; import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeListener; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.Collections; import java.util.EnumSet; import java.util.HashMap; import java.util.List; import...
{ "content_hash": "3823c22301a14de2149590219fc9c5a5", "timestamp": "", "source": "github", "line_count": 498, "max_line_length": 355, "avg_line_length": 37.8714859437751, "alnum_prop": 0.631389183457052, "repo_name": "rcordovano/autopsy", "id": "e75739290c2865ea683b539f0808d27dc50084fb", "size": "19...
TextBox::InitInfo AutomapUiView::getLocationTextBoxInitInfo(const std::string_view &text, const FontLibrary &fontLibrary) { const TextRenderUtils::TextShadowInfo shadowInfo( AutomapUiView::LocationTextBoxShadowOffsetX, AutomapUiView::LocationTextBoxShadowOffsetY, AutomapUiView::LocationTextBoxShadowColor); ret...
{ "content_hash": "1849f492d69a6e0a608ed387eaef4230", "timestamp": "", "source": "github", "line_count": 453, "max_line_length": 130, "avg_line_length": 36.06843267108168, "alnum_prop": 0.7295428116775813, "repo_name": "afritz1/OpenTESArena", "id": "cfd17938efef8fcbe3bd130fb0f86cb099e53ab1", "size":...
import { moduleForComponent, test } from 'ember-qunit'; import hbs from 'htmlbars-inline-precompile'; moduleForComponent('pre-fill', 'Integration | Component | pre fill', { integration: true }); test('it renders', function(assert) { // Set any properties with this.set('myProperty', 'value'); // Handle any actio...
{ "content_hash": "5c3b25fa3f650d56215de35c1376a5bd", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 72, "avg_line_length": 30.4, "alnum_prop": 0.6644736842105263, "repo_name": "gabycampagna/frontend", "id": "2932c3e54a901be7bf98f570b2da292c7e0c03e0", "size": "456", "bin...
#include <assert.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <limits.h> #include <ogg/ogg.h> #include <theora/theoradec.h> #include "ogv-decoder-video.h" #include "ogv-ogg-support.h" /* Video decode state */ th_info theoraInfo; th_com...
{ "content_hash": "85624ada621498bb792459271df6458e", "timestamp": "", "source": "github", "line_count": 104, "max_line_length": 105, "avg_line_length": 31.548076923076923, "alnum_prop": 0.6638220054861322, "repo_name": "xzf158/ogv.js", "id": "a106cf36f580d264a09a01b32c4d781aa63edc6f", "size": "3281...
[![Travis-CI build status](https://travis-ci.org/vvillee/places.svg?branch=master)](https://travis-ci.org/vvillee/places) [![Stories in Ready](https://badge.waffle.io/vvillee/places.png?label=ready&title=Ready)](https://waffle.io/vvillee/places) [![Stories in In Progress](https://badge.waffle.io/vvillee/places.png?lab...
{ "content_hash": "b298faf578d74536f1ac7cd012da361b", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 172, "avg_line_length": 31.864864864864863, "alnum_prop": 0.7616624257845632, "repo_name": "vvillee/places", "id": "0320b46a36da29df402e5cdbada38e95135572aa", "size": "1179...
<script src="https://apis.google.com/js/platform.js?onload=initGooglePlatform" async defer></script> <script> window.googleLogin = function() { }; function initGooglePlatform() { gapi.load('auth2', function() { window.googleLogin = function() { gapi.auth2.authorize({ ...
{ "content_hash": "3594c22b0cd2465e570816905a112616", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 100, "avg_line_length": 31.433962264150942, "alnum_prop": 0.46338535414165666, "repo_name": "CatLabInteractive/Accounts", "id": "a289d0188e365831739d869b28da39f4f9a5f8bb", ...
layout: default title: DataStructures --- # Data Structures <!-- TOC --> - [Amortised analysis](#amortised-analysis) - [Stack ADT](#stack-adt) - [List ADT](#list-adt) - [Queue ADT](#queue-adt) - [Dictionary ADT](#dictionary-adt) - [Priority queue ADT](#priority-queue-adt) - [Disjoint Set ADT](#disjoint-set-adt) ...
{ "content_hash": "3a36e2777673bdd564e22df138bf7487", "timestamp": "", "source": "github", "line_count": 446, "max_line_length": 225, "avg_line_length": 43.044843049327355, "alnum_prop": 0.6894468173768101, "repo_name": "surelyourejoking/ReasonableDeviations", "id": "a9fbd452f2b63096c9bf107c84a8f9a54c...
module Mongoid module Sadstory VERSION = "0.0.2" end end
{ "content_hash": "ba5b823cdda7584ff7890c66277ceba6", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 21, "avg_line_length": 13, "alnum_prop": 0.6615384615384615, "repo_name": "netguru/mongoid-sadstory", "id": "dbfd7823f23c91ad8b5c80e399bc5f43f3ad5374", "size": "65", "bina...
!----------------------------------------------------------------------- ! Skeleton 2-1/2D Darwin PIC code ! written by Viktor K. Decyk, UCLA program dpic2 use dpush2_h implicit none ! indx/indy = exponent which determines grid points in x/y direction: ! nx = 2**indx, ny = 2**indy. integer, para...
{ "content_hash": "b7ca2ad1c61e0c3a14207343c864e7c5", "timestamp": "", "source": "github", "line_count": 513, "max_line_length": 73, "avg_line_length": 35.91033138401559, "alnum_prop": 0.6379329063076756, "repo_name": "tsung1029/dpic2", "id": "27db43451303695b898a35a4fb07d8dff23bbcd6", "size": "1842...
(function() { 'use strict'; // ------------------------------------ angular .module('myApp') .controller("TripController", tripController); tripController.$inject = ["TripService", "LoginService", "$state", "$mdDialog"]; function tripController(TripService, LoginService, $state, $mdDialog) { var vm = this; ...
{ "content_hash": "f09b99cba715a44a4fd215ec989ccc27", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 82, "avg_line_length": 24.416666666666668, "alnum_prop": 0.5790671217292378, "repo_name": "flxw/flighttrack", "id": "48db2f9ac2de865810f6e1d3c3510e1187e73a92", "size": "879...
"use strict"; var path = require('path'), fs = require('fs'), ejs = require('ejs'), wrench = require('wrench'), prompt = require('./prompt'), disectModules = require('./disect-modules'); var writeTemplate = function(template, targetPath, options) { wrench.mkdirSyncRecursive(path.dirname(target...
{ "content_hash": "09bcc6f7cec91e0dd37b814191f710b7", "timestamp": "", "source": "github", "line_count": 127, "max_line_length": 104, "avg_line_length": 31.275590551181104, "alnum_prop": 0.6117824773413897, "repo_name": "the-diamond-dogs-group-oss/bumm", "id": "90cf05953be8f6bfdd83a11930c3750711bc2604...
/** * Reduction data collectors to use while computing analytics expressions. For multi-sharded * collections, this is the data that is sent from shard to shard. */ package org.apache.solr.analytics.function.reduction.data;
{ "content_hash": "43a71a0b993afb91f56084e294cfd313", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 92, "avg_line_length": 32.714285714285715, "alnum_prop": 0.7729257641921398, "repo_name": "apache/solr", "id": "3ba2c0bdddc450f4530bd378f41a7e5299e07c88", "size": "1030", ...
using System; using System.Web.Mvc; using CS.Extension; namespace CS.Web.Mvc { /// <summary> /// Ajax专用的JsonResult /// </summary> public class AjaxResult : JsonResult { /// <summary> /// 是否将首字母小写 /// </summary> public bool IsCamelCaseJson { get; set; } pu...
{ "content_hash": "ef67bce5f734f9229c23706cd7843698", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 105, "avg_line_length": 28.194444444444443, "alnum_prop": 0.5349753694581281, "repo_name": "cswares/CS.Utility", "id": "02d5f65b1ec01c76a77253c2222b6029807b382f", "size": "...
var request = require('request'); module.exports = function(ferd) { ferd.listen(/^ferd translate$/i, function(response) { response.send('Instructions: `ferd translate` _`text to translate`_'); }); ferd.listen(/ferd translate (.*)/i, function(response) { var text = response.match[1]; var url =...
{ "content_hash": "b3ad48735b9d97047e0c156994f6a9c3", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 140, "avg_line_length": 27.045454545454547, "alnum_prop": 0.6336134453781512, "repo_name": "ferdx/ferd-translate", "id": "71a589b05cc61f51bd6dece9f959d9258760fcf7", "size":...
Package.describe({ name: 'rocketchat:iframe-login', summary: '', version: '1.0.0', }); Package.onUse(function(api) { // Server libs api.use('rocketchat:logger', 'server'); api.use('kadira:flow-router', 'client'); api.use('rocketchat:lib'); api.use('accounts-base'); api.use('ecmascript'); api.use('reactive...
{ "content_hash": "5b880c339c569b32ec0db4b7e41ca941", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 48, "avg_line_length": 20.424242424242426, "alnum_prop": 0.655786350148368, "repo_name": "flaviogrossi/Rocket.Chat", "id": "c1855fd0da7154685b4b5f8475e482a1efbbe602", "size...
/* global $ */ import { Promise } from "vendor/liquid-fire"; export default function revealModal(oldView, insertNewView) { return insertNewView().then(function(newView){ var box, obscure; if (!newView || !(box = newView.$('.modal-popup > div')[0]) || !(obscure = newView.$('.obscure')[0])) { ...
{ "content_hash": "379c769286fd7bdb8da90ea4fd66b152", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 72, "avg_line_length": 32.61904761904762, "alnum_prop": 0.5985401459854015, "repo_name": "ef4/ember-animation-demo", "id": "1f8bcb4d77bface142b78f484ef9728205dc53e5", "size...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.ashman.fivehundredpx" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="18...
{ "content_hash": "0b6d20d8033eb4058f5fce2bddcbde97", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 79, "avg_line_length": 38.23529411764706, "alnum_prop": 0.56, "repo_name": "marc-ashman/500px", "id": "ef38690a61529c026b711a779d77a1ac19115f31", "size": "1950", "binary"...
package com.example.fw; import java.io.File; import autoitx4java.AutoItX; import com.jacob.com.ComThread; import com.jacob.com.LibraryLoader; public class AutoItHelper extends HelpersBase { static { File jacob = new File("./lib/jacob-1.17-x64.dll"); System.setProperty(LibraryLoader.JACOB_DLL_PA...
{ "content_hash": "c35dee22d7432fc27d6c39c3fc81a55a", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 90, "avg_line_length": 28.056338028169016, "alnum_prop": 0.6556224899598394, "repo_name": "ErmOlka/Prog4Test", "id": "8e43a07abd23d49c13343799d92f0cd47c2ca930", "size": "19...