text
stringlengths
2
1.04M
meta
dict
/** * "First, solve the problem. Then, write the code. -John Johnson" * "Or use Vangav M" * www.vangav.com * */ /** * MIT License * * Copyright (c) 2016 Vangav * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software...
{ "content_hash": "0aa57d73c64a08d2fbcfcf793bda9dc2", "timestamp": "", "source": "github", "line_count": 491, "max_line_length": 79, "avg_line_length": 28.513238289205702, "alnum_prop": 0.5967142857142858, "repo_name": "vangav/vos_backend", "id": "f9250d0862cbf0889cf62833d9a61305ec9db371", "size": "...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Text.RegularExpressions; using HtmlAgilityPack; namespace InstagramDownloader { public...
{ "content_hash": "b9d94f18a336e3a70edd9a8160c69dbc", "timestamp": "", "source": "github", "line_count": 94, "max_line_length": 105, "avg_line_length": 31.73404255319149, "alnum_prop": 0.5353670801206839, "repo_name": "techdude101/C-Sharp", "id": "347b699a61c631f2c958861e510fe6861bec5765", "size": "...
import re import traceback from enum import IntEnum, auto from contextlib import suppress from dataclasses import dataclass from datetime import datetime from pathlib import Path from typing import Pattern, Union, Optional, Tuple from dateutil.parser import parse as parse_date from dateutil.tz import UTC import pandas...
{ "content_hash": "a7327a0a171de4ddf671f92780dd09e6", "timestamp": "", "source": "github", "line_count": 550, "max_line_length": 129, "avg_line_length": 35.88, "alnum_prop": 0.5988142292490118, "repo_name": "panoptes/PIAA", "id": "300c9d4e1c1faef546fb5112802c70ee86822058", "size": "19737", "binary...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "60bf92acf0d5d36708cfa27e68576ecc", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "8ac5c5b68dc4595a944d71ba1f61c2f6357557f7", "size": "196...
class Serializers::User < Serializers::Base structure(:default) do |user| { first_name: user.first_name, last_name: user.last_name, email: user.email, created_at: user.created_at.try(:iso8601), id: user.id, updated_at: user.updated_at.try(:iso8601), ...
{ "content_hash": "648527367bcfd81c18115282c4952f3c", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 50, "avg_line_length": 27.833333333333332, "alnum_prop": 0.5718562874251497, "repo_name": "ruprict/pliny_test", "id": "7009b6177b6835662d2734aaf93e70313b05ee00", "size": "3...
package org.kuali.rice.krad.document; /** * Determines what actions are applicable to the given document, irrespective of user * or other state. These initial actions are used as inputs for further filtering depending * on context. * @see DocumentAuthorizer * @author Kuali Rice Team (rice.collab@kuali...
{ "content_hash": "ca89e68690f6d78b6679d63031a55374", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 92, "avg_line_length": 27.344827586206897, "alnum_prop": 0.7332912988650694, "repo_name": "ewestfal/rice-svn2git-test", "id": "b90994b6e2c3504ed5ea48da6655705e2e4ee12f", "s...
export const SnmpDeviceCfgComponentConfig: any = { 'name' : 'SNMP Devices', 'table-columns' : [ { title: 'ID', name: 'ID' }, { title: 'Host', name: 'Host' }, { title: 'Port', name: 'Port' }, { title: 'Active', name: 'Active' }, { title: 'Alternate System OIDs', name: 'SystemOIDs'...
{ "content_hash": "03d679cff87751e29bda356eb2180c25", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 124, "avg_line_length": 43.29577464788732, "alnum_prop": 0.5731945348080677, "repo_name": "toni-moreno/snmpcollector", "id": "0b783025cce8456934661e499ab038d8a36866c5", "si...
<?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> <artifactId>com.amazonaws.eclipse...
{ "content_hash": "d7409e266ea229990a523f53b315d373", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 101, "avg_line_length": 42.357142857142854, "alnum_prop": 0.7166947723440135, "repo_name": "zhangzhx/aws-toolkit-eclipse", "id": "23afb766ec9443c580227722a702a5a6792e6c06", ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "8c85e933bb6db8f19b367d3d3e26148f", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "8f5d04d0da76265b05d9a0fe0d3fa98dd9358eff", "size": "179...
using System; using System.Collections; using System.Linq; namespace ForumSystem.Common.Repository { public interface IRepository<T> : IDisposable { IQueryable<T> All(); T GetById(int id); void Add(T entity); void Update(T entity); void Delete(T entity); vo...
{ "content_hash": "414e546643a9bd89039a8bcce818238f", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 49, "avg_line_length": 16.28, "alnum_prop": 0.597051597051597, "repo_name": "didimitrov/ForumSystem", "id": "a32951a58dea622446560d0c220dac291067e6e2", "size": "409", "bi...
class Mercurial < Formula desc "Scalable distributed version control system" homepage "https://mercurial-scm.org/" url "https://www.mercurial-scm.org/release/mercurial-5.8.tar.gz" sha256 "fc5d6a8f6478d88ef83cdd0ab6d86ad68ee722bbdf4964e6a0b47c3c6ba5309f" license "GPL-2.0-or-later" livecheck do url "http...
{ "content_hash": "2169b2375a783f6e7827148caab3fed3", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 92, "avg_line_length": 32.98571428571429, "alnum_prop": 0.6899090515374621, "repo_name": "JCount/homebrew-core", "id": "721cb852ca8f197f03a35fdaa3909f5f3d3f3432", "size": "...
package org.elasticsearch.cluster.routing; import org.elasticsearch.Version; import org.elasticsearch.cluster.metadata.IndexMetaData; import org.elasticsearch.common.UUIDs; import org.elasticsearch.index.shard.ShardId; import org.elasticsearch.snapshots.Snapshot; import org.elasticsearch.snapshots.SnapshotId; import...
{ "content_hash": "0b64fc25b0a2910f98f6b4d1484a52eb", "timestamp": "", "source": "github", "line_count": 135, "max_line_length": 139, "avg_line_length": 48.55555555555556, "alnum_prop": 0.6825324180015255, "repo_name": "coding0011/elasticsearch", "id": "9d892d192a25a3a9138ed386f86f54de3e6bea56", "si...
layout: post title: pyraminx blindfolded solving? date: 2010-12-05 21:59:22.000000000 +07:00 type: post published: true status: publish categories: - rubik&#039;s cube tags: - abel brata - BLD - blindfolded - puzzle - pyraminx - pyraminx blindfolded meta: _edit_last: '7761285' _wp_old_slug: '' geo_latitude: '-8.5...
{ "content_hash": "820612bd33123bce3dc3f5f38a5b75af", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 412, "avg_line_length": 45.970588235294116, "alnum_prop": 0.7581573896353166, "repo_name": "herpiko/herpiko.github.io", "id": "ea4f1aba124503600bf0b1f9beaa2a8e2e0285a8", "s...
// Karma configuration // Generated on Tue Jan 10 2017 20:14:56 GMT+0100 (WAT) module.exports = function(config) { config.set({ /* base path that will be used to resolve all patterns (eg. files, exclude) */ basePath: '', /* frameworks to use available frameworks: https://npmjs.org/browse...
{ "content_hash": "e821b81d0e214f2e389e0bf93a83c526", "timestamp": "", "source": "github", "line_count": 93, "max_line_length": 67, "avg_line_length": 22.387096774193548, "alnum_prop": 0.6282420749279539, "repo_name": "andela/temari-cfh", "id": "bf28515388abc665884a776dca91ced0afbf1d1a", "size": "20...
package jwebform.integration.fromBean; import jwebform.Form; import jwebform.field.TextType; import jwebform.integration.bean2form.DefaultBean2Form; import org.junit.Before; import org.junit.Test; import static junit.framework.TestCase.assertTrue; import static org.junit.Assert.assertEquals; // Tests if it works, to...
{ "content_hash": "9280c909fd0a4fcd89d09ecb8eb0dc07", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 105, "avg_line_length": 25.875, "alnum_prop": 0.7318840579710145, "repo_name": "jochen777/jWebForm", "id": "f0f11eacc55c20938d8cdaa164fa399e38c23528", "size": "1242", "bi...
var path = require('path') module.exports = { build: { env: require('./prod.env'), index: path.resolve(__dirname, '../dist/index.html'), assetsRoot: path.resolve(__dirname, '../dist'), assetsSubDirectory: 'static', assetsPublicPath: '/', productionSourceMap: true, // Gzip off by default a...
{ "content_hash": "5a5035342c0cfd81911520960d297a5e", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 71, "avg_line_length": 35.24390243902439, "alnum_prop": 0.6491349480968858, "repo_name": "hellofornow/wedding-site-client", "id": "76fe3bbb39df5f12c106013db1179a55dda05fc2", ...
module.exports = require('./lib/selleck');
{ "content_hash": "67b97f26fd267bcbc5e5137cd9d8b274", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 42, "avg_line_length": 43, "alnum_prop": 0.6976744186046512, "repo_name": "yui/selleck", "id": "446dc1898683cc232b06b0a43432fba1af247892", "size": "43", "binary": false, ...
using System.Web; using System.Web.Mvc; namespace RailsSharp.Example { public class FilterConfig { public static void RegisterGlobalFilters(GlobalFilterCollection filters) { filters.Add(new HandleErrorAttribute()); } } }
{ "content_hash": "85c25b66f63e331c5a13f99ade38a2de", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 74, "avg_line_length": 18.076923076923077, "alnum_prop": 0.7617021276595745, "repo_name": "chrismbarr/LAN.Core.Eventing", "id": "086e3065d7b21fb93161c0aef026b0cec42d256a", ...
namespace swri_transform_util { class Wgs84Transformer : public Transformer { public: Wgs84Transformer(); virtual std::map<std::string, std::vector<std::string> > Supports() const; virtual bool GetTransform( const std::string& target_frame, const std::string& source_frame, ...
{ "content_hash": "93417b0246619226a8f415ada4fd0e90", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 80, "avg_line_length": 27.210526315789473, "alnum_prop": 0.6840747904577692, "repo_name": "elliotjo/marti_common", "id": "49ba618f4bd369fac5dfcaef03c9f4294a1cc8a4", "size":...
#ifndef SKSL_NFASTATE #define SKSL_NFASTATE #include <string> #include <vector> #include "src/sksl/lex/LexUtil.h" struct NFAState { enum Kind { // represents an accept state - if the NFA ends up in this state, we have successfully // matched the token indicated by fData[0] kAccept_Kind,...
{ "content_hash": "ec36626905fcf1457faad307a4ad8b4d", "timestamp": "", "source": "github", "line_count": 147, "max_line_length": 99, "avg_line_length": 28.64625850340136, "alnum_prop": 0.44478746141059133, "repo_name": "google/skia", "id": "848a6f11eef10a736aa5a5d4a191976a6be89dd2", "size": "4354", ...
package regexodus.derivative; /** * Ported to Java from http://blog.errstr.com/2013/01/22/implementing-a-more-powerful-regex/ * D_c(L1 ∩ L2) = D_c(L1) ∩ D_c(L2) * δ(L1 ∩ L2) = δ(L1) ∩ δ(L2) */ public class Intersection extends RegEx { private RegEx first; private RegEx second; private Intersection(Reg...
{ "content_hash": "640b66997fa3800f546d67c920cb4445", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 92, "avg_line_length": 22.933333333333334, "alnum_prop": 0.5746124031007752, "repo_name": "tommyettinger/RegExodus", "id": "d9cb2adaa3d9db93e08f7b01445f420351d069e9", "size...
package com.google.gson; import junit.framework.TestCase; /** * Performs some unit testing for the {@link Escaper} class. * * @author Joel Leitch */ public class EscaperTest extends TestCase { private Escaper escapeHtmlChar; private Escaper noEscapeHtmlChar; @Override protected void setUp() throws Excepti...
{ "content_hash": "31129d9411c29873fe35827e7784f5e3", "timestamp": "", "source": "github", "line_count": 175, "max_line_length": 93, "avg_line_length": 34.434285714285714, "alnum_prop": 0.7663458347162296, "repo_name": "vnc-biz/zcs-lib-gson", "id": "a52e31079bbff9cdc8e967c7229670d9f2dff283", "size":...
test: ./node_modules/.bin/mocha cov test-cov: ./node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly .PHONY: test cov test-cov
{ "content_hash": "8a5d21ea4df0864358afc6e49cf7ee69", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 78, "avg_line_length": 21.857142857142858, "alnum_prop": 0.7320261437908496, "repo_name": "nykma/npg", "id": "57c1c9fd1811350012249c8c854bc89f621cbbb9", "size": "153", "bi...
node.default['rubies']['list'] = ['ruby 2.1.3'] node.default['rubies']['bundler']['install'] = false node.default['chruby_install']['default_ruby'] = true include_recipe 'rubies' %w(erb gem irb rake rdoc ri ruby testrb bundle bundler).each do |rb| link "/usr/bin/#{rb}" do to "/opt/rubies/ruby-...
{ "content_hash": "4dd7999ac042de19d55107db93378873", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 68, "avg_line_length": 24.307692307692307, "alnum_prop": 0.625, "repo_name": "chef-cookbooks/supermarket", "id": "98b941f5cd9d59deb89835f5dcf167f9c6db560e", "size": "1284",...
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content"> <ImageView android:id="@+id/iv_icon" android:layout_width="@dimen/video_play_icon_size_small" a...
{ "content_hash": "1d47204d49faeeac653d9e9c2ffdf846", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 74, "avg_line_length": 40.142857142857146, "alnum_prop": 0.6704626334519573, "repo_name": "uin3566/Dota2Helper", "id": "f8e4b0680059784bd6cf85e9bf22e5f701b2baac", "size": "...
using namespace std; using namespace boost; // // Global state // CCriticalSection cs_setpwalletRegistered; set<CWallet*> setpwalletRegistered; CCriticalSection cs_main; CTxMemPool mempool; unsigned int nTransactionsUpdated = 0; map<uint256, CBlockIndex*> mapBlockIndex; uint256 hashGenesisBlock("0x3932037a7d96bc26...
{ "content_hash": "541167d6561c8bf44546712183d10062", "timestamp": "", "source": "github", "line_count": 3909, "max_line_length": 280, "avg_line_length": 33.3983115886416, "alnum_prop": 0.5728664001102992, "repo_name": "piggiecoin/piggiecoin", "id": "7731ec3b5e2c762241e00fb526e111cebfd390b7", "size"...
const ActionWindow = require('../../../server/game/gamesteps/actionwindow.js'); const Game = require('../../../server/game/game.js'); const Player = require('../../../server/game/player.js'); const Settings = require('../../../server/settings.js'); describe('ActionWindow', function() { beforeEach(function() { ...
{ "content_hash": "9cecd7bb0def66b887e8aa926f469502", "timestamp": "", "source": "github", "line_count": 141, "max_line_length": 116, "avg_line_length": 38.95035460992908, "alnum_prop": 0.5593590677348871, "repo_name": "cryogen/throneteki", "id": "7ad5c0445f8f185221d6785d4a4f92eea327a5f5", "size": "...
<!--doctype html--> <html> <head> <title> TFI test</title> <link rel="stylesheet" type="text/css" href="css/test.css"> <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"> </head> <body> <div class="container"> <h1> Protocolos de Transferencia de Informacion - TFI</h1...
{ "content_hash": "90926db9cb6a26295b1c949e5038ef52", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 148, "avg_line_length": 38.14666666666667, "alnum_prop": 0.5784690667598742, "repo_name": "lgargantini/tfi", "id": "36bc6ef086ad63e2ee40d6f8ea4cf3da34dca504", "size": "2861...
package org.usfirst.frc.team339.HardwareInterfaces.transmission; import edu.wpi.first.wpilibj.SpeedController; public class TransmissionFourWheel extends Transmission { private final SpeedController rightRearSpeedController; private MotorDirection rightRearMotorDirection = MotorDirection.REVERSE...
{ "content_hash": "42ce0a0a3d7ecc14c2542f0086b19004", "timestamp": "", "source": "github", "line_count": 195, "max_line_length": 81, "avg_line_length": 28.087179487179487, "alnum_prop": 0.6574767208325726, "repo_name": "FIRST-Team-339/2016", "id": "8ca50adf31abb341ce9e40f2953c7b6f567a37af", "size": ...
import { resetStyle } from '../../style'; import { repaint } from './repaint'; export const TRANSITION_END_EVENTS: { [key: string]: string } = { 'WebkitTransition': 'webkitTransitionEnd', 'MozTransition': 'transitionend', 'OTransition': 'oTransitionEnd', 'msTransition': 'MSTransitionEnd', 'transiti...
{ "content_hash": "d934090d441c23c566a8056c1794355d", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 113, "avg_line_length": 33.5, "alnum_prop": 0.6974219810040706, "repo_name": "MikeBull94/zoom.ts", "id": "20cc3dbbeee5621b71a6da46c7941011130ecb5a", "size": "737", "binar...
package com.chartsack.charts; import android.content.ContentProvider; import android.content.ContentResolver; import android.content.ContentUris; import android.content.ContentValues; import android.content.Context; import android.content.UriMatcher; import android.database.Cursor; import android.database.SQLExcepti...
{ "content_hash": "a31ff154b8727ac680d976dd0130009c", "timestamp": "", "source": "github", "line_count": 193, "max_line_length": 105, "avg_line_length": 35.33160621761658, "alnum_prop": 0.5931954832086817, "repo_name": "apps4av/MyCharts", "id": "8254264ff0f7fc344b0133af0e76582f7e9cff13", "size": "81...
using Microsoft.AspNetCore.Mvc; using Spark.Web.Services; namespace Spark.Web.Controllers { public class ResourcesController : Controller { public IActionResult Index() { return View(); } } }
{ "content_hash": "d14d7e885672caa39449a2938c7e67b4", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 49, "avg_line_length": 16.2, "alnum_prop": 0.6172839506172839, "repo_name": "furore-fhir/spark", "id": "d9c5ba00dc5accde9d60c5fed9637dd5f85a82bb", "size": "243", "binary"...
$packageName = 'kvrt' $url = 'http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe' $checksum = '4b55b20802088c7fd952023646845ed60c6fa68f' $checksumType = 'sha1' $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $installFile = Join-Path $toolsPath "kvrt.exe" try { Get-Chocolat...
{ "content_hash": "60bb82da52ae3f80bbb35dd55a001ba5", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 80, "avg_line_length": 38.541666666666664, "alnum_prop": 0.6486486486486487, "repo_name": "dtgm/chocolatey-packages", "id": "3af6e82833c144da1507dd7c6c75806511364bbd", "siz...
import React, {Component} from 'react' import {Link, withRouter} from 'react-router-dom' import MenuItem from 'material-ui/Menu/MenuItem'; import Divider from 'material-ui/Divider'; class NavBar extends Component { constructor(props) { super(props); this.state = { expandedSection: "" ...
{ "content_hash": "e5c20dc3a62e530c1e82af94095e6b58", "timestamp": "", "source": "github", "line_count": 86, "max_line_length": 140, "avg_line_length": 42.16279069767442, "alnum_prop": 0.47876447876447875, "repo_name": "lakmali/carbon-apimgt", "id": "0f69f349e5626523a1806f2bb348df8c0e014d8b", "size"...
<?php namespace Google\AdsApi\AdWords\v201702\cm; /** * This file was generated from WSDL. DO NOT EDIT. */ class TextLabel extends \Google\AdsApi\AdWords\v201702\cm\Label { /** * @param int $id * @param string $name * @param string $status * @param \Google\AdsApi\AdWords\v201702\cm\LabelAt...
{ "content_hash": "8a4590ec195548dc88509405aa6832ea", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 111, "avg_line_length": 24.083333333333332, "alnum_prop": 0.6349480968858131, "repo_name": "jeraldfeller/jbenterprises", "id": "46b3fd980b6773459ae6a82a815587532e14a592", "...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectModuleManager"> <modules> <module fileurl="file://$PROJECT_DIR$/switchfly.iml" filepath="$PROJECT_DIR$/switchfly.iml" /> <module fileurl="file://$PROJECT_DIR$/compress/switchfly-compress.iml" filepath="$PROJECT_DIR$/c...
{ "content_hash": "f3dfcedfcc67ce47bd79b1582d8f5792", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 164, "avg_line_length": 51.09090909090909, "alnum_prop": 0.7135231316725978, "repo_name": "switchfly/switchfly-java", "id": "220a85d2dc30ffb67ad192c71cd5efc350800f64", "siz...
/* * This is a manifest file that'll automatically include all the stylesheets available in this directory * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at * the top of the compiled file, but it's generally better to create a new file per style scope. *= requi...
{ "content_hash": "eba4c778e232baae005411cc9830f260", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 105, "avg_line_length": 46.125, "alnum_prop": 0.7479674796747967, "repo_name": "lucianot/dealbook", "id": "bb62629f138706474efc93614a0b720c179023ee", "size": "369", "binar...
using MtgApiManager.Lib.Service; using Xunit; namespace MtgApiManager.Lib.Test.Service { public class SetQueryParameterTests { [Fact] public void SetQueryParameter_BlockSet_Success() { // arrange const string BLOCK = "block1"; var queryParams = new S...
{ "content_hash": "31507100506bc348be988e520c087cf8", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 56, "avg_line_length": 22.94736842105263, "alnum_prop": 0.481651376146789, "repo_name": "MagicTheGathering/mtg-sdk-dotnet", "id": "01e5c8682963b97b7eb855339acb2d11ee45caee", ...
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" > <ListView android:id="@+id/weatherListView" android:layout_width="match_parent" android:layout_height="match_parent" android:...
{ "content_hash": "a1f05f36b462b4dcbb1b9dd8b7d1f7b7", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 74, "avg_line_length": 32, "alnum_prop": 0.6875, "repo_name": "UO-CIS/CIS399AndroidDemos", "id": "78537cdfb053dab57065caff2a55ecbc8eb041c7", "size": "480", "binary": fals...
using CharacterGen.CharacterClasses; using CharacterGen.Domain.Tables; using CharacterGen.Feats; using NUnit.Framework; namespace CharacterGen.Tests.Integration.Tables.Feats.Requirements.Classes { [TestFixture] public class SpellMasteryClassRequirementsTests : AdjustmentsTests { protected override...
{ "content_hash": "dd32780975f514a3f3758ecde39c05e4", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 131, "avg_line_length": 29, "alnum_prop": 0.6519396551724138, "repo_name": "DnDGen/CharacterGen", "id": "ce18caacc572c8e8d74a7c02e7e809a3988d1e35", "size": "930", "binary...
package org.jsimpledb.kv.raft; import java.io.BufferedInputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.nio.ByteBuffer; /** * Contains the information required to commit a new entry to the log. */ class NewLogEntry { private final LogEntry.Data data; ...
{ "content_hash": "f7af04526e06cb9f04a0e0ef7c42dd1e", "timestamp": "", "source": "github", "line_count": 97, "max_line_length": 123, "avg_line_length": 31.257731958762886, "alnum_prop": 0.6553430079155673, "repo_name": "tempbottle/jsimpledb", "id": "d0f1fe049c9655d6c774446e89803eef031a1b45", "size":...
package mechanisms_test
{ "content_hash": "02136aad4b3f5d28ac823c3e88663241", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 23, "avg_line_length": 24, "alnum_prop": 0.875, "repo_name": "goxmpp/goxmpp", "id": "185143db15e2ab92b03d704e84d2426cde4cb25d", "size": "24", "binary": false, "copies": ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace DtWorkshop.Plugin.ID3 { public delegate void OnRootChanged(); public class DtTree { public event OnRootChanged RootChanged = delegate { }; private DtBranch root; public DtBranch Root ...
{ "content_hash": "e71870a19fcd7d2d8b662c815c51b63c", "timestamp": "", "source": "github", "line_count": 204, "max_line_length": 96, "avg_line_length": 25.068627450980394, "alnum_prop": 0.45815408682049275, "repo_name": "kfields/decision-tree-workshop", "id": "fcc5d7461aa1a3eb9a09a663734f2e98b68e95ae"...
package org.myrobotlab.kinematics; import java.util.HashMap; import org.myrobotlab.service.IntegratedMovement; /** * This class will compute the center of gravity of the links composing a robot * * @author chris * */ public class GravityCenter extends Thread { private HashMap<String, Double> m...
{ "content_hash": "7ca6af973e5cc5d029926134b38ad4b6", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 156, "avg_line_length": 27.11764705882353, "alnum_prop": 0.6030368763557483, "repo_name": "MyRobotLab/myrobotlab", "id": "f7fa8e87917b0d0e6d4ab58ae8b32529f324b5bd", "size":...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>parse_options::allow_comments</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../index...
{ "content_hash": "d92c00698490c24fb1d1bc3be688f5a9", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 473, "avg_line_length": 68.8169014084507, "alnum_prop": 0.6295538272615636, "repo_name": "arangodb/arangodb", "id": "dc4bc0e40ffc963164d922d2bf8697f09d440e9a", "size": "489...
<?php /** Tests for MediaWiki languages/LanguageBe.php */ class LanguageBeTest extends LanguageClassesTestCase { /** * @dataProvider providePlural * @covers Language::convertPlural */ public function testPlural( $result, $value ) { $forms = array( 'one', 'few', 'many', 'other' ); $this->assertEquals( $res...
{ "content_hash": "843c29f03d2e04af4a514886a165d35e", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 84, "avg_line_length": 24.526315789473685, "alnum_prop": 0.6137339055793991, "repo_name": "BRL-CAD/web", "id": "7bd586aff71f912b59370aefb3b9ad1f65a26d4f", "size": "1032", ...
''' from mpc33 import Check print(Check('MinecraftNameInHere')) ''' # for python 2.7: ''' from mpc27 import Check print(Check('MinecraftNameInHere')) '''
{ "content_hash": "154f6e049dfd40cdfa2ad82c95663a51", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 35, "avg_line_length": 15.4, "alnum_prop": 0.7077922077922078, "repo_name": "Woolworths/MinecraftPremiumChecker", "id": "fca69214a03fdc555c1f7adeaba4bb1e1806ec6d", "size": ...
<?php namespace ApiBundle\Exception; use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface; /** * Интерфейс APIException * * @author Roman Belousov <romanandreyvich@gmail.com> */ interface APIExceptionInterface extends HttpExceptionInterface { }
{ "content_hash": "f7e6336c4639cca3913924804781a89a", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 66, "avg_line_length": 18, "alnum_prop": 0.7851851851851852, "repo_name": "romanandreyvich/FamilyBudgetManagementSystem", "id": "e3eaa6be4ed55605312c9958f0e704ce1b1fa757", ...
<?php use yii\db\Schema; use yii\db\Migration; class m150807_111927_books extends Migration { public function safeUp() { $this->createTable('books', [ 'id' => $this->primaryKey(), 'name' => $this->string()->notNull(), 'date_create' => $this->integer()->notNull()->de...
{ "content_hash": "b9e0ccd0c04381c489f9eb5fa09cc696", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 112, "avg_line_length": 30.23076923076923, "alnum_prop": 0.5267175572519084, "repo_name": "liverenemy/rgktest", "id": "816a1361798ab948d3671ddeb3a20c9721860721", "size": "7...
// Copyright (c) 2014 The Trident Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // #include <trident/timeout_manager_impl.h> namespace trident { TimeoutManagerImpl::TimeoutManagerImpl() : _is_running(false) , _epoch_...
{ "content_hash": "497d8c0b6be6f7b03bb6fa813feb65b7", "timestamp": "", "source": "github", "line_count": 161, "max_line_length": 92, "avg_line_length": 28.459627329192546, "alnum_prop": 0.6268005237887385, "repo_name": "anqin/trident", "id": "c40c3c504146bec48eccf4d2a5b35df49edea02e", "size": "4582"...
package com.oneliang.tools.builder.android.base; import java.util.List; import com.oneliang.tools.builder.android.base.AndroidProject; public class AndroidProjectForGradle extends AndroidProject { private List<String> gradleDependencyList = null; private List<BuildConfig> buildConfigList = null; public...
{ "content_hash": "f182eb43028d96774c65c9f75d6740ab", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 99, "avg_line_length": 27.704918032786885, "alnum_prop": 0.6408284023668639, "repo_name": "oneliang/builder-android", "id": "f15a59edc3302f67abedf04053098f56f172e24e", "siz...
<!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_45) on Tue Apr 14 10:14:45 CEST 2015 --> <TITLE> R.bool </TITLE> <META NAME="date" CONTENT="2015-04-14"> <LINK REL ="stylesheet" TYPE="text/css" HR...
{ "content_hash": "eaee615072c4bc446f5ba828180b6c0c", "timestamp": "", "source": "github", "line_count": 365, "max_line_length": 215, "avg_line_length": 40.15890410958904, "alnum_prop": 0.6483831354891527, "repo_name": "lows/lows", "id": "c26716690e1f7e269e71be20fa83077d098bc27e", "size": "14658", ...
<?xml version="1.0" encoding="UTF-8"?> <!-- #%L Wildfly Camel Patch %% Copyright (C) 2013 - 2014 RedHat %% 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.or...
{ "content_hash": "25759ecb675cade2cec5c15374a18283", "timestamp": "", "source": "github", "line_count": 68, "max_line_length": 78, "avg_line_length": 48.5735294117647, "alnum_prop": 0.5821980018165305, "repo_name": "tadayosi/wildfly-camel", "id": "a0c5e81ea2e1e643a34563a7ffc6f46afabbb8d3", "size": ...
<?xml version="1.0" encoding="ISO-8859-1"?> <LEOSimulation version="2.5.0"> <STELAVersion>2.5.1</STELAVersion> <SpaceObject> <mass unit="kg">2.0</mass> <dragArea>0.045</dragArea> <reflectingArea>0.18</reflectingArea> <reflectivityCoefficient>1.5</reflectivityCoefficient> <orbitType>LEO</orbitType> <Consta...
{ "content_hash": "5316b4ac57192bc6baa9ead210d11c93", "timestamp": "", "source": "github", "line_count": 95, "max_line_length": 74, "avg_line_length": 35.36842105263158, "alnum_prop": 0.7267857142857143, "repo_name": "pouyana/satgen", "id": "f31fa1bcc9c314d70b46632c61ef8385295d4c2c", "size": "3360",...
MIDDLEWARE_CLASSES = ( # 'pangolin.core.middleware.CoorsMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.locale.LocaleMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.Auth...
{ "content_hash": "6138bd11ef95c35e081a6bfc406e543b", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 69, "avg_line_length": 49.166666666666664, "alnum_prop": 0.7898305084745763, "repo_name": "skylifewww/pangolin_new", "id": "e43baa6c97f0b002d65570050552c36e21dbfe23", "size...
'use strict'; /* jshint -W098 */ // The Package is past automatically as first parameter module.exports = function(Langs, app, auth, database) { app.get('/langs/example/anyone', function(req, res, next) { res.send('Anyone can access this'); }); app.get('/langs/example/auth', auth.requiresLogin, function(re...
{ "content_hash": "ae7f6fb81cda3d9f243a94bdcf0f58d6", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 80, "avg_line_length": 29.074074074074073, "alnum_prop": 0.6458598726114649, "repo_name": "zwhitchcox/lex", "id": "17fdfff2a98030de531b5d16e799f0ed47386b83", "size": "785",...
<package> <name>usb_cam_jpeg</name> <version>0.3.4</version> <description>A ROS Driver for V4L USB Cameras (raw jpeg version)</description> <maintainer email="rctoris@wpi.edu">Russell Toris</maintainer> <author email="benjamin.pitzer@bosch.com">Benjamin Pitzer</author> <license>BSD</license> <url type=...
{ "content_hash": "adedb66314c03f79ca51b47345ad7766", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 80, "avg_line_length": 36, "alnum_prop": 0.7171717171717171, "repo_name": "AIR-K-Tohoku/usb_cam_jpeg", "id": "53b0feeafbbf1d0af8acbf830f4622b1262083df", "size": "1188", "...
NSModuleLoader.add([ 'ns.components.dataTypes.AbstractTime' ], function () { ns.components = ns.components || {}; ns.components.dataTypes = ns.components.dataTypes || {}; /** * @public * @class ns.components.dataTypes.LogInfo * @extends ns.components.dataTypes.AbstractTime */ ns.components.dataTypes.LogIn...
{ "content_hash": "16762e2191046a755179290d1ef533c0", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 134, "avg_line_length": 25.125, "alnum_prop": 0.6753731343283582, "repo_name": "igor-bezkrovny/js-rdt", "id": "204d19caeb425cbc1340eb84d640b4774bc7d85d", "size": "804", "...
define(["jquery", "backbone", "models/Model", "views/View", "collections/colors"], function($, Backbone, UserModel, View, Collection) { var MobileRouter = Backbone.Router.extend({ initialize: function() { // Tells Backbone to start watching for hashchange events ...
{ "content_hash": "ab674456c32023beb8ad6d6116a85ab5", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 88, "avg_line_length": 23.88888888888889, "alnum_prop": 0.49883720930232556, "repo_name": "pituki/backbone-require_listenTo-Example", "id": "937f5cd5336db093e8583ce849df0ac0e...
DROP VIEW IF EXISTS view_daftar_penerimaan_distamben; CREATE VIEW view_daftar_penerimaan_distamben AS SELECT * FROM view_daftar_penerimaan_kabupaten WHERE 1 = 1 AND id_skpd = 17; GRANT ALL PRIVILEGES ON view_daftar_penerimaan_distamben, sub_skpd TO lap_distamben; REVOKE INSERT, UPDATE, DELETE ON view_daftar_pener...
{ "content_hash": "958afd8786c49f23dd846d84465569b5", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 95, "avg_line_length": 22.875, "alnum_prop": 0.7950819672131147, "repo_name": "muntaza/Open_Persediaan", "id": "49e9ce7ead1ff7ca5ca83541ad122c68b146f781", "size": "366", ...
require 'helper' require 'write_xlsx/workbook' require 'write_xlsx/worksheet' require 'stringio' class TestConvertDateTime04 < Test::Unit::TestCase def setup @workbook = WriteXLSX.new(StringIO.new) @worksheet = @workbook.add_worksheet('') end def test_convert_date_time_should_not_change_date_time_string...
{ "content_hash": "039103dc221b717323692a08ac1df92d", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 63, "avg_line_length": 26.61111111111111, "alnum_prop": 0.7181628392484343, "repo_name": "Orphist/write_xlsx", "id": "75ee390011e1f3d4d6621b9a02e1de257a4cb12e", "size": "50...
<html> <head> <title>dr33m | View size Smoke Tests</title> <link rel="stylesheet" href="../examples/css/example.css"/> <script type="text/javascript" src="../lib/jquery-1.9.1.js"></script> <script type="text/javascript" src="../lib/acorn.js"></script> <script type="text/javascript" src="../lib/coffee-script.j...
{ "content_hash": "0b4684cf4c44cca299eb39337c8043e6", "timestamp": "", "source": "github", "line_count": 396, "max_line_length": 119, "avg_line_length": 33.97222222222222, "alnum_prop": 0.5934735746673604, "repo_name": "gnovos/gnovos.github.io", "id": "beeb265e30e2e2938e5117bb397376b0bc88c659", "siz...
<?php namespace CategoryBundle\Helpers; use CategoryBundle\Entity\Category; use Doctrine\Common\Collections\ArrayCollection; /** * This helper groups array of categories into required groups. * * Class GroupingHelper * @package CategoryBundle\Helpers */ class GroupingHelper { /** * Groups array of categ...
{ "content_hash": "598bee2b6379f18033a490aa5ab37100", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 85, "avg_line_length": 30.886363636363637, "alnum_prop": 0.5864606328182487, "repo_name": "Lezas/myBudget", "id": "ef2f873c9de6e42dcc524c71de18d1678fef13cc", "size": "1359"...
use chrono::{offset::Local, DateTime}; use hyper::{header, Body, Method, StatusCode}; use std::{fs, io, net::SocketAddr, path::Path}; use crate::base::ctx::ctxs; use crate::base::{http, response, HeaderGetStr, Request, Response}; use crate::config::Route; use crate::consts::CONTENT_TYPE_HTML; use crate::service::Glob...
{ "content_hash": "c285c88c630dc0a6c6942ef5dc14932f", "timestamp": "", "source": "github", "line_count": 133, "max_line_length": 102, "avg_line_length": 30.706766917293233, "alnum_prop": 0.5815377081292851, "repo_name": "biluohc/fht2p", "id": "653cdb1801cb4cea565b788f025e4e4fb58220c3", "size": "4086...
package org.koenighotze.vavrplayground.demo.demo4; import static java.lang.String.format; import static java.lang.System.out; /** * @author David Schmitz */ public class Calculator { public int add(int a, int b) { out.println(format("Adding %d and %d", a, b)); return a + b; } }
{ "content_hash": "17b0adfbb0c2b56240491362225193d5", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 54, "avg_line_length": 21.928571428571427, "alnum_prop": 0.6547231270358306, "repo_name": "koenighotze/javaslang-playground", "id": "74286deca9007a92e0d34759e96a5d827e6d41ff"...
#include "curl_setup.h" #if !defined(CURL_DISABLE_CRYPTO_AUTH) #include <curl/curl.h> #include "vauth/vauth.h" #include "vauth/digest.h" #include "urldata.h" #include "curl_base64.h" #include "curl_hmac.h" #include "curl_md5.h" #include "curl_sha256.h" #include "vtls/vtls.h" #include "warnless.h" #include "strtok....
{ "content_hash": "c5422a0e519cd7aa2890b41acfb45b3f", "timestamp": "", "source": "github", "line_count": 980, "max_line_length": 79, "avg_line_length": 30.84285714285714, "alnum_prop": 0.5640177330774829, "repo_name": "draede/cx", "id": "131d9da8c45a299d4202050f40bfd7462a3d77db", "size": "31350", ...
"use strict"; var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnPrope...
{ "content_hash": "5f7761fa89ff04236d8cd80ad977d38e", "timestamp": "", "source": "github", "line_count": 118, "max_line_length": 150, "avg_line_length": 47.983050847457626, "alnum_prop": 0.6232779936418227, "repo_name": "ceolter/ag-grid", "id": "25ccdfab491ac04d7d046457b54e72827153e891", "size": "56...
using System; namespace NServiceBus.SagaPersisters.RavenDB.Attributes { public class UniqueAttribute : Attribute { //TODO: remove this class when the original Unique attribute is moved from NHibernate namespace } }
{ "content_hash": "ac2e52f2b11b0ca4a2c3e57f11ae0d07", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 103, "avg_line_length": 26.444444444444443, "alnum_prop": 0.7394957983193278, "repo_name": "ianbattersby/NServiceBus-Contrib", "id": "61328bf304cfd77f72df9e77cfc2262d25fc906f"...
package org.apereo.cas.ticket; import org.apereo.cas.config.CasCoreAuthenticationMetadataConfiguration; import org.apereo.cas.config.CasCoreHttpConfiguration; import org.apereo.cas.config.CasCoreNotificationsConfiguration; import org.apereo.cas.config.CasCoreServicesAuthenticationConfiguration; import org.apereo.cas.c...
{ "content_hash": "e9c4c6717c7acbd9debe1de79a63d1b6", "timestamp": "", "source": "github", "line_count": 131, "max_line_length": 115, "avg_line_length": 46.70229007633588, "alnum_prop": 0.7904543968617195, "repo_name": "pdrados/cas", "id": "0c0b45fffd712b855f628f2064b228b3b31af70c", "size": "6118", ...
ACCEPTED #### According to Index Fungorum #### Published in Bot. Mag. , Tokyo 37: 60 (1923) #### Original name Stereum japonicum Yasuda ### Remarks null
{ "content_hash": "946c15fff7cb743689cebf18de4d4ccd", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 12, "alnum_prop": 0.6858974358974359, "repo_name": "mdoering/backbone", "id": "afa91228f81401e70410c9fcb6119da816c268e8", "size": "204", "binary": ...
import { ITranslation } from './work.model'; export interface ISkill { name: string; order: number; active: boolean; class: string; icon: string; legend: ITranslation; description: ITranslation; proficiency: number; years: number; slug: any; }
{ "content_hash": "be18bfb561cfb9e72b8b15f28442245d", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 44, "avg_line_length": 18.928571428571427, "alnum_prop": 0.690566037735849, "repo_name": "plastikaweb/plastikaweb2017", "id": "4d087c539ec03a8af8f6161173e27ac4f96f8df2", "s...
export { default } from 'ember-dynamic-table/components/ember-dynamic-table-header-tr';
{ "content_hash": "93142ebcff3c755ccc038324756210f7", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 87, "avg_line_length": 88, "alnum_prop": 0.7840909090909091, "repo_name": "phll2/ember-dynamic-table", "id": "7fdf3b29fade68fba49905cbf6664b18c322ae06", "size": "88", "bin...
module OS module Linux module Glibc module_function def system_version return @system_version if @system_version version = Utils.popen_read("/usr/bin/ldd", "--version")[/ (\d+\.\d+)/, 1] return Version::NULL unless version @system_version = Version.new version ...
{ "content_hash": "98567720f1ebc184cd5a3759bcaeb3c8", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 81, "avg_line_length": 21.375, "alnum_prop": 0.6023391812865497, "repo_name": "maxim-belkin/brew", "id": "7be42f20432bec75180fadc08082fb2458f3a1e0", "size": "342", "binar...
/** * @fileoverview A fake web worker. */ goog.provide("trapeze.FauxWorker"); goog.require("trapeze.TrapezeWorker"); /** * A fake web worker for browsers that don't support web workers, it is also * handy for debugging since firebug doesn't really support debugging web worker * threads. * @constructor */ trape...
{ "content_hash": "07ff822b767c94b6435e9a9981fd1d6c", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 80, "avg_line_length": 24.392857142857142, "alnum_prop": 0.705710102489019, "repo_name": "AKamanjha/trapeze-reader", "id": "7cf1feec3d57e536f6602595594e554b5f6cabef", "size...
<!doctype html> <html lang="en"> <head> <title>Code coverage report for features/common</title> <meta charset="utf-8" /> <link rel="stylesheet" href="../../prettify.css" /> <link rel="stylesheet" href="../../base.css" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <style...
{ "content_hash": "5a92c11519ce1f0758a10c838a87bb5e", "timestamp": "", "source": "github", "line_count": 145, "max_line_length": 180, "avg_line_length": 42.42758620689655, "alnum_prop": 0.6124837451235371, "repo_name": "supnate/rekit-portal", "id": "a9c5f72aa45d485579bb015960688192ff69505b", "size":...
require 'rails' module Less module Rails module Bootstrap class Engine < ::Rails::Engine initializer 'less-rails-bootstrap.setup', :after => 'less-rails.before.load_config_initializers', :group => :all do |app| app.config.less.paths << File.join(config.root, 'app', 'frameworks') ...
{ "content_hash": "66bceb83808863a590e1fff5905322f0", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 129, "avg_line_length": 24.6, "alnum_prop": 0.6043360433604336, "repo_name": "watanabe-kazunori/New_EC-Site", "id": "9a58f280624e3be8abcb166572ab8e03bd9cbc8e", "size": "369...
/** * @file mali_kbase_gpuprops.h * Base kernel property query APIs */ #ifndef _KBASE_GPUPROPS_H_ #define _KBASE_GPUPROPS_H_ #include "mali_kbase_gpuprops_types.h" /* Forward definition - see mali_kbase.h */ struct kbase_device; /** * @brief Set up Kbase GPU properties. * * Set up Kbase GPU properties w...
{ "content_hash": "5997de3e9ff881b402d15f0f5c63c5dd", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 113, "avg_line_length": 24.634146341463413, "alnum_prop": 0.7257425742574257, "repo_name": "ghostkim-sc/SMG920T_profiling_enabled", "id": "fe2676cd9b998089cf49f051dec2702519a...
package coyote.commons.network.http.wsd; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.Map; import java.util.logging.Logger; import coyote.commons.network.MimeType; import coyote.commons.network.http.HTTPD; import coyote.commons.network.http.HTTPSession; import co...
{ "content_hash": "a2e3be2b7cfa5f30be7c68cd7201cb7f", "timestamp": "", "source": "github", "line_count": 176, "max_line_length": 181, "avg_line_length": 32.80681818181818, "alnum_prop": 0.71527537235885, "repo_name": "sdcote/loader", "id": "9c5c051a79381007b50e8589ce673deaead611a8", "size": "5774", ...
/** * @file simulator.h * * This module interfaces via MAVLink to a software in the loop simulator (SITL) * such as jMAVSim or Gazebo. */ #pragma once #include <drivers/drv_hrt.h> #include <drivers/drv_rc_input.h> #include <drivers/drv_range_finder.h> #include <lib/drivers/accelerometer/PX4Accelerometer.hpp> ...
{ "content_hash": "1a3fd4bb54879656d97e885af6ceff97", "timestamp": "", "source": "github", "line_count": 268, "max_line_length": 136, "avg_line_length": 34.41044776119403, "alnum_prop": 0.7310778572977662, "repo_name": "krbeverx/Firmware", "id": "a76b63e34f2f0a7752bcf7db5322bf3ac405d4d4", "size": "1...
<link rel="import" href="bower_components/paper-button/paper-button.html"> <polymer-element name="tag-toggle"> <template> <style> #butt { background-color:#fff; color: #526E9C; font-size: 8pt; } </style> <paper-button id="butt" label="{{name}}" raisedButton="{{selected}}" on...
{ "content_hash": "e6bb23ceef685d0e15b7926daa213692", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 90, "avg_line_length": 20.129411764705882, "alnum_prop": 0.5552308591466978, "repo_name": "davidrusu/LaurierCourseGraph", "id": "ec82dc7ee8dfbe2b50403ceb4279a19041f90fc0", ...
layout: post title: Difference between i++ and ++i --- They both increment the number. ++i is equivalent to i = i + 1. i++ and ++i are very similar but not exactly the same. Both increment the number, but ++i increments the number before the current expression is evaluted, whereas i++ increments the number after the...
{ "content_hash": "bb990f3bb2b79d7a46b0c097ca0a2107", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 223, "avg_line_length": 35.583333333333336, "alnum_prop": 0.6557377049180327, "repo_name": "Korirmitchelle/Korirmitchelle.github.io", "id": "0d7205da6f8e64766fe43b5aa61bb9270...
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>data_for_reading_only (Imlib2::Image)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"...
{ "content_hash": "101bbaaa05783819a1da73cd2b75f055", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 91, "avg_line_length": 28.583333333333332, "alnum_prop": 0.6472303206997084, "repo_name": "shao1555/Imlib2-Ruby", "id": "090af2a7f80d0ce16a9fc817ff7569e54dda4047", "size": ...
"""Create tf.Example and vocab for screen2words model.""" import json import re from typing import Callable, List, Generator, Sequence from absl import app from absl import flags import apache_beam as beam from apache_beam import runners import nltk import six import tensorflow as tf from screen2words import create_t...
{ "content_hash": "8922307b4875975d75acc8f1ddd226ec", "timestamp": "", "source": "github", "line_count": 274, "max_line_length": 80, "avg_line_length": 32.802919708029194, "alnum_prop": 0.6172674677347575, "repo_name": "google-research/google-research", "id": "38c609370ad2c56fbbe8295026f68add9ca17f2d"...
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2016 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/license...
{ "content_hash": "3b5d8e09bf187733a1a2073d5f83b455", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 95, "avg_line_length": 41.109375, "alnum_prop": 0.72595971113645, "repo_name": "saki4510t/ExoPlayer", "id": "89d7a2fc8e07d970502510d293afb6eaee27ed28", "size": "2631", "b...
package view.experiment.signalID.dialog; import java.awt.BasicStroke; import java.awt.Color; import java.awt.Graphics2D; import java.awt.image.BufferedImage; import javax.swing.Icon; import javax.swing.ImageIcon; import javax.swing.JButton; /** * Кнопка для добавления нового канала в список * * @au...
{ "content_hash": "032a8708374f0455d4792331cf18fcfa", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 79, "avg_line_length": 23.763157894736842, "alnum_prop": 0.7009966777408638, "repo_name": "MikhailChe/TemperatureWaveMethod", "id": "15b92852f2051a15897798925e5b27d622193c97"...
<?xml version="1.0" encoding="utf-8"?> <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd"> <e...
{ "content_hash": "5088180ca93d079ec6016151c2f94745", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 276, "avg_line_length": 58.611111111111114, "alnum_prop": 0.7004739336492891, "repo_name": "stzef/CMSstzef", "id": "32f5cb0c3a7c6aa1b2b673145c2108262e2f9aae", "size": "1055...
#include "StableHeaders.h" #include "DebugOperatorNew.h" #include "AssetTreeWidget.h" #include "SceneTreeWidgetItems.h" #include "AddContentWindow.h" #include "SupportedFileTypes.h" #include "RequestNewAssetDialog.h" #include "CloneAssetDialog.h" #include "FunctionDialog.h" #include "AssetsWindow.h" #include "Scene...
{ "content_hash": "71e775c46643028f0a467f2f278a4f0b", "timestamp": "", "source": "github", "line_count": 554, "max_line_length": 141, "avg_line_length": 33.9927797833935, "alnum_prop": 0.6386469838572643, "repo_name": "antont/tundra", "id": "2472819f9261b89c2e007c49dfe824f18b4f683f", "size": "19008"...
// This source file is adapted from the WinUI project. // (https://github.com/microsoft/microsoft-ui-xaml) // // Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation. using System; using System.Collections; using System.Collections.Specialized; using Avalonia.Controls.Templates; using A...
{ "content_hash": "658f48ae1242caee18a2395cbfabf2ea", "timestamp": "", "source": "github", "line_count": 796, "max_line_length": 140, "avg_line_length": 38.17964824120603, "alnum_prop": 0.5601000296140305, "repo_name": "akrisiun/Perspex", "id": "fb2da09e7360d6a0529f741fa71934361a58a9ea", "size": "30...
<?php namespace Manticora\RestExtraBundle\DependencyInjection; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\Config\FileLocator; use Symfony\Component\HttpKernel\DependencyInjection\Extension; use Symfony\Component\DependencyInjection\Loader; /** * This is the class that loads an...
{ "content_hash": "caf91377a4bf1c4aaae035611083431d", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 104, "avg_line_length": 31.928571428571427, "alnum_prop": 0.7315436241610739, "repo_name": "mgiustiniani/ManticoraRestExtraBundle", "id": "a6261db2790c738f3f3a53b0f9af4633c75...
<?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="mat...
{ "content_hash": "8a69f389709c3527b55aacd19ee89ad1", "timestamp": "", "source": "github", "line_count": 256, "max_line_length": 103, "avg_line_length": 40.7578125, "alnum_prop": 0.6665708261452943, "repo_name": "Team-JETT/Grouvie", "id": "3a17310ea16273566c004f309e2bdc0c15bd535f", "size": "10434", ...
from flask import Flask from flask.ext.script import Manager from app import create_app app = Flask(__name__) manage = Manager(create_app()) if __name__ == '__main__': manage.run()
{ "content_hash": "d187daea52ec92e25d0a770146c61539", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 36, "avg_line_length": 18.8, "alnum_prop": 0.6702127659574468, "repo_name": "hanks-zyh/fir-local", "id": "386ee489f21742ef2b248d21c4dff85c65d8c99d", "size": "234", "binar...
package org.elasticsearch.action.support.replication; import org.elasticsearch.ElasticsearchException; import org.elasticsearch.action.ActionListener; import org.elasticsearch.action.support.ActionFilters; import org.elasticsearch.action.support.ActionTestUtils; import org.elasticsearch.action.support.PlainActionFut...
{ "content_hash": "c98ba9bcec5b270d457ed767bec29c8a", "timestamp": "", "source": "github", "line_count": 513, "max_line_length": 139, "avg_line_length": 51.21052631578947, "alnum_prop": 0.7008107799474705, "repo_name": "robin13/elasticsearch", "id": "56cfdac9197c23f341741d19347304d061df7ad8", "size"...
<?php namespace TreeBuilder; interface TreeBuilderInterface { public function rootNode($nodes, $firstStart, $userParams); public function childNode($item, $childNodes, $aliases, $nestingLevel, $userParams); }
{ "content_hash": "3ffc09da7b47a107e7b9e4c9689b25a5", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 88, "avg_line_length": 21.9, "alnum_prop": 0.7534246575342466, "repo_name": "artnv/TreeBuilder", "id": "a22950b7a8c0ce4fff4fa24a459fd6486eb23d6c", "size": "219", "binary"...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>canon-bdds: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min....
{ "content_hash": "462a59c73685a45122e4cb481d093b9a", "timestamp": "", "source": "github", "line_count": 175, "max_line_length": 159, "avg_line_length": 41.21714285714286, "alnum_prop": 0.5506723970608624, "repo_name": "coq-bench/coq-bench.github.io", "id": "7b6959f3a1f8493e9397dad8203a651bb395b342", ...
#ifndef _IMUSENSOR_HH_ #define _IMUSENSOR_HH_ #include <vector> #include <string> #include "gazebo/physics/PhysicsTypes.hh" #include "gazebo/sensors/Sensor.hh" #include "gazebo/util/system.hh" namespace gazebo { namespace sensors { /// \addtogroup gazebo_sensors /// \{ /// \class ImuSensor ImuSens...
{ "content_hash": "89c7d9d194bcc0354c806ae85f564c90", "timestamp": "", "source": "github", "line_count": 147, "max_line_length": 80, "avg_line_length": 30.564625850340136, "alnum_prop": 0.6594702871132874, "repo_name": "arpg/Gazebo", "id": "22bd33971de6dbe89c566519565d95d74a6a0042", "size": "5118", ...
package com.coolweather.app.db; import android.content.Context; import android.database.DatabaseErrorHandler; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteDatabase.CursorFactory; import android.database.sqlite.SQLiteOpenHelper; public class CoolWeatherOpenHelper extends SQLiteOp...
{ "content_hash": "425eddc1bddaf79d5496f14fbc613aa5", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 75, "avg_line_length": 24.10909090909091, "alnum_prop": 0.72473604826546, "repo_name": "dongjiajun/coolweather", "id": "0885fcf80eeaafc4ef92c8ddcafc6ec3b15843aa", "size": "...
package vpp1908
{ "content_hash": "7751f3de505e556090a9af56ab6bc1cf", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 15, "avg_line_length": 16, "alnum_prop": 0.875, "repo_name": "rastislavszabo/vpp", "id": "2c2d56e63c1effd39aede6ab29436a7ef6c60678", "size": "780", "binary": false, "cop...
@protocol Mappable - (id)map:(id (^)(id))funcBlock; @end
{ "content_hash": "0eaa9b246eb47bd1a5e62e30fc1c7666", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 32, "avg_line_length": 18.666666666666668, "alnum_prop": 0.6607142857142857, "repo_name": "stuartervine/OCTotallyLazy", "id": "22f4d553ad3fe0bec7c2ca370bb0fbf8c4e021d8", "si...
package com.beyondj.gateway.handlers.detecting.protocol.openwire.codec; import com.beyondj.gateway.handlers.detecting.protocol.openwire.command.DataStructure; import org.fusesource.hawtbuf.DataByteArrayInputStream; import org.fusesource.hawtbuf.DataByteArrayOutputStream; import java.io.IOException; public interface...
{ "content_hash": "ecf357911d42846e45da4743ad4f3921", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 127, "avg_line_length": 44.59090909090909, "alnum_prop": 0.8256880733944955, "repo_name": "nkasvosve/beyondj", "id": "9842efa4d7aa3a11ac49850947ee555adc023616", "size": "16...
#ifndef WEBRTC_CONDUCTOR_H_ #define WEBRTC_CONDUCTOR_H_ #include <deque> #include <map> #include <memory> #include <set> #include <string> #include "buffer_renderer.h" #include "peer_connection_client.h" #include "input_data_channel_observer.h" #include "main_window.h" #include "config_parser.h" #include "webrtc/ap...
{ "content_hash": "d09b909afab9c36654802a59d41b8f30", "timestamp": "", "source": "github", "line_count": 165, "max_line_length": 89, "avg_line_length": 29.272727272727273, "alnum_prop": 0.6853002070393375, "repo_name": "michaelperel/3dtoolkit", "id": "794266640278892b3b46c47c2ce2ababac94a9cd", "size...