code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
3
942
language
stringclasses
30 values
license
stringclasses
15 values
size
int32
3
1.05M
package rds import ( "fmt" "testing" ) func TestModifyDBInstanceNetworkType(t *testing.T) { var req ModifyDBInstanceNetworkTypeRequest req.Init() req.SetFormat("JSON") req.SetRegionId("cn-shenzhen") var accessId = "Ie65kUInu5GeAsma" var accessSecret = "8cCqoxdYU9zKUihwXFXiN1HEACBDwB" resp, err := ModifyDBIns...
cklxmu/aliyun-openapi-go-sdk
rds/2014-08-15/ModifyDBInstanceNetworkType_test.go
GO
apache-2.0
461
/* * Copyright 2012-2019 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...
jentfoo/aws-sdk-java
aws-java-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/AmazonKinesisVideoPutMedia.java
Java
apache-2.0
10,008
/* * 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 ...
torakiki/sambox
src/test/java/org/sejda/sambox/pdmodel/graphics/optionalcontent/TestOptionalContentGroups.java
Java
apache-2.0
18,662
package org.appenders.log4j2.elasticsearch; /*- * #%L * log4j2-elasticsearch * %% * Copyright (C) 2020 Rafal Foltynski * %% * 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 * * ...
rfoltyns/log4j2-elasticsearch
log4j2-elasticsearch-core/src/test/java/org/appenders/log4j2/elasticsearch/AsyncBatchDeliveryPluginTest.java
Java
apache-2.0
11,724
require_relative '../../../../test_helper' require_relative '../endpoint_test_helper' class CommentsTest < Minitest::Test extend Smartsheet::Test::EndpointHelper attr_accessor :mock_client attr_accessor :smartsheet_client def category smartsheet_client.sheets.comments end def self.endpoints [ ...
smartsheet-platform/smartsheet-ruby-sdk
test/unit/smartsheet/endpoints/sheets/comments_test.rb
Ruby
apache-2.0
1,724
/* * Copyright 2002-2015 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...
QBNemo/spring-mvc-showcase
src/main/java/org/springframework/web/servlet/view/RedirectView.java
Java
apache-2.0
22,944
/* OMG DDS Publisher implementation */ #include "publication/publisher.h" #include <stdlib.h> Publisher * new_Publisher(QoSPolicy* qos, DomainParticipant* dmp) { Publisher *p = (Publisher *) malloc(sizeof(Publisher)); p->qos = qos; p->domain_participant = dmp; return p; } void delete_Publisher(Publisher *self) ...
vmayoral/freeDDS
src/publication/publisher.c
C
apache-2.0
959
#include <sgx_fcntl_util.h> #include <sgx_ocall_util.h> #include <sgx_thread.h> INIT_LOCK(ocall_open2); INIT_LOCK(ocall_creat); INIT_LOCK(ocall_openat2); INIT_LOCK(ocall_fcntl1); INIT_LOCK(ocall_fcntl2); INIT_LOCK(ocall_fcntl3); int sgx_wrapper_open(const char *pathname, int flags, ...) { va_list ap; mode_t ...
shwetasshinde24/Panoply
case-studies/h2o/src/H2oEnclave/IO/sgx_fcntl.cpp
C++
apache-2.0
2,173
/* * 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-ssmincidents/src/main/java/com/amazonaws/services/ssmincidents/model/ListTimelineEventsResult.java
Java
apache-2.0
6,834
/* * 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 * d...
OSEHRA/ISAAC
core/api/src/main/java/sh/isaac/api/Util.java
Java
apache-2.0
3,905
# alexander4j [![Build Status](https://travis-ci.org/agolovatjuk/alexander4j.svg?branch=master)](https://travis-ci.org/agolovatjuk/alexander4j) [![codecov](https://codecov.io/gh/agolovatjuk/alexander4j/branch/master/graph/badge.svg)](https://codecov.io/gh/agolovatjuk/alexander4j) http://job4j.ru/ Моя цель - освоить j...
agolovatjuk/alexander4j
README.md
Markdown
apache-2.0
544
/* * #%L * GarethHealy :: JBoss Fuse Examples :: MBeans Expose * %% * Copyright (C) 2013 - 2018 Gareth Healy * %% * 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....
garethahealy/jboss-fuse-examples
mbeans-expose/src/test/java/com/garethahealy/mbeans/expose/routes/CamelContextTest.java
Java
apache-2.0
923
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/ads/googleads/v10/resources/shared_criterion.proto package com.google.ads.googleads.v10.resources; public interface SharedCriterionOrBuilder extends // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.Shared...
googleads/google-ads-java
google-ads-stubs-v10/src/main/java/com/google/ads/googleads/v10/resources/SharedCriterionOrBuilder.java
Java
apache-2.0
8,879
package com.example; /** * Created by hilmiat on 7/29/17. */ public class DemoConditional { public static char getGrade(int nilai){ char grade = 'D'; if(nilai > 85){ grade = 'A'; }else if(nilai > 69){ grade = 'B'; }else if(nilai >= 60){ grade =...
hilmiat/NF_android_complete
Pertemuan2/pertemuan_dua/src/main/java/com/example/DemoConditional.java
Java
apache-2.0
707
# AUTOGENERATED FILE FROM balenalib/beaglebone-green-wifi-fedora:34-build ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyse...
resin-io-library/base-images
balena-base-images/node/beaglebone-green-wifi/fedora/34/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,760
/* * * 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"); y...
sijie/bookkeeper
bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookKeeperTest.java
Java
apache-2.0
49,996
//===--- CodeCompletion.h - -------------------------------------*- C++ -*-===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
ben-ng/swift
tools/SourceKit/lib/SwiftLang/CodeCompletion.h
C
apache-2.0
8,445
<?php class Template { protected $template; protected $variables = array(); public function __construct($template) { $this->template = $template; } public function __get($key) { return $this->variables[$key]; } public function __set($key, $value) { $th...
efetepe/magicdocumentation
framework/php/Template.php
PHP
apache-2.0
666
/*! * UI development toolkit for HTML5 (OpenUI5) * (c) Copyright 2009-2017 SAP SE or an SAP affiliate company. * Licensed under the Apache License, Version 2.0 - see LICENSE.txt. */ // Provides the Design Time Metadata for the sap.uxap.ObjectPageLayout control sap.ui.define([], function() { "use strict"; retur...
thbonk/electron-openui5-boilerplate
libs/openui5-runtime/resources/sap/uxap/ObjectPageLayout.designtime-dbg.js
JavaScript
apache-2.0
1,307
# frozen_string_literal: true # Copyright 2018 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicabl...
googleapis/gapic-generator-ruby
shared/output/cloud/showcase/test/google/showcase/v1beta1/echo_operations_test.rb
Ruby
apache-2.0
10,911
/* * Copyright (c) 2014 SeNDA * * 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...
SeNDA-UAB/aDTN-platform
bundleAgent/executor/include/worker.h
C
apache-2.0
1,490
/** * Borg_Daniel_Project4 Borg_Daniel_Project4 License * This source code and all modifications done by Borg_Daniel_Project4 * are licensed under the Apache Public License (version 2) and * are Copyright (c) 2009-2014 by Borg_Daniel_Project4, Inc. */ /* * Copyright (C) 2013 Apple Inc. All rights reserved. * *...
cyborg314/Borg_Daniel_Project4
build/iphone/headers/JavaScriptCore/TiExport.h
C
apache-2.0
7,001
package org.openqa.selenium.server.browserlaunchers; import junit.framework.TestCase; import org.apache.commons.logging.Log; import org.openqa.jetty.log.LogFactory; import org.openqa.selenium.browserlaunchers.AsyncExecute; import org.openqa.selenium.server.RemoteControlConfiguration; /** * {@link org.openqa.seleniu...
akiellor/selenium
java/server/test/org/openqa/selenium/server/browserlaunchers/SafariLauncherIntegrationTest.java
Java
apache-2.0
1,913
const Long = require('long'); const User = require('./User'); const Role = require('./Role'); const Emoji = require('./Emoji'); const Presence = require('./Presence').Presence; const GuildMember = require('./GuildMember'); const Constants = require('../util/Constants'); const Collection = require('../util/Collection');...
aemino/discord.js
src/structures/Guild.js
JavaScript
apache-2.0
34,442
# -*- coding: utf-8 -*- from __future__ import absolute_import from __future__ import division from __future__ import print_function from __future__ import unicode_literals from builtins import str import six import logging import filecmp import os import re import sys import uuid import json import time from nose.plug...
zimingd/synapsePythonClient
tests/integration/test_command_line_client.py
Python
apache-2.0
36,272
# Previous releases - October 11, 2017: **[1.1.0-alpha-8](release_notes/1.1.0-alpha-8.md)**: [0-Initramfs Builder](https://github.com/zero-os/0-initramfs/tree/1.1.0-alpha-8), [0-Core](https://github.com/zero-os/0-core/tree/1.1.0-alpha-8), [0-FS](https://github.com/zero-os/0-fs/tree/1.1.0-alpha-8), [Zero-OS Orchestrato...
g8os/home
Previous Releases.md
Markdown
apache-2.0
2,665
--- layout: post title: Leetcode Problem 256 Summary date: 2016-08-20 categories: blog tags: [study] --- # 题目 There are a row of n houses, each house can be painted with one of the three colors: red, blue or green. The cost of painting each house with a certain color is different. You have to paint all the houses su...
lisencn11/lisencn11.github.io
_posts/2016-08-20-Leetcode-256-summary.md
Markdown
apache-2.0
1,654
/* * 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 ...
keith-turner/accumulo
core/src/main/java/org/apache/accumulo/core/metadata/TabletFileUtil.java
Java
apache-2.0
1,705
--- title: Setup a Kubernetes Cluster overview: Set up your Kubernetes cluster for the tutorial. weight: 2 owner: istio/wg-docs-maintainers test: no --- {{< boilerplate work-in-progress >}} In this module, you set up a Kubernetes cluster that has Istio installed and a namespace to use throughout the tutorial. {{< wa...
istio/istio.io
content/en/docs/examples/microservices-istio/setup-kubernetes-cluster/index.md
Markdown
apache-2.0
9,160
package com.codefactoring.android.backlogtracker.sync.fetchers; import android.util.Log; import com.codefactoring.android.backlogapi.BacklogApiClient; import com.codefactoring.android.backlogapi.models.User; import com.codefactoring.android.backlogtracker.sync.models.BacklogImage; import com.codefactoring.android.bac...
scarrupt/Capstone-Project
app/src/main/java/com/codefactoring/android/backlogtracker/sync/fetchers/UserDataFetcher.java
Java
apache-2.0
3,378
--- title: 'About' description: 'A few years ago, while visiting or, rather, rummaging about Notre-Dame, the author of this book found, in an obscure nook of one of the towers, the following word, engraved by hand upon the wall: —ANANKE.' featured_image: '' --- {{< figure src="/images/Victor_Hugo-Hunchback.jpg" title=...
zeit/now-cli
examples/hugo/themes/ananke/exampleSite/content/about/_index.md
Markdown
apache-2.0
862
import collections import re import sys import time import traceback from functools import partial from multiprocessing import Process, Queue from unittest import skipIf from cassandra import ConsistencyLevel from cassandra.cluster import Cluster from cassandra.query import SimpleStatement # TODO add in requirements.t...
thobbs/cassandra-dtest
materialized_views_test.py
Python
apache-2.0
61,309
/* * Copyright 2010-2011 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...
apetresc/aws-sdk-for-java-on-gae
src/main/java/com/amazonaws/services/autoscaling/model/transform/LimitExceededExceptionUnmarshaller.java
Java
apache-2.0
1,518
package edu.kit.ipd.sdq.kamp.ruledsl.runtime.rule; import java.util.concurrent.TimeUnit; import com.google.common.base.Stopwatch; import edu.kit.ipd.sdq.kamp.architecture.AbstractArchitectureVersion; import edu.kit.ipd.sdq.kamp.propagation.AbstractChangePropagationAnalysis; import edu.kit.ipd.sdq.kamp.ruledsl.suppor...
MartinLoeper/KAMP-DSL
edu.kit.ipd.sdq.kamp.ruledsl/src/edu/kit/ipd/sdq/kamp/ruledsl/runtime/rule/StopwatchRule.java
Java
apache-2.0
2,567
var when = require('when'); var request = require('request'); var settings = require("../../../../settings"); var log = require("../../../log"); // view components var view_start = require('../nodes/view/start'); var view_choice = require('../nodes/view/choice'); var view_form = require('../nodes/view/form'); var view_...
Ubicall/node-red
red/ubicall/plist/utils/index.js
JavaScript
apache-2.0
3,754
/** * @license * Copyright 2012 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 ...
picklesrus/blockly
demos/code/code.js
JavaScript
apache-2.0
17,281
title: README date: 2015-11-24 13:28:06 tags: --- # /* About ## I am a graduating Cmputer Science student from University of Alberta and looking for a Software Engineering position in North America. This is my [resume](https://www.dropbox.com/s/5r85kpjiy0ngbzg/Resume_20151130.pdf?dl=0). ##Extracurricular Activities: ...
dyf102/blogrepo
blog/source/_posts/About-Me.md
Markdown
apache-2.0
529
package com.bookify.web.models; import com.bookify.core.Bill; import com.bookify.core.BillItem; import java.util.ArrayList; /** * Created by idumancic on 11/07/2017. */ public class PaymentViewModel { private Bill bill; private String username; private ArrayList<ItemViewModel> billItems; private S...
idumancic/bookify
web/src/main/java/com/bookify/web/models/PaymentViewModel.java
Java
apache-2.0
1,184
/* * Copyright 2018 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...
spinnaker/halyard
halyard-cli/src/main/java/com/netflix/spinnaker/halyard/cli/command/v1/config/deploy/ha/AbstractHaServiceEnableDisableCommand.java
Java
apache-2.0
2,298
package org.camunda.feel.impl.builtin import org.camunda.feel.impl.builtin.BuiltinFunction.builtinFunction import org.camunda.feel.{Number, logger} import org.camunda.feel.syntaxtree.{ Val, ValBoolean, ValError, ValFunction, ValList, ValNull, ValNumber, ValString } import scala.annotation.tailrec obj...
camunda/feel-scala
src/main/scala/org/camunda/feel/impl/builtin/ListBuiltinFunctions.scala
Scala
apache-2.0
13,252
;=============================================================================== ; Copyright 2017-2020 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...
Intel-EPID-SDK/epid-sdk
ext/ipp-crypto/sources/ippcp/asm_intel64/pcpsha256l9as.asm
Assembly
apache-2.0
18,846
--- layout: kanji-remain v4: 2815 kanji: 鮭 keyword: salmon strokes: 17 on-yomi: カイ permalink: /rtk/鮭/ --- ## Koohii stories: 1) [<a href="http://kanji.koohii.com/profile/Megaqwerty">Megaqwerty</a>] 17-7-2007(30): <strong>Salmon</strong> are <em>fish</em> that go over <em>ivy</em> trying to get back to their breeding...
hochanh/hochanh.github.io
rtk/rtk3-remain/2815.md
Markdown
apache-2.0
1,221
/* * Copyright (c) 2016 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...
tuxology/bcc
tests/cc/test_usdt_probes.cc
C++
apache-2.0
12,086
#!/bin/bash # # Downloads the eduGAIN metadata aggregate # # NB: a HEAD request gets a "HTTP/1.1 405 Method Not Allowed" # Tomasz suggested http://mds.edugain.org/feed-sha256.xml # # Configuration options: DIRECTORY='/home/astuart4/eduGAIN/' eduGAIN='http://mds.edugain.org/feed-sha256.xml' eduGAINtest='http://mds-test....
alexstuart/ukftools
geteduGAIN.sh
Shell
apache-2.0
538
# Copyright 2012 VMware, 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 by ...
blueboxgroup/neutron
neutron/tests/unit/test_l3_agent.py
Python
apache-2.0
100,926
import { Component, ElementRef, NgZone, OnInit, ViewChild} from '@angular/core'; import { Router, ActivatedRoute } from '@angular/router'; import { EventoModel } from './../../../model/evento.model'; import { TipoIngressoModel } from './../../../model/tipoingresso.model'; import { EventoService } from './../../../serv...
Wellington-Junior/ingressos
src/app/pages/evento/evento-editar/evento-editar.component.ts
TypeScript
apache-2.0
3,826
/** * Copyright (C) 2012 Ryan W Tenney (ryan@10e.us) * * 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...
ryantenney/metrics-spring
src/main/java/com/ryantenney/metrics/spring/reporter/AbstractReporterFactoryBean.java
Java
apache-2.0
5,530
/* * Copyright 2017 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 applic...
mminella/composed-task-runner
spring-cloud-starter-task-composedtaskrunner/src/test/java/org/springframework/cloud/task/app/composedtaskrunner/configuration/ComposedRunnerVisitorConfiguration.java
Java
apache-2.0
6,001
#include "kernel.h" #include "ilwisdata.h" #include "datadefinition.h" #include "columndefinition.h" #include "table.h" #include "visualattributemodel.h" #include "mapinformationattributesetter.h" REGISTER_PROPERTYEDITOR("mapinfopropertyeditor",MapInformationPropertySetter) MapInformationPropertySetter::MapInformatio...
ridoo/IlwisCore
ilwiscoreui/propertyeditors/mapinformationattributesetter.cpp
C++
apache-2.0
1,233
/* 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/pkg
test/upgrade/testing_operations_test.go
GO
apache-2.0
7,868
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeA...
kelltrick/roslyn
src/Features/Core/Portable/ConvertToInterpolatedString/AbstractConvertPlaceholderToInterpolatedStringRefactoringProvider.cs
C#
apache-2.0
13,484
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/migration-hub-refactor-spaces/MigrationHubRefactorSpaces_EXPORTS.h> #include <aws/migration-hub-refactor-spaces/MigrationHubRefactorSpacesRequest.h> #include <aws/core/utils...
aws/aws-sdk-cpp
aws-cpp-sdk-migration-hub-refactor-spaces/include/aws/migration-hub-refactor-spaces/model/GetResourcePolicyRequest.h
C
apache-2.0
3,039
@import "test.css"; @import "http://example.com/something.css"; .box-icon { background-image: url(images/box-icon.png); } .rox-icon { background-image: url("images/other/rox-icon.png") no-repeat 1% 25%; } .sox-icon { background-image: url('images/./sox-icon.png'); } .sox-icon2 { background-image: url('/images/s...
heinousjay/JibbrJabbr
kernel/src/test/resources/jj/css/test/replacement.css
CSS
apache-2.0
602
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> <TITLE> org.codehaus.groovy </TITLE> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META NAME="keywords" CONTENT="org/codehaus/groovy package"> <LINK REL ="stylesheet" TYPE="text/...
Selventa/model-builder
tools/groovy/doc/html/gapi/org/codehaus/groovy/package-frame.html
HTML
apache-2.0
1,461
package cyclops.control.trytests; import cyclops.control.Either; import cyclops.control.Future; import cyclops.control.Ior; import cyclops.control.Maybe; import cyclops.control.Option; import cyclops.control.Trampoline; import cyclops.control.Try; import cyclops.function.Monoid; import cyclops.companion.Semigroups; im...
aol/cyclops
cyclops/src/test/java/cyclops/control/trytests/TryTest.java
Java
apache-2.0
8,892
# Ivonia amplexicaulis Vell. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Ivonia/Ivonia amplexicaulis/README.md
Markdown
apache-2.0
176
/* * Copyright 2015 Brent Douglas and other contributors * as indicated by the @author tags. 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.or...
BrentDouglas/chainlink
core/src/main/java/io/machinecode/chainlink/core/jsl/fluent/task/FluentCheckpointAlgorithm.java
Java
apache-2.0
1,211
/* * Copyright 2017 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 applicab...
classmethod-sandbox/sparrow
src/main/java/jp/classmethod/sparrow/model/LineMessageEntityRepository.java
Java
apache-2.0
1,590
24d35e46ec4bd24f6cb2cfacf41fb8dfaa666fc8
nanorepublica/wedding
c4628be130c468a984728868d0f261680de56220.html
HTML
apache-2.0
40
# Tinus wallichii Kuntze SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Ericales/Primulaceae/Tinus/Tinus wallichii/README.md
Markdown
apache-2.0
172
# AUTOGENERATED FILE FROM balenalib/nitrogen6xq2g-debian:sid-run ENV NODE_VERSION 15.7.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver k...
nghiant2710/base-images
balena-base-images/node/nitrogen6xq2g/debian/sid/15.7.0/run/Dockerfile
Dockerfile
apache-2.0
2,937
# AUTOGENERATED FILE FROM balenalib/n510-tx2-fedora:32-run ENV GO_VERSION 1.15.8 # gcc for cgo RUN dnf install -y \ gcc-c++ \ gcc \ git \ && dnf clean all RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "0e31ea4bf53496b0f0809730520...
nghiant2710/base-images
balena-base-images/golang/n510-tx2/fedora/32/1.15.8/run/Dockerfile
Dockerfile
apache-2.0
2,069
<!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 Tue Aug 11 18:46:50 BST 2015 --> <TITLE> com.timtripcony Class Hierarchy </TITLE> <META NAME="date" CONTENT="2015-08-11"> <LINK R...
paulswithers/Key-Dates
documentation/xpages-java/com/timtripcony/package-tree.html
HTML
apache-2.0
6,298
/* * Copyright 2012-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 "licen...
dagnir/aws-sdk-java
aws-java-sdk-ssm/src/main/java/com/amazonaws/services/simplesystemsmanagement/model/transform/InstancePatchStateMarshaller.java
Java
apache-2.0
5,993
/***************************************************************************************************** * * Authors: * * <b> Java SDK for CWL </b> * * @author Paul Grosu (pgrosu@gmail.com), Northeastern University * @version 0.20 * @since April 28, 2016 * ...
common-workflow-language/cwljava
sdk-and-javadoc-generation/org/commonwl/lang/CommandOutputParameter.java
Java
apache-2.0
14,693
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.Collections.Generic.Dictionary`2<System.Object,System.Int32> struct Dictionary_2_t3323877696; #include "mscorlib_System_Object4170816371.h" #ifdef __clang__ #pragma clang ...
Bersaelor/D2
iOS_app/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_V2024483409.h
C
apache-2.0
1,320
# AUTOGENERATED FILE FROM balenalib/odroid-u3+-debian:stretch-build ENV GO_VERSION 1.15.8 RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "bde22202576c3920ff5646fb1d19877cedc19501939d6ccd7b16ff89071abd0a go$GO_VERSI...
nghiant2710/base-images
balena-base-images/golang/odroid-u3+/debian/stretch/1.15.8/build/Dockerfile
Dockerfile
apache-2.0
2,030
package io.quarkus.maven.it.assertions; import static org.assertj.core.api.Assertions.assertThat; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertNotNull; import java.io.File; import java.io.F...
quarkusio/quarkus
test-framework/maven/src/main/java/io/quarkus/maven/it/assertions/SetupVerifier.java
Java
apache-2.0
5,917
/* * Copyright 2021 Red Hat, 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...
emmartins/wildfly-server-migration
servers/wildfly23.0/src/main/java/org/jboss/migration/wfly/task/subsystem/microprofile/WildFly23_0AddMicroprofileJwtSmallryeSubsystem.java
Java
apache-2.0
2,097
package p321 import ( "github.com/stretchr/testify/assert" "testing" ) func Test0(t *testing.T) { assert.Equal(t, []int{5, 4}, maxOneArray([]int{5, 2, 3, 4, 1}, 2)) assert.Equal(t, []int{6}, maxOneArray([]int{2, 4, 6, 5}, 1)) assert.Equal(t, []int{6, 5}, maxOneArray([]int{2, 4, 6, 5}, 2)) assert.Equal(t, []int{...
baishuai/leetcode
algorithms/p321/321_test.go
GO
apache-2.0
565
// // RefreshManager.h // Vienna // // Created by Steve on 7/19/05. // Copyright (c) 2004-2018 Steve Palmer and Vienna contributors (see menu item 'About Vienna' for list of contributors). All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file excep...
lapcat/vienna-rss
Vienna/Sources/Fetching/RefreshManager.h
C
apache-2.0
2,093
# Copyright 2011 OpenStack LLC. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required b...
salv-orlando/MyRepo
nova/tests/api/openstack/contrib/test_volume_types.py
Python
apache-2.0
5,886
from typing import Callable, List, Sequence, Tuple import numpy as np import pytest import scipy import tensorflow as tf from _pytest.fixtures import SubRequest import gpflow import gpflow.inducing_variables.multioutput as mf import gpflow.kernels.multioutput as mk from gpflow import set_trainable from gpflow.base im...
GPflow/GPflow
tests/gpflow/conditionals/test_multioutput.py
Python
apache-2.0
31,704
# 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 writing, ...
googleads/google-ads-perl
lib/Google/Ads/GoogleAds/V8/Services/ConversionCustomVariableService/MutateConversionCustomVariablesResponse.pm
Perl
apache-2.0
1,150
# frozen_string_literal: true # encoding: utf-8 # Copyright (C) 2018-2020 MongoDB 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 # # Un...
mongodb/mongo-ruby-driver
lib/mongo/operation/aggregate/op_msg.rb
Ruby
apache-2.0
983
/* * JBoss, Home of Professional Open Source. * Copyright 2014 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licen...
emag/codereading-undertow
core/src/test/java/io/undertow/server/WriteTimeoutTestCase.java
Java
apache-2.0
4,935
# Xanthochrous euphoriae (Pat.) Pat., 1900 SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Hymenochaetales/Hymenochaetaceae/Inonotus/Inonotus euphoriae/ Syn. Xanthochrous euphoriae/README.md
Markdown
apache-2.0
197
// Copyright 2018 NetApp, Inc. All Rights Reserved. package main import ( "os" "github.com/netapp/trident/cli/cmd" ) func main() { cmd.ExitCode = cmd.ExitCodeSuccess if err := cmd.RootCmd.Execute(); err != nil { cmd.SetExitCodeFromError(err) } os.Exit(cmd.ExitCode) }
NetApp/trident
cli/main.go
GO
apache-2.0
282
package com.shocktrade.models.quote import akka.actor.Props import akka.pattern.ask import akka.routing.RoundRobinPool import akka.util.Timeout import com.ldaniels528.commons.helpers.OptionHelper._ import com.shocktrade.actors.QuoteMessages._ import com.shocktrade.actors.WebSockets.QuoteUpdated import com.shocktrade.a...
ldaniels528/shocktrade-server
app-server/app/com/shocktrade/models/quote/StockQuotes.scala
Scala
apache-2.0
7,187
package ru.stqa.pft.mantis.appmanager; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.ie.InternetExplorerDriver; import org.openqa.selenium.remote.BrowserType; import java.io.File; import java.io.FileRe...
martyanova/java_pft
mantis-tests/src/test/java/ru/stqa/pft/mantis/appmanager/ApplicationManager.java
Java
apache-2.0
1,475
class Fluentd module Setting class BufferMemory include Fluentd::Setting::Plugin register_plugin("buffer", "memory") def self.initial_params {} end def common_options [] end def advanced_options [] end end end end
fluent/fluentd-ui
app/models/fluentd/setting/buffer_memory.rb
Ruby
apache-2.0
302
--- layout: default id: 2016-08-23-Lakew-Surafel_Melaku surname: Lakew name: Surafel Melaku university: University of Trento date: 23/08/2016 aboutme: from: Ethiopia research_topic: Deep learning for human-in-the-loop advanced machine translation abstract: advisor: Federico Marcello keywords: website: img: lakew.j...
phdfbk/phdfbk.github.io
students/_posts/2016-08-23-lakew.md
Markdown
apache-2.0
432
/* * Copyright 2014-2019 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...
jentfoo/aws-sdk-java
aws-java-sdk-elasticache/src/main/java/com/amazonaws/services/elasticache/model/transform/DescribeUpdateActionsResultStaxUnmarshaller.java
Java
apache-2.0
3,071
using System.ComponentModel.DataAnnotations; namespace ChatSystem.Server.Models.Account { public class AddExternalLoginBindingModel { [Required] [Display(Name = "External access token")] public string ExternalAccessToken { get; set; } } }
deyantodorov/Zeus-WebServicesCould-TeamWork
Source/ChatSystem/Server/ChatSystem.Server/Models/Account/AddExternalLoginBindingModel.cs
C#
apache-2.0
278
package mtag import ( "github.com/mabetle/mcore" "strings" ) // label tag format: // label="zh='' en=''" // GetLabelTag returns field "label" tag value. func GetLabelTag(v interface{}, fieldName string) (string, bool) { return GetTag(v, fieldName, "label") } // parse string to KeyValue map. func ParseKeyValueMap...
mabetle/mcore
mtag/tag_label.go
GO
apache-2.0
1,652
from __future__ import unicode_literals import pygst pygst.require('0.10') import gst # noqa from mopidy.audio import output import logging logger = logging.getLogger(__name__) # This variable is a global that is set by the Backend # during initialization from the extension properties encoder = 'identity' class ...
liamw9534/mopidy-rtp
mopidy_rtp/sink.py
Python
apache-2.0
1,944
/* * Copyright 2014-2019 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...
jentfoo/aws-sdk-java
aws-java-sdk-ssm/src/main/java/com/amazonaws/services/simplesystemsmanagement/model/transform/DescribePatchPropertiesRequestProtocolMarshaller.java
Java
apache-2.0
2,847
# Scutellaria purpurascens var. obtusifolia Kuntze VARIETY #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Lamiales/Lamiaceae/Scutellaria/Scutellaria purpurascens/Scutellaria purpurascens obtusifolia/README.md
Markdown
apache-2.0
198
/* # # Copyright 2014 The Trustees of Indiana University # # 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 o...
Data-to-Insight-Center/komadu
service-core/src/main/java/edu/indiana/d2i/komadu/ingest/db/TableAttributeData.java
Java
apache-2.0
1,714
int ${library_name}_${structure_name}_read_file_io_handle( ${library_name}_${structure_name}_t *${structure_name}, libbfio_handle_t *file_io_handle, off64_t file_offset, libcerror_error_t **error );
libyal/libyal
data/dtfabric/runtime_structure.h/functions-read_file_io_handle.h
C
apache-2.0
220
# node-go-require [![NPM Version](http://img.shields.io/npm/v/node-go-require.svg?style=flat)](https://www.npmjs.org/package/node-go-require) [![CI](https://github.com/sagiegurari/node-go-require/workflows/CI/badge.svg?branch=master)](https://github.com/sagiegurari/node-go-require/actions) [![Coverage Status](https://...
sagiegurari/node-go-require
README.md
Markdown
apache-2.0
5,134
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using AC_ServiceClient.ACServiceReference; using AC_SessionReport; namespace AC_ServiceClient { public class ACServiceSessionReportHandler : ISessionReportHandler { public vo...
flitzi/AC_SERVER_APPS
AC_ServiceClient/ACServiceSessionReportHandler.cs
C#
apache-2.0
494
#ifndef __XQ_COMMON_H__ #define __XQ_COMMON_H__ #include "tr/xqp/ast/ASTNode.h" #include "tr/xqp/ast/ASTVarDecl.h" #include "tr/xqp/ast/ASTVar.h" #include "tr/executor/base/dynamic_context.h" #include <string.h> #include <map> #define CREATE_INTNAME(u, l) ((u == "") ? (l) : (std::string("{") + (u) + std::string("}") ...
sedna/sedna
kernel/tr/xqp/XQCommon.h
C
apache-2.0
2,596
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <base data-ice="baseUrl" href="../../../"> <title data-ice="title">SidebarCollection | API Document</title> <link type="text/css" rel="stylesheet" href="css/style.css"> <link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css"> <script src="...
OSBI/meteorite-core-ui
src/main/resources/docs/class/js/collections/SidebarCollection.js~SidebarCollection.html
HTML
apache-2.0
14,651
/* * 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 ...
oscarceballos/flink-1.3.2
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/utils/WebFrontendBootstrap.java
Java
apache-2.0
4,828
# AUTOGENERATED FILE FROM balenalib/vab820-quad-debian:sid-run ENV GO_VERSION 1.15.8 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-get ...
nghiant2710/base-images
balena-base-images/golang/vab820-quad/debian/sid/1.15.8/run/Dockerfile
Dockerfile
apache-2.0
2,349
# oschina/2017/2017-07-22.md ## daily - [zhoubang85/zb](http://git.oschina.net/zhoubang85/zb) : 随着技术积累而慢慢开发一套分布式架构系统。全部采用目前主流技术与框架,为在技术方面有需要的朋友提供一套完整的研究学习实例。项目创建于2017年5月12日,正在慢慢成长中. - [darkidiot/DistributedSession](http://git.oschina.net/darkidiot/distributedsession) : 基于Redis的分布式Session,简单高效。 - [贝密游戏/beimi](http:/...
YihuaWanglv/github-trending
oschina/2017/2017-07-22.md
Markdown
apache-2.0
20,593
// 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
googleapis/nodejs-kms
samples/generated/v1/key_management_service.generate_random_bytes.js
JavaScript
apache-2.0
2,228
# Github Learning https://lab.github.com/docs/install ### :o: Démarrage d'une nouvelle lecon <img src="images/github-learning/-.Start-Learning.png" width="403" height="334" ></img> ### :a: Inscription à [Github Learning Lab](https://lab.github.com/) :round_pushpin: Démarrer l'inscription Si vous n'êtes pas encor...
CollegeBoreal/Tutoriel
E.Education/G.Github/1.Github-Learning-Lab/0.Installation/README.md
Markdown
apache-2.0
3,004
/* * 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...
cedral/aws-sdk-cpp
aws-cpp-sdk-directconnect/include/aws/directconnect/model/DirectConnectGateway.h
C
apache-2.0
13,921