code stringlengths 3 1.01M | repo_name stringlengths 5 116 | path stringlengths 3 311 | language stringclasses 30
values | license stringclasses 15
values | size int64 3 1.01M |
|---|---|---|---|---|---|
import { Component } from '@angular/core';
@Component({
selector: 'uxd-landing-page-feature-list',
template: '<ng-content></ng-content>',
styles: [':host { display: block; }'],
host: {
'class': 'row'
}
})
export class LandingPageFeatureListComponent {
} | UXAspects/UXAspects | docs/app/components/landing-page-feature-list/landing-page-feature-list.component.ts | TypeScript | apache-2.0 | 284 |
<!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 Jul 17 13:50:51 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildf... | wildfly-swarm/wildfly-swarm-javadocs | 2.5.0.Final/apidocs/org/wildfly/swarm/config/infinispan/cache_container/class-use/BackupForComponentConsumer.html | HTML | apache-2.0 | 13,410 |
<!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_60-ea) on Wed Jan 04 17:08:18 EST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wil... | wildfly-swarm/wildfly-swarm-javadocs | 2017.1.1/apidocs/org/wildfly/swarm/config/class-use/NamingConsumer.html | HTML | apache-2.0 | 8,813 |
// Copyright 2015 The oauth2 Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package odnoklassniki provides constants for using OAuth2 to access Odnoklassniki.
package odnoklassniki
import (
"github.com/coreos/mantle/Godeps/_wor... | mischief/mantle | Godeps/_workspace/src/golang.org/x/oauth2/odnoklassniki/odnoklassniki.go | GO | apache-2.0 | 557 |
/*
* JBoss, Home of Professional Open Source.
* Copyright 2014 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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 Licen... | emag/codereading-undertow | core/src/main/java/io/undertow/attribute/ThreadNameAttribute.java | Java | apache-2.0 | 1,955 |
/**
* Copyright [2013-2014] [OHsystem]
*
* We spent a lot of time writing this code, so show some respect:
* - Do not remove this copyright notice anywhere (bot, website etc.)
* - We do not provide support to those who removed copyright notice
*
* OHSystem is free software: You can redistribute it and/or modify
* it un... | m-unkel/OHSystem | ghost/src/stats/stats.cpp | C++ | apache-2.0 | 1,101 |
package org.techniche.technothlon.katana.tcd;
import android.content.Context;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.AsyncTask;
import android.os.L... | znck/technothlon-android-app | katana/src/main/java/org/techniche/technothlon/katana/tcd/TCDContent.java | Java | apache-2.0 | 13,524 |
/**
* 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... | punkhorn/camel-upstream | components/camel-spring/src/test/java/org/apache/camel/spring/scan/DefaultPackageScanClassResolverTest.java | Java | apache-2.0 | 8,636 |
import {Component} from '@angular/core';
import {NgbActiveModal} from '@ng-bootstrap/ng-bootstrap';
import {Category} from 'idai-field-core';
import {ProjectConfiguration} from '../../../core/configuration/project-configuration';
@Component({
selector: 'link-modal',
templateUrl: './link-modal.html',
host:... | codarchlab/idai-field-client | desktop/src/app/components/image/overview/link-modal.component.ts | TypeScript | apache-2.0 | 902 |
Get up to speed on [pandas](http://pandas.pydata.org/) and
[TensorFlow](https://www.tensorflow.org/) basics with these Datalab notebooks
(click [here](https://github.com/google/eng-edu/blob/master/ml/cc/README.md) for
installation instructions):
* **Hello World:** An introduction to the Datalab notebook environment ... | google/eng-edu | ml/cc/prework/README.md | Markdown | apache-2.0 | 918 |
---
name: (Maintainers Only) Good First Issue
about: For maintainers to create an issue that is good for new contributors
---
<!-- Issue text below -->
<!-- End issue text, leave the following intact -->
---
**Good First Issue**: This issue is good for first time contributors. If you've already contributed to Wareh... | dstufft/warehouse | .github/ISSUE_TEMPLATE/~good-first-issue.md | Markdown | apache-2.0 | 1,092 |
/*
* Copyright 2016-present Open Networking Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | opennetworkinglab/onos | protocols/snmp/ctl/src/test/java/org/onosproject/snmp/ctl/DefaultSnmpControllerTest.java | Java | apache-2.0 | 4,414 |
# Neonaviculopsis spinosa (D. Bukry) P. Prema & T. V. Desikachary SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Chromista/Ochrophyta/Chrysophyceae/Dictyochales/Dictyochaceae/Neonaviculopsis/Neonaviculopsis spinosa/README.md | Markdown | apache-2.0 | 221 |
package com.zaaach.citypicker.db;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.os.Environment;
import com.zaaach.citypicker.model.City;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.Inp... | weiwenqiang/GitHub | SelectWidget/city/CityPicker/citypicker/src/main/java/com/zaaach/citypicker/db/DBManager.java | Java | apache-2.0 | 3,876 |
// Copyright (C) 2012-2018 Leap Motion, Inc. All rights reserved.
#pragma once
#include "AutoFilterDescriptor.h"
namespace autowiring {
/// <summary>
/// A single subscription counter entry
/// </summary>
struct SatCounter:
AutoFilterDescriptor
{
SatCounter(void) = default;
SatCounter(const AutoFilterDescripto... | leapmotion/autowiring | src/autowiring/SatCounter.h | C | apache-2.0 | 1,359 |
using Hyperstore.CodeAnalysis.Syntax;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Hyperstore.CodeAnalysis.Compilation
{
public class HyperstoreCompiler
{
private readonly string _basePath;
privat... | Hyperstore/Hyperstore.CodeAnalysis | Hyperstore.CodeAnalysis/Compilation/HyperstoreCompiler.cs | C# | apache-2.0 | 4,432 |
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | FirebaseExtended/mlkit-custom-image-classifier | functions/src/automlapi.ts | TypeScript | apache-2.0 | 11,363 |
//===-- ARMISelDAGToDAG.cpp - A dag to dag inst selector for ARM ----------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | apple/swift-llvm | lib/Target/ARM/ARMISelDAGToDAG.cpp | C++ | apache-2.0 | 172,333 |
package com.huawei.esdk.sms.north.http.common;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import o... | eSDK/esdk_sms | source/esdk_sms_neadp_http/src/main/java/com/huawei/esdk/sms/north/http/common/AbstractXMLProcessor.java | Java | apache-2.0 | 4,493 |
<!DOCTYPE html >
<html >
<head>
<title> {gooraye:$f_siteTitle} {gooraye:$f_siteName}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="{gooraye:$f_metaKeyword}" />
<meta name="description" content="{gooraye:$f_metaDes}" />
<meta http-equiv="MSThemeCompatible" c... | gooraye/GoorayeWeixin | tpl/User/default/Index_header.html | HTML | apache-2.0 | 3,074 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media... | dcarda/aba.route.validator | target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_03_testAbaNumberCheck_4359_good_v7d.html | HTML | apache-2.0 | 9,178 |
/*
* Copyright [1999-2017] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
*
* 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.o... | Ensembl/ensc-core | src/DataModel/IntronSupportingEvidence.h | C | apache-2.0 | 5,064 |
# Copyright © 2014, Microsoft Corporation. All rights reserved.
@{
# Version number of this module.
ModuleVersion = '0.3.0.0'
# ID used to uniquely identify this module
GUID = '1088cfb5-36e8-4e9f-b7e4-d49e8032dde6'
# Author of this module
Author = 'Microsoft Corporation'
# Company or vendor of this module
CompanyNam... | t3377/MyPuppet | modules/dsc/lib/puppet_x/dsc_resources/xJea/xJea.psd1 | PowerShell | apache-2.0 | 1,015 |
package com.example;
/**
* Created by Nish on 2/21/15.
*/
public interface Movable {
public void moveLeft();
public void moveRight();
}
| nishtahir/Mektory-BeginnersAndroid | Week2/mygame/src/main/java/com/example/Movable.java | Java | apache-2.0 | 147 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-zero-alpine:3.13-run
ENV GO_VERSION 1.16.14
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] ... | resin-io-library/base-images | balena-base-images/golang/orange-pi-zero/alpine/3.13/1.16.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,473 |
# Copyright 2015 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | kobejean/tensorflow | tensorflow/python/framework/function.py | Python | apache-2.0 | 43,277 |
//*************************************************************
// Filename: socket.js
//
// Author: Jake Higgins <jth7036@rit.edu>
//*************************************************************
var Socket;
function addSocketListeners() {
Socket = new io();
Socket.on('sync objects', function(objects, room, ca... | IGME-Production-Studio/driftwoodrp | update/public/static/scripts/socket.js | JavaScript | apache-2.0 | 2,530 |
package ch.unibe.scg.regex;
import static java.util.Collections.singleton;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.SortedSet;
import java.util.TreeSet;
import ch.unibe.scg.regex.ParserProvider.Node;
import ch.unibe.scg.regex.ParserProvider.Node.Basic;
import c... | nes1983/tree-regex | src/ch/unibe/scg/regex/RegexToNFA.java | Java | apache-2.0 | 10,402 |
/*
* Copyright (c) 2015 TextGlass
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | TextGlass/reference | client/src/TransformerIsNumber.java | Java | apache-2.0 | 972 |
/*
* Copyright (c) 2017 Martin Pfeffer
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | pepperonas/MaterialDialog | library/src/main/java/com/pepperonas/materialdialog/adapter/ShareAdapter.java | Java | apache-2.0 | 3,990 |
# Rhexia reticulata Humb. & Bonpl. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Myrtales/Melastomataceae/Rhexia/Rhexia reticulata/README.md | Markdown | apache-2.0 | 182 |
// Copyright Istio Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in wri... | istio/istio | pkg/test/echo/server/forwarder/util.go | GO | apache-2.0 | 1,156 |
package com.siqisoft.stone.admin.dict.controller;
import java.util.List;
import org.siqisource.stone.dict.model.Dict;
import org.siqisource.stone.dict.service.DictService;
import org.siqisource.stone.orm.condition.Condition;
import org.siqisource.stone.ui.AjaxResponse;
import org.siqisource.stone.ui.Notify;
... | ylyxf/stone-sdk | src/main/java/com/siqisoft/stone/admin/dict/controller/DictController.java | Java | apache-2.0 | 2,471 |
# Schizaea palmata Hombr. & Jacq. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Pteridophyta/Polypodiopsida/Schizaeales/Schizaeaceae/Schizaea/Schizaea palmata/README.md | Markdown | apache-2.0 | 181 |
/*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | consulo/consulo | modules/base/lang-api/src/main/java/com/intellij/refactoring/listeners/RefactoringElementListenerProvider.java | Java | apache-2.0 | 1,347 |
/*
* Copyright 2016 Shredder121.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | johnktims/gh-event-api | src/main/java/com/github/shredder121/gh_event_api/handler/pull_request/PullRequestHandler.java | Java | apache-2.0 | 873 |
<?php
if (!defined('BASEPATH')) exit('No direct script access allowed');
class MY_Model extends CI_Model {
// Variável que define o nome da tabela
var $table = "";
/**
* Método Construtor
*/
function __construct() {
parent::__construct();
}
/**
* Insere um registro na tabela
*
* @param arr... | ChristianHerber/UebiControl | application/core/MY_Model.php | PHP | apache-2.0 | 2,979 |
package com.nguyenmanhtuan.benhandientu;
import android.app.Activity;
import android.content.Intent;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.os.Bundle;
import android.util.DisplayMetrics;
import android.view.View;
import android.widget.Button;
import android.widge... | techmaster-prj/BenhAnDienTu | BenhAnDienTu/src/com/nguyenmanhtuan/benhandientu/RegisteredActivity.java | Java | apache-2.0 | 2,788 |
package com.vertabelo.mobileorm.myplaces.orm.gen;
public class AddressViewDAOImpl
extends com.vertabelo.mobileorm.myplaces.orm.runtime.dao.BaseDAO<AddressView>
implements AddressViewDAO {
public AddressViewDAOImpl(com.vertabelo.mobileorm.myplaces.orm.runtime.util.SQLiteDataSource dataSource) {
... | Vertabelo/mobiorm-demo-android | app/src/main/java/com/vertabelo/mobileorm/myplaces/orm/gen/AddressViewDAOImpl.java | Java | apache-2.0 | 6,557 |
/*
* 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 ... | zhangminglei/flink | flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/operator/CEPMigrationTest.java | Java | apache-2.0 | 24,021 |
package misc
// TrackedRepo identifies a git remote repository.
type TrackedRepo string
| kubernetes-sigs/kustomize | cmd/gorepomod/internal/misc/trackedrepo.go | GO | apache-2.0 | 89 |
# -*- coding: utf-8 -*-
#
# Armstrong Platform Documentation documentation build configuration file, created by
# sphinx-quickstart on Mon Sep 26 13:38:48 2011.
#
# This file is execfile()d with the current directory set to its containing dir.
#
# Note that not all possible configuration values are present in this
# au... | armstrong/docs.armstrongcms.org | source/conf.py | Python | apache-2.0 | 8,620 |
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.codeInsight.generation;
import com.intellij.codeInsight.AnnotationUtil;
import com.intellij.codeInsight.intention.AddAnnotationPsiFix;
import com.intellij.op... | paplorinc/intellij-community | java/java-impl/src/com/intellij/codeInsight/generation/OverrideImplementsAnnotationsHandler.java | Java | apache-2.0 | 3,542 |
package com.chisw.work.addressbook.test;
import com.chisw.work.addressbook.Data.GroupData;
import com.chisw.work.addressbook.Data.Groups;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.MatcherAssert.assertThat;... | Tarrest/java_home | addressbook/src/test/java/com/chisw/work/addressbook/test/TestGroupModification.java | Java | apache-2.0 | 1,230 |
package io.omengye.common.utils.constants;
public class Constants {
private Constants(){}
public static final String RESULT_FLAG = "flag";
}
| omengye/ws | common/src/main/java/io/omengye/common/utils/constants/Constants.java | Java | apache-2.0 | 153 |
/*
* Created on Mar 29, 2009
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing... | alexruiz/fest-assert-2.x | src/test/java/org/fest/assertions/api/LongAssert_isNull_Test.java | Java | apache-2.0 | 1,440 |
#ifndef LAYER_H_INCLUDED
#define LAYER_H_INCLUDED
#include "basicresource.h"
#include "Drawable.h"
class Layer : public Drawable
{
private:
void transformation() override;
void onDraw() override;
void postDraw() override;
public:
Layer():
Drawable()
{
//
}
};
#endif // LAYER_H... | pibomb/crowbot | Crowbot/Crowbot/Layer.h | C | apache-2.0 | 330 |
/**
* Copyright 2017 dialog LLC <info@dlg.im>
* @flow
*/
import type { PeerInfo } from '@dlghq/dialog-types';
import type { AvatarSize } from '../Avatar/getAvatarSize';
import type { Gradient } from '../Avatar/getAvatarColor';
import React, { PureComponent } from 'react';
import classNames from 'classnames';
impor... | nolawi/champs-dialog-sg | src/components/DoublePeerAvatar/DoublePeerAvatar.js | JavaScript | apache-2.0 | 6,308 |
# This file describes the standard way to build Docker, using docker
#
# Usage:
#
# # Assemble the full dev environment. This is slow the first time.
# docker build -t docker .
#
# # Mount your source in an interactive container for quick testing:
# docker run -v `pwd`:/go/src/github.com/dotcloud/docker -privileged -i ... | ecnahc515/docker | Dockerfile | Dockerfile | apache-2.0 | 2,339 |
/*
** Copyright (c) 2007, DNA Pty Ltd and contributors
**
** Permission is hereby granted, free of charge, to any person obtaining a copy
** of this software and associated documentation files (the "Software"), to deal
** in the Software without restriction, including without limitation the rights
** to use, copy, mo... | openhoodie/hoodie | xatmi/src/main/cxx/tpdiscon.c | C | apache-2.0 | 1,261 |
# ormbad.version
# Helper module for ORMBad version information
#
# Author: Benjamin Bengfort <benjamin@bengfort.com>
# Created: Thu Aug 13 12:38:42 2015 -0400
#
# Copyright (C) 2015 Tipsy Bear Studios
# For license information, see LICENSE.txt
#
# ID: version.py [] benjamin@bengfort.com $
"""
Helper module for ORM... | tipsybear/ormbad | ormbad/version.py | Python | apache-2.0 | 1,161 |
/**
* Created by raj on 19/8/14.
*/
var fs = require('fs');
var content = fs.read ('animeEpisode.json');
console.log(JSON.stringify(JSON.parse(content)[1][0].title));
videolinks=JSON.parse(content);
links=[];
function pages(k) {
var page = new WebPage();
page.open('http://www.gogoanime.com/', functi... | msandeepraj211/phantom | recent.js | JavaScript | apache-2.0 | 1,995 |
#!/usr/bin/python
#
# Copyright 2017 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required b... | googleads/googleads-adxbuyer-examples | python/samples/v2_x/create_bidder_level_filter_set.py | Python | apache-2.0 | 7,717 |
/*******************************************************************************
* Copyright 2006 - 2012 Vienna University of Technology,
* Department of Software Technology and Interactive Systems, IFS
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except i... | openpreserve/plato | plato-model/src/main/java/eu/scape_project/planning/model/transform/Transformer.java | Java | apache-2.0 | 4,334 |
<!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_67) on Fri Nov 14 18:25:20 PST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.a... | devansh2015/hbase-0.98.8 | docs/devapidocs/org/apache/hadoop/hbase/thrift/class-use/ThriftServerRunner.html | HTML | apache-2.0 | 4,584 |
# Copyright 2016 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | ageron/tensorflow | tensorflow/python/keras/layers/core_test.py | Python | apache-2.0 | 11,584 |
/*
* Copyright 2016 SimplifyOps, Inc. (http://simplifyops.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | jgpacker/rundeck | core/src/test/java/com/dtolabs/rundeck/core/execution/workflow/TestStepFirstWorkflowStrategy.java | Java | apache-2.0 | 100,809 |
// Copyright (C) 2013 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | GerritCodeReview/plugins_hooks-rtc | src/main/java/com/googlesource/gerrit/plugins/hooks/rtc/network/HttpPatch.java | Java | apache-2.0 | 999 |
/*
* 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 ... | mtunique/flink | flink-tests/src/test/java/org/apache/flink/test/runtime/NetworkStackThroughputITCase.java | Java | apache-2.0 | 10,771 |
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/* CLIPS Version 6.20 01/31/02 */
/* */
/* ... | jarcec/rbclips | src/clips/dffctpsr.h | C | apache-2.0 | 1,468 |
/*
* *************************************************************************
* Copyright (C) FRS Belgium NV ("FRSGlobal"). All rights reserved.
*
* This computer program is protected by copyright law and international
* treaties. Unauthorized reproduction or distribution of this program,
* or any portion of it,... | abotos/ClujLiveTransit | Java/appengine-code/appengine-web-ui/src/java/org/cluj/bus/servlet/BusScheduleServlet.java | Java | apache-2.0 | 3,589 |
# Rhodocybe fallax (Quél.) Singer, 1946 SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Farlowia 2: 549 (1946)
#### Original name
Omphalia fallax Quél., 1896
### Remarks
null | mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Entolomataceae/Rhodocybe/Rhodocybe fallax/README.md | Markdown | apache-2.0 | 238 |
# XML Data Source for Apache Spark
[](https://travis-ci.org/databricks/spark-xml) [](http://codecov.io/github/databricks/spark-xml?branch=master)
- A libr... | lokm01/spark-xml | README.md | Markdown | apache-2.0 | 18,194 |
/**
* 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... | logzio/camel | components/camel-netty4/src/main/java/org/apache/camel/component/netty4/NettyComponent.java | Java | apache-2.0 | 5,124 |
/*
* 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... | IAMTJW/Tomcat-8.5.20 | tomcat-8.5.20/java/org/apache/catalina/valves/rewrite/Resolver.java | Java | apache-2.0 | 1,568 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta httpEquiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Test results - Class carlosgsouza.vinylshop.functional.v1.SummaryFunctionalSpec</title>
<link href="base-style.css" rel="stylesheet" type="t... | carlosgsouza/types-and-quality | experiments/1_vinyl_collection/a0/analysis/data/pedro/snapshots/1386956683120/build/reports/tests/carlosgsouza.vinylshop.functional.v1.SummaryFunctionalSpec.html | HTML | apache-2.0 | 1,764 |
/*
* 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 ... | fogbeam/Heceta_droids | droids-core/src/main/java/org/apache/droids/impl/SequentialTaskMaster.java | Java | apache-2.0 | 4,864 |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.Composition;
using System.Threading;
using System.Th... | reaction1989/roslyn | src/Features/CSharp/Portable/Completion/CompletionProviders/KeywordCompletionProvider.cs | C# | apache-2.0 | 9,814 |
# Cymbosetaria sagittifolia (A.Rich.) Schweick. SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Hook. F. , Icon. Pl. 34 (T. 3320):1. 1936
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Setaria/Setaria sagittifolia/ Syn. Cymbosetaria sagittifolia/README.md | Markdown | apache-2.0 | 239 |
# Psoralea harveyana Meisn. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Fabales/Fabaceae/Psoralea/Psoralea harveyana/README.md | Markdown | apache-2.0 | 175 |
package com.wjyup.coolq.util;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.google.common.hash.HashCode;
import com.google.common.hash.HashFunction;
import com.google.common.hash.Hashing;
import com.google.gson.JsonObject;
import org.apache.logging.log4j.LogManager;
import org.ap... | ForeverWJY/CoolQ_Java_Plugin | src/main/java/com/wjyup/coolq/util/SendMessageUtil.java | Java | apache-2.0 | 1,815 |
<!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_222) on Thu Jan 16 21:49:29 PST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.da... | DataSketches/DataSketches.github.io | api/java/snapshot/apidocs/org/apache/datasketches/quantiles/class-use/DoublesUnionBuilder.html | HTML | apache-2.0 | 7,944 |
/*
* Copyright 2014–2017 SlamData Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | drostron/quasar | mongodb/src/main/scala/quasar/physical/mongodb/javascript/package.scala | Scala | apache-2.0 | 2,413 |
# Lepiota olivaceomammosa var. irritans Raithelh. VARIETY
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Metrodiana 16(1-3): 19 (1988)
#### Original name
Lepiota olivaceomammosa var. irritans Raithelh.
### Remarks
null | mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Agaricaceae/Lepiota/Lepiota olivaceomammosa/Lepiota olivaceomammosa irritans/README.md | Markdown | apache-2.0 | 248 |
# vim: set et sw=4 sts=4 fileencoding=utf-8:
#
# Python header conversion
# Copyright (c) 2013,2014 Dave Hughes <dave@waveform.org.uk>
#
# Original headers
# Copyright (c) 2012, Broadcom Europe Ltd
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitte... | naziris/HomeSecPi | picamera/bcm_host.py | Python | apache-2.0 | 2,448 |
# quick demo of some python image filters
# using raspberry pi camera
import Tkinter as tk
from picamera import PiCamera
from time import sleep
from PIL import Image,ImageFilter,ImageChops,ImageTk
imagefile = "image.jpg"
w = 320
h = 240
lastfilter = "none"
camera = PiCamera()
def takephoto():
camera.capture(imagefi... | emschimmel/CameraPi | camera_try.py | Python | apache-2.0 | 2,985 |
/**
* Copyright (c) 2008-2010 Andrey Somov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | spariev/snakeyaml | src/main/java/org/yaml/snakeyaml/tokens/DirectiveToken.java | Java | apache-2.0 | 1,789 |
var a02307 =
[
[ "GenericVector", "a02307.html#a60d42eebf02708482a8b506edd417990", null ],
[ "GenericVector", "a02307.html#a28a69767bcadb6058a2a9df4afecd5fc", null ],
[ "GenericVector", "a02307.html#a2b61cd1cd756770518f5ac30f817a9bf", null ],
[ "~GenericVector", "a02307.html#a49840c8743a063b87839baef7e1... | stweil/tesseract-ocr.github.io | 4.0.0/a02307.js | JavaScript | apache-2.0 | 4,880 |
/*
Copyright 2018 Nationale-Nederlanden
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed... | ibissource/iaf | core/src/test/java/nl/nn/adapterframework/http/cxf/SoapProviderTest.java | Java | apache-2.0 | 16,059 |
### note
* this is a resuable container for a given project/volume
### initial steps
* ensure current directory contains `resources/jdk-9+175_linux-x64_bin.tar.gz`
* run: `docker build -t="jdk9/b175" .`
* run: `docker run -i -t -v $(pwd):/data jdk9/b175`
* inside container, run: `/data/resources/install.sh`
* insi... | codetojoy/gists | docker/jdk9_jun_2017/NOTES.md | Markdown | apache-2.0 | 556 |
package template
import (
"bytes"
"io"
"io/ioutil"
"log"
"os"
"testing"
"text/template"
"github.com/k8sp/sextant/cloud-config-server/certgen"
"github.com/k8sp/sextant/clusterdesc"
"github.com/stretchr/testify/assert"
"github.com/topicai/candy"
"gopkg.in/yaml.v2"
)
func TestExecute(t *testing.T) {
out, e... | JunfeiYang/sextant | cloud-config-server/template/template_test.go | GO | apache-2.0 | 1,218 |
package mx.emite.sdk.scot.request;
import java.util.List;
import javax.validation.Valid;
import javax.validation.constraints.NotNull;
import org.hibernate.validator.constraints.NotEmpty;
import lombok.Builder;
import lombok.Data;
import lombok.Singular;
import mx.emite.sdk.cfdi32.anotaciones.Rfc;
import mx.emite.sd... | emite-mx/ef-sdk-java | ef-sdk-java/src/main/java/mx/emite/sdk/scot/request/SucursalesAltaRequest.java | Java | apache-2.0 | 1,030 |
/*
* Copyright 2016-present Facebook, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | vschs007/buck | src/com/facebook/buck/rust/RustTestDescription.java | Java | apache-2.0 | 6,463 |
using System.Reflection;
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("MassTransit.Publisher")]
[assembly: Asse... | shibukraj/Masstransit.PubSubSample | MassTransit.Publisher/Properties/AssemblyInfo.cs | C# | apache-2.0 | 1,382 |
/*
Copyright IBM Corp. 2016 All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in wri... | shangsony/fabric_sdk_golang | core/crypto/attributes/attributes.go | GO | apache-2.0 | 9,892 |
/* bme680.c - Driver for Bosch Sensortec's BME680 temperature, pressure,
* humidity and gas sensor
*
* https://www.bosch-sensortec.com/bst/products/all_products/bme680
*/
/*
* Copyright (c) 2018 Bosch Sensortec GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "bme680.h"
#include <gpio.h>
#include <i2c... | GiulianoFranchetto/zephyr | drivers/sensor/bme680/bme680.c | C | apache-2.0 | 11,979 |
var crypto = require("crypto"),
Request = require("./../request"),
Response = require("./../response");
module.exports = sessionCookie;
/**
* A middleware for storing and retrieving session data using HTTP cookies.
* The `options` may be any of the following:
*
* - secret A secret string to use to... | mbutler/nfn | node_modules/hem/node_modules/strata/lib/session/cookie.js | JavaScript | apache-2.0 | 4,665 |
use inkwell::context::Context;
use inkwell::values::{BasicValue, InstructionOpcode::*};
use inkwell::{AddressSpace, AtomicOrdering, AtomicRMWBinOp, FloatPredicate, IntPredicate};
#[test]
fn test_operands() {
let context = Context::create();
let module = context.create_module("ivs");
let builder = context.c... | TheDan64/inkwell | tests/all/test_instruction_values.rs | Rust | apache-2.0 | 21,302 |
package org.efix.util.buffer;
import org.efix.util.ByteSequenceWrapper;
import org.efix.util.StringUtil;
public class BufferUtil {
public static UnsafeBuffer fromString(String string) {
return new UnsafeBuffer(StringUtil.asciiBytes(string));
}
public static String toString(Buffer buffer) {
... | artyomkorzun/efix | src/main/java/org/efix/util/buffer/BufferUtil.java | Java | apache-2.0 | 536 |
/*
* 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 ... | apache/incubator-shardingsphere | examples/shardingsphere-sample/shardingsphere-example-generated/shardingsphere-jdbc-sample/shardingsphere-jdbc-memory-local-db-discovery-spring-namespace-jdbc-example/src/main/java/org/apache/shardingsphere/example/db/discovery/spring/namespace/jdbc/repository/AddressRepository.java | Java | apache-2.0 | 4,185 |
package dao
import (
"go-common/app/admin/ep/merlin/model"
"testing"
. "github.com/smartystreets/goconvey/convey"
)
var (
username = "fengyifenguitest@bilibili.com"
)
func Test_Mail_Log(t *testing.T) {
Convey("test add mail log", t, func() {
ml := &model.MailLog{
ReceiverName: username,
MailType: 1... | LQJJ/demo | 126-go-common-master/app/admin/ep/merlin/dao/mysql_mail_log_test.go | GO | apache-2.0 | 832 |
<!DOCTYPE html>
<html layout:decorate="~{layouts/adminlte}">
<head>
<title>FormKiQ Server - Setup</title>
</head>
<body>
<div layout:fragment="content">
<!-- Main content -->
<section class="content">
<div class="row">
<form method="post">
<... | formkiq/formkiq-server | core/src/main/resources/templates/setup.html | HTML | apache-2.0 | 890 |
# Pseudocercospora membranaceae H.S.G. Rao & S. Narayan SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Journal of Living World 6(2): 14 (1999)
#### Original name
Pseudocercospora membranaceae H.S.G. Rao & S. Narayan
### Remarks
null | mdoering/backbone | life/Fungi/Ascomycota/Dothideomycetes/Capnodiales/Mycosphaerellaceae/Pseudocercospora/Pseudocercospora membranaceae/README.md | Markdown | apache-2.0 | 270 |
/**
* @file eigen-tools.h
* @brief header file containing all header with eigen API and tools functions
*
* .. invisible:
* _ _ _____ _ _____ _____
*
* | | | | ___| | | ___/ ___|
*
* | | | | |__ | | | |__ \ `--.
*
* | | | | __|| | | __| `--. \
*
* \ \_/ / |___| |___| |___/\... | zy4kamu/Coda | src/utils/Eigen/eigen-tools.h | C | apache-2.0 | 13,529 |
import styled, { css as styledCss, keyframes } from 'styled-components'
import type { TTestable } from '@/spec'
import Img from '@/Img'
import { theme } from '@/utils/themes'
import css from '@/utils/css'
const DURATION = '2.5s'
const load = keyframes`
0% {
top: 24px;
}
70% {
top: 10px;
}
90% {
... | mydearxym/mastani | src/widgets/Charger/styles/index.ts | TypeScript | apache-2.0 | 3,323 |
/*
* Copyright (c) 2017 Antony Esik
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | EsikAntony/camunda-task-dispatcher | camunda-task-dispatcher-mapper-xml/src/main/java/com/ae/camunda/dispatcher/mapper/xml/XmlTaskMapper.java | Java | apache-2.0 | 1,991 |
/*
Copyright 2022 The Vitess Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, soft... | vitessio/vitess | go/vt/vtgate/planbuilder/physical/system_tables.go | GO | apache-2.0 | 4,314 |
"""Support for switches which integrates with other components."""
import logging
import voluptuous as vol
from homeassistant.components.switch import (
ENTITY_ID_FORMAT,
PLATFORM_SCHEMA,
SwitchEntity,
)
from homeassistant.const import (
ATTR_ENTITY_ID,
ATTR_FRIENDLY_NAME,
CONF_ENTITY_PICTURE_... | titilambert/home-assistant | homeassistant/components/template/switch.py | Python | apache-2.0 | 6,023 |
package org.whale.ext.domain;
import java.util.ArrayList;
import java.util.List;
import org.whale.system.annotation.jdbc.Column;
import org.whale.system.annotation.jdbc.Id;
import org.whale.system.annotation.jdbc.Table;
import org.whale.system.annotation.jdbc.Validate;
import org.whale.system.base.BaseEntry;
import o... | fywxin/base | system-parent/ext-code/src/main/java/org/whale/ext/domain/Domain.java | Java | apache-2.0 | 3,741 |
/*
* syscall.cpp
*
* Created on: Jun 3, 2017
* Author: warlo
*/
#include "syscall.hpp"
#include <diag\Trace.h>
namespace os {
#if 0
static void dispatch_syscall(void) naked_function;
static void dispatch_syscall(void)
{
__asm__ __volatile__
(
" sub sp, sp, #16\n" /* Create a stack frame ... | WarlockD/arm-cortex-v7-unix | f9_os/inc/os/syscall.cpp | C++ | apache-2.0 | 2,217 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.