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
package enhancedsnapshots.dto.converter; import com.sungardas.enhancedsnapshots.aws.dynamodb.model.TaskEntry; import com.sungardas.enhancedsnapshots.dto.TaskDto; import com.sungardas.enhancedsnapshots.dto.converter.TaskDtoConverter; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import java....
SungardAS/enhanced-snapshots
test/com/sungardas/enhancedsnapshots/dto/converter/TaskDtoConverterTest.java
Java
apache-2.0
3,447
/* * 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 ...
linkedin/gobblin
gobblin-restli/gobblin-flow-config-service/gobblin-flow-config-service-client/src/test/java/org/apache/gobblin/service/FlowStatusTest.java
Java
apache-2.0
19,211
#!/usr/bin/env bash # Run this script from the top level directory of this repository. # Usage: ./ui/example/type-subtype-value/scripts/start.sh [any extra mvn command arguments, e.g -am to build all dependencies] mvn clean install -pl :ui -Ptype-subtype-value,quick $@
gchq/gaffer-tools
ui/example/type-subtype-value/scripts/start.sh
Shell
apache-2.0
271
/* * Copyright 2020 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 wr...
google/tsunami-security-scanner-plugins
google/detectors/rce/tomcat/ghostcat/src/test/java/com/google/tsunami/plugins/detectors/rce/tomcat/ghostcat/ajp/AjpConnectionImplTest.java
Java
apache-2.0
4,208
//snippet-sourcedescription:[list_users.cpp demonstrates how to list IAM users.] //snippet-keyword:[C++] //snippet-sourcesyntax:[cpp] //snippet-keyword:[Code Sample] //snippet-keyword:[AWS Identity and Access Management (IAM)] //snippet-service:[iam] //snippet-sourcetype:[full-example] //snippet-sourcedate:[] //snipp...
awsdocs/aws-doc-sdk-examples
cpp/example_code/iam/list_users.cpp
C++
apache-2.0
2,863
/* Copyright (c) DataStax, 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, so...
datastax/cpp-driver
src/map_iterator.cpp
C++
apache-2.0
1,003
sap.ui.define([ "sap/ui/core/Control", "sap/ui/core/HTML", "sap/ui/core/ResizeHandler", "sap/ui/dom/jquery/rect" // provides jQuery.fn.rect ], function(Control, HTML, ResizeHandler) { "use strict"; return Control.extend("sap.ui.demo.toolpageapp.control.D3Chart", { metadata: { properties: { type: {type:...
SAP/openui5
src/sap.tnt/test/sap/tnt/demokit/toolpageapp/webapp/control/D3Chart.js
JavaScript
apache-2.0
1,905
/* Copyright 2015-2016 Samsung Electronics Co., Ltd. * Copyright 2016 University of Szeged. * * 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/LICEN...
tilmannOSG/jerryscript
jerry-core/lit/lit-globals.h
C
apache-2.0
5,417
/* * Copyright 2016 http://www.hswebframework.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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
asiaon123/hsweb-framework
hsweb-authorization/hsweb-authorization-oauth2/hsweb-authorization-oauth2-client/src/main/java/org/hswebframework/web/authorization/oauth2/client/listener/OAuth2Event.java
Java
apache-2.0
762
package client.js import org.scalajs.dom.raw.CanvasRenderingContext2D import shared.geometry._ import shared.map.{Car, Road, RoadMap} import scala.math._ class MapViewer(context: CanvasRenderingContext2D, map: RoadMap) { private val MapCoordinatesRange = 1000.0 private val PixelsMapRange = 800.0 private val Pi...
tlegutko/traffic-sim
client/src/main/scala/client/js/MapViewer.scala
Scala
apache-2.0
5,435
package org.minimalj.repository.sql.relation; import java.util.List; import org.minimalj.model.Keys; import org.minimalj.model.annotation.Size; public class TestEntity { public static final TestEntity $ = Keys.of(TestEntity.class); public TestEntity() { // needed for reflection constructor } public TestEnti...
BrunoEberhard/minimal-j
src/test/java/org/minimalj/repository/sql/relation/TestEntity.java
Java
apache-2.0
535
/******************************************************************************* * Copyright 2013 Pekka Hyvönen, pekka@vaadin.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 * * ...
pleku/postmessageaddon
postmessage/src/main/java/com/vaadin/pekka/postmessage/PostMessageEvent.java
Java
apache-2.0
2,008
/** * Copyright (c) 2014 Ernesto Posse * * 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 ...
eposse/osate2-agcl
org.osate.xtext.aadl2.agcl.tests/xtend-gen/org/osate/xtext/aadl2/agcl/tests/HelloUnitTesting.java
Java
apache-2.0
2,627
# AUTOGENERATED FILE FROM balenalib/parallella-alpine:3.13-build ENV NODE_VERSION 15.7.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \...
nghiant2710/base-images
balena-base-images/node/parallella/alpine/3.13/15.7.0/build/Dockerfile
Dockerfile
apache-2.0
2,955
-- phpMyAdmin SQL Dump -- version 3.5.8.1deb1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Jun 21, 2015 at 11:03 PM -- Server version: 5.5.34-0ubuntu0.13.04.1 -- PHP Version: 5.4.9-4ubuntu2.4 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLI...
cosminaionascu/trafficcollector
TrafficCollectorServer/sql/traffic_collector.sql
SQL
apache-2.0
4,364
# TaskInstanceUpdateItem ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **data** | [**\ProcessMaker\PMIO\Model\TaskInstance**](TaskInstance.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentat...
ProcessMaker/pmio-sdk-php
docs/Model/TaskInstanceUpdateItem.md
Markdown
apache-2.0
378
package com.sksamuel.elastic4s.http.search.aggs import com.sksamuel.elastic4s.searches.aggs._ import com.sksamuel.elastic4s.searches.aggs.pipeline.MaxBucketDefinition import org.elasticsearch.common.xcontent.{XContentBuilder, XContentFactory, XContentType} object AggregationBuilderFn { def apply(agg: AbstractAggreg...
FabienPennequin/elastic4s
elastic4s-http/src/main/scala/com/sksamuel/elastic4s/http/search/aggs/AggregationBuilderFn.scala
Scala
apache-2.0
2,204
# Sisymbrium damascenum Boiss. 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/Magnoliopsida/Brassicales/Brassicaceae/Sisymbrium/Sisymbrium damascenum/README.md
Markdown
apache-2.0
186
// 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 ...
GoogleCloudPlatform/healthcare-federated-access-services
lib/storage/memory_storage.go
GO
apache-2.0
12,598
# Copyright 2021 The Cirq Developers # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
quantumlib/Cirq
cirq-web/cirq_web/circuits/symbols.py
Python
apache-2.0
5,383
package com.deepoove.poi.plugin.highlight.example; import java.util.List; import com.deepoove.poi.data.BookmarkTextRenderData; import com.deepoove.poi.data.TextRenderData; import com.deepoove.poi.plugin.highlight.HighlightRenderData; import io.swagger.models.ExternalDocs; import io.swagger.models.Info; import io.swa...
Sayi/poi-tl
poi-tl-plugin-highlight/src/test/java/com/deepoove/poi/plugin/highlight/example/SwaggerView.java
Java
apache-2.0
8,862
/* 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 * distribut...
roberthafner/flowable-engine
modules/flowable-idm-engine/src/main/java/org/activiti/idm/engine/impl/persistence/entity/data/TokenDataManager.java
Java
apache-2.0
1,288
/* * Copyright 2014 CyberVision, 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...
vzhukovskyi/kaa
client/client-multi/client-cpp/kaa/channel/impl/DefaultOperationTcpChannel.hpp
C++
apache-2.0
4,693
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.sl.draw.binding.CTGammaTransform (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../styleshee...
Aarhus-BSS/Aarhus-Research-Rebuilt
lib/poi-3.16-beta1/docs/apidocs/org/apache/poi/sl/draw/binding/class-use/CTGammaTransform.html
HTML
apache-2.0
19,721
# Uredo detenta Mains SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Uredo detenta Mains ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Pucciniomycetes/Pucciniales/Uredo/Uredo detenta/README.md
Markdown
apache-2.0
167
/** * AET * * Copyright (C) 2013 Cognifide Limited * * 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...
Cognifide/AET
api/communication-api/src/test/java/com/cognifide/aet/communication/api/messages/ProgressLogTest.java
Java
apache-2.0
1,294
<!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_131) on Sat Jul 08 15:56:16 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class io.klerch.al...
KayLerch/alexa-skills-kit-states-java
docs/io/klerch/alexa/state/handler/class-use/AWSDynamoStateHandler.html
HTML
apache-2.0
7,442
/* * Copyright 2000-2016 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...
hurricup/intellij-community
plugins/tasks/tasks-core/src/com/intellij/tasks/impl/TaskManagerImpl.java
Java
apache-2.0
36,551
// Copyright (C) 2015 The GoHBase Authors. All rights reserved. // This file is part of GoHBase. // Use of this source code is governed by the Apache License 2.0 // that can be found in the COPYING file. package region import ( "encoding/binary" "errors" "fmt" "io" "net" "sync" "sync/atomic" "time" log "g...
LQJJ/demo
126-go-common-master/vendor/github.com/tsuna/gohbase/region/client.go
GO
apache-2.0
14,835
### `tf.reduce_logsumexp(input_tensor, reduction_indices=None, keep_dims=False, name=None)` {#reduce_logsumexp} Computes log(sum(exp(elements across dimensions of a tensor))). Reduces `input_tensor` along the dimensions given in `reduction_indices`. Unless `keep_dims` is true, the rank of the tensor is reduced by 1 f...
naturali/tensorflow
tensorflow/g3doc/api_docs/python/functions_and_classes/shard1/tf.reduce_logsumexp.md
Markdown
apache-2.0
1,419
package com.android.coolweatherapp.gson; import com.google.gson.annotations.SerializedName; /** * Created by Administrator on 2017/9/9 0009. */ public class Basic { @SerializedName("city") public String cityName; @SerializedName("id") public String weatherId; public Update update; public...
BryceCool/coolweather
app/src/main/java/com/android/coolweatherapp/gson/Basic.java
Java
apache-2.0
409
--- layout: post title: CentOS系统利用yum源安装mongdb数据库 subtitle: 系统版本CentOS7 date: 2017-10-24 author: Los-GTI header-img: img/post-bg-ios9-web.jpg catalog: true tags: - CentOS --- ### CentOS系统下利用yum安装mongodb ##### 1.准备工作 打开终端输入:cd /etc/yum.repos.d/,查看自己的机器中的yum源中有没有包含mongodb的相关资源,我机器中的yum源信息如下图,没有...
Los-GTI/Los-GTI.github.io
_posts/2017-10-24-CentOS系统下安装mongodb.md
Markdown
apache-2.0
3,048
<!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-adoptopenjdk) on Tue Aug 07 14:38:46 CEST 2018 --> <title>DefaultStepCondition (doov-core 2.1.0 API)</title> <meta name="date" content="2018-08...
lesfurets/dOOv
docs/site/core/apidocs/io/doov/core/dsl/impl/DefaultStepCondition.html
HTML
apache-2.0
17,511
<?php # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v8/resources/recommendation.proto namespace Google\Ads\GoogleAds\V8\Resources; if (false) { /** * This class is deprecated. Use Google\Ads\GoogleAds\V8\Resources\Recommendation\SearchPartnersOptInRecommendation in...
googleads/google-ads-php
src/Google/Ads/GoogleAds/V8/Resources/Recommendation_SearchPartnersOptInRecommendation.php
PHP
apache-2.0
767
package org.ulasalle.compiler.syntax.analizer; import org.ulasalle.compiler.util.Simbolo; public class Temporal { private Simbolo simbolo; public Simbolo getSimbolo() { return simbolo; } public void setSimbolo(Simbolo simbolo) { this.simbolo = simbolo; } }
rodrigomendozamelgar/compiler
src/main/java/org/ulasalle/compiler/syntax/analizer/Temporal.java
Java
apache-2.0
315
#!/usr/bin/env python # Copyright 2014, Rackspace US, 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 applicabl...
stevelle/rpc-openstack
maas/plugins/rabbitmq_status.py
Python
apache-2.0
7,579
package com.google.gwt.sample.stockwatcher.uibinder.client; import com.google.gwt.inject.client.AbstractGinModule; import com.google.inject.Singleton; public class StockWatcherWidgetClientModule extends AbstractGinModule { @Override protected void configure() { bind(StockWatcherWidget.class).in(Singleton.class);...
burniegu/gwtproject
UiBinder/StockWatcherUiBinder/src/com/google/gwt/sample/stockwatcher/uibinder/client/StockWatcherWidgetClientModule.java
Java
apache-2.0
326
/* * Copyright 2015 agwlvssainokuni * * 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 ...
agwlvssainokuni/springapp
foundation/src/main/java/cherry/foundation/testtool/invoker/InvokerServiceImpl.java
Java
apache-2.0
4,234
/* * Copyright 2020 Hazelcast Inc. * * Licensed under the Hazelcast Community License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://hazelcast.com/hazelcast-community-license * * Unless required by applicable law or agree...
gurbuzali/hazelcast-jet
extensions/hadoop/src/test/java/com/hazelcast/jet/hadoop/file/BaseFileFormatTest.java
Java
apache-2.0
3,734
using System; using BuildAProject.BuildManagement.BuildManagers.Definitions; using BuildAProject.BuildManagement.BuildManagers.TaskManagers; using BuildAProject.BuildManagement.Test.TestSupport.Builders; using Moq; using NUnit.Framework; using Ploeh.AutoFixture; using Ploeh.AutoFixture.AutoMoq; using Ploeh.AutoFixture...
kristianhald/BuildAProject
BuildManagement.Test/BuildManagers/TaskManagers/BuildTaskProviderManagerTests.cs
C#
apache-2.0
2,656
/* Copyright 2014 The Kubernetes 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 ag...
WIZARD-CXY/kubernetes
pkg/volume/aws_ebs/aws_ebs_test.go
GO
apache-2.0
9,887
package com.caozeal; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.ResponseBody; @C...
caozeal/Utopia
Source/UtopiaLand/src/com/caozeal/HelloController.java
Java
apache-2.0
1,294
#pragma once namespace gorc { namespace flags { enum class surface_flag { Floor = 0x1, CogLinked = 0x2, Impassable = 0x4, AiCannotWalkOnFloor = 0x8, DoubletextureScale = 0x10, HalftextureSca...
jdmclark/gorc
src/libs/libold/content/flags/surface_flag.hpp
C++
apache-2.0
970
package serf.data.io; import java.io.BufferedReader; import java.io.FileInputStream; import java.io.FileReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.HashSet; import java.util.Set; import java.util.regex.Matcher; import java.util.regex.Pattern; import java.util.zip.GZIPInputStr...
kevin-ww/er
src/serf/data/io/ParseYahooData.java
Java
apache-2.0
2,725
# -*- coding: utf-8 -*- """ Authors: Tim Hessels UNESCO-IHE 2017 Contact: t.hessels@unesco-ihe.org Repository: https://github.com/wateraccounting/wa Module: Collect/JRC Description: This module downloads JRC water occurrence data from http://storage.googleapis.com/global-surface-water/downloads/. Use the JRC...
wateraccounting/wa
Collect/JRC/__init__.py
Python
apache-2.0
647
# Citharexylum ×leonis Moldenke SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Lamiales/Verbenaceae/Citharexylum/Citharexylum leonis/README.md
Markdown
apache-2.0
180
# Thea tenuiflora Hayata SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Ericales/Theaceae/Thea/Thea tenuiflora/README.md
Markdown
apache-2.0
172
<?php namespace App\Http\Controllers; use Illuminate\Foundation\Auth\Access\AuthorizesRequests; use Illuminate\Foundation\Bus\DispatchesJobs; use Illuminate\Foundation\Validation\ValidatesRequests; use Illuminate\Routing\Controller as BaseController; class Controller extends BaseController { use AuthorizesRequests,...
anisku11/hashtag
app/Http/Controllers/Controller.php
PHP
apache-2.0
358
/** * * @author moz4r (at) myrobotlab.org * * This file is part of MyRobotLab (http://myrobotlab.org). * * MyRobotLab is free software: you can redistribute it and/or modify * it under the terms of the Apache License 2.0 as published by * the Free Software Foundation, either versi...
MyRobotLab/myrobotlab
src/main/java/org/myrobotlab/swing/VoiceRssGui.java
Java
apache-2.0
1,587
/* * Copyright 2012 GitHub 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 ...
DeLaSalleUniversity-Manila/forkhub-Janelaaa
app/src/main/java/com/janela/mobile/ui/commit/CommitListAdapter.java
Java
apache-2.0
2,925
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------------------...
adasescu/cf-dotnet-sdk
src/CloudFoundry.CloudController.V2.Client/Client/Data/DC_CreateServicePlanVisibilityRequest.cs
C#
apache-2.0
2,420
/* * Copyright (C) 2012 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 app...
MrGezz/android_device_sony_aoba
bluetooth/bdroid_buildcfg.h
C
apache-2.0
779
package com.bruce.wechat.msg.Resp; /** * 视频消息 * * @author ivhhs * @date 2014.10.16 */ public class VideoMessage extends BaseMessage { // 视频 private Video video; public Video getVideo() { return video; } public void setVideo(Video video) { this.video = video; } }
LittleLazyCat/TXEYXXK
2017workspace/wxqyh/src/com/bruce/wechat/msg/Resp/VideoMessage.java
Java
apache-2.0
293
import { Trans } from "@lingui/macro"; import { i18nMark, withI18n } from "@lingui/react"; import mixin from "reactjs-mixin"; import { Hooks } from "PluginSDK"; import * as React from "react"; import StoreMixin from "#SRC/js/mixins/StoreMixin"; import AuthStore from "../../stores/AuthStore"; import FormModal from ".....
dcos/dcos-ui
src/js/components/modals/UserFormModal.tsx
TypeScript
apache-2.0
4,065
package net.sourceforge.marathon.component.jide; import java.awt.Component; import java.awt.Point; import java.awt.event.MouseEvent; import com.jidesoft.swing.JideSplitPane; import net.sourceforge.marathon.component.RComponent; import net.sourceforge.marathon.javarecorder.IJSONRecorder; import net.sourceforge.marath...
jalian-systems/marathonv5
marathon-java/marathon-java-recorder/src/main/java/net/sourceforge/marathon/component/jide/RJideSplitPaneElement.java
Java
apache-2.0
1,506
package org.hswebframework.web.entity.form; import org.hswebframework.web.commons.entity.SimpleGenericEntity; /** * 动态表单 * * @author hsweb-generator-online */ public class SimpleDynamicFormEntity extends SimpleGenericEntity<String> implements DynamicFormEntity { //表单名称 private String name; //数据库表名 ...
asiaon123/hsweb-framework
hsweb-system/hsweb-system-dynamic-form/hsweb-system-dynamic-form-entity/src/main/java/org/hswebframework/web/entity/form/SimpleDynamicFormEntity.java
Java
apache-2.0
4,689
package com.tzutalin.customicon.Utils.Shape; import android.graphics.Point; import java.util.HashMap; import java.util.List; import java.util.Map; /** * Created by DEV on 2017-10-27. */ public class Shape { protected Point mid; public Point calMidPoint(Point front, Point back) { int midX = calM...
hgs6424/Customicon
app/src/main/java/com/tzutalin/customicon/Utils/Shape/Shape.java
Java
apache-2.0
1,052
/* * Copyright 2015 Caleb Brose, Chris Fogerty, Rob Sheehy, Zach Taylor, Nick Miller * * 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...
lighthouse/harbor
app/js/deploy/appListModel.js
JavaScript
apache-2.0
1,724
/* * 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 app...
pcqpcq/FoldingLayout
src/com/example/android/foldinglayout/FoldingLayout.java
Java
apache-2.0
20,037
--- layout: default title: Up and Running with Boxupp page-link: 3 --- ##Up and Running With Boxupp To run Boxupp on windows environment browse to the folder where you have extracted Boxupp and then move to the bin folder and run startup.bat file. It will commence with the installation. Pictorial view depicted bel...
BoxUpp/boxupptool-docs
running.md
Markdown
apache-2.0
2,470
package com.simbest.cores.admin.syslog.service; import java.util.List; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.session.RowBounds; import com.simbest.cores.admin.syslog.model.SysLoginInfo; import com.simbest.cores.admin.syslog.model.SysLoginInfoExample; public interface ISysLoginInfoSe...
simbest/simbest-cores
src/main/java/com/simbest/cores/admin/syslog/service/ISysLoginInfoService.java
Java
apache-2.0
3,249
/* * 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 ...
ldts/zephyr
tests/lib/ringbuffer/src/main.c
C
apache-2.0
11,312
--- title: "DL4J와 RNNs (Recurrent Neural Networks)" layout: kr-default redirect_from: /kr-usingrnns --- # DL4J와 RNNs (Recurrent Neural Networks) 이 문서는 RNNs를 DL4J에서 설계/학습하는데 필요한 실용적인 내용을 다룹니다. 이 문서는 RNNs의 배경 지식을 어느 정도 갖추고 있는 독자를 대상으로 작성되었습니다. RNNs의 기본적인 내용은 [초보자를 위한 RNNs과 LSTM 가이드](kr-lstm)를 참고하십시오. **내용** * [기본 사항:...
YeewenTan/YeewenTan.github.io
kr/kr-usingrnns.md
Markdown
apache-2.0
28,458
/* * Copyright 2017-2022 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 "licen...
aws/aws-sdk-java
aws-java-sdk-mediaconvert/src/main/java/com/amazonaws/services/mediaconvert/model/transform/DolbyVisionLevel6MetadataMarshaller.java
Java
apache-2.0
2,358
/* * Copyright 2017-2022 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 "licen...
aws/aws-sdk-java
aws-java-sdk-s3control/src/main/java/com/amazonaws/services/s3control/model/transform/MultiRegionAccessPointRegionalResponseStaxUnmarshaller.java
Java
apache-2.0
2,944
def handle(controller_slice): from core.models import ControllerSlice, Slice try: my_status_code = int(controller_slice.backend_status[0]) try: his_status_code = int(controller_slice.slice.backend_status[0]) except: his_status_code = 0 if (my_status_...
wathsalav/xos
xos/model_policies/model_policy_ControllerSlice.py
Python
apache-2.0
573
# Aster araucanus (Phil.) Kuntze 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/Magnoliopsida/Asterales/Asteraceae/Grindelia anethifolia/ Syn. Aster araucanus/README.md
Markdown
apache-2.0
187
// ProgramOptions.h // Created by Caner Korkmaz on 20/5/2017. // Copyright 2017 Caner Korkmaz // #ifndef SOCKETPLAY_PROGRAMOPTIONSPARSER_H #define SOCKETPLAY_PROGRAMOPTIONSPARSER_H #include <vector> #include <string> #include <memory> #include <tuple> #include <boost/program_options.hpp> #include "Prog...
Kausta/SocketPlay
include/ProgramOptionsParser.h
C
apache-2.0
3,431
<!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Subsets &mdash; SymPy 1.0.1.dev documentation</titl...
lidavidm/lidavidm.github.com
sympy/modules/combinatorics/subsets.html
HTML
apache-2.0
59,529
// // main.c // 3-【了解】printf函数的介绍和使用 // // Created by 高明辉 on 15/12/24. // Copyright © 2015年 itcast. All rights reserved. // #include <stdio.h> int main(int argc, const char * argv[]) { /* 使用printf函数,需要引入头文件stdio.h ,但是对于printf函数也可以不引入。 printf函数的一般使用形式: 1、输出一段字符: ...
MinghuiGao/C-
day0212月24/3-【了解】printf函数的介绍和使用/main.c
C
apache-2.0
1,804
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>SLF4J 1.7.16 Reference Package org.slf4j.dummyExt</title> <link rel="stylesheet" type="text/css" href="...
tjth/bitcoinj-lotterycoin
slf4j-1.7.16/site/xref-test/org/slf4j/dummyExt/package-summary.html
HTML
apache-2.0
2,581
# frozen_string_literal: true # WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws::Translate # @api private module ClientApi include Seahors...
aws/aws-sdk-ruby
gems/aws-sdk-translate/lib/aws-sdk-translate/client_api.rb
Ruby
apache-2.0
46,279
<!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 (version 1.7.0_71) on Mon Nov 16 20:15:33 CST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>类 org.openoj.compil...
trayvontang/openoj
openoj/doc/org/openoj/compiler/class-use/OpenCPPCompiler.html
HTML
apache-2.0
4,172
package Didi; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.Queue; import java.util.Scanner; import java.util.function.IntPredicate; import javax.security.auth.x500.X500Principal; import Wangyi.countWays; /** * @author ZYJ * @version 创建时间:2017年8月26日 下午1:23:50 * @...
13732226055/codeBackup
Ali/src/Didi/Maze_Main.java
Java
apache-2.0
3,040
import Controller from '@ember/controller'; import { A } from '@ember/array'; import { computed } from '@ember/object'; import { inject as service } from '@ember/service'; import DS from 'ember-data'; import loadAll from 'ember-osf/utils/load-relationship'; import config from 'ember-get-config'; import Analytics from '...
CenterForOpenScience/ember-preprints
app/controllers/content/index.js
JavaScript
apache-2.0
8,707
// Copyright (c) 2016-2017 Nikita Pekin and the xkcd_rs contributors // See the README.md file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license // <LICENSE-MIT or http://opensource.o...
indiv0/xkcd-rs
examples/latest.rs
Rust
apache-2.0
1,012
/** * 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 * distribu...
mschenck/aurora
src/test/java/org/apache/aurora/scheduler/updater/JobDiffTest.java
Java
apache-2.0
8,279
// 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 ...
NextGenIntelligence/gerrit
gerrit-server/src/main/java/com/google/gerrit/server/project/ListBranches.java
Java
apache-2.0
9,329
package com.braisgabin.couchbaseliteorm.sample; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTes...
BraisGabin/couchbase-lite-orm
sample/src/androidTest/java/com/braisgabin/couchbaseliteorm/sample/ApplicationTest.java
Java
apache-2.0
362
package com.alipay.api.response; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.eco.mycar.parking.enterinfo.sync response. * * @author auto create * @since 1.0, 2017-08-25 17:10:00 */ public class AlipayEcoMycarParkingEnterinfoSyncResponse extends AlipayResponse { private static final long se...
wendal/alipay-sdk
src/main/java/com/alipay/api/response/AlipayEcoMycarParkingEnterinfoSyncResponse.java
Java
apache-2.0
368
/******************************************************************************* * Copyright 2017-2018 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.apa...
mlperf/training_results_v0.6
Fujitsu/benchmarks/resnet/implementations/mxnet/3rdparty/mkldnn/tests/benchdnn/self/self.cpp
C++
apache-2.0
1,129
<?php // .----------------------------------------------------------------------------------- // | WE TRY THE BEST WAY 杭州博也网络科技有限公司 // |----------------------------------------------------------------------------------- // | Author: 贝贝 <hebiduhebi@163.com> // | Copyright (c) 2013-2016, http://www.itboye.com. All Rights...
h136799711/baseItboye
Application/Shop/Model/OrdersInfoViewModel.class.php
PHP
apache-2.0
1,379
/* Copyright 2016 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, ...
tnozicka/origin
vendor/k8s.io/apiserver/pkg/server/config.go
GO
apache-2.0
34,568
local kong_mlcache = require "kong.mlcache" local type = type local max = math.max local ngx_log = ngx.log local ngx_now = ngx.now local ERR = ngx.ERR local NOTICE = ngx.NOTICE local DEBUG = ngx.DEBUG local SHM_CACHE = "kong_cache" --[[ Hypothesis ---------- Item size: 1024 bytes Max memory li...
jebenexer/kong
kong/cache.lua
Lua
apache-2.0
4,412
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------------------...
inquick/rxzp
Assets/Scripts/Protocols/MessageInfo.cs
C#
apache-2.0
95,654
// Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you m...
juangj/selenium
java/server/src/org/openqa/selenium/remote/server/SeleniumServer.java
Java
apache-2.0
10,625
\hypertarget{class_triton_1_1_util_1_1_language}{}\section{Triton\+:\+:Util\+:\+:Language Class Reference} \label{class_triton_1_1_util_1_1_language}\index{Triton\+::\+Util\+::\+Language@{Triton\+::\+Util\+::\+Language}} The language object. {\ttfamily \#include $<$local.\+h$>$} \subsection*{Public Member Func...
TriantEntertainment/TritonEngine
docs/latex/class_triton_1_1_util_1_1_language.tex
TeX
apache-2.0
3,045
# Lepidium praetervisum Domin 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/Magnoliopsida/Brassicales/Brassicaceae/Lepidium/Lepidium desvauxii/ Syn. Lepidium praetervisum/README.md
Markdown
apache-2.0
184
# Saprolegnia paradoxa H.E. Petersen SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Annls mycol. 8: 520 (1910) #### Original name Saprolegnia paradoxa H.E. Petersen ### Remarks null
mdoering/backbone
life/Chromista/Oomycota/Oomycetes/Saprolegniales/Saprolegniaceae/Saprolegnia/Saprolegnia paradoxa/README.md
Markdown
apache-2.0
219
# Behuria magdalenensis (Brade) Tavares & Baumgratz 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/Magnoliopsida/Myrtales/Melastomataceae/Behuria/Behuria magdalenensis/README.md
Markdown
apache-2.0
207
# Nunnezharoa robusta Kuntze SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Arecales/Arecaceae/Nunnezharoa/Nunnezharoa robusta/README.md
Markdown
apache-2.0
176
# Parmotrema taitae (Krog & Swinscow) Krog & Swinscow SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Lichenologist 15(2): 130 (1983) #### Original name Parmelia taitae Krog & Swinscow ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Lecanoromycetes/Lecanorales/Parmeliaceae/Parmotrema/Parmotrema taitae/README.md
Markdown
apache-2.0
263
# Leucopoa karatavica (Bunge) Krecz. & Bobrov SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in V. L. Komarov, Fl. URSS 2:496. 1934 #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Festuca/Festuca griffithiana/ Syn. Leucopoa karatavica/README.md
Markdown
apache-2.0
231
# Lecidea glauca Taylor SPECIES #### Status SYNONYM #### According to Index Fungorum #### Published in London J. Bot. 6: 149 (1847) #### Original name Lecidea glauca Taylor ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Lecanoromycetes/Lecanorales/Porpidiaceae/Paraporpidia/Paraporpidia glauca/ Syn. Lecidea glauca/README.md
Markdown
apache-2.0
194
# # Cookbook Name:: blah # Recipe:: default # # Copyright (c) 2015 The Authors, All Rights Reserved. template '/etc/blah' do source 'blah.erb' end
pburkholder/cheffian-examples
attribute_nesting/test/fixtures/cookbooks/blah/recipes/default.rb
Ruby
apache-2.0
150
# The new stack ![The new stack](resources/new-stack.png) [On How We Found Kubernetes](https://eng.revinate.com/2015/09/11/on-how-we-found-kubernetes.html) (Bryan Stenson, Revinate, Sep 11 2015) [Why Bother Building Cloud Native Applications?](http://engineeredweb.com/blog/2015/why-bother-with-cloud-native/?utm_cont...
gosharplite/the-new-stack
README.md
Markdown
apache-2.0
1,711
// $Id: ACE.cpp 79134 2007-07-31 18:23:50Z johnnyw $ #include "ace/ACE.h" #include "ace/Basic_Types.h" #include "ace/Handle_Set.h" #include "ace/Auto_Ptr.h" #include "ace/SString.h" #include "ace/Version.h" #include "ace/Message_Block.h" #include "ace/Log_Msg.h" #include "ace/OS_NS_sys_select.h" #include "ace/OS_NS_s...
eSDK/esdk_uc_plugin_ucservice
platform/HWUCSDK/windows/eSpace_Desktop_V200R001C50SPC100B091/include/ace/ACE.cpp
C++
apache-2.0
88,337
/* Copyright (c) 2021, Craig Barnes. 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 https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing,...
craigbarnes/lua-gumbo
gumbo/util.c
C
apache-2.0
2,695
/* * Copyright 2021 HM Revenue & Customs * * 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...
hmrc/pensions-lifetime-allowance-frontend
test/views/pages/lookup/PlaProtectionGuidanceViewSpec.scala
Scala
apache-2.0
4,960
package jaz; import java.awt.BorderLayout; import java.awt.Component; import java.awt.Rectangle; import java.util.regex.Matcher; import java.util.regex.Pattern; import java.util.regex.PatternSyntaxException; import javax.swing.JPanel; import javax.swing.border.CompoundBorder; import javax.swing.border.EmptyBorder; im...
hisano/jazcode
src/main/java/jaz/Text.java
Java
apache-2.0
3,016