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 ru.job4j.toDoList.model.dao; import org.apache.log4j.LogManager; import org.apache.log4j.Logger; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.Transaction; import org.hibernate.cfg.Configuration; import ru.job4j.toDoList.model.entity.Item; import java.sql.Timestamp; i...
Mrsananabos/ashveytser
chapter_009/src/main/java/ru/job4j/toDoList/model/dao/HiberStorage.java
Java
apache-2.0
2,289
import { AbstractSimpleComponent } from './AbstractSimpleComponent'; import { AllowedTokens } from './AllowedTokens'; /** * Scalar component used to represent a categorical value as a simple token * identifying a term in a code space */ export class SweCategory extends AbstractSimpleComponent { /** * Value is ...
autermann/smle
src/app/model/swe/SweCategory.ts
TypeScript
apache-2.0
604
// Copyright 2016-2020 Authors of Cilium // // 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...
cilium-team/cilium
daemon/cmd/status.go
GO
apache-2.0
25,264
package cn.com.warlock.wisp.core.plugin.processor.support.filter; import cn.com.warlock.wisp.core.dto.MysqlEntryWrap; import cn.com.warlock.wisp.core.exception.WispProcessorException; public interface IEntryFilterChain { void doFilter(MysqlEntryWrap entry) throws WispProcessorException; }
warlock-china/wisp
wisp-core/src/main/java/cn/com/warlock/wisp/core/plugin/processor/support/filter/IEntryFilterChain.java
Java
apache-2.0
298
// Copyright 2020 TiKV Project Authors. Licensed under Apache-2.0. use super::bit_vec::BitVec; use super::{ChunkRef, ChunkedVec, UnsafeRefInto}; use super::{Set, SetRef}; use crate::impl_chunked_vec_common; use std::sync::Arc; use tikv_util::buffer_vec::BufferVec; /// `ChunkedVecSet` stores set in a compact way. /// ...
pingcap/tikv
components/tidb_query_datatype/src/codec/data_type/chunked_vec_set.rs
Rust
apache-2.0
5,937
<!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_16) on Mon Jun 28 12:45:09 PDT 2010 --> <TITLE> Uses of Class org.apache.hadoop.contrib.index.mapred.IndexUpdateCombiner (Hadoop 0.20.2+320 API) </TI...
ryanobjc/hadoop-cloudera
docs/api/org/apache/hadoop/contrib/index/mapred/class-use/IndexUpdateCombiner.html
HTML
apache-2.0
6,306
/* * 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 applica...
codenergic/theskeleton
src/main/java/org/codenergic/theskeleton/post/PostRepository.java
Java
apache-2.0
1,323
/* * Copyright 2016 Bear Giles <bgiles@coyotesong.com> * * 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...
beargiles/cheat-sheet
webservices/Apache-CXF/apache-cxf-wss4j-interceptors/src/main/java/com/coyotesong/demo/cxf/ApacheCxfWss4jApplication.java
Java
apache-2.0
1,721
/* * Copyright 2016 LINE Corporation * * LINE Corporation licenses this file to you under the Apache License, * version 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at: * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless r...
minwoox/armeria
core/src/test/java/com/linecorp/armeria/server/VirtualHostBuilderTest.java
Java
apache-2.0
10,501
/** * 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...
punkhorn/camel-upstream
components/camel-activemq/src/test/java/org/apache/camel/component/activemq/ActiveMQComponentFactoryUserNamePasswordTest.java
Java
apache-2.0
2,000
<header> <div class="header-overlay"> </div> <div class="header-content"> <div class="header-content-inner"> <h1 class="brand-text">{{ site.title }}</h1> <hr> <p>Shopify your op!</p> <a href="#about" class="btn btn-primary btn-xl page-scroll">Find Out ...
smspillaz/opshopify
_includes/header.html
HTML
apache-2.0
365
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2021 DBeaver Corp and others * * 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/LICE...
Sargul/dbeaver
plugins/org.jkiss.dbeaver.model/src/org/jkiss/dbeaver/model/DBPVirtualObject.java
Java
apache-2.0
917
html,body{ width: 100%; height: 100%; overflow: hidden; } .busmap-container{ width: 100%; height: 100%; position: relative; } .map-tools{ position: absolute; right: 10px; top: 10px; } .analysis-enter{ width: 60px; height: 60px; border-radius: 4px; background: #ff71...
pangkailang/TOMS
target-analysis/src/main/resources/static/tocc-toms/common/mod/control/map-tools/resource/css/maptools.css
CSS
apache-2.0
15,314
<ion-header-bar align-title="center" class="bar-positive"> <a class="button button-clear icon ion-chevron-left" ui-sref="tab.mylib"></a> <h2 class="title"> 借阅历史 </h2> </ion-header-bar> <ion-content> <ion-list> <ion-item class="item-avatar" ng-repeat="book in bookList" ng-click="bookDetils(book.b...
p664940448/weixin
www/templates/mylib_myhistorylend.html
HTML
apache-2.0
618
try { if (Koadic.JOBKEY != "stage") { if (Koadic.isHTA()) { //HKCU\SOFTWARE\Microsoft\Internet Explorer\Style\MaxScriptStatements = 0xFFFFFFFF var path = "SOFTWARE\\Microsoft\\Internet Explorer\\Styles"; var key = "MaxScriptStatements"; Koadic.regi...
zerosum0x0/koadic
data/stager/js/stage.js
JavaScript
apache-2.0
1,812
package profitbricks import ( "context" "github.com/ionos-cloud/sdk-go/v5" "net/http" ) // Lan object type Lan struct { ID string `json:"id,omitempty"` PBType string `json:"type,omitempty"` Href string `json:"href,omitempty"` Metadata *Metadata `json:"metadata,omite...
profitbricks/profitbricks-sdk-go
lan.go
GO
apache-2.0
6,599
<!-- Copyright (C) 2007-2015 Pivotal Software, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the 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 ...
Lartza/rabbitmq-website
site/mqtt.md
Markdown
apache-2.0
11,251
/* * 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...
JoyIfBam5/aws-sdk-cpp
aws-cpp-sdk-email/include/aws/email/SESRequest.h
C
apache-2.0
1,683
package me.wangkang.spring.messaging; /** * Hello world! * */ public class App { public static void main( String[] args ) { System.out.println( "Hello World!" ); } }
iwangkang/spring
spring-framework-example/spring-messaging-example/src/main/java/me/wangkang/spring/messaging/App.java
Java
apache-2.0
191
<!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_112) on Thu Jul 06 10:54:03 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.wildfly.swarm.jaxrs (Pu...
wildfly-swarm/wildfly-swarm-javadocs
2017.7.0/apidocs/org/wildfly/swarm/jaxrs/package-summary.html
HTML
apache-2.0
6,453
package com.gdn.venice.facade; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.List; import javax.ejb.EJBException; import javax.ejb.Stateless; import javax.ejb.TransactionAttribute; import javax.ejb.TransactionAttributeType; import javax.persistence.EntityManager; im...
yauritux/venice-legacy
Venice/Venice-Service/src/main/java/com/gdn/venice/facade/VenOrderItemHistorySessionEJBBean.java
Java
apache-2.0
19,139
package com.hiwhitley.chapter01; /** * Created by hiwhitley on 2016/10/27. */ public class Pet { private String type; public Pet(String type) { this.type = type; } public String getType() { return type; } }
hiwhitley/CodingEveryDay
src/com/hiwhitley/chapter01/Pet.java
Java
apache-2.0
248
/* * Copyright 2016 Black Duck Software, 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 ...
blackducksoftware/ohcount4j
src/main/java/com/blackducksoftware/ohcount4j/Language.java
Java
apache-2.0
16,986
#!/usr/bin/env bash # # Simple utility that uses ssh to check, run or kill the logger script # on every node of the cluster. # Automatically obtains the cluster nodes and writes them to a hostsfile. # NOTE: Runs in sequence not in paralell. # # # EXAMPLES: # # Runs 3 busybox containers per each node. # export TIME...
hroyrh/svt
logging_metrics_performance/enterprise_logging/test/manage_pods.sh
Shell
apache-2.0
3,905
# Learn Appleseed Read the Docs (RTD) repository for Appleseed Framework documentation. ![Appleseed Framework 2017](assets/SM.RD.Appleseed.Framework.Diagram.2017.png)
Appleseed/learn
README.md
Markdown
apache-2.0
168
package pl.itdonat.demo.wsfbd.encryption; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.*; import pl.itdonat.demo.wsfbd.encryption.encode.EncodeData; import pl.itdonat.demo.wsfbd.encryption.encode.EncodeService; import java.util.L...
RobertSzarejko/WebSecurityForBackendDev
web-security-demo/src/main/java/pl/itdonat/demo/wsfbd/encryption/CryptoController.java
Java
apache-2.0
1,419
chefrepo-builder ================ Chef Repo CI/CD builder
dldinternet/chefrepo-builder
README.md
Markdown
apache-2.0
59
/** * Copyright 2011-2021 Asakusa Framework Team. * * 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...
asakusafw/asakusafw
operator/core/src/main/java/com/asakusafw/operator/Constants.java
Java
apache-2.0
8,005
# # Copyright 2022 Centreon (http://www.centreon.com/) # # Centreon is a full-fledged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for # service performance. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in com...
centreon/centreon-plugins
network/audiocodes/snmp/mode/memory.pm
Perl
apache-2.0
3,052
<!doctype html> <html> <head> <title>Liz - easy scheduling</title> <link rel="shortcut icon" href="favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <link rel="stylesheet" href="/node_modules/bootstrap/dist/css/bootstrap.min.css"> <link rel="stylesheet" hr...
imclab/liz
client/dev.html
HTML
apache-2.0
3,141
<?php /** * This file is part of the SevenShores/NetSuite library * AND originally from the NetSuite PHP Toolkit. * * New content: * @package ryanwinchester/netsuite-php * @copyright Copyright (c) Ryan Winchester * @license http://www.apache.org/licenses/LICENSE-2.0 Apache-2.0 * @link https://githu...
fungku/netsuite-php
src/Classes/FairValuePriceSearchBasic.php
PHP
apache-2.0
2,206
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2011 by testio, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * * WARNING: This is generated code. Modify at your own risk and without support. */ #i...
ulpian/Suuta
build/iphone/Classes/TiViewController.h
C
apache-2.0
2,485
# Erigeron myosotis var. humile Sch.Bip VARIETY #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Inula ciliaris/Erigeron myosotis humile/README.md
Markdown
apache-2.0
187
# Camphorina cinnamomum Farw. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Laurales/Lauraceae/Camphorina/Camphorina cinnamomum/README.md
Markdown
apache-2.0
177
/* * 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...
metatron-app/metatron-discovery
discovery-server/src/main/java/app/metatron/discovery/common/ResultSetSerializer.java
Java
apache-2.0
6,631
//------------------------------------------------------------------------------ // <automatisch generiert> // Dieser Code wurde von einem Tool generiert. // // Änderungen an dieser Datei können fehlerhaftes Verhalten verursachen und gehen verloren, wenn // der Code neu generiert wird. // </automatisch gene...
YAFNET/YAFNET
yafsrc/YetAnotherForum.NET/Controls/EditUsersInfo.ascx.designer.cs
C#
apache-2.0
14,587
import { Trans } from "@lingui/macro"; import classNames from "classnames/dedupe"; import * as React from "react"; type Action = { className?: string; clickHandler?: (e?: any) => void; disabled?: boolean; label?: string; node?: React.ReactNode; }; class FullScreenModalHeaderActions extends React.Component<{ ...
dcos/dcos-ui
src/js/components/modals/FullScreenModalHeaderActions.tsx
TypeScript
apache-2.0
1,285
/* @flow */ import React from 'react'; import Icon from 'mineral-ui/Icon'; import type { IconProps } from 'mineral-ui/Icon/types'; /* eslint-disable prettier/prettier */ export default function IconExposurePlus1(props: IconProps) { const iconProps = { rtl: false, ...props }; return ( <Icon {...icon...
mineral-ui/mineral-ui
packages/mineral-ui-icons/src/IconExposurePlus1.js
JavaScript
apache-2.0
553
# AUTOGENERATED FILE FROM balenalib/apalis-imx6q-ubuntu:bionic-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 --keyserver ...
resin-io-library/base-images
balena-base-images/node/apalis-imx6q/ubuntu/bionic/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,757
# android-utils A simple android library for validate EditText, check internet connection and show Toast. Features: * To check internet connection. * Validation for empty EditText boxes. * Validation for mobile number. * Validate EditText values against user defined patterns (e.g mobile number patterns). * Valida...
madhanhere/android-utils
README.md
Markdown
apache-2.0
436
/* * Copyright (c) 2015. Pokevian Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
Pokevian/caroolive-app
app/src/main/java/com/pokevian/app/smartfleet/service/floatinghead/TtsHandler.java
Java
apache-2.0
4,562
using System.Data.Entity; using System.Linq; using Moq; using Riganti.Utils.Infrastructure.Core; using Xunit; namespace Riganti.Utils.Infrastructure.EntityFramework.Tests.Repository { public class EntityFrameworkRepositoryTests { private static readonly EpisodeEntity[] episodesSeriesOne = { ...
riganti/infrastructure
src/Infrastructure/Tests/Riganti.Utils.Infrastructure.EntityFramework.Tests/Repository/EntityFrameworkRepositoryTests.cs
C#
apache-2.0
10,020
Ti.UI.setBackgroundColor('#fff'); var inicio = Ti.UI.createWindow({ backgroundColor:'#fff' }); var titulo = Ti.UI.createLabel({ text:'UAM', width:'300dp', height:'50dp', left:'10dp', top:'100dp', font:{fontSize:30, fontFamily:'Helvetica Neue'}, textAlign:'center', }); inicio.add(titulo); var data = [{title...
addieljuarez/TallerUAM
Resources/app.js
JavaScript
apache-2.0
789
/* * * 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...
chirino/proton
proton-j/proton-api/src/main/java/org/apache/qpid/proton/amqp/transport/ErrorCondition.java
Java
apache-2.0
1,885
package com.icfcc.db.orderhelper; import com.icfcc.db.orderhelper.sqlsource.*; import org.apache.ibatis.builder.StaticSqlSource; import org.apache.ibatis.builder.annotation.ProviderSqlSource; import org.apache.ibatis.executor.Executor; import org.apache.ibatis.mapping.MappedStatement; import org.apache.ibatis.mapping....
Gitpiece/ssm
ssm-db-support/src/main/java/com/icfcc/db/orderhelper/OrderByHelper.java
Java
apache-2.0
3,806
package ru.tr1al.dao; import ru.tr1al.model.Model; public interface DAO<T extends Model> { Class<T> getEntityClass(); }
Tr1aL/utils
src/main/java/ru/tr1al/dao/DAO.java
Java
apache-2.0
127
package test import ( "bufio" "os" "testing" ) import manager "github.com/tiagofalcao/GoNotebook/manager" func Benchmark(b *testing.B, input string, caseTask manager.Task) { i, err := os.Open(input) if err != nil { b.Errorf("Can't open %s", input) } var o NilWriter b.ResetTimer() for x :...
tiagofalcao/GoNotebook
manager/test/benchmark.go
GO
apache-2.0
423
package com.example.views; import android.os.Bundle; import android.view.View; import android.widget.TextView; import android.widget.ViewSwitcher; import android.widget.ViewSwitcher.ViewFactory; public class V_ViewSwitcher extends GhostActivity { private ViewSwitcher switcher; @Override protected void onCreate(Bun...
cowthan/AyoWeibo
sample/back/src/com/example/views/V_ViewSwitcher.java
Java
apache-2.0
1,766
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Kn...
knowit/Knowit.EPiModules.ImageScaling
sample/Properties/AssemblyInfo.cs
C#
apache-2.0
1,410
package gov.va.med.imaging.storage.cache; import java.util.Iterator; import java.util.regex.Pattern; import gov.va.med.imaging.storage.cache.events.GroupLifecycleListener; import gov.va.med.imaging.storage.cache.exceptions.CacheException; /** * * i.e. A Group may contain other Group instances, which contain other...
VHAINNOVATIONS/Telepathology
Source/Java/CacheAPI/main/src/java/gov/va/med/imaging/storage/cache/Group.java
Java
apache-2.0
2,459
/* * 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 distributed under t...
googleapis/google-api-java-client-services
clients/google-api-services-retail/v2/1.31.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2Product.java
Java
apache-2.0
62,165
var httpManager = require("httpManager"); Alloy.Globals.isSearch = true; if (OS_ANDROID) { $.search.windowSoftInputMode = Ti.UI.Android.SOFT_INPUT_ADJUST_PAN; } var dataTitles = [ { name : "Find Us", view : "findUs" }, { name : "Deals", view : "deals" }, { name : "Testimonials", view : "testmonials" }, { n...
SrinivasReddy987/Lookswoow
app/controllers/search.js
JavaScript
apache-2.0
2,071
package com.ssh.sys.core.validation; import com.ssh.common.util.Constant; import com.ssh.sys.api.dto.UserDTO; import com.ssh.sys.api.dto.extension.PermissionExtDTO; import com.ssh.sys.api.service.PermissionService; import com.ssh.sys.api.service.UserService; import org.junit.Assert; import org.junit.Before; import org...
lugavin/ssh
ssh-sys-core/src/test/java/com/ssh/sys/core/validation/ValidationTest.java
Java
apache-2.0
2,560
# Sinarundinaria alpina (K.Schum.) C.S.Chao & Renvoize SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Yushania/Yushania alpina/ Syn. Sinarundinaria alpina/README.md
Markdown
apache-2.0
209
package firestream.chat.chat; import androidx.annotation.Nullable; import org.pmw.tinylog.Logger; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.Date; import java.util.List; import java.util.concurrent.Callable; import firestream.chat.events.ListData; import fire...
chat-sdk/chat-sdk-android
firestream/src/main/java/firestream/chat/chat/AbstractChat.java
Java
apache-2.0
15,606
package org.xmlcml.norma.biblio; import java.util.ArrayList; import java.util.List; import org.apache.log4j.Level; import org.apache.log4j.Logger; import org.xmlcml.graphics.html.HtmlDiv; import com.google.common.collect.ArrayListMultimap; import com.google.common.collect.Multimap; public class RISEntry { public ...
petermr/norma
src/main/java/org/xmlcml/norma/biblio/RISEntry.java
Java
apache-2.0
3,184
<h6>load (overview)</h6> <div ng-model="selectedTab" chartgroup> <div class="chart span5" data-chart-type="multi_line" data-chart-group="load" data-chart-title="load" data-chart-legend="shortterm,midterm,longterm" data-chart-key="load/load.rrd/shortterm,load/load.rrd/midterm,load/load.rrd/longterm"></div> </div>
naver/arcus-hubble
view/partials/tabs/load_overview.html
HTML
apache-2.0
315
title=Derby: Editierbare Kommandozeile date=2015-07-06 type=post tags=derby status=published ~~~~~~ Derby: Editierbare Kommandozeile ================================ Ich benutze häufig den Kommandozeilen-Modus "IJ" von Derby. Damit kann ich schnell mal eine SQL-Abfrage losschicken, ohne dass ich lange auf den Start w...
uli-heller/uli-jbake
content/blog/2015/016-derby-command-line-editing.md
Markdown
apache-2.0
1,174
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/mwaa/MWAA_EXPORTS.h> #include <aws/mwaa/MWAARequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/mwaa/m...
aws/aws-sdk-cpp
aws-cpp-sdk-mwaa/include/aws/mwaa/model/PublishMetricsRequest.h
C
apache-2.0
6,400
/** * <copyright> * * Copyright (c) 2010 SAP AG. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: ...
adbrucker/SecureBPMN
designer/src/org.activiti.designer.model/src/main/java/org/eclipse/bpmn2/impl/DataStoreReferenceImpl.java
Java
apache-2.0
13,233
/* * Kendo UI v2014.3.1119 (http://www.telerik.com/kendo-ui) * Copyright 2014 Telerik AD. All rights reserved. * * Kendo UI commercial licenses may be obtained at * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete * If you do not own a commercial license, this file shall be governed by the trial lice...
y-todorov/Inventory
Inventory.MVC/Scripts/Kendo/cultures/kendo.culture.de-LI.js
JavaScript
apache-2.0
2,637
using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Text; using Microsoft.SourceBrowser.Common; using Newtonsoft.Json; namespace Microsoft.SourceBrowser.HtmlGenerator { public class TypeScriptSupport { private stati...
KirillOsenkov/SourceBrowser
src/HtmlGenerator/Pass1-Generation/TypeScriptSupport.cs
C#
apache-2.0
26,413
# IRMA Configuration files This repository contains all the configuration files for the irma project. It describes all the issuer and verifies and declares which credentials are issued respectively verified by these parties. In the normal branch private keys of the issuers are not included. Therefore it is **highly r...
credentials/irma_future_id
addons/abc/irma_configuration/README.md
Markdown
apache-2.0
1,428
/* 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 not use this f...
mamandal/fleetchaincd
chaincode/marbles_chaincode.go
GO
apache-2.0
32,592
using XElement.DotNet.System.Environment.Startup; namespace XElement.SDM.ManagementLogic { #region not unit-tested internal abstract class AbstractProgramLogic : IProgramLogic { protected AbstractProgramLogic( IProgramInfo programInfo ) { this._programInfo = programInfo; } ...
XElementDev/SDM
code/Startup/ManagementLogic.Implementation/AbstractProgramLogic.cs
C#
apache-2.0
661
<!doctype html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"> <head> <!-- NAME: 1 COLUMN --> <!--[if gte mso 15]> <xml> <o:OfficeDocumentSettings> <o:AllowPNG/> <o:PixelsPerInch>96</o:PixelsPerInch> </o:OfficeDocu...
directonlijn/app
app/resources/views/emails/hippiemarkt-aalsmeer-factuur.blade.php
PHP
apache-2.0
34,222
(function() { 'use strict'; angular .module('gastronomeeApp') .controller('MenuDeleteController',MenuDeleteController); MenuDeleteController.$inject = ['$uibModalInstance', 'entity', 'Menu']; function MenuDeleteController($uibModalInstance, entity, Menu) { var vm = this; ...
goxhaj/gastronomee
src/main/webapp/app/dashboard/menu/menu-delete-dialog.controller.js
JavaScript
apache-2.0
694
/* * Copyright (C) 2019 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 agree...
google/gapid
gapic/src/main/com/google/gapid/perfetto/models/Track.java
Java
apache-2.0
11,222
package de.tu_berlin.indoornavigation; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.util.Log; import de.tu_berlin.indoornavigation.entities.Group; public class GroupsActivity extends AppCompatActivity implements GroupFragment.OnListFragmentI...
IoSL-INav/android
app/src/main/java/de/tu_berlin/indoornavigation/GroupsActivity.java
Java
apache-2.0
979
MultiROM_PORT-toroplus ====================== MultiROM toroplus port by zachal
zachal/MultiROM_PORT-toroplus
README.md
Markdown
apache-2.0
80
/* * Copyright (c) 2002-2018 "Neo Technology," * Network Engine for Objects in Lund AB [http://neotechnology.com] * * This file is part of Neo4j. * * Neo4j is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Fo...
HuangLS/neo4j
advanced/management/src/main/java/org/neo4j/management/LockManager.java
Java
apache-2.0
1,871
package org.smarti18n.messages.users; import org.smarti18n.api.v2.UsersApi; import org.smarti18n.exceptions.UserExistException; import org.smarti18n.exceptions.UserUnknownException; import org.smarti18n.models.User; import org.smarti18n.models.UserCreateDTO; import org.smarti18n.models.UserSimplified; import org.smart...
SmartI18N/SmartI18N
smarti18n/smarti18n-messages/src/main/java/org/smarti18n/messages/users/Users2Endpoint.java
Java
apache-2.0
1,926
/** * Copyright (C) 2014 Karlsruhe Institute of Technology * * 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 appl...
kit-data-manager/base
DataOrganization/src/test/java/edu/kit/dama/mdm/dataorganization/test/TestUtil.java
Java
apache-2.0
6,221
# tweetviz Tweet visualization Basically you will need to install Theano (and CUDA if you want to use GPUs), then go: pip install -r requirements.txt ./setup.sh Install and start `couchdb` on your system. Then update the configuration parameters in `conf.py`, and start the server with: ./run_se...
phvu/tweetviz
README.md
Markdown
apache-2.0
328
var WaitState = function(game){this.game = game}; WaitState.prototype.preload = function(){ }; WaitState.prototype.create = function(){ this.background = this.game.add.sprite(0,0,'fence'); this.title = this.add.sprite(400,200, 'waitforplay'); this.title.anchor.setTo(0.5, 0.5); this.waitBar = this...
siracoj/ProPain
ProPain/src/Wait.js
JavaScript
apache-2.0
1,384
package com.planet_ink.coffee_mud.Locales; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.plan...
bozimmerman/CoffeeMud
com/planet_ink/coffee_mud/Locales/Woods.java
Java
apache-2.0
4,316
namespace Wundercal.Services.Dto { public class WunderlistList { public int Id { get; set; } public string Title { get; set; } } }
marska/wundercal
src/Wundercal/Services/Dto/WunderlistList.cs
C#
apache-2.0
145
/* * Copyright 2000-2010 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...
consulo/consulo
modules/base/lang-api/src/main/java/com/intellij/codeInsight/actions/SimpleCodeInsightAction.java
Java
apache-2.0
1,052
Available colors: ```jsx import { colors } from 'ic-snacks' const wrapperStyles = { display: 'flex', flexDirection: 'row', flexWrap: 'wrap', margin: 0, padding: '15px', background: `repeating-linear-gradient( 45deg, ${colors.WHITE}, ${colors.WHITE} 10px, ${colors.GRAY_88} 10px, ${colors.GRAY_88} 20px )`, ...
instacart/Snacks
docs/colors.md
Markdown
apache-2.0
983
/* * Copyright 2016 ANI Technologies Pvt. Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
olacabs/fabric
fabric-components/kafka-writer/src/main/java/com/olacabs/fabric/processors/kafkawriter/KafkaWriter.java
Java
apache-2.0
9,285
package navyblue.top.colortalk.ui.activities; import android.os.Bundle; import android.support.v4.app.Fragment; import com.github.paolorotolo.appintro.AppIntro2; import navyblue.top.colortalk.R; import navyblue.top.colortalk.ui.fragments.SampleSlide; /** * Created by CIR on 16/6/4. */ public class AppIntroActivit...
YogiAi/ColorTalk_Android
app/src/main/java/navyblue/top/colortalk/ui/activities/AppIntroActivity.java
Java
apache-2.0
990
/* * Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. */ package com.intellij.codeInspection.i18n; import com.intellij.codeInsight.AnnotationUtil; import com.intellij.codeInsight.template.macro.MacroUtil; import com.intellij.lan...
mdanielwork/intellij-community
plugins/java-i18n/src/com/intellij/codeInspection/i18n/JavaI18nUtil.java
Java
apache-2.0
16,944
package entity.chess; import java.util.ArrayList; import entity.Board; import entity.Coordinate; //Author 在线疯狂 //Homepage http://bookshadow.com public class General extends Chess { public final static int VALUE = 100000; private final static int deltaX[] = { 1, 0, -1, 0 }; private final static int deltaY[] = { 0, ...
qinjiannet/screen-chess-qq
src/entity/chess/General.java
Java
apache-2.0
1,727
/* * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
GoogleForCreators/web-stories-wp
packages/story-editor/src/components/floatingMenu/menus/image.js
JavaScript
apache-2.0
1,257
/* * Copyright (c) 2009 Piotr Piastucki * * This file is part of Patchca CAPTCHA library. * * Patchca 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 3 of the License, or * ...
blademainer/common_utils
common_helper/src/main/java/com/xiongyingqi/captcha/filter/ConfigurableFilterFactory.java
Java
apache-2.0
1,181
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Dec 13 10:32:39 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.wildfly.swarm.cdi.jaxrs...
wildfly-swarm/wildfly-swarm-javadocs
2017.12.1/apidocs/org/wildfly/swarm/cdi/jaxrsapi/deployment/package-tree.html
HTML
apache-2.0
5,445
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/kafkaconnect/KafkaConnect_EXPORTS.h> #include <aws/kafkaconnect/model/CapacityDescription.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/kafkaconnect/mode...
aws/aws-sdk-cpp
aws-cpp-sdk-kafkaconnect/include/aws/kafkaconnect/model/ConnectorSummary.h
C
apache-2.0
25,883
package cn.felord.wepay.ali.sdk.api.request; import java.util.Map; import cn.felord.wepay.ali.sdk.api.AlipayRequest; import cn.felord.wepay.ali.sdk.api.internal.util.AlipayHashMap; import cn.felord.wepay.ali.sdk.api.response.KoubeiRetailShopitemUploadResponse; import cn.felord.wepay.ali.sdk.api.AlipayObject; /** * ...
NotFound403/WePay
src/main/java/cn/felord/wepay/ali/sdk/api/request/KoubeiRetailShopitemUploadRequest.java
Java
apache-2.0
4,790
# Slayer [![Build Status](https://secure.travis-ci.org/bbcrd/slayer.png?branch=master)](http://travis-ci.org/bbcrd/slayer.js) > JavaScript time series spike detection for Node.js; like the Octave [findpeaks](http://www.mathworks.co.uk/help/signal/ref/findpeaks.html) function. Time series are often displayed as bar, l...
mcanthony/slayer
README.md
Markdown
apache-2.0
5,417
define([],function(){return function(n){n.addEndpointDescription("_nodes/hot_threads",{methods:["GET"],patterns:["_nodes/hot_threads","_nodes/{nodes}/hot_threads"]})}});
skyjia/elasticsearch-rtf
plugins/marvel/_site/sense/app/kb/api_0_90/nodes.js
JavaScript
apache-2.0
169
package slack_test import ( "testing" slacktest "github.com/lusis/slack-test" "github.com/nlopes/slack" "github.com/stretchr/testify/assert" ) const ( testMessage = "test message" testToken = "TEST_TOKEN" ) func TestRTMSingleConnect(t *testing.T) { // Set up the test server. testServer := slacktest.NewTes...
cockroachlabs/roachprod
vendor/github.com/nlopes/slack/websocket_managed_conn_test.go
GO
apache-2.0
1,918
#include<iostream> #include<vector> #include<list> #include<queue> using namespace std; void breadth_first_search(vector<list<int>> graph,int src){ vector<bool>visited(graph.size(),false); queue<int>Q; Q.push(src); visited[src] = true; while(!Q.empty()){ int vertex = Q.front(); Q.pop(); ...
mission-peace/interview
C++/Graph Algorithms/Breadth First Search.cpp
C++
apache-2.0
843
function Bibliography() { this.searchOptions = { source: 0, value: '', style: '' }; this.bibliography = []; this.bibliographyText = []; this.localStorageKey = "Bibliography"; }; Bibliography.prototype.showBookSearchResult = function (results) { for (key in results) { ...
ONLYOFFICE/CommunityServer
web/studio/ASC.Web.Studio/ThirdParty/plugin/easybib/bibliography.js
JavaScript
apache-2.0
9,168
package com.landian.crud.core.dao; import com.landian.commons.page.PageListSupport; import com.landian.commons.page.PageRequest; import com.landian.crud.core.builder.SelectBuilder; import com.landian.crud.core.builder.SqlBuilder; import com.landian.crud.core.builder.impl.*; import com.landian.crud.core.context.ResultM...
caojieliang/crud-core
src/main/java/com/landian/crud/core/dao/ProxyDaoSupport.java
Java
apache-2.0
20,038
package site.huozhu.home.controller.form; /** * ${DESCRIPTION} * * @author chuanxue.mcx * @date 2017/09/06 */ public class PagenationForm { private int page = 1; private int pageSize = 20; public int getPage() { return page; } public void setPage(int page) { this.page =...
tomtrije/huozhu
server/huozhu/java/src/main/java/site/huozhu/home/controller/form/PagenationForm.java
Java
apache-2.0
483
--- layout: post title: Amazon für Code... date: 2013-05-04 23:02:48.000000000 +02:00 categories: article tags: - Veranstaltungen - code recommenders - eclipse status: publish type: post published: true meta: _edit_last: '3' author: uwe --- <p>Der Satz blieb mir als erstes im Gedächtnis. Wenn wir etwas aus diesem Abe...
JUG-Ostfalen/JUG-Ostfalen.github.io
_posts/2013/2013-05-04-amazon-fur-code.html
HTML
apache-2.0
3,107
# Verbesina santanderensis S.Díaz SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Verbesina santanderensis/README.md
Markdown
apache-2.0
182
/* * Copyright 2014-2021 Lukas Krejci * and other 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 License at * * http://www.apache.org/licenses...
revapi/revapi
revapi-java/src/main/java/org/revapi/java/checks/annotations/Removed.java
Java
apache-2.0
1,860
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/apprunner/AppRunner_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/apprunner/model/VpcConnectorSt...
aws/aws-sdk-cpp
aws-cpp-sdk-apprunner/include/aws/apprunner/model/VpcConnector.h
C
apache-2.0
17,964
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace Secure_Password_Repository.ViewModels { public class CategoryEdit { public Int32? CategoryId { get; set; } [Required] public string CategoryName { get; set; } } pub...
thatcoderguy/Secure-Password-Repository
Secure Password Repository/ViewModels/CategoryViewModels.cs
C#
apache-2.0
1,022