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 |
|---|---|---|---|---|---|
# Calanthe amamiana var. latilabellata VARIETY
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Calanthe/Calanthe aristulifera/ Syn. Calanthe amamiana latilabellata/README.md | Markdown | apache-2.0 | 193 |
# Agropyron fuegianum var. chaetophorum VARIETY
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Elymus/Elymus magellanicus/ Syn. Agropyron fuegianum chaetophorum/README.md | Markdown | apache-2.0 | 194 |
# Miconia brevipes var. longifolia Cogn. VARIETY
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Myrtales/Melastomataceae/Miconia/Miconia trianae/ Syn. Miconia brevipes longifolia/README.md | Markdown | apache-2.0 | 195 |
# Meliola ingae (F. Stevens & Tehon) Cif. SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Mycopath. Mycol. appl. 7: 86 (1954)
#### Original name
Irene ingae F. Stevens & Tehon
### Remarks
null | mdoering/backbone | life/Fungi/Ascomycota/Dothideomycetes/Meliolales/Meliolaceae/Meliola/Meliola ingae/README.md | Markdown | apache-2.0 | 229 |
# Ziziphora mussini Adam SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Lamiales/Lamiaceae/Ziziphora/Ziziphora mussini/README.md | Markdown | apache-2.0 | 172 |
# Calathea lasiophylla H.A.Kenn. SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Zingiberales/Marantaceae/Calathea/Calathea lasiophylla/README.md | Markdown | apache-2.0 | 188 |
# Octospora feurichiana (Kirschst.) Yei Z. Wang SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Monographic Studies of North American Species of Octospora previously ascribed to Lamprospora (Pezizales, Ascomycetes) (Taiwan), Special Publication no. 4, National Museum of Natural Scienc... | mdoering/backbone | life/Fungi/Ascomycota/Pezizomycetes/Pezizales/Pyronemataceae/Octospora/Octospora feurichiana/README.md | Markdown | apache-2.0 | 401 |
# Arundinaria amoena Nakai SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Sasa/Sasa masamuneana/ Syn. Arundinaria amoena/README.md | Markdown | apache-2.0 | 181 |
# Tellima racemosa Greene SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Saxifragales/Saxifragaceae/Tellima/Tellima racemosa/README.md | Markdown | apache-2.0 | 173 |
# Tanacetum macrophyllum f. angustiloba M.Gajic FORM
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Tanacetum/Tanacetum macrophyllum/Tanacetum macrophyllum angustiloba/README.md | Markdown | apache-2.0 | 192 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows;
using System.Management;
using System.Threading;
using System.Windows.Forms;
using CommandLine;
using CommandLine.Text;
namespace BatteryMonitor
{
class Program
{
private const uint NotCharging = 1;
privat... | hasanzaidi/win-battery-monitor | Program.cs | C# | apache-2.0 | 3,579 |
/*
* 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 ... | IMGJulian/incubator-mynewt-core | hw/drivers/pwm/include/pwm/pwm.h | C | apache-2.0 | 4,218 |
package com.immortal.colzfeed.datamodels;
import java.util.Date;
public class Course {
private long courseId;
private String subject;
private String faculty;
private String batch;
private String lecturer;
private Date publishDate;
private String title;
private String details;
private long externalId;
privat... | immortalinfidel/colappmaster | src/com/immortal/colzfeed/datamodels/Course.java | Java | apache-2.0 | 1,989 |
/* Copyright 2017 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 applicable law or a... | Bismarrck/tensorflow | tensorflow/compiler/xla/reference_util.cc | C++ | apache-2.0 | 30,380 |
# android矢量动画
> 原创:余俊卿 转载请:<yujunqing@meizu.com>
----

看到这个动画是不是很炫酷,觉得在android L 之前难以实现?
近日才看到这篇文章<http://www.curious-creature.com/2013/12/21/android-recipe-4-path-tracing/>
这个demo和这篇文章都是弄android图形框架的人写的。。
捡重要的翻译一下:
路径效果可以基于一个鲜为人知的API实现--[PathEffect](http://developer.android.com/intl/zh-cn... | kenaiX/snowball | android矢量动画/README.md | Markdown | apache-2.0 | 879 |
<html>
<head>
<style type="text/css">
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
p { color: red; }
... | passmarked/inspect | samples/inline.styles.head.html | HTML | apache-2.0 | 13,545 |
/*
* jmemnobs.c
*
* Copyright (C) 1992-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file provides a really simple implementation of the system-
* dependent portion of the JPEG memory manag... | favedit/MoCross | Source/Library/LibJpeg/jmemnobs.c | C | apache-2.0 | 2,781 |
package com.github.alexcojocaru.mojo.elasticsearch.v2;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import org.junit.Assert;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.runner... | alexcojocaru/elasticsearch-maven-plugin | src/it/runforked-with-init-scripts/src/test/java/com/github/alexcojocaru/mojo/elasticsearch/v2/InitScriptsTest.java | Java | apache-2.0 | 2,704 |
/*******************************************************************************
* Copyright 2014 United States Government as represented by the
* Administrator of the National Aeronautics and Space Administration.
* All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you m... | nasa/OpenSPIFe | gov.nasa.ensemble.core.plan.temporal/src/gov/nasa/ensemble/core/plan/temporal/modification/TemporalExtentsCache.java | Java | apache-2.0 | 3,027 |
package org.zstack.sdk;
import java.util.HashMap;
import java.util.Map;
import org.zstack.sdk.*;
public class GetVolumeQosAction extends AbstractAction {
private static final HashMap<String, Parameter> parameterMap = new HashMap<>();
private static final HashMap<String, Parameter> nonAPIParameterMap = new H... | camilesing/zstack | sdk/src/main/java/org/zstack/sdk/GetVolumeQosAction.java | Java | apache-2.0 | 2,403 |
package br.cefetrj.sagitarii.core;
import java.io.File;
import java.util.List;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;
import javax.servlet.ServletContext;
import javax.servlet.ServletContextEvent;
import javax.servle... | eic-cefet-rj/sagitarii | src/main/java/br/cefetrj/sagitarii/core/Orchestrator.java | Java | apache-2.0 | 6,199 |
# go-stocks
Some Go code to fetch and process stock market data
| eldritchideen/go-stocks | README.md | Markdown | apache-2.0 | 64 |
package com.suncht.wordread.model;
import org.apache.poi.hwpf.usermodel.TableCell;
import org.apache.poi.xwpf.usermodel.XWPFTableCell;
import com.suncht.wordread.parser.WordTableParser.WordDocType;
public final class WordTableCellContents {
public static WordTableCellContent<?> getCellContent(XWPFTableCell cell) {
... | suncht/wordtable-read | src/main/java/com/suncht/wordread/model/WordTableCellContents.java | Java | apache-2.0 | 2,428 |
/*
* Copyright the original author or 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 applica... | mbenson/therian | core/src/main/java/therian/operation/Add.java | Java | apache-2.0 | 1,647 |
use std::thread;
use std::sync::mpsc;
pub struct CancelSender(mpsc::Sender<()>);
impl CancelSender {
pub fn cancel_thread(self) {
let CancelSender(sender) = self;
let _ = sender.send(());
}
}
pub struct CancelReceiver(mpsc::Receiver<()>);
impl CancelReceiver {
pub fn has_been_canceled(&sel... | aeidelson/realtime-peer-sync | lib/src/utils/thread.rs | Rust | apache-2.0 | 1,040 |
/****************************************************************************/
/* File: Write.java */
/* Author: F. Georges */
/* Company: H2O Consulting */
/* ... | fgeorges/expath-file-java | file-java/src/org/expath/file/Write.java | Java | apache-2.0 | 15,927 |
/*******************************************************************************
* 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 f... | mibo/janos | janos-it/src/test/java/org/apache/olingo/odata2/janos/processor/ref/ServiceJsonTest.java | Java | apache-2.0 | 3,873 |
//
// ViewController.h
// TestGit
//
// Created by ws on 17/4/17.
// Copyright © 2017年 ws. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end
| nlgb/Test | TestGit/TestGit/ViewController.h | C | apache-2.0 | 201 |
/* ====================================================================
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... | treenew/sofire | src/Core/Sofire.Extends/Excel/NPOI/POIFS/FileSystem/DocumentNode.cs | C# | apache-2.0 | 4,539 |
FROM centurylink/apache-php:latest
MAINTAINER CenturyLink
# Install packages
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y upgrade && \
DEBIAN_FRONTEND=noninteractive apt-get -y install supervisor pwgen && \
apt-get -y install mysql-client && \
apt-get -y install postgresql-client
# Download v... | CenturyLinkLabs/docker-drupal | Dockerfile | Dockerfile | apache-2.0 | 877 |
/**
* 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... | tabish121/OpenWire | openwire-legacy/src/main/java/io/openwire/codec/v3/SessionIdMarshaller.java | Java | apache-2.0 | 4,339 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_91) on Thu Jul 13 16:16:26 CST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>接口 com.webside.quartz.servic... | ofpteam/ofp | target/apidocs/com/webside/quartz/service/class-use/ScheduleJobService.html | HTML | apache-2.0 | 8,266 |
# Copyright (C) 2015-2021 Regents of the University of California
#
# 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 app... | BD2KGenomics/slugflow | src/toil/test/src/workerTest.py | Python | apache-2.0 | 4,647 |
package ru.technoserv.wss;
import java.net.MalformedURLException;
import java.net.URL;
import javax.annotation.Resource;
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceException;
import javax.xml.ws.We... | AMaiyndy/employees | src/main/java/ru/technoserv/wss/EmployeeWebServiceImplService.java | Java | apache-2.0 | 3,492 |
Website: https://git-scm.com/
See also:
* https://tortoisegit.org/
| rboman/progs | classes/wiki/git.md | Markdown | apache-2.0 | 72 |
/*
* 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 ... | virtualdataset/metagen-java | virtdata-lib-curves4/src/main/java/org/apache/commons/math4/util/MedianOf3PivotingStrategy.java | Java | apache-2.0 | 2,330 |
/*
* Copyright (c) 2010-2013 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
*/
SELECT
d.date,
d.id.curlocation.area as CurrentArea,
d.id.curlocation.room as CurrentRoom,
d.id.curlocation.cage as CurrentCage,
t.lsid,
t.id,
t.code,
t.... | WNPRC-EHR-Services/wnprc-modules | WNPRC_EHR/resources/queries/study/TreatmentsThatDiffer.sql | SQL | apache-2.0 | 1,695 |
/*
+---------------------------------------------------------------------------+
| PHP Driver for MongoDB |
+---------------------------------------------------------------------------+
| Copyright 2013-2015 MongoDB, Inc. ... | bjori/mongo-php-driver-prototype | src/BSON/Javascript.c | C | apache-2.0 | 6,546 |
#!/usr/bin/env python3
import unittest
from unittest.mock import MagicMock
import logging
import nat_monitor
import utils
class NatInstanceTest(unittest.TestCase):
def setUp(self):
self.vpc_conn = MagicMock()
self.ec2_conn = MagicMock()
self.instance_id = 'i-abc123'
self.subnet = M... | ridecharge/aws-startup-utils-docker | scripts/nat_monitor_test.py | Python | apache-2.0 | 2,843 |
# Copyright 2018 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... | tensorflow/tpu | models/official/retinanet/retinanet_segmentation_main.py | Python | apache-2.0 | 10,349 |
package com.infoDiscover.adminCenter.ui.component.infoDiscoverSpaceManagement.businessDataDefinitionManagement;
import com.infoDiscover.adminCenter.ui.component.common.SecondarySectionActionBarTitle;
import com.infoDiscover.adminCenter.ui.component.infoDiscoverSpaceManagement.InfoDiscoverSpaceDetail;
import com.infoDi... | wangyingchu/AdminCenter_InfoDiscover | src/com/infoDiscover/adminCenter/ui/component/infoDiscoverSpaceManagement/businessDataDefinitionManagement/InfoDiscoverSpaceBusinessDataDefinitionsInfo.java | Java | apache-2.0 | 6,624 |
/**
* CIS 120 Game HW
* (c) University of Pennsylvania
*
* @version 2.0, Mar 2013
*/
import java.awt.*;
/** An object in the game.
*
* Game objects exist in the game court. They have a position,
* velocity, size and bounds. Their velocity controls how they
* move; their position should always be within... | coxjc/penn-pong | GameObj.java | Java | apache-2.0 | 6,865 |
package com.chbi.rest;
import com.chbi.json.entities.*;
import com.google.common.base.Joiner;
import com.google.common.collect.Lists;
import com.google.common.collect.Sets;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpEntity;
import org.springframework.http... | chris060986/jenkins-dashboard | src/main/java/com/chbi/rest/DataProvider.java | Java | apache-2.0 | 4,064 |
/* See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* Esri Inc. licenses this file to You 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
*
... | Esri/geoportal-server | geoportal/src/com/esri/gpt/control/rest/ManageDocumentServlet.java | Java | apache-2.0 | 30,411 |
package com.github.linggify.attic.resources;
import com.github.linggify.attic.Application;
import com.github.linggify.attic.IFileManager;
/**
* {@link IResourceLoader}s are used to load specific files as resources
* @author Freddy
*/
public interface IResourceLoader {
/**
*
* @return the type of res... | Linggify/AtticEngine | attic/core/src/main/java/com/github/linggify/attic/resources/IResourceLoader.java | Java | apache-2.0 | 823 |
namespace MessyLab.Platforms.Pico
{
partial class ConsolePad
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if ... | drstorm/messylab | MessyLab/Platforms/Pico/ConsolePad.Designer.cs | C# | apache-2.0 | 4,668 |
# -*- coding: utf-8 -*-
from troubleshooting.framework.modules.manager import ManagerFactory
from troubleshooting.framework.variable.variable import *
from troubleshooting.framework.libraries.baseList import list2stringAndFormat
from troubleshooting.framework.libraries.system import createDir
from troubleshooting.frame... | gaoxiaofeng/troubleShooting | src/troubleshooting/framework/output/writehtml.py | Python | apache-2.0 | 9,570 |
# AUTOGENERATED FILE
FROM balenalib/generic-amd64-fde-fedora:33-build
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtu... | resin-io-library/base-images | balena-base-images/python/generic-amd64-fde/fedora/33/3.7.12/build/Dockerfile | Dockerfile | apache-2.0 | 2,460 |
package krasa.core.frontend.commons.table;
import java.util.List;
import krasa.core.frontend.commons.StyledLabel;
import org.apache.wicket.extensions.markup.html.repeater.data.grid.ICellPopulator;
import org.apache.wicket.extensions.markup.html.repeater.data.table.filter.ChoiceFilteredPropertyColumn;
import org.apac... | krasa/DevSupportApp | src/main/java/krasa/core/frontend/commons/table/StyledChoiceFilteredPropertyColumn.java | Java | apache-2.0 | 1,123 |
/*=========================================================================
*
* Copyright Insight Software Consortium
*
* 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
*
* ... | RayRuizhiLiao/ITK_4D | Modules/Filtering/MathematicalMorphology/include/itkAnchorOpenImageFilter.h | C | apache-2.0 | 1,975 |
/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib 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 a... | stdlib-js/stdlib | lib/node_modules/@stdlib/random/streams/poisson/test/test.main.js | JavaScript | apache-2.0 | 21,863 |
<!DOCTYPE html>
<meta charset=utf-8>
<title>Redirecting...</title>
<link rel=canonical href="../殴/index.html">
<meta http-equiv=refresh content="0; url='../殴/index.html'">
<h1>Redirecting...</h1>
<a href="../殴/index.html">Click here if you are not redirected.</a>
<script>location='../殴/index.html'</script>
| hochanh/hochanh.github.io | rtk/v4/1698.html | HTML | apache-2.0 | 316 |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#ifndef GB_STDIO_H
#define GB_STDIO_H
/*this file, if included instead of <stdio.h> has the following functionality:
1) if GB_STDIO_INTERCEPT is defined then
... | maxpeng/mbedos_iothub_client_sample_mqtt | azure_c_shared_utility/gb_stdio.h | C | apache-2.0 | 2,156 |
// Copyright (C) 2016 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | GerritCodeReview/gerrit | java/com/google/gerrit/extensions/api/changes/SubmittedTogetherOption.java | Java | apache-2.0 | 805 |
// Copyright (C) 2010 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/gerrit | java/com/google/gerrit/server/git/receive/ReceiveCommitsAdvertiseRefsHook.java | Java | apache-2.0 | 6,482 |
var User = require('../source/models/User').model;
var mongoose = require('../lib/mongoose');
var logger = require('../lib/logging').logger;
var list = require('./mocks/users');
exports.testAddUser = function(test){
var length = list.length;
for(var i=0; i<length; i++){
var item = list[i];
logg... | tomatolabs/frankon | test/user.js | JavaScript | apache-2.0 | 976 |
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("Ph... | skewwhiffy/PhpMvcUploader | PhpMvcUploader.Core.Test/Properties/AssemblyInfo.cs | C# | apache-2.0 | 1,424 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="inc/style.css"/>
<title>J2EP Manual</title>
</head>
<body>
<div id="helasidan">
<div id="meny">
<ul>
<l... | jacarrichan/j2ep | docs/servers.html | HTML | apache-2.0 | 3,532 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>ScanWildcardColumnTracker xref</title>
<link t... | lshain/hbase-0.98.6-hadoop2 | docs/xref/org/apache/hadoop/hbase/regionserver/ScanWildcardColumnTracker.html | HTML | apache-2.0 | 25,952 |
<!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 13:52:52 MST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>VaultExpressionConstraintCo... | wildfly-swarm/wildfly-swarm-javadocs | 2.7.0.Final/apidocs/org/wildfly/swarm/config/management/access/VaultExpressionConstraintConsumer.html | HTML | apache-2.0 | 12,305 |
/*
* 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 ... | DariusX/camel | components/camel-coap/src/test/java/org/apache/camel/coap/CoAPComponentTest.java | Java | apache-2.0 | 3,668 |
/*
* Created by SharpDevelop.
* User: Mejov Andrei <andrei.mejov@gmail.com>
* Date: 01.01.2009
* Time: 15:34
*
*/
using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Messaging;
using System.Text;
using System.Threading;
using System.Runtime.In... | allustin/one-c-connectors | Projects/MOMAdapters/MOMAdapters/MSMQAdapter.cs | C# | apache-2.0 | 6,550 |
package com.zy17.exception;
import com.zy17.exception.UserAlreadyExsists;
import com.zy17.protobuf.domain.Eng;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.security.core.AuthenticationException;
impor... | iforgetyou/helloorm | src/com/zy17/exception/RestExceptionHandler.java | Java | apache-2.0 | 3,426 |
/*
* ******************************************************************************
* Copyright 2014-2016 Spectra Logic Corporation. 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. A copy of the License i... | rpmoore/ds3_net_sdk | Ds3/ResponseParsers/GetSuspectBlobPoolsSpectraS3ResponseParser.cs | C# | apache-2.0 | 1,958 |
package org.wso2.qa.testlink.extension.model;
import java.net.MalformedURLException;
/**
* Created by sewmini on 2/8/17.
*/
public class TestLinkException extends Exception {
public TestLinkException(String message, Throwable e) {
super(message,e);
}
}
| Sewmi/test-results-manager | src/main/java/org/wso2/qa/testlink/extension/model/TestLinkException.java | Java | apache-2.0 | 274 |
// @flow
/**
* Selector to return lobby enable state.
*
* @param {any} state - State object.
* @returns {boolean}
*/
export function getLobbyEnabled(state: any) {
return state['features/lobby'].lobbyEnabled;
}
/**
* Selector to return a list of knocking participants.
*
* @param {any} state - State object.
* @retu... | gpolitis/jitsi-meet | react/features/lobby/functions.js | JavaScript | apache-2.0 | 930 |
/*
* Copyright (C) 2017 Julien Viet
*
* 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 ... | vietj/vertx-pg-client | vertx-pg-client/src/main/java/io/vertx/pgclient/impl/codec/StartupMessage.java | Java | apache-2.0 | 1,344 |
# Copyright 2018 The dm_control 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 i... | deepmind/dm_control | dm_control/suite/wrappers/action_noise.py | Python | apache-2.0 | 2,630 |
require 'spec_helper'
describe 'smforum::install' do
context 'supported operating systems' do
on_supported_os.each do |os, facts|
context "on #{os}" do
let(:params) do
{
:version => '2.0.11',
:document_root => '/opt/smforum',
:user => 'w... | BarnacleBob/barnaclebob-smforum | spec/classes/smforum__install_spec.rb | Ruby | apache-2.0 | 839 |
// This file is automagically generated by mphtogen, do not edit
//0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9
-1, -1, -1, -1, -1, -1, -1, 3, -1, -1, 4, -1, -1, 1, 5, -1, -1, -1, -1, 6,
-1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, 2, -1, -1,
-1, -1, 7, ... | dAck2cC2/m3e | src/frameworks/wilhelm/src/autogen/MPH_to_AudioRecorder.h | C | apache-2.0 | 521 |
/* See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* Esri Inc. licenses this file to You 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... | usgin/usgin-geoportal | src/com/esri/gpt/server/csw/provider/components/OperationResponse.java | Java | apache-2.0 | 5,222 |
/*
* Copyright (c) 2008-2017, Hazelcast, 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 ... | emrahkocaman/hazelcast | hazelcast/src/test/java/com/hazelcast/config/XMLConfigBuilderTest.java | Java | apache-2.0 | 66,377 |
{% extends base_template %}
{% load i18n %}
{% load xadmin_tags %}
{% load crispy_forms_tags %}
{% block bodyclass %}{{ opts.app_label }}-{{ opts.object_name.lower }} detail{% endblock %}
{% block nav_title %}
{% if model_icon %}<i class="{{model_icon}}"></i> {% endif %}{{ object|truncatewords:"18" }}
{%... | LennonChin/Django-Practices | MxOnline/extra_apps/xadmin/templates/xadmin/views/model_detail.html | HTML | apache-2.0 | 1,345 |
using Castle.DynamicProxy;
using TrackerDog.Configuration;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
namespace TrackerDog
{
[DebuggerDisplay("{Property.DeclaringType}.{Property.Name} = {CurrentValue} (Has changed? {HasChanged}... | mfidemraizer/trackerdog | TrackerDog/DeclaredObjectPropertyChangeTracking.cs | C# | apache-2.0 | 5,452 |
using System.Collections.Generic;
using System.Linq;
using CodeModel.Dependencies;
using CodeModel.Graphs;
using CodeModel.RuleEngine;
namespace CodeModel.Extensions.Cqrs.Rules
{
[Need(CqrsResources.CommandHandlers, CqrsResources.QueryExecutionLinks)]
public class DoNotUseQueriesInCommandHandlers : INodeRule
... | Novakov/HighLevelCodeAnalysis | src/CodeModel.Extensions.Cqrs/Rules/DoNotUseQueriesInCommandHandlers.cs | C# | apache-2.0 | 861 |
/*
* Copyright (C) 2017-2019 Dremio Corporation
*
* 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 l... | dremio/dremio-oss | sabot/kernel/src/main/java/com/dremio/exec/planner/cost/janio/DispatchGenerator.java | Java | apache-2.0 | 7,353 |
package yid
/*
import "testing"
// S = eps | S
func rec_alt1() Grammar {
s := Alt{ Eps, Eps }
s.Right = s
return s
}
// S = eps . S
func rec_cat1() Grammar {
s := Cat{ Eps, Eps }
s.Second = s
return s
}
// S = S . eps
func rec_cat2() Grammar {
s := &Cat{ &Eps{}, &Eps{} }
s.First = s
return s
}
//
// Nu... | kennknowles/go-yid | src/yid/yid_test.go | GO | apache-2.0 | 2,576 |
package com.project.dao;
import com.project.model.Vacancy;
import org.hibernate.Criteria;
import org.hibernate.criterion.Restrictions;
import org.springframework.stereotype.Repository;
import java.util.ArrayList;
import java.util.List;
@Repository("vacancyDao")
public class VacancyDaoImpl extends Abstract... | exp2Tapavicki/AutoFillingObjectsWithData | SpringHibernate/src/main/java/com/project/dao/VacancyDaoImpl.java | Java | apache-2.0 | 1,542 |
/*
* Copyright 2018 the original author or 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 applica... | lsmaira/gradle | subprojects/testing-junit-platform/src/main/java/org/gradle/api/internal/tasks/testing/junitplatform/VintageTestNameAdapter.java | Java | apache-2.0 | 2,619 |
namespace Ahmedowsky.Core.Extensions
{
using System;
public static class EnumExtensions
{
public static object GetUnderlyingValue(this Enum @enum)
{
var enumType = @enum.GetTypeOfObj();
var underlyingType = Enum.GetUnderlyingType(@enumType);
if (underlyi... | ahmedowsky/Ahmedowsky | Other/Ahmedowsky.Core/Extensions/EnumExtensions.cs | C# | apache-2.0 | 1,269 |
import boto3
import botocore
import tarfile
import os
import shutil
class Persistor(object):
def __init__(self, data_dir, aws_region, bucket_name):
self.data_dir = data_dir
self.s3 = boto3.resource('s3', region_name=aws_region)
self.bucket_name = bucket_name
try:
self.s... | kreuks/liven | nlp/persistor.py | Python | apache-2.0 | 1,267 |
# finnkinotxt
Turn Finnkino xml to text (for later to be used in a bot perhaps)
# packaging for AWS Lambda
zip -r package.zip movieparser.py requests/ fuzzywuzzy/ | timokoola/finnkinotxt | README.md | Markdown | apache-2.0 | 165 |
package com.sathy.evlo.data;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
/**
* Created by sathy on 27/6/15.
*/
public class Database extends SQLiteOpenHelper {
private static final String CreateTable = "Create Table ";
private ... | legendjaks/evlo | app/src/main/java/com/sathy/evlo/data/Database.java | Java | apache-2.0 | 2,973 |
package cn.songm.common.utils;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.RenderingHints;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
pub... | songzigw/songm-common | songm-common-utils/src/main/java/cn/songm/common/utils/PictureTool.java | Java | apache-2.0 | 17,626 |
package tccpoutputs
import (
"context"
"github.com/giantswarm/microerror"
"github.com/giantswarm/aws-operator/service/controller/controllercontext"
"github.com/giantswarm/aws-operator/service/controller/key"
"github.com/giantswarm/aws-operator/service/internal/cloudformation"
)
const (
APIServerPublicLoadBala... | giantswarm/aws-operator | service/controller/resource/tccpoutputs/create.go | GO | apache-2.0 | 4,442 |
Test with zuul server, eureka and config server. Config server is located by discovery.
Test that zuul server updates routes when new routes are added (at least doesn't fail with a stack overflow exception)
| spring-cloud/spring-cloud-release-tools | releaser-core/src/test/resources/projects/spring-cloud-core-tests/zuul-config-discovery/README.md | Markdown | apache-2.0 | 209 |
/*
* 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 ... | jenniferzheng/gobblin | gobblin-modules/gobblin-kafka-08/src/main/java/org/apache/gobblin/metrics/kafka/KafkaAvroEventReporter.java | Java | apache-2.0 | 4,289 |
/* Copyright 2015 Constant Innovations 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 app... | tonyconstantinides/LiveMultimedia | app/src/main/java/com/constantinnovationsinc/livemultimedia/previews/VideoPreview.java | Java | apache-2.0 | 18,245 |
package sleepless.gather
import akka.actor.{ActorSystem, Props, Actor}
import sleepless.gather.sources.vk_http.{VkUserId, VkHttpSupervisor}
import concurrent.duration._
object Sleepless extends App {
val system = ActorSystem("system")
val users = Seq("dm", "kate_clapp", "daniilova_anya", "adam_moran").map(VkUser... | last-g/sleepless | src/main/scala/sleepless/gather/Sleepless.scala | Scala | apache-2.0 | 512 |
package org.spider.filter.bloom;
import com.google.common.hash.Funnels;
import org.spider.filter.IFilter;
import java.nio.charset.Charset;
import java.util.concurrent.atomic.AtomicInteger;
/**
* Created on 2015-8-29.
* <p>布隆过滤器.
*
* @author dolphineor
*/
public class BloomFilter implements IFilter {
/**
... | dolphineor/elasticCrawler | src/main/java/org/spider/filter/bloom/BloomFilter.java | Java | apache-2.0 | 1,569 |
namespace DNCP.ConsulClient
{
/// <summary>
/// Consul 节点信息
/// </summary>
public class ConsulNode
{
public string Node { get; set; }
public string Address { get; set; }
}
}
| hausthy/DNCP | Consul/DNCP.ConsulClient/Models/ConsulNode.cs | C# | apache-2.0 | 225 |
package com.redhat.issues.hawtio;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.remote.RemoteWebDriver;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class MemoryTest {
private static fin... | tadayosi/issues | ENTMQ-1787/hawtio-memory-test/src/test/java/com/redhat/issues/hawtio/MemoryTest.java | Java | apache-2.0 | 2,014 |
package API;
public class DoublesMatch {
Match matchOne;
Match matchTwo;
Player winnerOne;
Player winnerTwo;
int winnerScore;
int loserScore;
Player loserOne;
Player loserTwo;
public Match getMatchOne() {
return matchOne;
}
public void setMatchOne(Match matchOne) {
this.matchOne = matchOne;
}
pu... | kmandryk/PoolManager | src/API/DoublesMatch.java | Java | apache-2.0 | 1,377 |
/*
* Copyright 2000-2014 Vaadin Ltd.
*
* 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... | jdahlstrom/vaadin.react | client/src/main/java/com/vaadin/client/ui/dd/DragAndDropHandler.java | Java | apache-2.0 | 9,501 |
/*
Copyright 2017 Google 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 agreed to in writing, software
dis... | conversationai/conversationai-moderator | packages/backend-api/src/domain/categories/countDenormalization.ts | TypeScript | apache-2.0 | 1,658 |
/**
* 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... | fusesource/hudson-results | src/main/java/org/fusesource/hudsonresults/JdkPlatformTuple.java | Java | apache-2.0 | 1,263 |
package org.tamilscriptconverter;
import java.io.File;
import java.io.IOException;
/**
* @author James Selvakumar
* @since 1.0.0
*/
public class Main
{
public static void main(String[] args)
{
if(args.length > 0) {
try {
TamilScriptConverter.convertFiles(new File(args[0]... | sskjames/tamilscriptconverter | src/main/java/org/tamilscriptconverter/Main.java | Java | apache-2.0 | 889 |
/*
* Copyright 2006 The Depan Project 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 l... | google/depan | DepanCore/prod/src/com/google/devtools/depan/graph/basic/BasicEdge.java | Java | apache-2.0 | 1,482 |
/*
Copyright 2020 The Knative 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... | knative/client-contrib | plugins/source-kafka/vendor/knative.dev/eventing-contrib/kafka/source/pkg/apis/sources/v1beta1/kafka_defaults.go | GO | apache-2.0 | 912 |
package com.weisong.common.messaging;
import org.springframework.amqp.core.Binding;
import org.springframework.amqp.core.BindingBuilder;
import com.weisong.common.messaging.admin.AbstractMMessagingConfigSupport;
public class MBinding {
private MExchange exchange;
private MQueue queue;
private String routingK... | weisong44/weisong-common-rabbitmq | src/main/java/com/weisong/common/messaging/MBinding.java | Java | apache-2.0 | 698 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.