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 |
|---|---|---|---|---|---|
<?php
declare(strict_types=1);
namespace Edde\Common\Protocol\Request;
use Edde\Common\Protocol\Element;
class Response extends Element {
public function __construct(string $id = null) {
parent::__construct('response', $id);
}
}
| edde-framework/edde-framework | src/Edde/Common/Protocol/Request/Response.php | PHP | apache-2.0 | 244 |
#!/usr/bin/python
# Copyright 2015 Comcast Cable Communications Management, 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 ... | Comcast/rulio | examples/stockfs.py | Python | apache-2.0 | 4,418 |
import os
from torch.utils.ffi import create_extension
sources = ["src/lib_cffi.cpp"]
headers = ["src/lib_cffi.h"]
extra_objects = ["src/bn.o"]
with_cuda = True
this_file = os.path.dirname(os.path.realpath(__file__))
extra_objects = [os.path.join(this_file, fname) for fname in extra_objects]
ffi = create_extension(... | Diyago/Machine-Learning-scripts | DEEP LEARNING/segmentation/Kaggle TGS Salt Identification Challenge/v2/modules/build.py | Python | apache-2.0 | 544 |
<?php
/*
* $Id: OCI8ResultSet.php,v 1.1 2007/01/03 20:10:14 rpm Exp $
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE A... | rodrigoprestesmachado/whiteboard | creole/drivers/oracle/OCI8ResultSet.php | PHP | apache-2.0 | 3,726 |
/**
* WTCoB WTCoB License
* This source code and all modifications done by WTCoB
* are licensed under the Apache Public License (version 2) and
* are Copyright (c) 2009-2014 by WTCoB, Inc.
*/
/*
* Copyright (C) 2006 Apple Computer, Inc. All rights reserved.
*
* Redistribution and use in source and binary form... | TeamAir4385/Production | build/iphone/headers/JavaScriptCore/TiValueRef.h | C | apache-2.0 | 13,039 |
---
title: All Ledgers
clientData:
laboratoryUrl: https://www.stellar.org/laboratory/#explorer?resource=ledgers&endpoint=all
---
This endpoint represents all [ledgers](./resources/ledger.md).
This endpoint can also be used in [streaming](../learn/responses.md#streaming) mode so it is possible to use it to get notifi... | irisli/horizon | docs/reference/ledgers-all.md | Markdown | apache-2.0 | 4,868 |
package com.sfl.pms.services.order.exception;
import com.sfl.pms.services.common.exception.EntityNotFoundForUuIdException;
import com.sfl.pms.services.order.model.Order;
/**
* User: Mher Sargsyan
* Company: SFL LLC
* Date: 1/29/15
* Time: 3:54 PM
*/
public class OrderNotFoundForUuIdException extends EntityNotFou... | sflpro/ms_payment | services/services_core/src/main/java/com/sfl/pms/services/order/exception/OrderNotFoundForUuIdException.java | Java | apache-2.0 | 519 |
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/ads/googleads/v10/enums/conversion_tracking_status_enum.proto
namespace Google\Ads\GoogleAds\V10\Enums;
if (false) {
/**
* This class is deprecated. Use Google\Ads\GoogleAds\V10\Enums\ConversionTrackingStatusEnum\ConversionTrac... | googleads/google-ads-php | src/Google/Ads/GoogleAds/V10/Enums/ConversionTrackingStatusEnum_ConversionTrackingStatus.php | PHP | apache-2.0 | 794 |
/* Copyright 2018 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | tensorflow/java | tensorflow-core/tensorflow-core-api/src/gen/java/org/tensorflow/op/math/SquaredDifference.java | Java | apache-2.0 | 3,621 |
/*
* Licensed to ElasticSearch and Shay Banon under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. ElasticSearch licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you may... | chanil1218/elasticsearch | src/main/java/org/elasticsearch/action/admin/indices/stats/IndicesStatsRequest.java | Java | apache-2.0 | 6,877 |
package o;
import java.util.HashSet;
public final class ч$if
{
public String ˊ;
public String ˋ;
public boolean ˎ;
public ч$if(String paramString1, String paramString2)
{
this.ˊ = paramString1;
this.ˋ = paramString2;
this.ˎ = ﺩ.ˋ(paramString1);
ч.ˋ().add(paramString1);
}
}
/* Location: ... | mmmsplay10/QuizUpWinner | quizup/o/—á$if.java | Java | apache-2.0 | 467 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web;
namespace PromosiMVC.Helpers
{
public static class TestHelpers
{
private static Random rnd = new Random();
public static string GenerateCode(int size)
{
// Ra... | RandomLyrics/aaabbbcdefgh | PromosiMVC/Helpers/TestHelpers.cs | C# | apache-2.0 | 1,405 |
package org.cucina.engine.client.service;
import org.cucina.conversation.EventHandler;
import org.cucina.conversation.events.CallbackEvent;
import org.cucina.conversation.events.ConversationEvent;
import org.cucina.engine.client.Check;
import org.cucina.engine.client.Operation;
import org.cucina.engine.server.definiti... | cucina/opencucina | engine-client/src/main/java/org/cucina/engine/client/service/ProcessEventHandler.java | Java | apache-2.0 | 2,730 |
Aeron Archive
===
[](http://www.javadoc.io/doc/io.aeron/aeron-all)
The aeron-archive is an module which enables Aeron data stream recording and replay from persistent storage.
Samples can be found [here](https://github.com/real-logic/aeron/blob/master/a... | galderz/Aeron | aeron-archive/README.md | Markdown | apache-2.0 | 4,183 |
import * as React from "react";
import { LineContainerComponent } from '../../sharedComponents/lineContainerComponent';
import { IPropertyComponentProps } from './propertyComponentProps';
import { TextInputLineComponent } from '../../sharedComponents/textInputLineComponent';
import { TextLineComponent } from '../... | jbousquie/Babylon.js | nodeEditor/src/diagram/properties/genericNodePropertyComponent.tsx | TypeScript | apache-2.0 | 6,448 |
package com.koch.ambeth.query;
/*-
* #%L
* jambeth-test
* %%
* Copyright (C) 2017 Koch Softwaredevelopment
* %%
* 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... | Dennis-Koch/ambeth | jambeth/jambeth-test/src/test/java/com/koch/ambeth/query/QueryTest.java | Java | apache-2.0 | 28,311 |
package com.guapiweather.android.service;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.IBinder;
import android.os.SystemClock;
import android.preference.PreferenceManager;
impor... | LJiLong/guapiweather | app/src/main/java/com/guapiweather/android/service/AutoUpdateService.java | Java | apache-2.0 | 3,661 |
<?php
/**
* Copyright 2015 Tomas Halman
*
* 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... | thalman/dds | src/app.php | PHP | apache-2.0 | 9,514 |
# Hantzschia weiprechtii Grunow SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Bacillariophyta/Bacillariophyceae/Bacillariales/Bacillariaceae/Hantzschia/Hantzschia weiprechtii/README.md | Markdown | apache-2.0 | 187 |
# Kuromatea glabra (Thunb.) Kudô 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/Fagales/Fagaceae/Lithocarpus/Lithocarpus glaber/ Syn. Kuromatea glabra/README.md | Markdown | apache-2.0 | 188 |
/*
* 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 ... | mikewalch/accumulo | core/src/main/java/org/apache/accumulo/core/file/blockfile/cache/lru/CachedBlock.java | Java | apache-2.0 | 4,543 |
/*
* 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-costexplorer/src/main/java/com/amazonaws/services/costexplorer/model/transform/SavingsPlansPurchaseRecommendationMetadataMarshaller.java | Java | apache-2.0 | 2,983 |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" conte... | klose911/klose911.github.io | html/erlang/tutorial/sequential/list.html | HTML | apache-2.0 | 15,489 |
/*******************************************************************************
* Copyright (c) 2015 www.DockerFoundry.cn
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Apache License,
* Version 2.0 (the "License"); you may not use this file exce... | osswangxining/dockerfoundry | cn.dockerfoundry.ide.eclipse.explorer.ui/src/cn/dockerfoundry/ide/eclipse/explorer/ui/preferences/PreferenceConstants.java | Java | apache-2.0 | 1,277 |
/**
* 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... | acton393/incubator-weex | weex_core/Source/base/android/jniprebuild/jniheader/WXParams_jni.h | C | apache-2.0 | 10,605 |
var config = {
defaultPort: process.env.WEB_PORT || 3000,
defaultLogLength: process.env.LOGLENGTH || 64,
defaultLogLines: process.env.LOGLINES || 10,
defaultSpacer: process.env.SPACER || ' | ',
defaultIdentifier: process.env.IDENTIFIER || '',
defaultLineCount: process.env.LINECOUNT || 1,
defaultLineDated... | bryanlatten/docker-log-gen | lib/config.js | JavaScript | apache-2.0 | 430 |
//
// HotKey.h
//
// Created by chao on 7/12/16.
// Copyright © 2016 eschao. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import <Carbon/Carbon.h>
@interface HotKey : NSObject
@property (readonly) NSUInteger keyCode;
@property (readonly) NSUInteger keyMod;
@property (readonly) BOOL enabled;
- (instancetype)init... | eschao/MyHotKey | src/MyHotKey/HotKey/HotKey.h | C | apache-2.0 | 1,130 |
# Porolithon castellum Dawson SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Rhodophyta/Florideophyceae/Corallinales/Corallinaceae/Porolithon/Porolithon castellum/README.md | Markdown | apache-2.0 | 185 |
<!DOCTYPE html>
<html>
<head>
<title>BÖLGELER</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="jquery.mobile-1.4.5.min.css" />
<script src="jquery-1.11.1.min.js"></script>
<script src="jquery.mobile-1.4.5.min.js"></scrip... | meltemdablan/meltemdablan01 | doguanadolu.html | HTML | apache-2.0 | 1,154 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<title>Source code</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<div class="sourceContainer">
<pre><span class="sourceLineNo">0... | ebean-orm/ebean-orm.github.io | apidoc/11/src-html/io/ebean/meta/MetaQueryMetric.html | HTML | apache-2.0 | 2,074 |
/**
*
*/
package com.spun.util.io;
public class StackElementLevelSelector implements StackElementSelector
{
private int ignoreLevels;
public StackElementLevelSelector(int ignoreLevels)
{
this.ignoreLevels = ignoreLevels;
}
public StackTraceElement selectElement(StackTraceElement[] trace)
{
retur... | approvals/ApprovalTests.Java | approvaltests-util/src/main/java/com/spun/util/io/StackElementLevelSelector.java | Java | apache-2.0 | 418 |
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"/home/xiaobai/Work/rust/qmlrs/ext/lib/api.cpp" "/home/xiaobai/Work/rust/qmlrs/ext/lib/build/CMakeFiles/librsqml.dir/api... | Jxspy/rust-qml | ext/lib/build/CMakeFiles/librsqml.dir/DependInfo.cmake | CMake | apache-2.0 | 1,552 |
///
/// Copyright (c) 2016 Dropbox, Inc. All rights reserved.
///
/// Auto-generated by Stone, do not modify.
///
#import <Foundation/Foundation.h>
#import "DBSerializableProtocol.h"
@class DBSHARINGJobError;
@class DBSHARINGJobStatus;
#pragma mark - API Object
///
/// The `JobStatus` union.
///
/// This class imp... | vntodorova/Notes | Notes/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGJobStatus.h | C | apache-2.0 | 3,924 |
# Copyright 2015 Palo Alto Networks, 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 agre... | PaloAltoNetworks/minemeld-core | minemeld/ft/dag.py | Python | apache-2.0 | 20,185 |
/*-------------------------------------------------------------------------
*
* execBitmapHeapScan.c
* Support routines for scanning Heap tables using bitmaps.
*
* Portions Copyright (c) 2014-Present Pivotal Software, Inc.
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyr... | Chibin/gpdb | src/backend/executor/execBitmapHeapScan.c | C | apache-2.0 | 5,281 |
/*
* Project Scelight
*
* Copyright (c) 2013 Andras Belicza <iczaaa@gmail.com>
*
* This software is the property of Andras Belicza.
* Copying, modifying, distributing, refactoring without the author's permission
* is prohibited and protected by Law.
*/
package hu.scelight.sc2.rep.model.messageevents;... | icza/scelight | src-app/hu/scelight/sc2/rep/model/messageevents/PingEvent.java | Java | apache-2.0 | 1,637 |
package org.gradle.test.performance.mediummonolithicjavaproject.p13;
import org.junit.Test;
import static org.junit.Assert.*;
public class Test261 {
Production261 objectUnderTest = new Production261();
@Test
public void testProperty0() {
String value = "value";
objectUnderTest.setP... | oehme/analysing-gradle-performance | commons/src/test/java/org/gradle/test/performance/mediummonolithicjavaproject/p13/Test261.java | Java | apache-2.0 | 2,107 |
var searchData=
[
['ratecomment',['rateComment',['../namespace_meanco_app_1_1views_1_1_api_comment.html#a3126e77b21099a4dd4dea0c7d5370b50',1,'MeancoApp::views::ApiComment']]],
['raterelation',['rateRelation',['../namespace_meanco_app_1_1views_1_1_api_relation.html#a024057c446726ba7e55cba45c6ce116c',1,'MeancoApp::vi... | bounswe/bounswe2016group12 | docs/html/search/functions_6.js | JavaScript | apache-2.0 | 512 |
package com.triangleleft.flashcards.rule;
import org.openqa.selenium.Capabilities;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.remote.DesiredCapabilities;
import java.io.File;
import java.net.URL;
import io.appium.java_client.android.AndroidDriver;
import io.appium.java_client.remote.AndroidMob... | TriangleLeft/Flashcards | appium/src/test/java/com/triangleleft/flashcards/rule/AppiumAndroidDriver.java | Java | apache-2.0 | 2,026 |
/*
* Copyright 2010 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... | ariestse/spring-test-hibernate-dbunit | spring-test-hibernate-dbunit/src/test/java/com/github/springtestdbunit/dbunitrule/setup/InsertSetupOnMethodTest.java | Java | apache-2.0 | 1,770 |
from django.contrib.staticfiles import storage
# Configure the permissions used by ./manage.py collectstatic
# See https://docs.djangoproject.com/en/1.10/ref/contrib/staticfiles/
class TTStaticFilesStorage(storage.StaticFilesStorage):
def __init__(self, *args, **kwargs):
kwargs['file_permissions_mode'] = 0... | Goodly/TextThresher | thresher_backend/storage.py | Python | apache-2.0 | 446 |
package com.tweetqueue.core.services.user;
import com.tweetqueue.core.model.user.User;
import com.tweetqueue.core.model.user.UserFactory;
import com.tweetqueue.core.model.user.UserRepository;
public class CreateUserService {
private final UserRepository userRepository;
private final UserFactory userFactory;
... | tweetqueue/core | src/main/java/com/tweetqueue/core/services/user/CreateUserService.java | Java | apache-2.0 | 880 |
#! /bin/bash
set -e
set -x
if [ x"$TRAVIS" = xtrue ]; then
CPU_COUNT=2
else
CPU_COUNT=$(nproc)
fi
mv tcl/target/1986ве1т.cfg tcl/target/1986be1t.cfg
mv tcl/target/к1879xб1я.cfg tcl/target/k1879x61r.cfg
./bootstrap
mkdir build
cd build
../configure \
--prefix=$PREFIX \
--enable-static \
--disable-shared \
... | timvideos/conda-hdmi2usb-packages | prog/openocd/build.sh | Shell | apache-2.0 | 467 |
#!/bin/bash -eux
/sbin/chroot /mnt /bin/bash <<'EOF'
find /lib/modules/ -type f -name '*.ko' -exec gzip {} \;
depmod -a
EOF | robinwl/packer-templates | packer/scripts/slackware/kernel.sh | Shell | apache-2.0 | 124 |
package rsc.parallel;
import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;
import java.util.concurrent.atomic.AtomicLongFieldUpdater;
import java.util.concurrent.atomic.AtomicReferenceFieldUpdater;
import org.reactivestreams.Subscriber;
import org.reactivestreams.Subscription;
import rsc.flow.Fuseable;
impo... | reactor/reactive-streams-commons | src/main/java/rsc/parallel/ParallelGroup.java | Java | apache-2.0 | 4,430 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html">
<meta name="Template" content="C:\PROGRAM FILES\MICROSOFT
OFFICE\OFFICE\html.dot">
<title>FrequencyResolution</title>
</head... | CSCSI/Triana | triana-toolboxes/signalproc/help/dataparam/FrequencyResolution.html | HTML | apache-2.0 | 1,638 |
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
import "context"
// ApplicationRequestBuilder is request builder for Application
type ApplicationRequestBuilder struct{ BaseRequestBuilder }
// Request returns ApplicationRequest
func (b *ApplicationRequestBuilder) Request() *ApplicationRequest {
ret... | 42wim/matterbridge | vendor/github.com/yaegashi/msgraph.go/beta/RequestApplication.go | GO | apache-2.0 | 8,365 |
/**
* Copyright 2010 - 2015 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 a... | morj/xodus | entity-store/src/main/java/jetbrains/exodus/entitystore/tables/SingleColumnTable.java | Java | apache-2.0 | 1,599 |
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>alignWithin</title>
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
<script>var pathToRoot = "../../../";</script>
<script type="text/javascript" src="../../../scripts/... | Hexworks/zircon | docs/2020.2.0-RELEASE-KOTLIN/zircon.core/zircon.core/org.hexworks.zircon.api.component/-component-alignment/align-within.html | HTML | apache-2.0 | 5,900 |
using Fidget.Validation.Addresses.Metadata;
using System.Collections.Generic;
using System.Linq;
using Xunit;
namespace Fidget.Validation.Addresses.Validation.Validators
{
public class CountryValidatorTests
{
IAddressValidator instance => new CountryValidator();
ValidationContext c... | seanterry42/Fidget.Validation.Addresses | test/Validation/Validators/CountryValidatorTests.cs | C# | apache-2.0 | 2,470 |
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
/* $Source: src/usr/intr/intrrp.C $ */
/* ... | shenki/hostboot | src/usr/intr/intrrp.C | C++ | apache-2.0 | 86,116 |
//
// FNNewsKeyButton.h
// FourNews
//
// Created by xmg on 16/4/4.
// Copyright © 2016年 天涯海北. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FNNewsKeyButton : UIButton
@end
| ongnen/FourNews | FourNews/FourNews/Class/News/View/NewsRelative/FNNewsKeyButton.h | C | apache-2.0 | 204 |
package com.xiaogua.better.apache;
import java.util.Arrays;
import java.util.Date;
import java.util.HashMap;
import org.apache.commons.beanutils.BasicDynaClass;
import org.apache.commons.beanutils.DynaBean;
import org.apache.commons.beanutils.DynaProperty;
import org.junit.Test;
public class TestApacheDyn... | oyxiaogua/JavaBasicCode | src/test/java/com/xiaogua/better/apache/TestApacheDynaBean.java | Java | apache-2.0 | 1,153 |
/*
* 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 ... | hanahmily/sky-walking | apm-sniffer/apm-sdk-plugin/spring-plugins/mvc-annotation-4.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/spring/mvc/v4/define/AbstractSpring4Instrumentation.java | Java | apache-2.0 | 1,308 |
# -*- coding: utf-8 -*-
# Generated by Django 1.9 on 2015-12-12 16:07
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('tocayoapp', '0007_gender_description'),
]
operations = [
migrations.AlterField... | philpot/tocayo | tocayoproj/tocayoapp/migrations/0008_auto_20151212_1607.py | Python | apache-2.0 | 455 |
/*
* Copyright (C) 2012-2021 DuyHai DOAN
*
* 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 agree... | doanduyhai/Achilles | achilles-core/src/main/java/info/archinnov/achilles/async/DefaultExecutorThreadFactory.java | Java | apache-2.0 | 1,560 |
# Tibouchina fulvipilis var. scrobiculata Cogn. VARIETY
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Myrtales/Melastomataceae/Tibouchina/Tibouchina fulvipilis/ Syn. Tibouchina fulvipilis scrobiculata/README.md | Markdown | apache-2.0 | 202 |
@(user: Option[com.mohiva.play.silhouette.impl.User] = None,
twitterHandleForm: Form[forms.TwitterTimeLineForm.Data],
neo4jURI: String)(implicit request: RequestHeader, messages: Messages)
@import b3.inline.fieldConstructor
@main(Messages("timeLine.title"), user, neo4jURI) {
<div class="col-m... | Queendimimi/twitter_extractor | app/views/twitterTimeLineForm.scala.html | HTML | apache-2.0 | 2,040 |
package com.vmware.vim25;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for ArrayOfVirtualDev... | jdgwartney/vsphere-ws | java/JAXWS/samples/com/vmware/vim25/ArrayOfVirtualDeviceConfigSpec.java | Java | apache-2.0 | 2,205 |
package com.vmware.vim25;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for ArrayOfDVSHealthC... | jdgwartney/vsphere-ws | java/JAXWS/samples/com/vmware/vim25/ArrayOfDVSHealthCheckConfig.java | Java | apache-2.0 | 2,145 |
/*
* Copyright 2008 The Closure Compiler 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... | LorenzoDV/closure-compiler | test/com/google/javascript/jscomp/DisambiguatePropertiesTest.java | Java | apache-2.0 | 69,850 |
package org.gradle.test.performance.mediummonolithicjavaproject.p474;
public class Production9487 {
private String property0;
public String getProperty0() {
return property0;
}
public void setProperty0(String value) {
property0 = value;
}
private String property1;
... | oehme/analysing-gradle-performance | my-app/src/main/java/org/gradle/test/performance/mediummonolithicjavaproject/p474/Production9487.java | Java | apache-2.0 | 1,891 |
import logging
import os
import os.path
import shutil
import subprocess
import tempfile
import time
from six.moves import urllib
import uuid
from six.moves.urllib.parse import urlparse # pylint: disable=E0611,F0401
from test.service import ExternalService, SpawnedService
from test.testutil import get_open_port
log =... | gamechanger/kafka-python | test/fixtures.py | Python | apache-2.0 | 9,197 |
package org.eufraten.trelloreporter.ordemDeServico;
import java.time.Instant;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.ZoneId;
import java.time.temporal.ChronoUnit;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Date;
import java.util.List;
import org.ap... | gusehr/eufraten-trello-reporter | src/main/java/org/eufraten/trelloreporter/ordemDeServico/OrdemDeServico.java | Java | apache-2.0 | 5,183 |
</div><form action="search.asp" name="form1" id="form1">
<table border="1" id="table1" style="border-collapse: collapse">
<tr>
<td height="25" align="center"><span style="font-size: 16px">唐</span></td>
<td height="25" align="center"><span style="font-size: 16px">公元860年</span></td>
<td height="25" align="... | ilearninging/xxhis | all/1787.html | HTML | apache-2.0 | 2,172 |
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <math.h>
#define DATASETSIZE 10
void heap_sort(double* srcdata, int len);
void main(void){
double srcdata[DATASETSIZE];
int idx, jdx;
srand(time(NULL));
for( idx=0; idx<DATASETSIZE; idx++ ){
srcdata[idx] = rand()*1.0/RAND_MAX;
... | batermj/algorithm-challenger | books/cs/general-purpose-algorithms/introduction-to-algorithms/3rd-edition/chapter6/C/heap_sort.c | C | apache-2.0 | 1,748 |
/**
* angularjs-jspm-seed
* Created by kdavin on 19/11/2015.
*/
import {Service, Module} from '../../decorators';
@Module({
name : "app.common.services"
})
@Service("CustomLogService")
class CustomLogService {
constructor ($log) {
"ngInject";
this.$log = $log;
}
print(message = "Hello World !!") {... | davinkevin/angularjs-jspm-seed | public/app/common/service/customLogService.js | JavaScript | apache-2.0 | 390 |
// Copyright 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in w... | oldmud0/codeu17-group18 | test/codeu/chat/TestRunner.java | Java | apache-2.0 | 1,447 |
/*
* Perfclispe
*
*
* Copyright (c) 2013 Jakub Knetl
*
* 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... | PerfCake/PerfClipse | org.perfclipse.core/src/org/perfclipse/core/commands/EditDestinationEnabledCommand.java | Java | apache-2.0 | 1,347 |
// Copyright 2007 Xito.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 applicable law or agreed to in writing... | drichan/xito | modules/bootstrap/src/main/java/org/xito/boot/ClassPathEntry.java | Java | apache-2.0 | 16,187 |
# Randia longiflora var. ovoidea VARIETY
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Gentianales/Rubiaceae/Oxyceros/Oxyceros longiflorus/ Syn. Randia longiflora ovoidea/README.md | Markdown | apache-2.0 | 187 |
# Brodiaea lactea var. major VARIETY
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Asparagaceae/Triteleia/Triteleia hyacinthina/ Syn. Brodiaea lactea major/README.md | Markdown | apache-2.0 | 183 |
# Wildemania amethystea (Kützing) De Toni SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Rhodophyta/Bangiophyceae/Bangiales/Bangiaceae/Wildemania/Wildemania amethystea/README.md | Markdown | apache-2.0 | 198 |
# Pleurotus applicatus var. calopogon Pat. & Demange VARIETY
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Pleurotus applicatus var. calopogon Pat. & Demange
### Remarks
null | mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Tricholomataceae/Resupinatus/Resupinatus applicatus/Pleurotus applicatus calopogon/README.md | Markdown | apache-2.0 | 229 |
# Platanthera helferi (Rchb.f.) Kraenzl. SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Brachycorythis/Brachycorythis helferi/ Syn. Platanthera helferi/README.md | Markdown | apache-2.0 | 195 |
# Cenolophon macrostephanum (Baker) Holttum SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Zingiberales/Zingiberaceae/Alpinia/Alpinia macrostephana/ Syn. Cenolophon macrostephanum/README.md | Markdown | apache-2.0 | 198 |
# Commiphora montana Engl. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Sapindales/Burseraceae/Commiphora/Commiphora montana/README.md | Markdown | apache-2.0 | 174 |
# Microagglomeratus Awramik in Allison & Awramik, 1989 GENUS
#### Status
ACCEPTED
#### According to
Interim Register of Marine and Nonmarine Genera
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Protozoa/Acritarcha/Microagglomeratus/README.md | Markdown | apache-2.0 | 216 |
# Angelica montana Brot. 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/Apiales/Apiaceae/Angelica/Angelica montana/README.md | Markdown | apache-2.0 | 180 |
# Huperzia selago subsp. arctica (Grossh.) Á. Löve & D. Löve SUBSPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Lycopodiophyta/Lycopodiopsida/Lycopodiales/Lycopodiaceae/Huperzia/Huperzia selago/ Syn. Huperzia selago arctica/README.md | Markdown | apache-2.0 | 221 |
package PSLHAR;//edu.umd.cs.example;
import java.util.ArrayList;
import edu.umd.cs.psl.database.ReadOnlyDatabase;
import edu.umd.cs.psl.model.argument.ArgumentType;
import edu.umd.cs.psl.model.argument.GroundTerm;
import edu.umd.cs.psl.model.argument.IntegerAttribute;
import edu.umd.cs.psl.model.function.ExternalFunc... | NataliaDiaz/ActivityRecognitionPSL | src/main/java/PSLHAR/FromSamePlaneToOnTopFunction.java | Java | apache-2.0 | 3,534 |
$packageName = 'firefox-nightly'
$softwareVersion = '55.0.1.2017031021-alpha' -Replace "^(\d+)\.(\d+)\.(\d+)[^-]+-([a-z]).*",'$1.$2$4$3'
$softwareName = "Nightly $softwareVersion*"
$installerType = 'exe'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0)
[array]$key = Get-UninstallRe... | dtgm/chocolatey-packages | automatic/_output/firefox-nightly/55.0.1.2017031021/tools/chocolateyUninstall.ps1 | PowerShell | apache-2.0 | 820 |
#pragma once
#include "message.hh"
#include <string>
namespace eclipse {
namespace messages {
struct OffsetKeyValue: public Message {
OffsetKeyValue () = default;
OffsetKeyValue (uint32_t, std::string, std::string, uint32_t, uint32_t);
std::string get_type() const override;
uint32_t key;
std::string name,... | DICL/VeloxMR | src/messages/offsetkv.hh | C++ | apache-2.0 | 357 |
/* Copyright 2020 Telstra Open Source
*
* 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... | jonvestal/open-kilda | src-java/flowhs-topology/flowhs-storm-topology/src/main/java/org/openkilda/wfm/topology/flowhs/fsm/delete/actions/ValidateFlowAction.java | Java | apache-2.0 | 3,905 |
# Copyright (c) 2012 NetApp, Inc. All rights reserved.
# Copyright (c) 2014 Ben Swartzlander. All rights reserved.
# Copyright (c) 2014 Navneet Singh. All rights reserved.
# Copyright (c) 2014 Clinton Knight. All rights reserved.
# Copyright (c) 2014 Alex Meade. All rights reserved.
# Copyright (c) 2014 Andrew Ker... | julianwang/cinder | cinder/volume/drivers/netapp/dataontap/block_base.py | Python | apache-2.0 | 37,442 |
/*
* Copyright 2016-2021 52°North Spatial Information Research 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 requi... | 52North/javaPS | rest/src/main/java/org/n52/javaps/rest/model/Input.java | Java | apache-2.0 | 2,201 |
<!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.deidentifier.arx.ARXResult (ARX API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</he... | kbabioch/arx | doc/api/org/deidentifier/arx/class-use/ARXResult.html | HTML | apache-2.0 | 12,529 |
/** @file
* Copyright (c) 2018, Arm Limited or its affiliates. All rights reserved.
* SPDX-License-Identifier : Apache-2.0
*
* 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://... | ARM-software/arm-enterprise-acs | mpam/platform/pal_uefi_acpi_override/src/pal_misc.c | C | apache-2.0 | 12,248 |
---
layout: post
title: "Adder block is finished"
---
Finished soldering and testing of ALU adder block. While replacing bad relay found another one with corrupted contacts. I probably need to make quality inspection before attaching relays to the board and soldering them.
| Dovgalyuk/Relay | docs/_posts/2013-03-17-Adder-block-is-finished.md | Markdown | apache-2.0 | 276 |
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=640">
<link rel="stylesheet" href="stylesheets/core.css" media="screen">
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only scre... | jfs2j/HR-Health-Index | index.html | HTML | apache-2.0 | 3,897 |
# Generated by the protocol buffer compiler. DO NOT EDIT!
# Source: google/ads/googleads/v10/services/feed_item_set_service.proto for package 'Google.Ads.GoogleAds.V10.Services'
# Original file comments:
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use t... | googleads/google-ads-ruby | lib/google/ads/google_ads/v10/services/feed_item_set_service_services_pb.rb | Ruby | apache-2.0 | 2,086 |
<!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/xhtml;charset=UTF-8"/>
<title>VirtualBox Main API: IGuest Interface Reference</title>
<link href="tab... | dgomez10/xanon | SDK/docs/html/interface_i_guest.html | HTML | apache-2.0 | 66,710 |
<!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_232) on Tue Sep 15 08:53:07 UTC 2020 -->
<title>Uses of Class org.springframework.web.util.UriTemplate (Spring Framework 5.1.18.RELEASE API)</t... | akhr/java | Spring/jars/spring-framework-5.1.18.RELEASE/docs/javadoc-api/org/springframework/web/util/class-use/UriTemplate.html | HTML | apache-2.0 | 4,623 |
/**
* @license Apache-2.0
*
* Copyright (c) 2020 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | stdlib-js/stdlib | dist/datasets-emoji/test/test.emoji_code_picto.js | JavaScript | apache-2.0 | 1,579 |
// dominators
// another problem with gcc
void cprop_test6(int *data) {
int j = 5;
if (data[0])
data[1] = 10*j;
else
data[2] = 15*j;
data[3] = 21*j;
}
| regehr/optimizer-eval | handwritten/constant-propagation/cprop6test.c | C | apache-2.0 | 168 |
<?php
/**
* PHPExcel
*
* Copyright (c) 2006 - 2013 PHPExcel
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later ve... | kristhianfigueroa/retos | protected/messages/PHPExcel/Classes/PHPExcel/Writer/Excel2007/WriterPart.php | PHP | apache-2.0 | 2,438 |
function MouseTimer(){
timers = {};
listenersWait = {};
function init(){
setMouseMoveHandler();
}
function setMouseMoveHandler(){
$(document).mousemove(function(event) {
for (var time in timers){
var timer = timers[time];
clearTimeout(ti... | werneckpaiva/retrato-js | src/mouse-timer.js | JavaScript | apache-2.0 | 1,444 |
# AUTOGENERATED FILE
FROM balenalib/surface-go-debian:buster-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu63 \
libssl1.1 \
... | resin-io-library/base-images | balena-base-images/dotnet/surface-go/debian/buster/5.0-sdk/run/Dockerfile | Dockerfile | apache-2.0 | 2,924 |
/*
* Copyright 2017 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/wildfly11.0/src/main/java/org/jboss/migration/wfly11/task/subsystem/elytron/ConstantPermissionMapperAddOperation.java | Java | apache-2.0 | 3,062 |
/*
* Copyright 1999-2011 Alibaba Group.
*
* 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... | LubinXuan/dubbox | dubbo-remoting/dubbo-remoting-netty/src/main/java/com/alibaba/dubbo/remoting/transport/netty/NettyServer.java | Java | apache-2.0 | 6,262 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.