repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
PaulJo/pauljo.github.io | _posts/2010-05-12-Howto-InstallShieldX-2.Build-Installer.md | 1652 | ---
layout: post
title: 'InstallShield X 사용법 2. 인스톨러 빌드하기'
author: xinics
date: 2010-05-12 12:15
tags: [InstallShield]
---
# 인스톨러 빌드
## 릴리즈 구성
상단의 메뉴에서 Build -> Release Wizard를 선택하여, 인스톨러의 배포 방식을 설정하고, 인스톨러를 작성한다.

* 배포할 이름을 지정한다.
;
* 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 writin... | apache-2.0 |
adriens/liquibase | liquibase-core/src/main/java/liquibase/datatype/core/BooleanType.java | 5817 | package liquibase.datatype.core;
import liquibase.database.Database;
import liquibase.database.core.DB2Database;
import liquibase.database.core.DerbyDatabase;
import liquibase.database.core.FirebirdDatabase;
import liquibase.database.core.HsqlDatabase;
import liquibase.database.core.InformixDatabase;
import liquibase.... | apache-2.0 |
thaJeztah/engine-api | client/interface.go | 8469 | package client
import (
"io"
"time"
"github.com/docker/engine-api/types"
"github.com/docker/engine-api/types/container"
"github.com/docker/engine-api/types/filters"
"github.com/docker/engine-api/types/network"
"github.com/docker/engine-api/types/registry"
"github.com/docker/engine-api/types/swarm"
"golang.or... | apache-2.0 |
antihax/mock-esi | latest/go/model_get_corporations_corporation_id_killmails_recent_200_ok.go | 269 | package esilatest
/*
200 ok object */
type GetCorporationsCorporationIdKillmailsRecent200Ok struct {
/*
A hash of this killmail */
KillmailHash string `json:"killmail_hash,omitempty"`
/*
ID of this killmail */
KillmailId int32 `json:"killmail_id,omitempty"`
}
| apache-2.0 |
GoogleCloudPlatform/mlops-with-vertex-ai | src/common/datasource_utils.py | 2483 | # Copyright 2021 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 writing, ... | apache-2.0 |
Carmain/Banding-tracking | content/obs_sheet.php | 3621 | <?php
if(isset($_SESSION["bird"])) {
$bird_info = $_SESSION["bird"];
$observers_list = $db->get_observers($bird_info["id_kentish_plover"]);
$observers_array = array();
while($observers = $observers_list->fetch()) {
array_push($observers_array, array(
"date" => $observers["date"],
"town" => $observers["tow... | apache-2.0 |
aronsky/home-assistant | homeassistant/components/insteon/insteon_entity.py | 5749 | """Insteon base entity."""
import functools
import logging
from pyinsteon import devices
from homeassistant.core import callback
from homeassistant.helpers.dispatcher import (
async_dispatcher_connect,
async_dispatcher_send,
)
from homeassistant.helpers.entity import DeviceInfo, Entity
from .const import (
... | apache-2.0 |
monkeyk/oauth2-shiro | authz/src/main/java/com/monkeyk/os/service/dto/ClientDetailsListDto.java | 1151 | package com.monkeyk.os.service.dto;
import com.monkeyk.os.domain.oauth.ClientDetails;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
/**
* 2016/6/8
*
* @author Shengzhao Li
*/
public class ClientDetailsListDto implements Serializable {
private static final long serialVersionU... | apache-2.0 |
RobAltena/deeplearning4j | nd4j/nd4j-common/src/main/java/org/nd4j/api/loader/SourceFactory.java | 1022 | /*******************************************************************************
* Copyright (c) 2015-2018 Skymind, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0.
*
*... | apache-2.0 |
SourcePond/fileobserver-impl | src/test/java/ch/sourcepond/utils/fileobserver/impl/DefaultWorkspaceTest.java | 578 | package ch.sourcepond.utils.fileobserver.impl;
import static org.mockito.Mockito.mock;
import ch.sourcepond.utils.fileobserver.impl.dispatcher.DefaultEventDispatcher;
import ch.sourcepond.utils.fileobserver.impl.replay.DefaultEventReplayFactory;
/**
* @author rolandhauser
*
*/
public class DefaultWorkspaceTest {
... | apache-2.0 |
ifrguy/NHWG-MIMS | src/Groups/wing_directors.js | 4806 | //MongoDB script to Update the Wing Directors list.
//The list includes Wing Directors and Assistants only.
//
//History:
// 15Nov21 MEG Clean spaces from email addresses.
// 07Mar21 MEG Exclude assistants
// 27Jan21 MEG Created.
var DEBUG = false;
var db = db.getSiblingDB( 'NHWG');
// Google Group of interest
var ba... | apache-2.0 |
wildfly-swarm/wildfly-swarm-javadocs | 2.5.0.Final/apidocs/org/wildfly/swarm/config/security/security_domain/authentication/class-use/LoginModuleStackSupplier.html | 8608 | <!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... | apache-2.0 |
nettree/EC | EC_Assignment1/src/ec/master/assignment1/selection/impl/FPSelection.java | 1373 | package ec.master.assignment1.selection.impl;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Random;
import ec.master.assignment1.model.Individual;
import ec.master.assignment1.selection.Selector;
/**
* @ClassName: FPSelection
* @Description: implementation of fitn... | apache-2.0 |
nobukihiramine/ModelViewerTutorial | app/src/main/java/com/hiramine/modelfileloader/StlFileLoader.java | 6007 | /*
* Copyright 2017 Nobuki HIRAMINE
*
* 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 ... | apache-2.0 |
gov-ithub/auth-sso | src/GovITHub.Auth.Common/Services/Impl/BaseEmailSender.cs | 1437 | using System;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
namespace GovITHub.Auth.Common.Services.Impl
{
/// <summary>
/// Base email sender
/// </summary>
public abstract class BaseEmailSender : IEmailSender
{
... | apache-2.0 |
googleads/googleads-java-lib | modules/dfp_appengine/src/main/java/com/google/api/ads/admanager/jaxws/v202202/StatementError.java | 2266 | // Copyright 2022 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 writi... | apache-2.0 |
stormpath/stormpath-spring-security-example | README.md | 713 | #Stormpath is Joining Okta
We are incredibly excited to announce that [Stormpath is joining forces with Okta](https://stormpath.com/blog/stormpaths-new-path?utm_source=github&utm_medium=readme&utm-campaign=okta-announcement). Please visit [the Migration FAQs](https://stormpath.com/oktaplusstormpath?utm_source=github&ut... | apache-2.0 |
Merlin9999/PCLActivitySet | src/PCLActivitySet/PCLActivitySet.Test/Domain/Recurrence/DateProjectionTest.cs | 2704 | using System;
using NUnit.Framework;
using PCLActivitySet.Domain.Recurrence;
using PCLActivitySet.Dto.Recurrence;
namespace PCLActivitySet.Test.Domain.Recurrence
{
[TestFixture]
public class DateProjectionTest
{
[Test]
public void TranslateProjectionType()
{
const int p... | apache-2.0 |
leborety/CJia | CJia.Framework/CJia.Net/Server/IServerClient.cs | 1018 | using System;
using CJia.Net.Communication;
using CJia.Net.Tcp;
using CJia.Net.Communication.Messengers;
using CJia.Net.Client;
namespace CJia.Net.Server
{
/// <summary>
/// Represents a client from a perspective of a server.
/// </summary>
public interface IServerClient : IMessenger
{
///... | apache-2.0 |
FederatedAI/FATE | python/federatedml/protobuf/generated/sample_weight_meta_pb2.py | 3206 | # -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: sample-weight-meta.proto
import sys
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
from google.protobuf import descriptor as _descriptor
from google.protobuf import message as _message
from google.p... | apache-2.0 |
kubernetes-client/java | fluent/src/main/java/io/kubernetes/client/openapi/models/V1beta1CronJobSpecFluent.java | 3688 | /*
Copyright 2022 The Kubernetes 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, softwar... | apache-2.0 |
hayataka/hibernateValidatorSample | src/main/java/com/github/hayataka/hibernatevalidatorsample/context/AutoCloseable.java | 297 | package com.github.hayataka.hibernatevalidatorsample.context;
import java.io.Closeable;
/**
* tryでのresourceCloseを行うための仕組
* @author hayakawatakahiko
*/
interface AutoCloseable extends Closeable {
/**
* 開放すべきリソースを閉じる処理.
*/
void close();
}
| apache-2.0 |
cloudfoundry-incubator/diego-ssh-windows | handlers/signals_windows.go | 867 | // +build windows
package handlers
import (
"syscall"
"golang.org/x/crypto/ssh"
)
var SyscallSignals = map[ssh.Signal]syscall.Signal{
ssh.SIGABRT: syscall.SIGABRT,
ssh.SIGALRM: syscall.SIGALRM,
ssh.SIGFPE: syscall.SIGFPE,
ssh.SIGHUP: syscall.SIGHUP,
ssh.SIGILL: syscall.SIGILL,
ssh.SIGINT: syscall.SIGINT... | apache-2.0 |
STRiDGE/dozer | core/src/test/java/org/dozer/vo/interfacerecursion/UserPrime.java | 973 | /*
* Copyright 2005-2017 Dozer 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 ... | apache-2.0 |
PureBasicCN/PureBasicPreference | target_dir/documentation/math/atan.html | 2010 | <html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>ATan</title></head>
<body bgcolor="#EFF1F0" link="#3A3966" vlink="#000000" alink="#000000">
<font face="Verdana, sans-serif" size="2"><p align="center"><b><font size="4">ATan()</font></b></p>
<p><b>语法</b></p><blockquote>
Result.... | apache-2.0 |
hkernbach/arangodb | 3rdParty/V8/v5.7.492.77/test/cctest/test-assembler-arm.cc | 114323 | // Copyright 2012 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of ... | apache-2.0 |
jomolinare/crate-web | crate/pages/softlayer/index.html | 8436 | title: Build your App with Crate on IBM Softlayer
description:
heroImg: wrapper-hero-frontpage
{% extends "base.html" %}
{% block header %}
<div class="wrapper wrapper-hero landing-page" id="{{ heroImg }}">
<div class="container">
<h1>Using Crate with IBM Softlayer</h1>
<a href="{% url '/install/cloud/softl... | apache-2.0 |
punkto/mightyLD36 | core/src/ludum/mighty/ld36/animations/AnimatorSonicBoom.java | 2485 | package ludum.mighty.ld36.animations;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.Animation;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import ludum.mighty.ld36.settings.DefaultValues;
public class AnimatorSonicBoom {
private Texture kidTexture;
private TextureRegion[][... | apache-2.0 |
hsh075623201/hadoop | share/doc/hadoop/api/org/apache/hadoop/mapreduce/tools/package-tree.html | 7112 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Fri Nov 14 23:55:11 UTC 2014 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
org.apache.hadoop.mapreduce.tools... | apache-2.0 |
n00btime/gen_wrapper | my_test.cpp | 871 | #include "arg_conversion.h"
#include "command_buffer.h"
static command_buffer buffer;
int piss_off(int a, double b) {
return printf("piss_off called with %d, %f\n", a, b);
}
static const char piss_off_usage[] = "piss_off int double\nYell numbers!";
void kill_player(const std::string& name) {
printf("Killing player... | apache-2.0 |
telefonicaid/netphony-gmpls-emulator | src/main/java/es/tid/pce/client/management/AutomaticTesterManagementSever.java | 2161 | package es.tid.pce.client.management;
import java.net.ServerSocket;
import java.util.Timer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import es.tid.pce.client.emulator.AutomaticTesterStatistics;
import es.tid.pce.client.emulator.Emulator;
import es.tid.pce.client.tester.InformationRequest;
public clas... | apache-2.0 |
JoeSteven/HuaBan | bak/src/main/java/com/joey/bak/base/ui/BaseFragment.java | 3988 | package com.joey.bak.base.ui;
import android.app.Activity;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.app.AlertDialog;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
im... | apache-2.0 |
SAP/openui5 | src/sap.ui.commons/src/sap/ui/commons/HorizontalDivider.js | 1812 | /*!
* ${copyright}
*/
// Provides control sap.ui.commons.HorizontalDivider.
sap.ui.define([
'./library',
'sap/ui/core/Control',
'./HorizontalDividerRenderer'
],
function(library, Control, HorizontalDividerRenderer) {
"use strict";
// shortcut for sap.ui.commons.HorizontalDividerHeight
var HorizontalDivider... | apache-2.0 |
iloveyou416068/CookNIOServer | demos/mina/src/mina/udp/perf/UdpServer.java | 4387 | /*
* 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")... | apache-2.0 |
shwetasshinde24/Panoply | patched-driver-sdk/customSDK/psw/urts/parser/parserfactory.cpp | 2856 | /*
* Copyright (C) 2011-2016 Intel Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this li... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Lamiales/Acanthaceae/Hypoestes/Hypoestes spicata/README.md | 172 | # Hypoestes spicata Nees SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Koanophyllon heptaneurum/ Syn. Eupatorium heptaneurum/README.md | 184 | # Eupatorium heptaneurum Urb. SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Apiales/Araliaceae/Schefflera/Schefflera brassaiella/ Syn. Schefflera pullei/README.md | 180 | # Schefflera pullei Harms SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
sakydpozrux/GitHubUsers | README.md | 1606 | # GitHub Users
[](https://opensource.org/licenses/Apache-2.0)
**GitHub Users** is an evaluation project. My task was to quickly build a small Android app to find GitHub users and show their details. The app has offline cache for network responses.... | apache-2.0 |
google-code-export/google-api-dfp-java | src/com/google/api/ads/dfp/v201306/ProductPage.java | 7681 | /**
* ProductPage.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.google.api.ads.dfp.v201306;
/**
* Captures a page of {@link ProductDto} objects.
*/
public class ProductPage implements java.io.Serializable {
/* The si... | apache-2.0 |
duythanhitc/ShopCartClean | admin/language/vi-vn/localisation/country.php | 2084 | <?php
// Heading
$_['heading_title'] = 'Quốc Gia';
// Text
$_['text_success'] = 'Hoàn tất: Bạn đã sửa đổi các Quốc Gia!';
$_['text_list'] = 'Danh sách các Quốc gia';
$_['text_add'] = 'Thêm Quốc gia';
$_['text_edit'] = 'Sửa Quốc Gia';
// Column
$... | apache-2.0 |
phramework/examples-api | public/index.php | 1649 | <?php
/**
* Copyright 2015 Xenofon Spafaridis
*
* 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... | apache-2.0 |
willmclaren/ensembl-variation | sql/patch_73_74_d.sql | 2196 | -- Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
-- Copyright [2016-2017] 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 ob... | apache-2.0 |
carlosperate/ardublockly | blockly/msg/js/fr.js | 39135 | // This file was automatically generated. Do not modify.
'use strict';
goog.provide('Blockly.Msg.fr');
goog.require('Blockly.Msg');
Blockly.Msg.ADD_COMMENT = "Ajouter un commentaire";
Blockly.Msg.AUTH = "Veuillez autoriser cette application à permettre la sauvegarde de votre travail et à l’autoriser d'être partagé... | apache-2.0 |
frsyuki/aws-sdk-for-java | src/main/java/com/amazonaws/services/storagegateway/model/DescribeMaintenanceStartTimeResult.java | 18484 | /*
* Copyright 2010-2012 Amazon.com, Inc. or its affiliates. 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 is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... | apache-2.0 |
peiwei/zulip | zerver/views/user_settings.py | 9076 | from __future__ import absolute_import
from django.utils.translation import ugettext as _
from django.conf import settings
from django.views.decorators.csrf import csrf_exempt
from django.contrib.auth import authenticate
from zerver.decorator import authenticated_json_post_view, has_request_variables, REQ
from zerver... | apache-2.0 |
3-strand-code/3sc-desktop | test/e2e.js | 3188 | import path from 'path'
import chromedriver from 'chromedriver'
import webdriver from 'selenium-webdriver'
import electronPath from 'electron-prebuilt'
import homeStyles from '../app/components/Home.css'
import counterStyles from '../app/components/Counter.css'
chromedriver.start() // on port 9515
process.on('exit', c... | apache-2.0 |
hitdavid/David | 2017-02-10.md | 115 | # 2017-02-10
### 阶段总结
* 不能忍受买的ssh或者vpn了,自己aws搭一个,付费也没问题。
| apache-2.0 |
tangjilv/news-project | doc/org/xclcharts/event/touch/class-use/IChartTouch.html | 6106 | <!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_07) on Sat Aug 23 20:46:19 CST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Interface o... | apache-2.0 |
princegyw/Personal-Utils | keep-old/FileDownloader_v5.0/DBHelper_downloader.java | 929 | package com.example.apkdownloadspeedtest;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
public class DBHelper_downloader extends SQLiteOpenHelper {
public DBHelper_downloader(Context context) {
//"download.db" is the name of databas... | apache-2.0 |
LyokoVN/HRManager | app/src/main/java/com/ogove/hr/Activities/Notification/NotificationDepartmentCreate.java | 1077 | package com.ogove.hr.Activities.Notification;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import com.ogove.hr.R;
public class NotificationDepartmentCreate extends AppCompatActivity impleme... | apache-2.0 |
ashkanx-champion/champion-static | id/cashier.html | 26701 | <!DOCTYPE html>
<html lang="ID">
<head>
<style id="antiClickjack">body{display:none !important;}</style>
<script type="text/javascript">
if (self === top) {
var antiClickjack = document.getElementById("antiClickjack");
antiClickjack.parentNode.removeChild(antiClickjack);
... | apache-2.0 |
japgolly/scalajs-benchmark | demo/src/main/scala/demo/suites/shootouts/FreeMonadShootout.scala | 1518 | package demo.suites.shootouts
import demo.Util._
import demo.{Libraries, suites}
import japgolly.scalajs.benchmark._
import japgolly.scalajs.benchmark.gui._
import japgolly.scalajs.react.vdom.html_<^._
import monocle.macros.GenIso
object FreeMonadShootout {
type BM = Benchmark[Int]
sealed abstract class Lib(val ... | apache-2.0 |
KulykRoman/drill | contrib/storage-hive/core/src/main/java/org/apache/drill/exec/store/hive/HiveDrillNativeParquetSubScan.java | 2845 | /*
* 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 ... | apache-2.0 |
lessthanoptimal/ddogleg | test/org/ddogleg/fitting/modelset/TestModelManagerDefault.java | 1395 | /*
* Copyright (c) 2012-2018, Peter Abeles. All Rights Reserved.
*
* This file is part of DDogleg (http://ddogleg.org).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://w... | apache-2.0 |
dashorst/wicket | wicket-core/src/main/java/org/apache/wicket/settings/ResourceSettings.java | 26459 | /*
* 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-2.0 |
android-art-intel/Nougat | art-extension/opttests/src/OptimizationTests/Devirtualization/InvokeInterfaceIntTryCatchFinally/Main.java | 1187 | /*
* Copyright (C) 2016 Intel 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 law or... | apache-2.0 |
hanhlh/hadoop-0.20.2_FatBTree | src/hdfs/org/apache/hadoop/hdfs/server/namenodeFBT/lock/EndLockResponse.java | 646 | /**
*
*/
package org.apache.hadoop.hdfs.server.namenodeFBT.lock;
import org.apache.hadoop.hdfs.server.namenodeFBT.Response;
/**
* @author hanhlh
*
*/
public final class EndLockResponse extends Response {
/**
*
*/
private static final long serialVersionUID = 1L;
/**
* EndLockReque... | apache-2.0 |
MattAgile/atlassian-python-api | atlassian/bitbucket/cloud/base.py | 2467 | # coding=utf-8
from ..base import BitbucketBase
class BitbucketCloudBase(BitbucketBase):
def __init__(self, url, *args, **kwargs):
"""
Init the rest api wrapper
:param url: string: The base url used for the rest api.
:param *args: list: The fixed arguments for the Atlassian... | apache-2.0 |
qobel/esoguproject | spring-framework/spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/Header.java | 1673 | /*
* Copyright 2002-2014 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 ap... | apache-2.0 |
CAP-ALL/kube2consul | Dockerfile | 61 | FROM progrium/busybox
ADD kube2consul /
CMD ["/kube2consul"]
| apache-2.0 |
cedral/aws-sdk-cpp | aws-cpp-sdk-elasticbeanstalk/include/aws/elasticbeanstalk/model/PlatformFilter.h | 11152 | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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 is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | apache-2.0 |
emdaniels/the-explainer | README.md | 1716 | # The Explainer
Augments
(enlarge or increase)
text with the definitions
(a concise explanation of the meaning of a word or phrase or symbol)
of words
(the words that are spoken)
not found in the [Basic English](https://en.wiktionary.org/wiki/Appendix:1000_basic_English_words) word list.
An entry in [NaNoGe... | apache-2.0 |
jmhdez/minimal-router | lib/Router.js | 5579 | 'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("val... | apache-2.0 |
lawrencezcc/Moneco-V6 | app/src/main/java/Entity/SpeciesKingdom.java | 1421 | package Entity;
import android.os.Parcel;
import android.os.Parcelable;
/**
* Created by liangchenzhou on 25/08/16.
*/
public class SpeciesKingdom implements Parcelable {
private String kingdom;
private String scientificName;
public SpeciesKingdom() {
}
public SpeciesKingdom(String kingdom, St... | apache-2.0 |
amplab/ampcrowd | ampcrowd/basecrowd/views.py | 33310 | from django.core.files import locks
from django.core.urlresolvers import reverse
from django.db.models import Count, F, Q, Min
from django.template import RequestContext, TemplateDoesNotExist
from django.template.loader import get_template, select_template
from django.utils import timezone
from django.views.decorators.... | apache-2.0 |
gchq/stroom | stroom-pipeline/src/main/java/stroom/pipeline/xslt/XsltResourceImpl.java | 2168 | /*
* Copyright 2017 Crown Copyright
*
* 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... | apache-2.0 |
xiedantibu/Android-MenuComponent | library/src/org/mariotaku/menucomponent/internal/menu/MenuUtils.java | 1243 | package org.mariotaku.menucomponent.internal.menu;
import java.lang.reflect.Method;
import java.util.Collection;
import android.annotation.SuppressLint;
import android.content.Context;
import android.view.Menu;
import android.view.MenuItem;
public class MenuUtils {
public static Menu createMenu(final Context conte... | apache-2.0 |
devigned/azure-sdk-for-ruby | management/azure_mgmt_mobile_engagement/lib/generated/azure_mgmt_mobile_engagement/models/push_modes.rb | 389 | # encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
module Azure::ARM::MobileEngagement
module Models
#
# Defines values for PushModes
#
module PushModes
RealTime = "real-time"
... | apache-2.0 |
iamOgunyinka/substance-lang | src/types.cpp | 45 | #include "types.hpp"
namespace compiler
{
} | apache-2.0 |
gitpods/gitpods | pkg/api/v1/restapi/operations/repositories/get_repository_tree_parameters.go | 3756 | // Code generated by go-swagger; DO NOT EDIT.
package repositories
// This file was generated by the swagger tool.
// Editing this file might prove futile when you re-run the swagger generate command
import (
"net/http"
"github.com/go-openapi/errors"
"github.com/go-openapi/runtime"
"github.com/go-openapi/runtim... | apache-2.0 |
sradanov/flyingpigeon | setup.py | 1385 | import os
from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
requires = [
'cdo',
'bokeh',
'ocgis',
'pandas',
'nose',
]
classifiers=[
... | apache-2.0 |
leopardoooo/cambodia | boss-core/src/main/webapp/pages/index/center/PayfeePanel.js | 18342 | /**
* 预存费用
*/
AcctFeeGrid = Ext.extend(Ext.ux.Grid, {
border : false,
acctFeeStore : null,
region : 'center',
pageSize : 10,
constructor : function() {
this.acctFeeStore = new Ext.data.JsonStore({
url:Constant.ROOT_PATH+ "/commons/x/QueryCust!queryAcctPayFee.action",
totalProperty:'totalProperty',
... | apache-2.0 |
matrix-org/sytest | lib/SyTest/HTTPServer/Request.pm | 1681 | package SyTest::HTTPServer::Request;
use 5.014; # ${^GLOBAL_PHASE}
use base qw( Net::Async::HTTP::Server::Request );
use HTTP::Response;
use JSON;
my $json = JSON->new->convert_blessed;
use constant JSON_MIME_TYPE => "application/json";
use SyTest::CarpByFile;
use SyTest::HTTPClient;
sub DESTROY
{
return if ${^... | apache-2.0 |
jatwigg/wcf-messaging-service | WcfChatServer/Interface1.cs | 439 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.ServiceModel;
namespace WcfChatServer
{
interface IWcfChatClient
{
[OperationContract(IsOneWay = true)]
void onMessageReceived(string username, string message);
... | apache-2.0 |
dremio/dremio-oss | dac/ui/src/reducers/resources/entityTypes.js | 1073 | /*
* 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... | apache-2.0 |
charles-cooper/idylfin | src/com/opengamma/analytics/financial/interestrate/PresentValueCurveSensitivityHullWhiteCalculator.java | 1565 | /**
* Copyright (C) 2012 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.analytics.financial.interestrate;
import java.util.List;
import java.util.Map;
import com.opengamma.analytics.financial.interestrate.future.derivative.BondFu... | apache-2.0 |
repositorioadriano/pet-manager | README.md | 161 | <h1>Pet-Manager</h1>
<p>Pet-Manager é uma aplicação que consiste no gerenciamento de uma pet-shop.</p>
<p>Pet-Manager: https://pet-manager.herokuapp.com/</p>
| apache-2.0 |
open-mmlab/mmdetection | mmdet/core/data_structures/instance_data.py | 6926 | # Copyright (c) OpenMMLab. All rights reserved.
import itertools
import numpy as np
import torch
from .general_data import GeneralData
class InstanceData(GeneralData):
"""Data structure for instance-level annnotations or predictions.
Subclass of :class:`GeneralData`. All value in `data_fields`
should h... | apache-2.0 |
fish-yan/fish-yan.github.io | _posts/2016-10-18-CAShapLayer.markdown | 4711 | ---
layout: post
title: "iOS 动画Animation-4-3: CALayer子类:CAShapeLayer"
subtitle: "iOS 动画 Animation"
date: 2016-10-18 22:00:00
author: "FishYan"
header-img: "img/blog-header.png"
catalog: true
tags:
- iOS
- iOS 动画
---
# iOS 动画Animation-4-3: CALayer子类:CAShapeLayer
>首先说明:这是一系列文章,参考本专题下其他的... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Amaryllidaceae/Narcissus/Narcissus pseudonarcissus/ Syn. Narcissus minor provincialis/README.md | 190 | # Narcissus minor var. provincialis VARIETY
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
hajimeni/dbflute-solr-example | solr-4.5.0/docs/solr-core/org/apache/solr/internal/csv/writer/package-use.html | 7934 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Sat Sep 28 14:09:52 CEST 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
Uses of Package org.apach... | apache-2.0 |
NightOwl888/lucenenet | src/Lucene.Net.Tests/Search/TestRegexpRandom2.cs | 7611 | using Lucene.Net.Documents;
using Lucene.Net.Index.Extensions;
using Lucene.Net.Util.Automaton;
using NUnit.Framework;
using RandomizedTesting.Generators;
using System;
using System.Collections.Generic;
using Console = Lucene.Net.Util.SystemConsole;
namespace Lucene.Net.Search
{
/*
* Licensed to the Apache S... | apache-2.0 |
Dovgalyuk/AIBattle | XO4/Visualizer.cpp | 193 | #include <QtGui/QApplication>
#include "GameUI.h"
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
GameUI w(QString("XO4"), QSize(256, 256));
w.show();
return a.exec();
}
| apache-2.0 |
kubernetes-client/python | kubernetes/docs/V1ExecAction.md | 810 | # V1ExecAction
ExecAction describes a \"run in container\" action.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**command** | **list[str]** | Command is the command line to execute inside the container, the working directory for the command is root ('... | apache-2.0 |
BDT-GER/SWIFT-TLC | source/Server/tlc-server/bdt/test/ScheduleTask.h | 1351 | /* Copyright (c) 2012 BDT Media Automation GmbH
*
* 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 la... | apache-2.0 |
bradserbu/nodus-server | examples/console/console.js | 935 | 'use strict'
// ** Constants
const DEFAULT_HOST = 'localhost';
const DEFAULT_PORT = 8080;
// ** Dependencies
const WebSocket = require('ws');
// ** Libraries
const Service = require('../../lib/Service');
// ** Platform
const logger = require('nodus-framework').logging.createLogger();
function logEvents() {
var... | apache-2.0 |
romeojulietthotel/LimeSuite | src/ConnectionFTDI/ConnectionFT601Entry.cpp | 5428 | /**
@file Connection_uLimeSDREntry.cpp
@author Lime Microsystems
@brief Implementation of uLimeSDR board connection.
*/
#include "ConnectionFT601.h"
#include "Logger.h"
using namespace lime;
#ifdef __unix__
void ConnectionFT601Entry::handle_libusb_events()
{
struct timeval tv;
tv.tv_... | apache-2.0 |
paul-breen/plc-data-server | include/nw_comms.h | 6245 | /******************************************************************************
* PROJECT: Network comms library *
* MODULE: nw_comms.c *
* PURPOSE: Header file for nw_comms.c * ... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Cirsium/Cirsium acaulon/ Syn. Cirsium rosenii/README.md | 178 | # Cirsium rosenii Vill. SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
tomjadams/geoscala | src/spec/scala/spec/SpecificationRunner.scala | 442 | package spec
import com.googlecode.instinct.locate.ContextFinderImpl
import com.googlecode.instinct.runner.TextRunner
import java.io.File
object SpecificationRunner {
private lazy val contextFinder = new ContextFinderImpl(SpecificationRunner.getClass)
def main(args: Array[String]) {
val classes = contextFind... | apache-2.0 |
lupyuen/RaspberryPiImage | usr/share/pyshared/ajenti/plugins/resources/__init__.py | 182 | from ajenti.api import *
from ajenti.plugins import *
info = PluginInfo(
title='Resource Manager',
icon='link',
dependencies=[
],
)
def init():
import server
| apache-2.0 |
nitro-devs/nitro-game-engine | docs/typenum/consts/N403.t.html | 297 | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=type.N403.html">
</head>
<body>
<p>Redirecting to <a href="type.N403.html">type.N403.html</a>...</p>
<script>location.replace("type.N403.html" + location.search + location.hash);</script>
</body>
</html> | apache-2.0 |
pattisdr/ember-osf | addon/mixins/node-actions.js | 9519 | import Ember from 'ember';
/**
* @module ember-osf
* @submodule mixins
*/
/**
* Controller mixin that implements common actions performed on nodes.
* @class NodeActionsMixin
* @extends Ember.Mixin
*/
export default Ember.Mixin.create({
/**
* The node to perform these actions on. If not specified, defa... | apache-2.0 |
actframework/actframework | src/main/java/act/app/event/SysEventListener.java | 816 | package act.app.event;
/*-
* #%L
* ACT Framework
* %%
* Copyright (C) 2014 - 2017 ActFramework
* %%
* 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/li... | apache-2.0 |
edoweb/regal-import | edoweb-sync/src/main/java/de/nrw/hbz/regal/sync/ingest/EdowebDigitalEntityBuilder.java | 21427 | /*
* Copyright 2012 hbz NRW (http://www.hbz-nrw.de/)
*
* 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... | apache-2.0 |
suninformation/ymate-platform-v2 | ymate-platform-configuration/src/main/java/net/ymate/platform/configuration/annotation/ConfigurationConf.java | 1590 | /*
* Copyright 2007-2020 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 ap... | apache-2.0 |
syhao/mrcp | platforms/libasr-client/src/asr_engine.c | 24120 | /*
* Copyright 2009-2015 Arsen Chaloyan
*
* 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... | apache-2.0 |