text
stringlengths
2
1.04M
meta
dict
#ifndef __ARCH_ARM_MACH_MSM_LPM_STATS_H #define __ARCH_ARM_MACH_MSM_LPM_STATS_H struct lpm_stats; #ifdef CONFIG_MSM_IDLE_STATS struct lpm_stats *lpm_stats_config_level(const char *name, const char **levels, int num_levels, struct lpm_stats *parent, struct cpumask *mask); void lpm_stats_cluster_enter(struct lpm_st...
{ "content_hash": "793645e91382c6839d8e5f2d2e6ea651", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 72, "avg_line_length": 22.88135593220339, "alnum_prop": 0.7318518518518519, "repo_name": "manuelmagix/kernel_bq_piccolo", "id": "05f5516f4177613feaf322fefe90e6f29b30e57d", ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Thu Sep 25 12:22:17 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class at.i...
{ "content_hash": "e8a7355dd0aca5b49e83135507285fc7", "timestamp": "", "source": "github", "line_count": 117, "max_line_length": 175, "avg_line_length": 39.52991452991453, "alnum_prop": 0.6224864864864865, "repo_name": "ankor-io/ankor-framework", "id": "05a0f235c2273e4846eeaa8ae14579708e27e53f", "si...
/* Created by MyDbUtils - 0.9.8.0 at 24-10-2015 15:36:04 */ IF NOT EXISTS (SELECT * FROM sys.views WHERE object_id = OBJECT_ID(N'[dbo].[VW_EmployeeDetails]')) exec('CREATE VIEW [dbo].[VW_EmployeeDetails] AS SELECT 0 AS X') GO ALTER VIEW [dbo].[VW_EmployeeDetails] AS SELECT e.*, cast(case when e.LastName like '%smith...
{ "content_hash": "3195cc26939410c1796e784e8d53eff5", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 99, "avg_line_length": 36.705882352941174, "alnum_prop": 0.7147435897435898, "repo_name": "StefH/KendoGridBinderEx", "id": "e3cf69400a4e84e41c0ac1d1866192bfc9b3a23e", "size...
<?php namespace app\models; use Yii; /** * This is the model class for table "user". * * @property integer $id * @property string $username * @property string $password_hash * @property string $auth_key * @property string $access_token */ class User extends \yii\db\ActiveRecord implements \yii\web\IdentityIn...
{ "content_hash": "fa01452c48f0436b33ebdcbe93120bcc", "timestamp": "", "source": "github", "line_count": 143, "max_line_length": 107, "avg_line_length": 22.62937062937063, "alnum_prop": 0.5067985166872683, "repo_name": "basp91/isics-register", "id": "c70510799bad1a2051b4322f1ce2e45f4d9dd7a1", "size"...
This is a client implementation of [NAT-PMP](http://tools.ietf.org/html/rfc6886) For a server implementation suitable for Linux see [Stallone](https://github.com/tedjp/stallone) Upon request NAT-PMP can open either a UDP or TCP port on the gateway and bidirectionally relay traffic to a specific external server. ## U...
{ "content_hash": "025b70b62229b1306c394509762be5ac", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 273, "avg_line_length": 43.58, "alnum_prop": 0.6622303809086737, "repo_name": "townsen/natpmp", "id": "10e50ba079d3d1d21bba484b740fe9d64745186b", "size": "2203", "binary"...
<!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_151) on Wed Jun 10 10:20:13 MST 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.wildfly.swarm.ee.securi...
{ "content_hash": "804f4ca256cebb8f2fb01b2ca9d6b869", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 167, "avg_line_length": 49.38095238095238, "alnum_prop": 0.6702025072324012, "repo_name": "wildfly-swarm/wildfly-swarm-javadocs", "id": "56b0108bdf33319f3b223d67b88c280d73967...
class Part < ActiveRecord::Base attr_accessor :current_plugin def remove_plugin!(plugin) File.delete plugin_path(plugin) if File.file?( plugin_path(plugin) ) File.delete plugin_configuration_path(plugin) if File.file?( plugin_configuration_path(plugin) ) return true end def plugin_path(plugin) ...
{ "content_hash": "83f2c23e067fca2f899c29ecd77e3da2", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 100, "avg_line_length": 29, "alnum_prop": 0.7318007662835249, "repo_name": "niklas/Tirade", "id": "200dab041926d68a0d51fc163dc057832c2b7786", "size": "522", "binary": fal...
package com.intellij.uiDesigner; import com.intellij.uiDesigner.radComponents.RadComponent; import com.intellij.uiDesigner.radComponents.RadContainer; import com.intellij.uiDesigner.radComponents.RadRootContainer; import com.intellij.uiDesigner.designSurface.GuiEditor; import javax.annotation.Nonnull; import java.be...
{ "content_hash": "fecf81490c68ee3ae638cd9df1a2f0cb", "timestamp": "", "source": "github", "line_count": 87, "max_line_length": 85, "avg_line_length": 35.02298850574713, "alnum_prop": 0.722678043977683, "repo_name": "consulo/consulo-ui-designer", "id": "03aedae3c679bd2f977de81686b4a1d32135cdd1", "si...
import { shallow } from "enzyme"; import { shallowToJson } from "enzyme-to-json"; import { nav as navActions } from "../../../../data/store"; import { TemplateWithoutData } from "../"; jest.mock("../../../../deprecated/mixins/mixins.Header", () => {}); jest.mock("../../../../data/store", () => ({ nav: { setLevel...
{ "content_hash": "8b5fe5fa2ad7312ab34a928fc474bee4", "timestamp": "", "source": "github", "line_count": 246, "max_line_length": 76, "avg_line_length": 24.670731707317074, "alnum_prop": 0.6145987806887461, "repo_name": "NewSpring/apollos-core", "id": "e6868e3319b3ef901c75aedcbcecaa8977732ea0", "size...
using Llvm.NET.Native; namespace Llvm.NET.Instructions { class SIToFP : Cast { internal SIToFP( LLVMValueRef valueRef ) : base( valueRef ) { } } }
{ "content_hash": "003e068ac5b1ba7dcafd17b8f35c1569", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 48, "avg_line_length": 17.416666666666668, "alnum_prop": 0.5119617224880383, "repo_name": "jelin1/llilum", "id": "5615188371a58757532fa841740035fe977e99e2", "size": "211", ...
package winstanley.psi import com.intellij.extapi.psi.PsiFileBase import com.intellij.openapi.fileTypes.FileType import com.intellij.psi.FileViewProvider import winstanley.WdlFileType import winstanley.WdlLanguage import org.jetbrains.annotations.NotNull import javax.swing._ class WdlFile(@NotNull viewProvider: File...
{ "content_hash": "52cfaeaa1ec6a825a9038917aaadf981", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 112, "avg_line_length": 28.8, "alnum_prop": 0.8177083333333334, "repo_name": "broadinstitute/winstanley", "id": "1cde99c4f610dd3f8cf01114487e739d19657a23", "size": "576", ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hammer-tactics: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap....
{ "content_hash": "231dee99bcc250de2a4e067cb66ebfbe", "timestamp": "", "source": "github", "line_count": 179, "max_line_length": 159, "avg_line_length": 40.642458100558656, "alnum_prop": 0.5540893470790378, "repo_name": "coq-bench/coq-bench.github.io", "id": "7316e3781a80a947d05911fb86a76b808a6a77dc",...
#include "splashscreen.h" #include "clientversion.h" #include "util.h" #include <QPainter> #undef loop /* ugh, remove this when the #define loop is gone from util.h */ #include <QApplication> SplashScreen::SplashScreen(const QPixmap &pixmap, Qt::WindowFlags f) : QSplashScreen(pixmap, f) { // set reference poi...
{ "content_hash": "094f54b4c7660c74e5b4a89b932691ba", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 190, "avg_line_length": 35.57692307692308, "alnum_prop": 0.6724324324324324, "repo_name": "nakamotoSAMtoshi/sCoin", "id": "33d4ef590b0b72e2fe88b4df4aec3b89cc03399a", "size"...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectModuleManager"> <modules> <module fileurl="file://$PROJECT_DIR$/.idea/MinimumDepthOfBinaryTree.iml" filepath="$PROJECT_DIR$/.idea/MinimumDepthOfBinaryTree.iml" /> </modules> </component> </project>
{ "content_hash": "3b07b0b24a8a9ae9ed63d136ec0736a2", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 142, "avg_line_length": 37.5, "alnum_prop": 0.6966666666666667, "repo_name": "busebd12/InterviewPreparation", "id": "9286de9c76fffd7c167909b12075ea5b2787ab07", "size": "300"...
""" Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this ...
{ "content_hash": "a7ec4762efa7a1418fee4761cf2f710f", "timestamp": "", "source": "github", "line_count": 278, "max_line_length": 262, "avg_line_length": 35.94964028776978, "alnum_prop": 0.6748048829297578, "repo_name": "arenadata/ambari", "id": "43db1ecccf5b31c5311c2a076cf0ef895047d6c0", "size": "10...
package org.elasticsearch.xpack.core.ml.job.results; import org.elasticsearch.common.io.stream.StreamInput; import org.elasticsearch.common.io.stream.StreamOutput; import org.elasticsearch.common.io.stream.Writeable; import org.elasticsearch.xcontent.ConstructingObjectParser; import org.elasticsearch.xcontent.ObjectP...
{ "content_hash": "f0bf5b07fa9ab5bada583e47f8fbbaa5", "timestamp": "", "source": "github", "line_count": 383, "max_line_length": 140, "avg_line_length": 36.9556135770235, "alnum_prop": 0.6742970185106684, "repo_name": "GlenRSmith/elasticsearch", "id": "3c0ceb64b51119fcfae4189e73ff9dce9e735a8a", "siz...
- [Speed up Android build by breaking remote execution on `package` task](#speed-up-android-build-by-breaking-remote-execution-on-package-task) - [Pass break task pattern via command line argument](#pass-break-task-pattern-via-command-line-argument) - [Show list of updates made by rsync (deletions, uploads, downloads)]...
{ "content_hash": "e7dc8f48f5a1008813a3e7e495c4419b", "timestamp": "", "source": "github", "line_count": 213, "max_line_length": 189, "avg_line_length": 37.53051643192488, "alnum_prop": 0.681761320990743, "repo_name": "Adambl4/mirakle", "id": "421c1c2c5d6d167306a31176b86d31ddfced7701", "size": "8037...
package com.gs.obevo.db.api.appdata; import org.apache.commons.lang3.Validate; import org.eclipse.collections.api.collection.ImmutableCollection; import org.eclipse.collections.api.multimap.ImmutableMultimap; import org.eclipse.collections.api.multimap.Multimap; /** * Represents a set of privileges that sh...
{ "content_hash": "b118ddef93263d7b2c81378410055679", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 115, "avg_line_length": 35.8421052631579, "alnum_prop": 0.6960352422907489, "repo_name": "shantstepanian/obevo", "id": "c297cd2fcebfa672b4a9ea4fe555ac19b63b104e", "size": "...
package org.ehcache.clustered.common.internal.messages; import org.ehcache.clustered.common.ServerSideConfiguration; import org.ehcache.clustered.common.internal.ServerStoreConfiguration; import org.terracotta.runnel.Struct; import org.terracotta.runnel.StructBuilder; import org.terracotta.runnel.decoding.StructDeco...
{ "content_hash": "19becc9ebf706e719aa520923627e274", "timestamp": "", "source": "github", "line_count": 136, "max_line_length": 115, "avg_line_length": 42.088235294117645, "alnum_prop": 0.7838923829489868, "repo_name": "alexsnaps/ehcache3", "id": "af1c5b5ba9a1cc4c07088591ab409384b81e8717", "size": ...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class login extends CI_Controller { public function index() { if($this->session->userdata('username') != null && $this->session->userdata('username') !="") { redirect('/dashboard','refresh'); } $error['err'] = ''; $this->load->view(...
{ "content_hash": "136769d282b8591ec83bc7004113dddd", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 100, "avg_line_length": 24.6, "alnum_prop": 0.6106594399277326, "repo_name": "rafanwij/blog", "id": "0c6e7c77f3d109adf2ae196e803beb6408571ae8", "size": "1107", "binary": ...
#ifndef __LINUX_IF_ADDR_H #define __LINUX_IF_ADDR_H #include <linux/types.h> #include <linux/netlink.h> /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ struct ifaddrmsg { __u8 ifa_family; __u8 ifa_prefixlen; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ __u8 i...
{ "content_hash": "cba840bfa3daa31705653913bd6fa09a", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 91, "avg_line_length": 31.089285714285715, "alnum_prop": 0.713957495692131, "repo_name": "indashnet/InDashNet.Open.UN2000", "id": "05517a22c45e06a1da2eec3e9ce020c77bbe71cb", ...
<?php require_once('models/Base.php'); require_once('models/Oferta.php'); require_once('models/CidadesOferta.php'); $objOferta = new Oferta(); $objCidades = new CidadesOferta(); $dados = $objOferta->listarOferta2(''); foreach($dados as $restDados){ $post['id_oferta'] = $restDados['id']; $post['id_cidade'] = 1; ...
{ "content_hash": "dc97177d3919d0232ea4f2beffa71625", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 43, "avg_line_length": 21.647058823529413, "alnum_prop": 0.6820652173913043, "repo_name": "EliakimRamos/3d3gr4c4", "id": "7d0cce1fb8df854351186a0843aa83b65794acf2", "size":...
package ru.stqa.pft.addressbook.appmanager; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.ui.Select; import org.testng.Assert; import ru.stqa.pft.addressbook.model.ContactData; import ru.stqa.pft.addressbook.model.Contacts...
{ "content_hash": "0a075a3a525bbff835250d5e1a9618e2", "timestamp": "", "source": "github", "line_count": 141, "max_line_length": 104, "avg_line_length": 38.4113475177305, "alnum_prop": 0.6139217134416544, "repo_name": "Wave2112/java_pft", "id": "673bc4c838f66f1051952f7a82d1fa83b641116d", "size": "54...
/** * @module ol/util */ /** * @return {?} Any return. */ export function abstract() { return /** @type {?} */ ((function () { throw new Error('Unimplemented abstract method.'); })()); } /** * Counter for getUid. * @type {number} * @private */ var uidCounter_ = 0; /** * Gets a unique ID for an ...
{ "content_hash": "e6ce336ca1eefc797e28bea44c74a912", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 87, "avg_line_length": 25, "alnum_prop": 0.6434285714285715, "repo_name": "cdnjs/cdnjs", "id": "2ac6cb57a4a3fe2b5888220b443aa7b5ccbd4c1e", "size": "875", "binary": false,...
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright 2016 Red Hat, Inc. and/or its affiliates. ~ ~ 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": "660756523a86b2f441d4789614e701e9", "timestamp": "", "source": "github", "line_count": 107, "max_line_length": 108, "avg_line_length": 29.439252336448597, "alnum_prop": 0.6704761904761904, "repo_name": "Salaboy/uberfire", "id": "be3901cefec9f2c7e538797ebca4705f210ad7e6", "size": "3...
<!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_162) on Sat Feb 02 18:57:43 CET 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface com.commu...
{ "content_hash": "3c07017dc7a9adfe03c4dd5bcc19c640", "timestamp": "", "source": "github", "line_count": 207, "max_line_length": 534, "avg_line_length": 53.78743961352657, "alnum_prop": 0.6749595832584875, "repo_name": "Communote/communote.github.io", "id": "174f9a8615675dae5998b74568f9c41141a5ac53", ...
package com.one.vo; public class Room { private int rno; private String rroom; private String rname; private int rvol; private int rstate; private String rnote; public Room(int rno, String rroom, String rname, int rvol, int rstate, String rnote) { super(); this.rno = rno; this.rroom = rroom; this.rname...
{ "content_hash": "5a69db6e0449a39fcf7734ddf9e3cb6e", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 87, "avg_line_length": 15.5, "alnum_prop": 0.6538158929976396, "repo_name": "qql7267/ICSSshixi", "id": "e7a28a11ce679befc6c91f093f5892c9d06906d6", "size": "1271", "binary...
.class Landroid/support/v7/widget/ActionMenuView$MenuBuilderCallback; .super Ljava/lang/Object; .source "ActionMenuView.java" # interfaces .implements Landroid/support/v7/view/menu/MenuBuilder$Callback; # annotations .annotation system Ldalvik/annotation/EnclosingClass; value = Landroid/support/v7/widget/ActionM...
{ "content_hash": "490396ed65c6bd1af95e0029fafdf385", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 159, "avg_line_length": 34.575, "alnum_prop": 0.7809110629067245, "repo_name": "BatMan-Rom/ModdedFiles", "id": "360e83325735d852abf57afbeca1257fc7f0266b", "size": "2766", ...
package com.intellij.javaee.run.configuration; import javax.annotation.Nonnull; import javax.annotation.Nullable; import com.intellij.execution.RunnerAndConfigurationSettings; import com.intellij.execution.configurations.ConfigurationFactory; import com.intellij.execution.configurations.RunConfiguration; import com....
{ "content_hash": "ca75de4809d5208172e254cc5197955d", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 174, "avg_line_length": 40.80434782608695, "alnum_prop": 0.8577517314864145, "repo_name": "consulo/consulo-javaee", "id": "532a7439ee71fd46c06e9f1f0eced0fc4f12faf5", "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 (version 1.7.0_65) on Thu Jan 22 19:02:37 GMT 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.a...
{ "content_hash": "bbc032aadc2671f1b4c62ac80f57e36d", "timestamp": "", "source": "github", "line_count": 193, "max_line_length": 442, "avg_line_length": 52.90155440414508, "alnum_prop": 0.6461312438785505, "repo_name": "stain/incubator-taverna-site", "id": "d268adf11bb5a3ed054929bccfe5c233672ffa8c", ...
package com.amazonaws.services.transfer.model; import java.io.Serializable; import javax.annotation.Generated; /** * * @see <a href="http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/StopServer" target="_top">AWS API * Documentation</a> */ @Generated("com.amazonaws:aws-java-sdk-code-generator") pu...
{ "content_hash": "a94070f1266a8ab2244f8aa86a72b549", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 143, "avg_line_length": 28.24590163934426, "alnum_prop": 0.6314567614625652, "repo_name": "jentfoo/aws-sdk-java", "id": "fcbfa0383428965f71d7db7b551bf5fbf8438b4b", "size": ...
name: Chuck van der Linden twitter: chuckvdl website: http://stackoverflow.com/users/409820/chuck-van-der-linden location: Maltby, Washington image: /images/contributors/chuck.jpg active: true --- Support sheriff at <a href="http://stackoverflow.com/tags/watir">Stack Overflow</a><br /> Support sheriff at <a href="...
{ "content_hash": "57d99938e724c0343276490982e6df20", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 73, "avg_line_length": 32.083333333333336, "alnum_prop": 0.7584415584415585, "repo_name": "watir/watir.github.io", "id": "35dc9b140ba4d01d435ded353e9b0c6cf3d8438d", "size":...
ALTER TABLE `apps` ADD COLUMN `features` json DEFAULT NULL AFTER `processTimeout`; ALTER TABLE `appVersions` ADD COLUMN `features` json DEFAULT NULL AFTER `processTimeout`;
{ "content_hash": "be82f108ca8322a7db953423685c6f14", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 89, "avg_line_length": 86.5, "alnum_prop": 0.791907514450867, "repo_name": "keboola/developer-portal", "id": "633703a1cfd9a42ea63312b70a60088c8329de10", "size": "173", "bi...
package de.brockhaus.m2m.handler.database; import java.util.Date; import java.util.List; import de.brockhaus.m2m.message.M2MSensorMessage; public interface SensorDataDAO { void insertSensorData(M2MSensorMessage data); void bulkInsertOfSensorData(List<M2MSensorMessage> list); List<M2MSensorMessage> findBySen...
{ "content_hash": "0441d5f2ea98cc676d42259c6c29e11f", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 91, "avg_line_length": 24.833333333333332, "alnum_prop": 0.8098434004474273, "repo_name": "brockhaus-gruppe/M2M_framework", "id": "3cc806aecd21d56cc69f4f92b7e35912f46a9468", ...
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("CS...
{ "content_hash": "f80e332272fe4e6b192f85010c10dce9", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 84, "avg_line_length": 39.53846153846154, "alnum_prop": 0.7470817120622568, "repo_name": "JasonBock/csla", "id": "5b7b968d66d9d0fbfa9887265e0811a0880468df", "size": "1545",...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> SharedValueManager (POI API Documentation) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"...
{ "content_hash": "e1309cabee8e81fe776152842765be91", "timestamp": "", "source": "github", "line_count": 403, "max_line_length": 475, "avg_line_length": 56.80893300248139, "alnum_prop": 0.6561981305145453, "repo_name": "wzul/237767", "id": "091355d60d73f28b69ce506c0c6f2b86325af955", "size": "22894",...
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Licensed to the Apache Software Foundation (ASF) under one or more ~ contributor license agreements. See the NOTICE file distributed with ~ this work for additional information regarding copyright ownership. ~ The ASF licenses this file to You under the Apache Lice...
{ "content_hash": "bf2d9fc57d6bc234b752cae4a07e65ae", "timestamp": "", "source": "github", "line_count": 128, "max_line_length": 149, "avg_line_length": 38.890625, "alnum_prop": 0.5361591000401768, "repo_name": "rlugojr/incubator-eagle", "id": "4d351653ad8947df298fe128fe79d445859ace3d", "size": "497...
Imports System Imports Microsoft.SPOT Imports Microsoft.SPOT.Hardware Imports Toolbox.NETMF Imports Toolbox.NETMF.NET ' Copyright 2012-2014 Stefan Thoolen (http://www.netmftoolbox.com/) ' ' Licensed under the Apache License, Version 2.0 (the "License"); ' you may not use this file except in compliance with the Lice...
{ "content_hash": "abc922b797d1c9651abbd7aba38ff55a", "timestamp": "", "source": "github", "line_count": 77, "max_line_length": 136, "avg_line_length": 42.23376623376623, "alnum_prop": 0.6070110701107011, "repo_name": "JakeLardinois/NetMF.Toolbox", "id": "0cc7f603b2d307c018b904c511b1239e8683d76f", "...
#define d 5 #define w 256 #define byte_length_nonce 8 void printf_byte_string(const u8 b[], unsigned long long int blen); void xor_byte_string(const u8 byte1[], u8 byte2[], unsigned long long int blen); void checksum_state_string(const u8 byte1[], u8 checksum[], unsigned long long int blen); void KeySetupEnc(u32 ...
{ "content_hash": "3715e5a1338fee8ad80075e14cf5c7e6", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 178, "avg_line_length": 60.673469387755105, "alnum_prop": 0.6814665321224352, "repo_name": "mjosaarinen/brutus", "id": "c86e68815715e5da9c6dddcc63957e4e0376ca3e", "size": "...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; using System.Configuration; using System.IO; using System.ComponentModel; using Csla.Validation; namespace Northwind.CSLA.Library { /// <summary> /// OrderOrderDetails Generated by MyGeneration using the CSLA Obje...
{ "content_hash": "534f0914fa670350edd050dd68472142", "timestamp": "", "source": "github", "line_count": 283, "max_line_length": 137, "avg_line_length": 30.62190812720848, "alnum_prop": 0.6980152319409185, "repo_name": "tfreitasleal/cslacontrib", "id": "2bf6593a0db6e5737920362828df409a27e7395b", "si...
using System; using System.Collections.Generic; using System.Linq; namespace Strilanc.PickleJar.Internal { /// <summary> /// CollectionUtil contains internal utility and convenience methods related to collections such as sets, lists, and enumerables. /// </summary> internal static class CollectionUtil ...
{ "content_hash": "1425c54b955c35a757886e9e8f1e1f17", "timestamp": "", "source": "github", "line_count": 107, "max_line_length": 159, "avg_line_length": 51.05607476635514, "alnum_prop": 0.6148636280431997, "repo_name": "Strilanc/PickleJar", "id": "aed5ae3abdfd2396c8bde733c69f38ddc11888fb", "size": "...
package com.twitter.finagle.kestrel.unit import com.google.common.cache.{CacheBuilder, CacheLoader} import com.twitter.conversions.time._ import com.twitter.finagle.kestrel.Interpreter import com.twitter.finagle.kestrel.protocol._ import com.twitter.finagle.memcached.util.ChannelBufferUtils._ import com.twitter.util.S...
{ "content_hash": "1ad6bba295cbcddb2679873df88414bf", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 93, "avg_line_length": 33.916666666666664, "alnum_prop": 0.6423306423306423, "repo_name": "stevegury/finagle", "id": "a09d9951edb1cd50e3dc3b0b9a82b69f66fd6740", "size": "28...
<?xml version="1.0" encoding="UTF-8" ?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace"> <channel> <title>Tier 3 village note bingo please</title> <link>http://bvs.wikidot.com/forum/t-193764/tier-3-village-note-bingo-please</link> ...
{ "content_hash": "4bfa37459c2680427ed8e77d7c93d1d2", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 146, "avg_line_length": 51.391304347826086, "alnum_prop": 0.6912013536379019, "repo_name": "tn5421/tn5421.github.io", "id": "1678b7bdf500444a3edeb821ded76f71de6db3d2", "siz...
using System; using System.Collections; using System.Collections.Generic; using System.Text; using Newtonsoft.Json; using Eb; namespace Es { public class EntityLoaderCouchbase : EntityLoader { //--------------------------------------------------------------------- private IDbCouchbase mDbCouch...
{ "content_hash": "72135a0d1f73b49fa3c64d3398f7ed81", "timestamp": "", "source": "github", "line_count": 106, "max_line_length": 123, "avg_line_length": 39.64150943396226, "alnum_prop": 0.48810090433127085, "repo_name": "ShuaiPointChen/def", "id": "66d1a137152a1f36ea133262d66f9d9c3be12ca7", "size": ...
<?xml version="1.0" encoding="utf-8" ?> <Config xmlns="urn:Microsoft.SharePoint.PowerShell"> <Assembly Name="$SharePoint.Project.AssemblyFullName$"> <Cmdlet> <VerbName>Install-CvrService</VerbName> <ClassName>CvrService.Service.Cmdlets.InstallCvrServiceCmdlet</ClassName> <HelpFile /> </Cmdl...
{ "content_hash": "b66d0934ea9cf4bfa4d3544f0445b0a5", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 94, "avg_line_length": 37.355555555555554, "alnum_prop": 0.7138607971445569, "repo_name": "AndersRasmussen/SharePoint.CvrService", "id": "715bbbfb459a1a4f52e2feeb92121c076fbe...
""" libweasyl common code. The contents of this module should not depend on any other libweasyl module; it is intended to be the base-most module that every other module can depend on. """ try: from urllib.parse import urljoin except ImportError: from urlparse import urljoin def minimize_media(request, obj)...
{ "content_hash": "d1d66e43f8fd116448449a90a96e244d", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 100, "avg_line_length": 30.146067415730336, "alnum_prop": 0.540439806187104, "repo_name": "dzamie/weasyl", "id": "b81c63ed493508af23d1a450a8706dd8ae069fef", "size": "2683",...
class AddWorkflowToCompose < ActiveRecord::Migration def change add_reference :composes, :workflow, index: true, foreign_key: true end end
{ "content_hash": "0c55756c71ac8d49eac4103adf7957ff", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 70, "avg_line_length": 29.4, "alnum_prop": 0.7619047619047619, "repo_name": "ricardobaumann/sms_test_workflow_service", "id": "c7855d5a0fe38147bfe9c9f7ef7676e68040aa29", "si...
''' New Integration Test for host where KVM VM ha located force stop and start again, check vm self-start again. This test is specific for 2local ps case This test is sepcific for vr also on the disconnected host @author: SyZhao ''' import zstackwoodpecker.test_util as test_util import zstackwoodpecker.test_...
{ "content_hash": "6e3a32e4031c8429456f670366195ad9", "timestamp": "", "source": "github", "line_count": 130, "max_line_length": 107, "avg_line_length": 38.1, "alnum_prop": 0.6713103169796083, "repo_name": "zstackio/zstack-woodpecker", "id": "b44230c35cc704eea35fea07051905cf6c890ffa", "size": "4953"...
using OpenADK.Library; using OpenADK.Library.Impl; using Library.UnitTesting.Framework; //using Library.Nunit.US; //import com.OpenADK.Library.ADKTransportException; //import com.OpenADK.Library.Agent; //import com.OpenADK.Library.AgentProperties; //import com.OpenADK.Library.impl.*; namespace Library.UnitTesting.Frame...
{ "content_hash": "e04bf7286b4d5e330c52f05d56f72690", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 146, "avg_line_length": 25.847826086956523, "alnum_prop": 0.6501261564339781, "repo_name": "open-adk/OpenADK-csharp", "id": "b468f79f87a330ad674476d0762a10744e3b2d5f", "siz...
<?php namespace SweetCaptcha\DependencyInjection; use Symfony\Component\Config\FileLocator; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\Loader; use Symfony\Component\HttpKernel\DependencyInjection\Extension; class SweetCaptchaExtension extends Extens...
{ "content_hash": "092b4d18136d2d17208da97e853a56a3", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 104, "avg_line_length": 39.2, "alnum_prop": 0.7204081632653061, "repo_name": "litvinok/SweetCaptchaBundle", "id": "835f403fd87df75c81aea21ddbba86c3db8df75c", "size": "980",...
@extends('app') @section('content') <div class="module-wrapper edit-value-module"> <a class="back-btn" href="{{ route( 'variables.show', $dataValue->fk_var_id ) }}"><i class="fa fa-arrow-left"></i>Back to the variable</a> <h2>Edit value</h2> <div class="pull-right"> {!! Form::open(array('class' => 'form-inl...
{ "content_hash": "3176062d2c59c83bc0017a42f3293d5a", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 140, "avg_line_length": 43.86666666666667, "alnum_prop": 0.5585106382978723, "repo_name": "mispy/our-world-in-data-grapher", "id": "ecf449ae906d3c08fc03a7d707bf2f7b1a7b38d1",...
package org.artifactory.storage.db.fs.itest.service; import org.artifactory.storage.db.itest.DbBaseTest; import org.artifactory.storage.fs.service.ConfigsService; import org.springframework.beans.factory.annotation.Autowired; import org.testng.annotations.Test; import java.io.UnsupportedEncodingException; import ja...
{ "content_hash": "9fa6a2a03a7f58e22a9ad90ac3ad9809", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 91, "avg_line_length": 33.88157894736842, "alnum_prop": 0.7254368932038835, "repo_name": "alancnet/artifactory", "id": "c5ffb1c0561ab94283273410478126488c4fea86", "size": "...
package hex.tree.xgboost.util; import water.BootstrapFreezable; import water.Iced; public class FeatureScore extends Iced<FeatureScore> implements BootstrapFreezable<FeatureScore> { public static final String GAIN_KEY = "gain"; public static final String COVER_KEY = "cover"; public int _frequenc...
{ "content_hash": "a25a7a59c92dfa74f5fbe77b2909e486", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 98, "avg_line_length": 25.85, "alnum_prop": 0.6653771760154739, "repo_name": "h2oai/h2o-3", "id": "0e546f5a7832d20972bf24512e649dc7ebd528c4", "size": "517", "binary": fal...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Ergebnisse der Bundestagswahl 2017: Karlsruher Wahlanzeiger</title> <meta name="description" content="Analysen und Visualisierungen der D...
{ "content_hash": "0687490554473343aef92795692854cd", "timestamp": "", "source": "github", "line_count": 300, "max_line_length": 271, "avg_line_length": 42.156666666666666, "alnum_prop": 0.5553886297145568, "repo_name": "CodeforKarlsruhe/wahlkarte", "id": "076c53f14d59effc536b8d266aaec22ce84ddda3", ...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using Telligent.Evolution.Mobile.Web.Services; using System.IO; namespace Telligent.Evolution.Mobile.Web { public class JavaScripts : IHttpHandler { IMobileConfiguration Configuration = ServiceLocator.Get<IMobileConfiguration>();...
{ "content_hash": "7471a0953eb8f13d844df82bbeee78f2", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 140, "avg_line_length": 31.48936170212766, "alnum_prop": 0.775, "repo_name": "Telligent/Mobile-SDK", "id": "94fa5e5d7503b5cc8e20aa5e64c4a0424ab5aaeb", "size": "1482", "bi...
using System; using System.Runtime.Serialization; namespace SharpRemote.CodeGeneration.Serialization.Xml { /// <summary> /// /// </summary> internal sealed class XmlFormatterConverter : IFormatterConverter { public object Convert(object value, Type type) { throw new NotImplementedException(); } pu...
{ "content_hash": "73f48fc3ee40c64a113233fac950ddd0", "timestamp": "", "source": "github", "line_count": 97, "max_line_length": 56, "avg_line_length": 17.804123711340207, "alnum_prop": 0.7081644470179502, "repo_name": "Kittyfisto/SharpRemote", "id": "d6601c78f8ac34fecec6ba0f2daa6c5dbbe4ccdd", "size"...
package com.yeleman.nutrition; import com.yeleman.snisidroid.Constants; import android.util.Log; import com.orm.dsl.Ignore; import com.yeleman.snisidroid.ReportData; public class NutritionURENAMReportData extends ReportData { @Ignore private final static String TAG = Constants.getLogTag( Nutriti...
{ "content_hash": "baf2b783c90c229d5aa61a1d07bae4a0", "timestamp": "", "source": "github", "line_count": 288, "max_line_length": 92, "avg_line_length": 42.96527777777778, "alnum_prop": 0.6288184903830613, "repo_name": "yeleman/SNISI-droid", "id": "34e60408fe8a3c8766411d4a41cd1f32dc5bb04a", "size": "...
/** * Author : Aman Gupta * Email Id : aman.tit10@gmail.com * Design Pattern : Chain of Responsiblity */ package com.example.pattern.chain; /** * @author Aman Gupta (aman.tit10@gmail.com) * @version 1.0 */ public class ConsoleLogger extends AbstractLogger { public ConsoleLogger(int level) { ...
{ "content_hash": "0eca1271483374d34f9bdd152e86880c", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 60, "avg_line_length": 19.791666666666668, "alnum_prop": 0.6631578947368421, "repo_name": "AmanGupta-2210/com.example.designpatterns", "id": "f9b5e86e9f18a5cf0aef5966e7fd2ebc...
#!/bin/bash -xe # Release dev packages to PyPI Usage() { echo Usage: echo "$0 [ --production ]" exit 1 } if [ "`dirname $0`" != "tools" ] ; then echo Please run this script from the repo root exit 1 fi CheckVersion() { # Args: <description of version type> <version number> if ! echo "$2" ...
{ "content_hash": "dea681334065d2e6c9cad6eeb01b27a4", "timestamp": "", "source": "github", "line_count": 222, "max_line_length": 180, "avg_line_length": 31.54954954954955, "alnum_prop": 0.6964591661907481, "repo_name": "mitnk/letsencrypt", "id": "7e67d4e4ccffa82e114da771c9bd1c661209f8c4", "size": "7...
<?xml version="1.1" encoding="UTF-8" standalone="no"?> <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchan...
{ "content_hash": "f8e650d8ae1144877ec81c63cb8325c6", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 148, "avg_line_length": 44.432432432432435, "alnum_prop": 0.5456204379562044, "repo_name": "alv-ch/job-room", "id": "8d688d9706d39fce978c30e4f92c6c509f5ced17", "size": "164...
package org.json; /** * The <code>JSONString</code> interface allows a <code>toJSONString()</code> * method so that a class can change the behavior of * <code>JSONObject.toString()</code>, <code>JSONArray.toString()</code>, * and <code>JSONWriter.value(</code>Object<code>)</code>. The * <code>toJSONString</cod...
{ "content_hash": "adf617bd19293118220e0c7b9c0ba3d6", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 81, "avg_line_length": 36.578947368421055, "alnum_prop": 0.7064748201438849, "repo_name": "GreenCubes/GPatcher", "id": "2fb1f5152c1a22877d9874b6c9cf95c42fa02187", "size": "...
<?php /* @var $this StudentsController */ /* @var $model Students */ /* @var $form CActiveForm */ ?> <div class="wide form"> <?php $form=$this->beginWidget('CActiveForm', array( 'action'=>Yii::app()->createUrl($this->route), 'method'=>'get', )); ?> <div class="row"> <?php echo $form->label($model,'id'); ?> <?...
{ "content_hash": "d78ff87a69efb33cccefb25df0ebc878", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 91, "avg_line_length": 23.257142857142856, "alnum_prop": 0.5872235872235873, "repo_name": "L1beration/Yii-Project", "id": "e75e2bb5278c73ad365dc7a040e340ba1a91a675", "size"...
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("Th...
{ "content_hash": "b9beaf1a260f837345afa51e573200e3", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 38.583333333333336, "alnum_prop": 0.7437005039596832, "repo_name": "DanielaIvanova/01.CSharp-Fundamentals", "id": "87505a370900c98a0e99d85417fca53aafa6...
{% extends "gridder_base.html" %} {% block content %} <div class="row"> <div class="col-md-12"> <p>You’ve successfully activated your account.</p> </div> </div> {% endblock %}
{ "content_hash": "4dcd379d3956c763fda3c86f9f9b848c", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 58, "avg_line_length": 21.333333333333332, "alnum_prop": 0.5885416666666666, "repo_name": "PDFGridder/PDFGridder", "id": "03cf50c25d93e32ea0b19b9abc5ec90e89f59ee9", "size": ...
import * as actions from './actions' test('modalShow', () => { expect(actions.modalShow('test')).toEqual(expect.objectContaining({ type: actions.MODAL_SHOW, payload: { name: 'test', }, })) }) test('modalHide', () => { expect(actions.modalHide('test')).toEqual({ type: actions.MODAL_HIDE, ...
{ "content_hash": "136d3a1c74c2dbccf8d78f58e60bf3c8", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 69, "avg_line_length": 19.36842105263158, "alnum_prop": 0.5706521739130435, "repo_name": "DimensionLab/narc", "id": "42a4ee62ebe87654f7d1b5a3d440dedcfd0a2156", "size": "505...
/*************************************************************************/ /* main.cpp */ /*************************************************************************/ /* This file is part of: */ /* ...
{ "content_hash": "9ff12972d30c78eb13394d7cc240e310", "timestamp": "", "source": "github", "line_count": 1529, "max_line_length": 224, "avg_line_length": 25.982995421844343, "alnum_prop": 0.6240434957712445, "repo_name": "gcbeyond/godot", "id": "4cf4f3c7cdb5b76daf916998cc6001df8689d8a4", "size": "39...
using System.Threading.Tasks; using Newtonsoft.Json; namespace UsingCustomMVVM.Helpers { public static class Json { public static async Task<T> ToObjectAsync<T>(string value) { return await Task.Run<T>(() => { return JsonConvert.DeserializeObject<T>(valu...
{ "content_hash": "908a36e0248ef1a0b3169bafaf480d5a", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 69, "avg_line_length": 23.44, "alnum_prop": 0.537542662116041, "repo_name": "CNinnovation/powercampwindows10", "id": "03c57011fc0d0816ddd8c73f3e5601b246969d6d", "size": "58...
package lichen.creeper.core.services.jpa; import java.util.Set; import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persistence.metamodel.EntityType; import org.apache.tapestry5.ValueEncoder; import org.apache.tapestry5.ioc.MappedConfiguration; import org.apache.tapest...
{ "content_hash": "aa7ce6787271ea2fb6dc11438340d054", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 111, "avg_line_length": 39.31481481481482, "alnum_prop": 0.6552048987282147, "repo_name": "ganshane/lichen", "id": "b6f5a7293611761d5bc0aa8d3f4a46d688f5d360", "size": "2147...
package org.ovirt.engine.extensions.aaa.builtin.kerberosldap.utils.kerberos; import java.net.URI; import java.security.PrivilegedAction; import java.util.Hashtable; import java.util.List; import javax.naming.AuthenticationException; import javax.naming.CommunicationException; import javax.naming.Context; import javax...
{ "content_hash": "553a6e0e8e1d5ca37181bd9f8b1db5d7", "timestamp": "", "source": "github", "line_count": 267, "max_line_length": 173, "avg_line_length": 48.50187265917603, "alnum_prop": 0.6069498069498069, "repo_name": "halober/ovirt-engine", "id": "272a5f8ba5f908bb2c03ba4bc184cb58ccf119ec", "size":...
package com.cyberfront.crdt.unittest; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertNull; import static org.junit.jupiter.api.Assertions.assertTrue; import java.io.IOException; import jav...
{ "content_hash": "0f5a20cdd5e3be5274feb16312a4df5e", "timestamp": "", "source": "github", "line_count": 439, "max_line_length": 145, "avg_line_length": 36.62414578587699, "alnum_prop": 0.6742754073889787, "repo_name": "cyber-front/json-crdt", "id": "41674edac15060ed90b695d35f1c15281fbf0f71", "size"...
<div class="commune_descr limited"> <p> Elnes est un village situé dans le département des Pas-de-Calais en Nord-Pas-de-Calais. Elle comptait 813 habitants en 2008.</p> <p>À proximité de Elnes sont situées les communes de <a href="{{VLROOT}}/immobilier/remilly-wirquin_62702/">Remilly-Wirquin</a> à 3&nbs...
{ "content_hash": "8d115aabf66efe677d3f0582ed1e695a", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 253, "avg_line_length": 83.33333333333333, "alnum_prop": 0.732, "repo_name": "donaldinou/frontend", "id": "ea52ee5342a9ec69a0f97284b1b9648039918b7d", "size": "1537", "bin...
This program is for anyone using an Ecobee3 or similar model thermostat that supports the Ecobee API and is a Power Smart Pricing customer. https://www.ecobee.com/ https://www.powersmartpricing.org/ The purpose of this program is to set the Ecobee thermostat to Away if the PSP price is greater than a user defined pr...
{ "content_hash": "ac17661c9294521e2abaa35190e148ef", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 184, "avg_line_length": 43.88709677419355, "alnum_prop": 0.7941933112826167, "repo_name": "ke-mccormick/Ecobee_PSP", "id": "1d67d88c8adbf10f9136cb56e88c9b8f5ceb0be1", "size...
This framework allows you to evaluate an Active Queue Management implementation, such as PIE (or your own). It focuses on the queue that is built in the router and the number of drops it causes. It is also Explicit Congestion Control (ECN) compatible, comparing non-ECN against ECN flows. Your only requirement is a com...
{ "content_hash": "00b215de867fca04fe7f27a16ad12321", "timestamp": "", "source": "github", "line_count": 243, "max_line_length": 78, "avg_line_length": 30.34156378600823, "alnum_prop": 0.7469144174691442, "repo_name": "henrist/aqmt", "id": "fc18fa1c99fb866061110efbd4086a231903adf0", "size": "7400", ...
/* Added a @ViewOnly variable that will allow you to run this script as a test only and review proposed actions. I also enhanced to perform either a reorg or rebuild, based on range of fragmentation value. ~Paul DeBrino : infinityrd.com --INSPECT INDEXES' FILL FACTOR VALUES: use YourDBName select * from sys.indexes or...
{ "content_hash": "397c22a71c5333e9e9764f0e04e917db", "timestamp": "", "source": "github", "line_count": 162, "max_line_length": 203, "avg_line_length": 28.067901234567902, "alnum_prop": 0.7345502529140092, "repo_name": "rustyhutchison/rustyhutchison.github.io", "id": "5b3a6ed58be0e5c1b01a9c8949c76c2b...
require 'test_helper' require 'locus/collections' class CollectionsTest < Minitest::Test context ".find_class" do should "properly find the class or return the collection class by default" do assert_equal Locus::Components, Locus::Collections.find_class("components") assert_equal Locus::Sites, Locus:...
{ "content_hash": "f862c3c59727bbd2ef2357c3d8529838", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 81, "avg_line_length": 37.166666666666664, "alnum_prop": 0.7354260089686099, "repo_name": "dphaener/locus-ruby", "id": "03ca25b1e29caa65554d703737366230b4b848b8", "size": "...
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (factory((global.DateRangePicker = {}))); }(this, (function (exports) { 'use strict'; /** * @file A generic set of mutat...
{ "content_hash": "2ddbd68e2fa90f156f1778a30d8e2f81", "timestamp": "", "source": "github", "line_count": 1347, "max_line_length": 115, "avg_line_length": 25.682256867112102, "alnum_prop": 0.571573105162745, "repo_name": "holtkamp/cdnjs", "id": "0c2a75d1b8581f617bc2b412ae187914e53140ac", "size": "345...
<?xml version="1.0" encoding="UTF-8"?> <!--L Copyright Oracle Inc Distributed under the OSI-approved BSD 3-Clause License. See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details. L--> <cgMDR:Data_Element_Concept xmlns:cgMDR="http://www.cancergrid.org/schema/cgMDR" item_registration_authority_ide...
{ "content_hash": "64bee08a70e6caf4231f2d591feef804", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 176, "avg_line_length": 56.9375, "alnum_prop": 0.7065495792169777, "repo_name": "NCIP/cadsr-cgmdr-nci-uk", "id": "1ac9bd1d2c9eb28856033369e6e70813858c2b79", "size": "2733",...
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("Ge...
{ "content_hash": "04737367e165b7a12126ac6d889a8297", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 39.47222222222222, "alnum_prop": 0.7466572836030964, "repo_name": "adaraz/GeeksChallenge", "id": "e03cbcd17031d53ebe4cdffd1166b526cf761ff4", "size": ...
#include "core/span.h" #include "receiver/receiver.h" #include "sampler/sampler.h" #include "util/cmp.h" #include "util/log.h" #include "util/rand.h" #include "util/string.h" #include "util/time.h" #include <inttypes.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> /** * @file span...
{ "content_hash": "53a281cc249ac2781ab12a21b6661cc2", "timestamp": "", "source": "github", "line_count": 240, "max_line_length": 80, "avg_line_length": 28.5375, "alnum_prop": 0.5333625346765951, "repo_name": "reta/incubator-htrace", "id": "44f4e6c4d9db4c67ea5549f8a3b481dffa102e41", "size": "7655", ...
package com.swfarm.biz.magento.bo.magentoapi; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** * <p> * Java class for...
{ "content_hash": "46e77bcfdb093d43dbd5796c55112fb5", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 84, "avg_line_length": 25.966666666666665, "alnum_prop": 0.67201540436457, "repo_name": "zhangqiang110/my4j", "id": "cacb0dc78ec597a3ff0e8152921356b091fd849c", "size": "155...
C sketch C metropolis hasting monte carlo C hamiltonian monte carlo C not really gonna use it, consider there are C MCMCpack and STAN C rather for fun and jot down thoughts C C arXiv:1808.08490v2 C MikeXL/bayes/R/mcmc.r C C metropolis hasting, the simplest one C target the logged posterior funct...
{ "content_hash": "09f62ff26dd9ad5cec1ebdd5a1eb12fb", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 50, "avg_line_length": 24.895833333333332, "alnum_prop": 0.602510460251046, "repo_name": "MikeXL/bayes", "id": "ef82c9248e2bb026b06709ff1c692ad71907280b", "size": "1195", ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_80) on Thu Oct 15 19:27:46 UTC 2015 --> <title>DescribeExportTasksResult (AWS SDK for Java - 1.10.27)</title> <meta name="date" content...
{ "content_hash": "9b1d1dccc796c7e4ae47da7b621799bd", "timestamp": "", "source": "github", "line_count": 554, "max_line_length": 401, "avg_line_length": 46.227436823104696, "alnum_prop": 0.6374463100351425, "repo_name": "TomNong/Project2-Intel-Edison", "id": "86294473eedc2cc2bd7c725eadbf6fb0bc4d65aa",...
module HasTags class Tag < ::ActiveRecord::Base #### Self referential association for contexts #### belongs_to :context, class_name: "Tag" has_many :tags, foreign_key: :context_id ################################################### has_many :taggings validates :name, uniqueness: true, presen...
{ "content_hash": "07ec5f3fec58f86a2a382e78323aa474", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 55, "avg_line_length": 25.3125, "alnum_prop": 0.5703703703703704, "repo_name": "garrettqmartin8/has_tags", "id": "25e4bc69f94609c9621550a803c3fb03bde6b342", "size": "405", ...
Contains a quite simple lambda for geocoding addresses, that is invoked by SQS events which are sent from backend application. ## Run locally ``serverless offline start --stage dev`` This mocks a local SQS. ## Deploy ``serverless login`` ``serverless decrypt --stage prod --password 'MY_PASSWORD' `` ``serverless ...
{ "content_hash": "fec7088e9ec5a136e6b5ba92b0e4b910", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 126, "avg_line_length": 32.41860465116279, "alnum_prop": 0.796987087517934, "repo_name": "Clemens85/runningdinner", "id": "5edba46489c102172a51073bff2dfa9ee4c0ebb0", "size"...
layout: default title: Nossos parceiros permalink: /partners/ --- {% include top-section.html %} {% include partners.html %}
{ "content_hash": "37fc78405ef2758d8ccaccc7dfea92f4", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 30, "avg_line_length": 15.75, "alnum_prop": 0.7142857142857143, "repo_name": "DevFestNordeste/2014", "id": "4264a447599068d739cd89b81bee9e4b9436986e", "size": "130", "bina...
#include <assert.h> #include <ctype.h> #include <errno.h> #include <limits.h> #include <misc/printk.h> #include <stdbool.h> #include <zephyr/types.h> #include <stdlib.h> #include <string.h> #include "json.h" struct token { enum json_tokens type; char *start; char *end; }; struct lexer { void *(*state)(struct l...
{ "content_hash": "0a51e66581b325fde761a001d30517bb", "timestamp": "", "source": "github", "line_count": 910, "max_line_length": 78, "avg_line_length": 18.334065934065933, "alnum_prop": 0.615260129465356, "repo_name": "bboozzoo/zephyr", "id": "8b8eef06c176f25e02aeeca362eeb3aee939fdd7", "size": "1677...
require_relative '../acceptance_helper' feature 'User adds an answer', %{ In order to help question starter As a user I want to answer the question } do context 'when logged in' do background do user = create(:user) sign_in_with(user.email, user.password) question = create(:question, u...
{ "content_hash": "23493f78e7465868998d41374e997bd1", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 141, "avg_line_length": 30.353658536585368, "alnum_prop": 0.6159100040176778, "repo_name": "leemour/underflow", "id": "9a559e67af8642d2e70902e9cb967ae93059862d", "size": "2...
<div class="demo-container"> <h2>Hash <small class="text--secondary">Direct Match</small></h2> <a href='#hash' id='hash-link'>Change Hash</a> | <a href='#anotherHash' id='another-hash-link'>Change another Hash</a> | <a href='#unregisteredHash' id='unregistered-hash-link'>unregistered Hash</a> | <sp...
{ "content_hash": "011c6928ef3f5bb30b14a6e8e819a364", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 96, "avg_line_length": 40.25, "alnum_prop": 0.6708074534161491, "repo_name": "skyglobal/hash-manager", "id": "3b4178edca9ab12cbd3e0913d1281adafb5f42a0", "size": "1128", "...
<?php class GoogleAuthenticationModule extends AuthenticationModule { private $siteid; private $regHeadersLoaded = false; private $adminHeaderShown = false; private $remember; public function __construct($siteid, $remember = true) { parent::__construct(); $this->siteid = $siteid; // TODO Replace it with ...
{ "content_hash": "adec677954a5440beef3afb433e56fd4", "timestamp": "", "source": "github", "line_count": 478, "max_line_length": 395, "avg_line_length": 27.468619246861923, "alnum_prop": 0.6428789032749429, "repo_name": "russelldavis/UserBase", "id": "f4a437ff2fc8df62c9d3290fdbaff964b5142a99", "size...
package com.coveo.blitz.reference; import java.io.InputStream; import java.net.URISyntaxException; import java.nio.file.Path; import java.nio.file.Paths; import java.util.Comparator; import java.util.HashMap; import java.util.Map; import java.util.Set; import java.util.function.Function; import java.util.stream.Collec...
{ "content_hash": "655e22ed48f6c7b879433ee3cbf1f90f", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 117, "avg_line_length": 28.775, "alnum_prop": 0.7193744569939183, "repo_name": "Coveo/Blitz-2015", "id": "00cb7ce6e05d9001387b73aee2942fd5772be66a", "size": "1151", "bina...
#define _FUDGEMSGIMPL_DEFINED 1 #include "fudge/message.h" #include "fudge/platform.h" #include "fudge/string.h" #include "memory_internal.h" #include "message_internal.h" #include "fudge/header.h" #include "reference.h" #include "registry_internal.h" #include <assert.h> void FudgeField_destroy ( FudgeField * fld ) ...
{ "content_hash": "668d5d217a8ec3e76cd894d4b4e46d0f", "timestamp": "", "source": "github", "line_count": 524, "max_line_length": 141, "avg_line_length": 36.31297709923664, "alnum_prop": 0.535999579566954, "repo_name": "vrai/Fudge-C", "id": "4c1f4101d29d8e7433751e9e214cb533ba2079c2", "size": "19636",...
<?php namespace TYPO3\CMS\Core\Resource\Index; use TYPO3\CMS\Core\Resource\File; use TYPO3\CMS\Core\Resource\ResourceStorage; use TYPO3\CMS\Core\Type\File\ImageInfo; use TYPO3\CMS\Core\Utility\GeneralUtility; /** * The New FAL Indexer */ class Indexer { /** * @var array */ protected $filesToUpda...
{ "content_hash": "84065056f08eb7c012589fbfc4862998", "timestamp": "", "source": "github", "line_count": 403, "max_line_length": 173, "avg_line_length": 34.069478908188586, "alnum_prop": 0.578150036416606, "repo_name": "ahmedRguei/blogTypo", "id": "29136579eaabac687bd8e9c073e8d5eec2ba604c", "size": ...
<link rel="import" href="../polymer/polymer.html"> <link rel="import" href="../core-a11y-keys/core-a11y-keys.html"> <!-- A responsive modal element. ##Responsive Breakpoints `akyral-modal` is currently built using the following breakpoints. <pre> <code> 0 480px 720px 944px 1...
{ "content_hash": "425f727efc603950a3920d5ef982c065", "timestamp": "", "source": "github", "line_count": 369, "max_line_length": 96, "avg_line_length": 26.317073170731707, "alnum_prop": 0.5482442590876326, "repo_name": "ronatgithub/diana", "id": "74ce099a28a7b4a4dfacd08b61c4411b4f116b13", "size": "9...
#include <cbmc_proof/make_common_datastructures.h> #include "crypto/s2n_fips.h" #include "crypto/s2n_hash.h" void s2n_hash_allow_md5_for_fips_harness() { /* Non-deterministic inputs. */ struct s2n_hash_state *state = cbmc_allocate_s2n_hash_state(); /* Operation under verification. */ if (s2n_hash_a...
{ "content_hash": "9d54067e6097ad359c7b6f187fc56280", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 107, "avg_line_length": 33.5, "alnum_prop": 0.6522388059701493, "repo_name": "wcs1only/s2n", "id": "824ed602e5eb8a528207b0d6dfebf369131e9e45", "size": "1244", "binary": f...
FN="mgug4120a.db_3.2.3.tar.gz" URLS=( "https://bioconductor.org/packages/3.13/data/annotation/src/contrib/mgug4120a.db_3.2.3.tar.gz" "https://bioarchive.galaxyproject.org/mgug4120a.db_3.2.3.tar.gz" "https://depot.galaxyproject.org/software/bioconductor-mgug4120a.db/bioconductor-mgug4120a.db_3.2.3_src_all.tar.gz" ...
{ "content_hash": "6f39339b982f1ba00eaaa30e46cf75ef", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 117, "avg_line_length": 30.73913043478261, "alnum_prop": 0.6760961810466761, "repo_name": "phac-nml/bioconda-recipes", "id": "cd531415df6bd829ad794d3668d05b7fc2b54ac0", "si...
package com.google.errorprone.bugpatterns; import com.google.errorprone.CompilationTestHelper; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.JUnit4; /** * Unit tests for {@link TruthAssertExpected} bug pattern. * * @author ghm@google.com (Graeme Morgan) */ @RunWith(JUnit4.clas...
{ "content_hash": "fa8821674146ed3c087c3afb652db0a7", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 86, "avg_line_length": 26.82758620689655, "alnum_prop": 0.7776349614395887, "repo_name": "cushon/error-prone", "id": "144902a9d30db76b2ad0c30028a643e745c696d6", "size": "13...
describe('CheckboxRenderer', function () { var id = 'testContainer'; beforeEach(function () { this.$container = $('<div id="' + id + '"></div>').appendTo('body'); }); afterEach(function () { if (this.$container) { destroy(); this.$container.remove(); } }); it('should render values...
{ "content_hash": "ca9ea917f1a32500e773cdf8a831790c", "timestamp": "", "source": "github", "line_count": 330, "max_line_length": 133, "avg_line_length": 31.775757575757577, "alnum_prop": 0.6144382986839596, "repo_name": "digitaltech/handsontable", "id": "c08ff548185e80669588279b9d4db1ebaffba4a2", "s...
<!DOCTYPE html> <html lang="en"> <head> <title>Extensions Reference</title> <link rel="stylesheet" type="text/css" href="css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="css/highlight.css" /> <meta charset='utf-8'> <script src="js/jquery.min.js" defer></script> <script src="js/j...
{ "content_hash": "757d00b6e11e93855fc107142a432226", "timestamp": "", "source": "github", "line_count": 1158, "max_line_length": 459, "avg_line_length": 46.51208981001727, "alnum_prop": 0.47956777631310227, "repo_name": "box/box-ios-sdk", "id": "a775a3e55156d60ecdbf9f6e08a7c6c21da07bce", "size": "5...
<?php get_header(); ?> <div class="container"> <div class="row"> <!-- Resume --> <div class="col-md-9"> <section id="contactInformation" class="group"> <h1 class="text-right">Tim Wilson</h1> <p class="text-right"><strong>Email:</strong><a href="mailto:tim@timswilson.com"> tim@ti...
{ "content_hash": "6987f0391bd45a5b51be5f8bc818be02", "timestamp": "", "source": "github", "line_count": 185, "max_line_length": 367, "avg_line_length": 38.17297297297297, "alnum_prop": 0.5962900028320589, "repo_name": "timswilson/Personal-Website", "id": "40221c8b5b471aedc64bbf30ed9d3ccff6a349b0", ...
// Copyright (c) Lakithu. All rights reserved. namespace TLWebsite.API { using System.Web.Http; public static class WebApiConfig { public static void Register(HttpConfiguration config) { // Web API configuration and services // Web API routes config.Map...
{ "content_hash": "b8d9bfafd9ca907de5baedae28f6edf2", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 64, "avg_line_length": 26.61904761904762, "alnum_prop": 0.5724508050089445, "repo_name": "TlWebsite/TLWebsite", "id": "decc70c8e490debdab6e74ebd65d5d040569ed76", "size": "5...