text
stringlengths
2
1.04M
meta
dict
Make sure you have protoc installed from [here](https://developers.google.com/protocol-buffers/) Then, execute the below command: protoc -I=/usr/local/include/dvs_interface --python_out=src/ /usr/local/include/dvs_interface/Scene.proto # Dependencies * You will need to get the python protobuf extension with the bel...
{ "content_hash": "46e44c7f6b2f6a0133f82f67d13fdcaa", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 105, "avg_line_length": 31.636363636363637, "alnum_prop": 0.7758620689655172, "repo_name": "AO-StreetArt/CrazyIvan_ProtoBufferTests", "id": "37f38e0c3ceaed80268dd6d3be2da2034...
CREATE TABLE abc(a, b, c); INSERT INTO abc VALUES(1, 2, 3);
{ "content_hash": "e9c13d560e3979c31a053c3730fb60f6", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 32, "avg_line_length": 29.5, "alnum_prop": 0.6610169491525424, "repo_name": "bkiers/sqlite-parser", "id": "7d8acb501cd34daa12eb3113be3d3e0e770f912f", "size": "170", "binar...
package org.gradle.test.performance.mediummonolithicjavaproject.p450; import org.junit.Test; import static org.junit.Assert.*; public class Test9015 { Production9015 objectUnderTest = new Production9015(); @Test public void testProperty0() { String value = "value"; objectUnderTest....
{ "content_hash": "30301e14ba257b78a1cefb62bba036e6", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 69, "avg_line_length": 26.72151898734177, "alnum_prop": 0.6447181430601611, "repo_name": "oehme/analysing-gradle-performance", "id": "adb721e0adbada101a44c7c1a0006096bc6a6b7f...
package cycloneserver import ( "fmt" "io" "net/http" "net/url" "strings" websocketutil "github.com/caicloud/cyclone/pkg/util/websocket" ) const ( cycloneAPIVersion = "/apis/v1alpha1" apiPathForLogStream = "/workflowruns/%s/streamlogs" ) // Client ... type Client interface { PushLogStream(ns, workflowrun, ...
{ "content_hash": "18ba8d854634a69d4885e575672dcc8d", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 121, "avg_line_length": 23.10909090909091, "alnum_prop": 0.6986624704956726, "repo_name": "caicloud/cyclone", "id": "e3d7d338d1b00dcfffdccb7146e31fb97944fb73", "size": "127...
<?php namespace Shoko\TwitchApiBundle\Tests\Factory; use Shoko\TwitchApiBundle\Factory\TokenFactory; use Shoko\TwitchApiBundle\Model\ValueObject\Token; /** * TokenFactoryTest class. */ class TokenFactoryTest extends \PHPUnit_Framework_TestCase { /** * Test create token method. */ public function ...
{ "content_hash": "9045a4997212ee419c5da6400e8a5a66", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 95, "avg_line_length": 29.916666666666668, "alnum_prop": 0.5923862581244197, "repo_name": "shokohsc/TwitchApiBundle", "id": "da3be80b1d4a4a81e8f3fab258b929f96dd77691", "siz...
package android.media.audiofx; public class AcousticEchoCanceler extends AudioEffect{ // Constructors public AcousticEchoCanceler(int arg1) throws java.lang.IllegalArgumentException, java.lang.UnsupportedOperationException, java.lang.RuntimeException{ super((java.util.UUID) null, (java.util.UUID) null, 0...
{ "content_hash": "d64ccca94fd254daefaffdfe8ff49fc3", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 151, "avg_line_length": 25.53846153846154, "alnum_prop": 0.7771084337349398, "repo_name": "Orange-OpenSource/matos-profiles", "id": "116b7a5fddcfda44ce4d53da13f6a299bee45fa0"...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace CatalogApi.Models { public class ProductCategory { public string Name { get; set; } public IEnumerable<Product> Products { get; set; } } }
{ "content_hash": "c4fa6357a65942f4a829f00b0b092883", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 58, "avg_line_length": 21.23076923076923, "alnum_prop": 0.6920289855072463, "repo_name": "sandeepchugh/shop", "id": "117fbf23c67bf7b5af3d5a5dd003c25fd59c7908", "size": "278...
require 'spec_helper' describe 'NbaStats' do describe 'client' do client = NbaStats::Client.new describe '.draft_combine_stats' do draft_combine_stats = client.draft_combine_stats('2014-15') it 'should return a draft_combine_stats resource' do expect(draft_combine_stats).to be_a NbaStat...
{ "content_hash": "8840b86a441d6733c360136c1c95241c", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 90, "avg_line_length": 30.666666666666668, "alnum_prop": 0.6606280193236715, "repo_name": "dagrz/nba_stats", "id": "512fc01a13a9b725c1edb9d9440e19ff75c39bc6", "size": "828"...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>PaketTemplateParams - FAKE - F# Make</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bul...
{ "content_hash": "7e65e2ecdb474c4f2e97403d73ed3684", "timestamp": "", "source": "github", "line_count": 602, "max_line_length": 209, "avg_line_length": 41.83388704318937, "alnum_prop": 0.5496346886912326, "repo_name": "ploeh/dependency-rejection-samples", "id": "a4bb972cffa04469da49effc084d34937eeb54...
import { GraphQLNonNull as NonNull, GraphQLString as StringType, } from 'graphql'; import fetch from 'node-fetch'; import { NoAccessError, NotLoggedInError } from '../../errors'; import CjResponseType from '../types/CjResponseType'; import CjTest from '../models/CjTest'; import CjTestType from '../types/CjTestType'...
{ "content_hash": "719e69c31aafefdb8451620d34fbd87f", "timestamp": "", "source": "github", "line_count": 114, "max_line_length": 73, "avg_line_length": 26.19298245614035, "alnum_prop": 0.5937709310113864, "repo_name": "fkn/ndo", "id": "0d8e90153039f836390eba2fdf048f5f71de7af6", "size": "2986", "bi...
require 'jquery_datepick/form_helper' module JqueryDatepick module DatepickHelper include JqueryDatepick::FormHelper # Helper method that creates a datepicker input field def datepicker_input(object_name, method, options = {}) datepicker(object_name, method, options) end end end
{ "content_hash": "97d6804073484efe3e12b91381593534", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 59, "avg_line_length": 23.692307692307693, "alnum_prop": 0.7435064935064936, "repo_name": "Hermanverschooten/jquery_datepick", "id": "4d1f30cc326830a02423b947bb95e15e2ec5e7a8...
<!doctype html> <html> <head> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> <title>geocode-stats</title> <script src="../../bower_components/webcomponentsjs/webcomponents.min.js"></script> <!-- Needed for running the tests from the command-line -...
{ "content_hash": "edc38428eb3a51170fd190c4ab755b86", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 110, "avg_line_length": 25.976190476190474, "alnum_prop": 0.6489459211732356, "repo_name": "DouglasHuston/rcl", "id": "b35e480456534f56481e3921d1045623dccc5f3b", "size": "1...
package apps::biztalk::sql::mode::rlocationdisabled; use base qw(centreon::plugins::mode); use strict; use warnings; sub new { my ($class, %options) = @_; my $self = $class->SUPER::new(package => __PACKAGE__, %options); bless $self, $class; $self->{version} = '1.0'; $options{options}->add_op...
{ "content_hash": "e72e65083554fa413321b52c7d476506", "timestamp": "", "source": "github", "line_count": 112, "max_line_length": 190, "avg_line_length": 37.5, "alnum_prop": 0.5304761904761904, "repo_name": "maksimatveev/centreon-plugins", "id": "38c4fc3ba2e42ff0d360dba95d7022cf57b4c515", "size": "49...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_27) on Thu Oct 17 21:45:05 EDT 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class...
{ "content_hash": "06db240112873a5db46853c5d36c93cd", "timestamp": "", "source": "github", "line_count": 193, "max_line_length": 367, "avg_line_length": 46.41450777202073, "alnum_prop": 0.6120785889707524, "repo_name": "kyosuke1008/summary-solr", "id": "5168ca835c43b77f6a4794c988fddeb33d0fe801", "si...
layout: basic title: The ultimate image optimiser for designers slug: img-gen base_url: "../" --- <main class="bs-masthead" role="main"> <div class="container"> <!--<h2>The ultimate image tool for designers</h2>--> <div class="row"> <div class="col-md-6"> <form action="...
{ "content_hash": "935d70e273ab7e26a0914963e7695314", "timestamp": "", "source": "github", "line_count": 93, "max_line_length": 120, "avg_line_length": 39.043010752688176, "alnum_prop": 0.43376480308454973, "repo_name": "ZingDesign/Image-Generator", "id": "5af2cd06137d81dd3538d7dbe3a3ac24786021cc", ...
package com.system.dormitory.dormitory_system_android; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public Appli...
{ "content_hash": "2789e7e296ae2a4f2e264d0905a98319", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 93, "avg_line_length": 28.923076923076923, "alnum_prop": 0.7579787234042553, "repo_name": "Dormitory-System/Dormitory-System-Android", "id": "f163fa75d104927a61446e1917741019...
""" Views for managing Images and Snapshots. """ from django.core.exceptions import ImproperlyConfigured from django.utils.translation import ugettext_lazy as _ from django.views import generic from horizon import exceptions from horizon import tables from aws_dashboard.content.aws.images.images \ import tables a...
{ "content_hash": "4f2c5138d0f1e3092af6b345934ae885", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 88, "avg_line_length": 29.317073170731707, "alnum_prop": 0.6738768718801996, "repo_name": "dennis-hong/aws-dashboard", "id": "c2f80e888c565ce1eefd5360c72c1047c844c2ba", "si...
<?php use PHPUnit\Framework\TestCase; class FleetTest extends TestCase { private $CI; public function setUp() { $this->CI = &get_instance(); $this->CI->load->model('Fleet'); } public function testSetPass() { $this->assertEquals(005, $this->CI->Fleet->setVehicl...
{ "content_hash": "592be2403c124f04ae53e4bacfa632a3", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 73, "avg_line_length": 32.5, "alnum_prop": 0.6072874493927125, "repo_name": "COMP4711-Asn/PelicanFlight", "id": "b74c19ece02ac775a7f43a5434682706692a571a", "size": "1235", ...
package controllers import javax.inject.{Inject, Singleton} import play.api.mvc.{Action, AnyContent, MessagesControllerComponents} import uk.gov.hmrc.play.bootstrap.frontend.controller.FrontendController @Singleton class RedirectController @Inject() (cc: MessagesControllerComponents) extends FrontendController(cc) ...
{ "content_hash": "a5c7debd1f78e8ab2aadcfd8698304f5", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 102, "avg_line_length": 28.25, "alnum_prop": 0.7890855457227138, "repo_name": "hmrc/pbik-frontend", "id": "d7d783d56ead83e568be7ecec6cf5a04c54043f5", "size": "1281", "bin...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `P35184372088832` type in crate `typenum`."> <meta name="ke...
{ "content_hash": "b28f35aa8d2854ff37f2ced834200ed9", "timestamp": "", "source": "github", "line_count": 113, "max_line_length": 311, "avg_line_length": 39.4070796460177, "alnum_prop": 0.5198742420839884, "repo_name": "nitro-devs/nitro-game-engine", "id": "42159e9e2f6c3be0ca8f8c60736e89a895ce97f7", ...
<!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" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>SerializerException xref</title> <link type="t...
{ "content_hash": "cb97bd1ed9a23a967ce555b681ced987", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 373, "avg_line_length": 88.57692307692308, "alnum_prop": 0.6812852800694746, "repo_name": "Mohitsharma44/Citysynth", "id": "f03dc530715d487fe2e2d136952b8d8d3d5c4c8f", "size...
from local_packages.list import ListNode class Solution: def insertionSortList(self, head: ListNode) -> ListNode: prev = sentinal = ListNode() while head: nxt = head.next # Optimization: search from begining # only when head is supposed in front of last insert p...
{ "content_hash": "21194dc7c9ec0cb21ffbb8a08fa45988", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 81, "avg_line_length": 29.548387096774192, "alnum_prop": 0.537117903930131, "repo_name": "l33tdaima/l33tdaima", "id": "10009f9a61fcdbb324fe0d643560fba39ab7a302", "size": "1...
typedef void (^shortURLBlock)(NSArray *theURLs, NSArray *response, NSError *error); @interface KBSCloudAppAPI () @property (nonatomic, strong) NSMutableData *responseData; @property (copy) shortURLBlock shortenReturnBlock; @end @implementation KBSCloudAppAPI + (KBSCloudAppAPI *)sharedClient { static KBSCloudAppAPI...
{ "content_hash": "1e9137534dcf25264ffdc5be6674b2a2", "timestamp": "", "source": "github", "line_count": 116, "max_line_length": 227, "avg_line_length": 35.44827586206897, "alnum_prop": 0.756079766536965, "repo_name": "keith/KBSCloudAppAPI", "id": "e2e46273717481b8cf0e42c218af80e91bca51d3", "size": ...
import math from zeeguu_core.word_scheduling.arts.arts_base import ArtsBase class ArtsDiffSlow((ArtsBase)): """ ARTS algorithm with default values as described in: Adaptive response-time-based category sequencing in perceptual learning by Everett Mettler and Philip J. Kellman This class emphasiz...
{ "content_hash": "92152daa7a5aa7ddbc9faf5d9aac16a7", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 116, "avg_line_length": 37.648648648648646, "alnum_prop": 0.6302943287867911, "repo_name": "mircealungu/Zeeguu-Core", "id": "60abfe120d8123b06956a89aaca26ff5711d8fde", "siz...
arr = [["test", "hello", "world"],["example", "mem"]] puts arr.last.first
{ "content_hash": "9af52d85a10d31b90491f6c61de8555a", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 53, "avg_line_length": 37, "alnum_prop": 0.581081081081081, "repo_name": "sinorga/launch_school_ruby", "id": "3679c101906d156207a92c05672717a5a02dbe7b", "size": "74", "bin...
| **[Technical Docs] [techdocs]** | **[Setup Guide] [setup]** | **[joola Docs] [api-docs]** | **[Contributing] [contributing]** | **[About joola] [about]** | |-------------------------------------|-------------------------------|-----------------------------------|-----------------------...
{ "content_hash": "54767233ec8997d476fa9fc397380b9d", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 191, "avg_line_length": 52.15873015873016, "alnum_prop": 0.6792452830188679, "repo_name": "joola/joola.datastore-cassandra", "id": "971474dda3b90729f9a494b9eb7efe151ea9a5f3",...
/** */ package CIM.IEC61970.Wires; import java.util.Arrays; import java.util.Collections; import java.util.List; import org.eclipse.emf.common.util.Enumerator; /** * <!-- begin-user-doc --> * A representation of the literals of the enumeration '<em><b>Winding Type</b></em>', * and utility methods for working wit...
{ "content_hash": "3fe381abfcc254fea03ba21479bc623e", "timestamp": "", "source": "github", "line_count": 268, "max_line_length": 106, "avg_line_length": 22.80223880597015, "alnum_prop": 0.5902470954017346, "repo_name": "georghinkel/ttc2017smartGrids", "id": "c53bd6c5d36fe5fb4b121361124da5bdd6961158", ...
//css_dir ..\..\; //css_ref Wix_bin\SDK\Microsoft.Deployment.WindowsInstaller.dll; //css_ref System.Core.dll; using System; using WixSharp; class Script { static public void Main() { Build(); // explicit definition of the COM registration info BuildWithHeat(); // definition of the C...
{ "content_hash": "9b51de52490e83af25336afa5b4464ca", "timestamp": "", "source": "github", "line_count": 142, "max_line_length": 111, "avg_line_length": 44.96478873239437, "alnum_prop": 0.4427564604541895, "repo_name": "oleg-shilo/wixsharp", "id": "e069b9353cb5f4b9eceb09cd86c811cdcf57996b", "size": ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "dbbeb99cc1c8179044a50be1b70e237e", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "5910fe28d01aeb3c5ab5d6b097c0d4fa6ecf3d55", "size": "182...
var activityStreamsController = require("./activity-streams-controller"), usersController = require("./users-controller"), viewsController = require("./views-controller"), apiController = require("./api-controller"); /* * @description Define the route map */ var map = { "/": { "get": viewsCon...
{ "content_hash": "96bd39a3016e43d8ac34f5cf42d91069", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 73, "avg_line_length": 25.44578313253012, "alnum_prop": 0.5336174242424242, "repo_name": "OpenSocial/activitystreams-server", "id": "c2d3353fd5764f19eb2b9085a73f9ba8fdb0318e"...
layout: page title: InvalidRequestContentType number: 1217 categories: [AvaTax Error Codes] disqus: 1 --- ## Summary TBD ## Example ```json { "code": "InvalidRequestContentType", "target": "Unknown", "details": [ { "code": "InvalidRequestContentType", "number": 1217, "message": "The requ...
{ "content_hash": "874a4865b5a0c5e178a322a0c6b20017", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 102, "avg_line_length": 18.705882352941178, "alnum_prop": 0.64937106918239, "repo_name": "ted-spence-avalara/developer-dot", "id": "bb49ce18288caf62cd89aadc391ce59f67380208",...
package dev.paytrack.paytrack.domain; import java.util.Date; import dev.paytrack.paytrack.utils.DateUtils; import io.realm.RealmObject; import lombok.Getter; import lombok.Setter; import lombok.ToString; import lombok.experimental.Builder; @Getter @Setter @Builder @ToString public class Trip extends RealmObject { ...
{ "content_hash": "2f19e5245474be1a8baf40448bdce3df", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 99, "avg_line_length": 23.65, "alnum_prop": 0.6839323467230444, "repo_name": "victorpm5/paytrack", "id": "8deb50771f0c66c672d131b03af9abd2e03cfe04", "size": "948", "binar...
// ========================================================================== // RABEMA Read Alignment Benchmark // ========================================================================== // Copyright (C) 2010 Manuel Holtgrewe, FU Berlin // // This program is free software: you can redistribute ...
{ "content_hash": "62c0ecf7ced3ca869e9d89f9ea6fac9e", "timestamp": "", "source": "github", "line_count": 173, "max_line_length": 210, "avg_line_length": 39.02312138728324, "alnum_prop": 0.5979854836320545, "repo_name": "bkahlert/seqan-research", "id": "f148da7d765e8470798c3a40f82c6858674c9190", "siz...
import * as React from 'react'; import * as cx from 'classnames'; import { SingleDropdown as Dropdown } from '../Dropdown'; import { FormField } from './FormField'; type DefaultProps<OptionType> = { /** An optional custom renderer for Dropdown */ dropdownRenderer: (props: Dropdown.Props<OptionType>) => JSX.Element...
{ "content_hash": "f6104133dc36602964f8593c5b736529", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 117, "avg_line_length": 31.62121212121212, "alnum_prop": 0.6799233349305223, "repo_name": "buildo/react-components", "id": "8d13e31cc5c6540cc01aa2e0c827490809db131e", "size...
 using System.Collections.Generic; namespace Engine { public static class ParserCommon { public static bool AssertUpperToken(string expected, string[] tokens, int pos) { return pos < tokens.Length && tokens[pos].ToUpperInvariant() == expected; } public static bool A...
{ "content_hash": "c4675764b2b20777ff6885647a92bb27", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 90, "avg_line_length": 29.772727272727273, "alnum_prop": 0.6106870229007634, "repo_name": "neyrox/rarog", "id": "d9fa70d4f5d57be7388c47d962607b84863a0ff8", "size": "657", ...
<?php /** * @namespace */ namespace Zend\Gdata\App\Extension; /** * @see Zend_Gdata_App_Extension */ require_once 'Zend/Gdata/App/Extension.php'; /** * Represents the atom:uri element * * @category Zend * @package Zend_Gdata * @subpackage App * @copyright Copyright (c) 2005-2010 Zend Technologies U...
{ "content_hash": "b1ee67c75f3beec8ebada25cd0e50389", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 87, "avg_line_length": 17.771428571428572, "alnum_prop": 0.6270096463022508, "repo_name": "FbN/Zend-Framework-Namespaced-", "id": "f8ab3d78277be759fec7c93851f25a4c35170db6", ...
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Rougelikeberry.Render { public class Console : MonoBehaviour { public enum ENUM_WidthScaling { Fixed, Scaled } public enum ENUM_Layer { Zero, One, Two, Three, Four, Five, Six, Seven, Eight, Nine }...
{ "content_hash": "7296344f436a9621da16492985fbd24f", "timestamp": "", "source": "github", "line_count": 278, "max_line_length": 214, "avg_line_length": 39.01798561151079, "alnum_prop": 0.484834516456163, "repo_name": "Tyrant117/Rouge-Engine", "id": "cf5d926f5d6702e8f28b21090c4e4327d3be5654", "size"...
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="html/html; charset=utf-8" /> <title>ESTNearableOrientation Constants Reference</title> <meta id="xcode-display" name="xcode-display" content="render"/> <link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" /> <link r...
{ "content_hash": "1ae7bd5485c655bd12d45785a8746a25", "timestamp": "", "source": "github", "line_count": 359, "max_line_length": 159, "avg_line_length": 27.983286908077993, "alnum_prop": 0.5433008162452717, "repo_name": "SmartDust/iOS-SDK", "id": "c75eae777d1bf706fdbbfc3650663cd34aa60578", "size": "...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; namespace JobLogger.Models.AccountViewModels { public class RegisterViewModel { [Required] [EmailAddress] [Display(Name = "Email")] publ...
{ "content_hash": "52fc1f2f33ccd7f19c53718d00b8d878", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 125, "avg_line_length": 31.88888888888889, "alnum_prop": 0.6515679442508711, "repo_name": "kitsu/JobLogger", "id": "e85abbb542d369b1a0ce35d068312d9b73254d0c", "size": "863"...
using Xamarin.Forms; using NUnit.Framework; using Xamarin.Forms.Core.UnitTests; namespace Xamarin.Forms.Xaml.UnitTests { public class MockView : View { public MockFactory Content { get; set; } } public class MockFactory { public string Content { get; set; } public MockFactory () { Content = "default ...
{ "content_hash": "e4e32c170efdd38d472521320fa8e660", "timestamp": "", "source": "github", "line_count": 156, "max_line_length": 74, "avg_line_length": 23.128205128205128, "alnum_prop": 0.6829268292682927, "repo_name": "Hitcents/Xamarin.Forms", "id": "f5790383337248cdacc7139eea415db26e979c80", "size...
module.controller('GroupListCtrl', function($scope, $route, $q, realm, Groups, GroupsCount, Group, GroupChildren, Notifications, $location, Dialog, ComponentUtils, $translate) { $scope.realm = realm; $scope.groupList = [ { "id" : "realm", "name": $translate.instant('groups'), ...
{ "content_hash": "c8e264cc58e68c777936788b4a84dfe7", "timestamp": "", "source": "github", "line_count": 625, "max_line_length": 177, "avg_line_length": 38.4016, "alnum_prop": 0.5783092371151202, "repo_name": "vmuzikar/keycloak", "id": "256bf895e457ad4b19bc5fe8b9ac018837148281", "size": "24001", "...
extern crate build; fn main() { build::link("mi", true) }
{ "content_hash": "27f927f5cdfe7c77102bc31bd9f68675", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 27, "avg_line_length": 15.5, "alnum_prop": 0.5967741935483871, "repo_name": "Boddlnagg/winapi-rs", "id": "81d825035240bef498d904c410155e794d9915df", "size": "146", "binary...
title: Comment le Brésil a élevé les droits des travailleurs à un nouveau niveau date: 2016-01-25 12:08 layout: post category: [reportage] embed_youtube: gG3HPX0D2mU illustration: /images/gG3HPX0D2mU.jpg tags: ["Semco"] --- Reportage en anglais qui majoritairement se penche sur le fonctionnement de l'entreprise bré...
{ "content_hash": "6ea29b5b4bd83d0beafe0c50805a2d5f", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 107, "avg_line_length": 25.923076923076923, "alnum_prop": 0.7863501483679525, "repo_name": "organisationsliberees/organisationsliberees.github.io", "id": "70cb7e4101a9d70cb9e...
<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.hardik.javase</groupId> <artifactId>UUID-Demo</artifactId> <v...
{ "content_hash": "635d184a3cb67d1d563164eb8f27fdb7", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 104, "avg_line_length": 29.88, "alnum_prop": 0.7081659973226239, "repo_name": "hardikhirapara91/java-se-core", "id": "0a19e88a213c492a7c3e759d5726729cb9f8bcd3", "size": "74...
'use strict'; const blockhash = require('blockhash'); const fs = require('fs'); const jpeg = require('jpeg-js'); /** * Calculates the perceptual hash of the given image * @param {string} fileName * @returns {Array.<string>} A "tuple" where the first entry is the image path/name, the second the perceptual hash * a...
{ "content_hash": "131e8d0839079f0f3c467dde9e343161", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 115, "avg_line_length": 30.878048780487806, "alnum_prop": 0.6548183254344392, "repo_name": "kyusu/uniqueImages", "id": "3f94a5959765d1b1c69941e8bd2d13d2cba4891d", "size": "...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112) on Thu Dec 22 22:35:30 EST 2016 --> <title>Uses of Class edu.brown.cs.systems.baggage_buffers.gen.example.SimpleBag.Handler</title> <meta ...
{ "content_hash": "576a9f17f95d0605e30a7b129c37d8d5", "timestamp": "", "source": "github", "line_count": 164, "max_line_length": 438, "avg_line_length": 44.853658536585364, "alnum_prop": 0.6339042958129418, "repo_name": "JonathanMace/tracingplane", "id": "97da18ac5a20e77d33c1472a3e88bceb8596dfbf", "...
class CreateRatesForSkillJob include SuckerPunch::Job def perform(skill_id:) Skills::UserSkillRatesGenerator.new.generate_single_for_all_users( skill_id: skill_id ) end end
{ "content_hash": "b1818021279ba6a7bb8989e4c26f561a", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 70, "avg_line_length": 21.555555555555557, "alnum_prop": 0.7319587628865979, "repo_name": "netguru/people", "id": "f8b66a1b0b2878e53ae1c05b14b860df52cd4399", "size": "194", ...
import React, {Component} from 'react'; import {Container, Row, Col, CardGroup, Card, CardBody, Button, Input, InputGroup, InputGroupAddon} from 'reactstrap'; import Header from '../../../components/Header/'; class Login extends Component { toRegister() { window.location='/#/register'; } constructor(props) ...
{ "content_hash": "9cc367e8e97b3a54faa2be5bcd45409b", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 120, "avg_line_length": 39.18181818181818, "alnum_prop": 0.46442382057231246, "repo_name": "sprakash1993/NVSApp", "id": "cdfdbb861a280f36f52d50c9c17d78e63d784df6", "size": ...
THIS_DIR=`dirname $0` # Check if mvn exists NPM_PATH=`which npm` if [ -z "$NPM_PATH" ]; then echo "npm is not found!" exit 1 fi pushd "$THIS_DIR" npm test popd
{ "content_hash": "bfa8009d27ed83e3f118f6b708bac63b", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 28, "avg_line_length": 13.833333333333334, "alnum_prop": 0.6445783132530121, "repo_name": "andromedarabbit/toolbox-js", "id": "a75362f15a76a27297d08b5491534616082b728e", "s...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Matsush. Mycol. Mem. 7: 54 (1993) #### Original name Hyalobelemnospora Matsush. ### Remarks null
{ "content_hash": "304e4461c7d1660902489cf88e5c7fc1", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 14.23076923076923, "alnum_prop": 0.7081081081081081, "repo_name": "mdoering/backbone", "id": "80ff4081e3f187582eadcc494e353464dc0a08f5", "size": "233...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_29) on Tue Dec 17 10:46:13 PST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> org.jgrapht.demo Class Hierarchy ...
{ "content_hash": "fa7b5fc977eb3cdb325cd82a5f45548f", "timestamp": "", "source": "github", "line_count": 167, "max_line_length": 848, "avg_line_length": 53.4251497005988, "alnum_prop": 0.6598296346110738, "repo_name": "j123b567/stack-usage", "id": "aebca062ca2b1d264c1288c528b34d48bc75e990", "size": ...
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; namespace ICSharpCode.SharpDevelop.Dom { public interface IParamet...
{ "content_hash": "510dc816c84ca012a84f05e79a94d50c", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 103, "avg_line_length": 14.471698113207546, "alnum_prop": 0.6049543676662321, "repo_name": "treenew/sofire", "id": "07880b60b2a2ff06a323b8935550dfaedb33f1eb", "size": "769"...
#ifndef HEADER_RSA_H # define HEADER_RSA_H # include <openssl/opensslconf.h> # ifndef OPENSSL_NO_RSA # include <openssl/asn1.h> # include <openssl/bio.h> # include <openssl/crypto.h> # include <openssl/ossl_typ.h> # if OPENSSL_API_COMPAT < 0x10100000L # include <openssl/bn.h> # endif # ifdef __cplusplus extern "C...
{ "content_hash": "642baa2c13db36a4c29b54efe85e0811", "timestamp": "", "source": "github", "line_count": 583, "max_line_length": 79, "avg_line_length": 46.44596912521441, "alnum_prop": 0.5549523598493242, "repo_name": "google/google-ctf", "id": "9c28329f1d8b8daf37abf932983c1c4957853b5e", "size": "27...
// Copyright (C) 2008 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
{ "content_hash": "5485d833d766cc28834ce0c4c54001fe", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 80, "avg_line_length": 38.857142857142854, "alnum_prop": 0.7152777777777778, "repo_name": "teamblueridge/gerrit", "id": "5a3aa1055fe86f9d03220e849429fbda583de412", "size": ...
from django.apps import AppConfig class HsDiscoverConfig(AppConfig): name = 'hs_discover'
{ "content_hash": "3dd5092ac9b511626617111908652422", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 34, "avg_line_length": 19.2, "alnum_prop": 0.7604166666666666, "repo_name": "hydroshare/hydroshare", "id": "cbdfc0f7a6be6005e6e605447cd4bf4c00469532", "size": "96", "binar...
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android" > <item android:state_pressed="true" android:drawable="@drawable/button_tentang_pressed" /> <item android:state_focused="true" android:drawable="@drawable/button_tentang_hover" /> <item android:drawab...
{ "content_hash": "a34be808e69d25856fb0b9d56129013f", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 93, "avg_line_length": 62.166666666666664, "alnum_prop": 0.7238605898123325, "repo_name": "adahra/Dorong-Kotak-Android", "id": "60785156b2117ea9341e10be9c09bf255795d432", "s...
/////////////////////////////////////////////////////////////////////////// // Copyright © 2014 Esri. All Rights Reserved. // // Licensed under the Apache License Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://w...
{ "content_hash": "f7d6cd094f68ef98448eafd5aaadd8c9", "timestamp": "", "source": "github", "line_count": 158, "max_line_length": 100, "avg_line_length": 29.829113924050635, "alnum_prop": 0.5936770634415447, "repo_name": "gisfromscratch/webapp-builder-demos", "id": "b3671dd47e824a9218716de25f172a2455d5...
"""Unit tests for DataflowDistributionCounter When Cython is available, unit tests will test on cythonized module, otherwise, test on pure python module """ import math import sys import unittest from mock import Mock from apache_beam.transforms import DataflowDistributionCounter class DataflowDistributionAccumula...
{ "content_hash": "2ee3c7c488de55f0245f3a1fccd7af2f", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 79, "avg_line_length": 35.19718309859155, "alnum_prop": 0.723889555822329, "repo_name": "tgroh/incubator-beam", "id": "e19eee6de3e7d00368d708325e94c8af636fb34f", "size": "2...
var util = require('util'); var os = require('os'); var bleno = require('eddystone-beacon/node_modules/bleno'); var eddystone = require('eddystone-beacon'); var five = require('johnny-five'); var Edison = require('edison-io'); var led = ''; var relay = ''; var board = new five.Board({ io: new Edison() }); board.on('rea...
{ "content_hash": "ce46f1c9b0a7aea45f48c6247f498034", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 83, "avg_line_length": 26.204545454545453, "alnum_prop": 0.6183868169991327, "repo_name": "alexisduque/pw-coffee-machine", "id": "f99ad429de37fff9e765568d0cf2749d4f338f83", ...
/*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the F...
{ "content_hash": "d80e1e8ad1aafee192efcfa033376780", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 77, "avg_line_length": 23.658536585365855, "alnum_prop": 0.5329896907216495, "repo_name": "ugo-nama-kun/gym_torcs", "id": "7097c7a4cd7fb8f68292850eea1b654df779ea90", "size"...
using OpenKh.Bbs; using OpenKh.Common; using OpenKh.Tools.Common.Wpf; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Windows; using Xe.Tools; using Xe.Tools.Wpf.Commands; using Xe.Tools.Wpf.Dialogs; namespace OpenKh.Tools.BbsEventTableEditor.ViewModels { ...
{ "content_hash": "66043977986f455ac4023c8471e3b26c", "timestamp": "", "source": "github", "line_count": 178, "max_line_length": 179, "avg_line_length": 34.157303370786515, "alnum_prop": 0.5116776315789474, "repo_name": "Xeeynamo/KingdomHearts", "id": "80b7b92b9de47f70dbb03b472441acef16efed52", "siz...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- SEO Meta Tags --> <meta name="description" content="Valkyrie is an App to build scenarios/quests and share them with players around the world. Both M...
{ "content_hash": "ad892e3f74cfa940a8463b68582c1150", "timestamp": "", "source": "github", "line_count": 485, "max_line_length": 417, "avg_line_length": 57.4, "alnum_prop": 0.5501993606092173, "repo_name": "NPBruce/valkyrie", "id": "ad3e54fde8a5566c309bd8bad9df533625391444", "size": "28137", "bina...
import React, {PropTypes, Component} from 'react'; import View from '../View'; import Text from '../Text'; import Avatar from '../Avatar'; export default class Email extends Component { static propTypes = { email: PropTypes.object.isRequired }; render() { const {email} = this.props; return ( ...
{ "content_hash": "bf0d52ee6567fe5b321cf21cd1d8715a", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 58, "avg_line_length": 22.024390243902438, "alnum_prop": 0.5326688815060908, "repo_name": "lingard/react-css-utils", "id": "55316b7ea377b3ad34e23bfdce10822278e772b6", "size...
NS_ASSUME_NONNULL_BEGIN @interface NSDictionary (TypesafeExtraction) - (nullable id)objectForKey:(id)key requiredType:(Class)type; - (nullable NSString *)stringObjectForKey:(id)key; - (nullable NSNumber *)numberObjectForKey:(id)key; - (nullable NSDate *)dateObjectForKey:(id)key; - (nullable NSDate *)dateObjectForKey...
{ "content_hash": "0d31ee3f93ece03047df89572a64728f", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 94, "avg_line_length": 34.59090909090909, "alnum_prop": 0.7766097240473062, "repo_name": "pivotal/PivotalCoreKit", "id": "cbe582eb183be87c2713825a671d29f6c7aa5547", "size":...
<mvc:View xmlns="sap.m" xmlns:mvc="sap.ui.core.mvc" xmlns:core="sap.ui.core" controllerName="testdata.terminologies.component4.Main"> <Panel id="Panel"> </Panel> </mvc:View>
{ "content_hash": "15a0286f4a78be78cdc55371774216f6", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 82, "avg_line_length": 22.375, "alnum_prop": 0.7094972067039106, "repo_name": "SAP/openui5", "id": "e560d1437612881c36057b96355590cd734dde0f", "size": "179", "binary": fal...
//#define NC_AUTH_GOOGLE //#define NC_AUTH_FACEBOOK //#define NC_AUTH_MICROSOFT //#define NC_AUTH_TWITTER using System; using Foundation; using UIKit; using Producer.Auth; #if NC_AUTH_GOOGLE #endif #if NC_AUTH_FACEBOOK #endif #if NC_AUTH_MICROSOFT #endif #if NC_AUTH_TWITTER #endif #if NC_AUTH_GOOGLE using Google....
{ "content_hash": "16d636d72ab2671a760f573e1603b9da", "timestamp": "", "source": "github", "line_count": 273, "max_line_length": 160, "avg_line_length": 23.205128205128204, "alnum_prop": 0.7297553275453827, "repo_name": "technicalpoets/producer", "id": "eff1c47d5d24795d993d264b45525bddb42d7579", "si...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("09...
{ "content_hash": "33ac94db6051f4a2a8b2e6fb705b1acd", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 39.083333333333336, "alnum_prop": 0.7455579246624022, "repo_name": "AdrianApostolov/TelerikAcademy", "id": "638a09073d2a4c1eb3642779233df62c7e27b31d", ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-e...
{ "content_hash": "876a7f55e82b2a12ec063319b7ef54a6", "timestamp": "", "source": "github", "line_count": 521, "max_line_length": 999, "avg_line_length": 39.87332053742802, "alnum_prop": 0.6132184461345913, "repo_name": "statsmodels/statsmodels.github.io", "id": "45d9eefe97d609909fe21aa86ff2e97c0bc819d...
This project shall help you programming by giving you not only the results but also the intermediate values of multiple cryptographic algorithms. The code will not be optimized in any way except (hopefully) readability. We do this mainly for fun, training, and because we experienced how difficult it can be to implemen...
{ "content_hash": "d465467bede0d11bbdf0c8e159fe2d99", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 157, "avg_line_length": 27.34, "alnum_prop": 0.7600585223116313, "repo_name": "neunzehnhundert97/CryptoLibraryToDebug", "id": "d26f4500673a74a03760f73374c783237d32dff1", "s...
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v0.6.0-rc2-master-8b44052 */ md-input-group.md-default-theme input, md-input-group.md-default-theme textarea { text-shadow: none; } md-input-group.md-default-theme input:-ms-input-placeholder, md-input-group.md-default-theme t...
{ "content_hash": "617b031ef3b471b40dfc660500fa47cb", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 137, "avg_line_length": 51.142857142857146, "alnum_prop": 0.6955307262569832, "repo_name": "tesshsu/materialChatLayout", "id": "ee896dfb8c751d81332bc0af9b1245e0932ab4da", "...
require 'spec_helper' shared_examples 'Charge API' do it "requires a valid card token", :live => true do expect { charge = Stripe::Charge.create( amount: 99, currency: 'usd', source: 'bogus_card_token' ) }.to raise_error(Stripe::InvalidRequestError, /token/i) end it ...
{ "content_hash": "2761fc0ee8dd07490eef0c0a355c6736", "timestamp": "", "source": "github", "line_count": 346, "max_line_length": 128, "avg_line_length": 29.023121387283236, "alnum_prop": 0.6392152957578172, "repo_name": "sublimecoder/stripe-ruby-mock", "id": "38870b3f0bec8c070764d3d6a581a9ae672ae3b7",...
package aws import ( "bytes" "io" "io/ioutil" "net/http" "net/url" "reflect" "strings" "time" ) // A Request is the service request to be made. type Request struct { *Service Handlers Handlers Time time.Time ExpireTime time.Duration Operation *Operation HTTPRequest *http.Request HTTPR...
{ "content_hash": "0ec5b4e82448c3d42ba49f5c03ae5461", "timestamp": "", "source": "github", "line_count": 220, "max_line_length": 104, "avg_line_length": 24.154545454545456, "alnum_prop": 0.6846066992849078, "repo_name": "SearchSpring/consul2route53", "id": "491858f77ebdcaeb93fafc1ea820ace52ce3ad5e", ...
/** * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribu...
{ "content_hash": "e88ae95807b4f4905a7d029bdd7ee131", "timestamp": "", "source": "github", "line_count": 268, "max_line_length": 177, "avg_line_length": 40.69402985074627, "alnum_prop": 0.7095176966807262, "repo_name": "castagna/kafka-connect-exchange", "id": "fa3369c65182090de2642695af5de01a0232db1b"...
```html <html> <head> <style> .js-reveal { opacity: 0; transform: translateY(100px); } .is-visible { opacity: 1; transform: translateY(0); } </style> </head> <body> <p class="js-reveal">Hello world!</p> <p class="js-reveal-this-too" data-offset="100" data-delay="0.2">Hello again...
{ "content_hash": "25711172871f2c668b139546edf5a148", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 91, "avg_line_length": 19.74, "alnum_prop": 0.6048632218844985, "repo_name": "studiometa/js-reveal", "id": "2f48b6e5fa346c5d7e066720636fbd3b2faf23c7", "size": "995", "bin...
using System; using System.Collections.Generic; using System.Text; using Microsoft.Extensions.DependencyInjection; namespace core.Extensions.Data { class Extension : Base.Extension { public override void Execute(IServiceCollection serviceCollection, IServiceProvider serviceProvider) { ...
{ "content_hash": "903261f102daa975687f1366659897c7", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 111, "avg_line_length": 31.5, "alnum_prop": 0.7063492063492064, "repo_name": "massimodipaolo/bom-core", "id": "50ac93bde7ab8f4193297612a5bb1415175cce06", "size": "506", "...
app = Ember.Application.create({ LOG_TRANSITIONS: true }); app.IndexController = Ember.ArrayController.extend({ renderedOn: function () { return new Date(); }.property(), actions: { clickMe: function () { alert("I have been clicked"); } } }); Ember.Handlebars.r...
{ "content_hash": "fe7ed2b239fdc3721af41a0af9c0fcfb", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 69, "avg_line_length": 22.405405405405407, "alnum_prop": 0.6031363088057901, "repo_name": "NormLorenz/VisualStudioCode.Ember", "id": "7de5633924bfdfa85d8404f51c76d46154b1d6d1...
/*Theme : assan * Author : Design_mylife * Version : V1.6 * */ //sticky header on scroll $(window).load(function() { $(".sticky").sticky({topSpacing: 0}); }); //smooth scroll $(function() { $('.scroll-to a[href*=#]:not([href=#])').click(function() { if (location.pathname.repla...
{ "content_hash": "f563ef891e52d3dd3ec5632109176c0f", "timestamp": "", "source": "github", "line_count": 106, "max_line_length": 120, "avg_line_length": 23.254716981132077, "alnum_prop": 0.481947261663286, "repo_name": "cruble/karmency", "id": "7c0fd0ad93e1568d63857577e4aabcc441db9024", "size": "246...
<!-- @license Copyright 2016 Google Inc. All Rights Reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file or at https://github.com/firebase/polymerfire/blob/master/LICENSE --> <link rel="import" href="../polymer/polymer.html"> <link rel="import" href="firebase.html"...
{ "content_hash": "9a339345cce0ee0307abf4082691f6f6", "timestamp": "", "source": "github", "line_count": 301, "max_line_length": 115, "avg_line_length": 35.116279069767444, "alnum_prop": 0.5985808893093661, "repo_name": "JacobTylerShaw/YouChews", "id": "1088bdebf5c9accfed2717b141ec87c491076994", "si...
package org.eclipse.ceylon.compiler.java.language; import org.eclipse.ceylon.compiler.java.metadata.Ceylon; import org.eclipse.ceylon.compiler.java.metadata.Class; /** * Thrown when an operation which requires reified type information is * evaluated with an instance or type which lacks the necessary information ...
{ "content_hash": "f9dafc82bebb15e9ee9bf57ec5deb474", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 75, "avg_line_length": 26.952380952380953, "alnum_prop": 0.7561837455830389, "repo_name": "ceylon/ceylon", "id": "2ee36bdadd3b4b3dd794797b0bf7808f06516b5b", "size": "1038",...
layout: page title: Silicon Networks Executive Retreat date: 2016-05-24 author: Susan Castaneda tags: weekly links, java status: published summary: Suspendisse in ipsum vel quam sagittis. banner: images/banner/meeting-01.jpg booking: startDate: 05/05/2016 endDate: 05/08/2016 ctyhocn: AMSZUHX groupCode: SNER pub...
{ "content_hash": "833ffa78d0fd3a7db2c973a7d8196f3f", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 561, "avg_line_length": 72.9, "alnum_prop": 0.8155006858710563, "repo_name": "KlishGroup/prose-pogs", "id": "2ba7e4eb996258dd5b66303341a204012a047125", "size": "1462", "b...
import { shallowMount, createLocalVue } from "@vue/test-utils"; import { expect } from "chai"; import BootstrapVue from "bootstrap-vue"; import List from '@/components/projects/Weather.vue'; describe("/components/projects/Weather.vue", () => { it('Weather status 1', () => { const localVue = createLocalVue(); ...
{ "content_hash": "9c96acfefda0280ca43d4a9e3cbad09d", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 63, "avg_line_length": 25.625, "alnum_prop": 0.6146341463414634, "repo_name": "Mathmagicians/kumori", "id": "3960c048fff8548c3d6cc9fc4f02f48157396188", "size": "820", "bi...
#region License, Terms and Conditions // Copyright (c) 2010 Jeremy Burman // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the right...
{ "content_hash": "dbd60d49214582d5641dcdca725da165", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 75, "avg_line_length": 36.63636363636363, "alnum_prop": 0.7369727047146402, "repo_name": "jburman/ZeroG", "id": "f7a2893fab4ebd07d6e14368b37c524ed19bac03", "size": "1614", ...
CREATE TABLE flyway_test.book ( id INT NOT NULL, author_id INT NOT NULL, title VARCHAR(400) NOT NULL, CONSTRAINT pk_t_book PRIMARY KEY (id), CONSTRAINT fk_t_book_author_id FOREIGN KEY (author_id) REFERENCES flyway_test.author(id) ); -- inserted by dbunit rule --INSERT INTO flyway_test.author VALUES (next v...
{ "content_hash": "99e9136f79b5d5ee1256a84d8583aabb", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 127, "avg_line_length": 42.22222222222222, "alnum_prop": 0.7052631578947368, "repo_name": "database-rider/database-rider", "id": "3c6825d0c0aab83ed35ab7e7ef8022e1140c9a07", ...
using namespace std; namespace Moses { void Desegmenter::Load(const string filename) { std::ifstream myFile(filename.c_str() ); if (myFile.is_open()) { cerr << "Desegmentation File open successful." << endl; string line; while (getline(myFile, line)) { stringstream ss(line); string token; ...
{ "content_hash": "60df35f13372b492e1fed4c01ca367e9", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 88, "avg_line_length": 27.653846153846153, "alnum_prop": 0.622160407974038, "repo_name": "yang1fan2/nematus", "id": "677de6e6ef9654561fdcaee5b19fffccdb18b9cb", "size": "233...
/* * MediaMonkey Project * Licenced under Apache license 2.0. Read LICENSE for details. */ package com.fj.android.mediamonkey.plugin; /** * @author Francesco Jo(nimbusob@gmail.com) * @since 3 - Dec - 2016 */ public class PluginImplException extends PluginException { public PluginImplException(String message)...
{ "content_hash": "4e83929ffcff3639aa8b1030ebdb07d4", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 63, "avg_line_length": 23.666666666666668, "alnum_prop": 0.7070422535211267, "repo_name": "FrancescoJo/MediaMonkey", "id": "65a78686a5c7d10472f1d9e74daa447fadaa5372", "size...
require "minitest/autorun" require_relative "../lib/graphviz/dot_script" describe GraphViz::DOTScript do let(:script) { GraphViz::DOTScript.new } it "appends a newline character if it is missing" do str = "Test without newline" script.append(str) script.to_s.must_equal(str + "\n") end ...
{ "content_hash": "abf9a98177d7aca1f4f68268f5ab3a40", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 78, "avg_line_length": 28.53488372093023, "alnum_prop": 0.634881825590872, "repo_name": "BigAppleSoftball/ratingsManager", "id": "6c3a15cbb5287db06d1bf2e25ddfdfd1ec62f469", ...
var physics = require('aframe-physics-system'); module.exports = { 'checkpoint': require('./checkpoint'), 'grab': require('./grab'), 'jump-ability': require('./jump-ability'), 'kinematic-body': require('./kinematic-body'), 'sphere-collider': require('./sphere-collider'), 'toggle-velocit...
{ "content_hash": "16c4a6d310ec9fb2f0b241eb171bf99d", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 116, "avg_line_length": 46.53846153846154, "alnum_prop": 0.6595041322314049, "repo_name": "JGL/APieceOfArtAsBigAsIndia", "id": "9bcbcf51864819a53231b70b3f47210033b0802f", "...
package com.axway.ats.agent.core.ant; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention( RetentionPolicy.RUNTIME) @Target( { ElementType.TYPE }) public @interface ClientStubGeneration { bool...
{ "content_hash": "f06bad443a8dc7358819e84900c16548", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 44, "avg_line_length": 24.857142857142858, "alnum_prop": 0.7959770114942529, "repo_name": "Axway/ats-framework", "id": "d25848a772ed74c806d4c42f908b7ba8a8cd9a72", "size": "...
/** * Created with JetBrains WebStorm. * User: P0018766 * Date: 13-1-23 * Time: 下午4:34 * To change this template use File | Settings | File Templates. */ function DaoBase (Model){ this.model = Model; } //create DaoBase.prototype.create = function (doc,callback){ this.model.create(doc, function (error,d...
{ "content_hash": "bf828eff4c259e2a6c17cc03617480a9", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 77, "avg_line_length": 23.791666666666668, "alnum_prop": 0.6520723876240514, "repo_name": "neverreverse/Mammoth", "id": "2b4f1a50df6d5092203ad8f3f6e645d760211355", "size": ...
/** @file */ #ifndef _ALICE_SWITCHINPUT_H_ #define _ALICE_SWITCHINPUT_H_ #include "IInput.h" #include <ArduinoButton.h> /** * @class SwitchInput * @brief Represents a two position switch (or one position of a multiple * position switch). */ class SwitchInput : public IInput { public: SwitchInput(char *...
{ "content_hash": "f082072b465f99e8aff57520a09300ea", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 84, "avg_line_length": 17.77777777777778, "alnum_prop": 0.6875, "repo_name": "DanNixon/Alice", "id": "ed29f0a0f3417d7245eb1105064f5b40b9582f1e", "size": "480", "binary": ...
;------------------------------------------------------------------------------ ; ; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR> ; This program and the accompanying materials ; are licensed and made available under the terms and conditions of the BSD License ; which accompanies this distribution...
{ "content_hash": "b333a96b8fe3672d5f9faa35a8e36b44", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 84, "avg_line_length": 27.15, "alnum_prop": 0.46685082872928174, "repo_name": "MattDevo/edk2", "id": "ed816bb4fcaa799a1f3ea385d095a23c5f987940", "size": "1086", "binary":...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>cats-in-zfc: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
{ "content_hash": "28235e238275f903256bf1a0f7027b97", "timestamp": "", "source": "github", "line_count": 183, "max_line_length": 157, "avg_line_length": 40.92896174863388, "alnum_prop": 0.5562082777036048, "repo_name": "coq-bench/coq-bench.github.io", "id": "6b36089eb5b1db94d0c1b1726fb43ebce29c7072", ...
package com.mastercard.api.partnerwallet.domain.common; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for PrivacyPolicy complex type. * * <p>The following schema fragment specifies the expected cont...
{ "content_hash": "abbeeb97671f593a2e712e1ed9533a19", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 95, "avg_line_length": 21.823529411764707, "alnum_prop": 0.6994609164420486, "repo_name": "thgriefers/mastercard-api-java", "id": "0de806c3efc7171250323940124a7a98cc7ce3e1", ...
/************************************************************************** File: C:\docs\git_smaccm\phase2\ramses-demo\test0\.\components\sender\src\smaccm_sender.c Created on: 2015/03/05 13:01:33 using Dulcimer AADL system build tool suite ***AUTOGENERATED CODE: DO NOT MODIFY*** This C file conta...
{ "content_hash": "017d395b63e4dab3f02613ff6f6cf47f", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 112, "avg_line_length": 27.622448979591837, "alnum_prop": 0.6058367196158109, "repo_name": "smaccm/smaccm", "id": "500b3d0a12a97448b0456887af718544e8bacd3f", "size": "4186"...
import resolve from 'rollup-plugin-node-resolve' import commonjs from 'rollup-plugin-commonjs' import uglify from 'rollup-plugin-uglify' import babel from 'rollup-plugin-babel' import { minify } from 'uglify-es' import pkg from './package.json' export default [ // browser-friendly UMD build { input: 'src/main....
{ "content_hash": "73009a70a98d28aab1a91a2faf0a3c53", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 61, "avg_line_length": 25.03921568627451, "alnum_prop": 0.5943617854346124, "repo_name": "codsen/email-remove-unused-css", "id": "a4026139947ade3a3660fee13aab0998f5be3016", ...
namespace ann_solo { class Spectrum { public: Spectrum(double precursor_mz, unsigned int precursor_charge, unsigned int num_peaks, float *masses, float *intensities, uint8_t *charges) : m_precursor_mz(precursor_mz), m_precursor_charge(precursor_charge), m...
{ "content_hash": "a6b7c0898ebaebfd0205bfb2e5514e23", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 154, "avg_line_length": 43.719298245614034, "alnum_prop": 0.6095505617977528, "repo_name": "bittremieux/ANN-SoLo", "id": "1a7141f0d5c165f0b47027d9c610ac66e934b271", "size":...
FactoryGirl.define do factory :policy do university "MyString" end end
{ "content_hash": "8d64ecbf26f4b82d13cd66f1ba9b1716", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 25, "avg_line_length": 15.8, "alnum_prop": 0.7341772151898734, "repo_name": "skandragon/thing", "id": "b5819c20afc6b0420251828e594754eb8f305e7a", "size": "79", "binary": f...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Phaser Class: Bullet</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/default.css"> <link type="text/css" rel="sty...
{ "content_hash": "8bc35d8951ea167040d1da14af4b459c", "timestamp": "", "source": "github", "line_count": 12620, "max_line_length": 615, "avg_line_length": 19.952931854199683, "alnum_prop": 0.5132840361230471, "repo_name": "kenvalleydc/phaser", "id": "c88d046c52d84eca3d0d1392b254f9ea180f7504", "size"...
<?php namespace Gedmo\Translatable; use Doctrine\Common\EventManager; use Tool\BaseTestCaseORM; use Doctrine\ORM\Query; use Gedmo\Translatable\Query\TreeWalker\TranslationWalker; use Translatable\Fixture\Article; use Translatable\Fixture\Comment; /** * These are tests for translation query walker * ...
{ "content_hash": "f7c26aa71179a6046ac67a83f63362ec", "timestamp": "", "source": "github", "line_count": 108, "max_line_length": 96, "avg_line_length": 30.444444444444443, "alnum_prop": 0.5915450121654501, "repo_name": "dereckleme/lojaVirtualZf2", "id": "0caa8072631b5bf5d3b6243186f5ccd8ff27ed2a", "s...
ACCEPTED #### According to IRMNG Homonym List #### Published in null #### Original name null ### Remarks null
{ "content_hash": "c814cefd0cd150ebb49483fc2c189c4f", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 18, "avg_line_length": 8.692307692307692, "alnum_prop": 0.6814159292035398, "repo_name": "mdoering/backbone", "id": "a928e11627975ded81498828b300a366b681f13e", "size": "161...