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
body { color: #2a2d2b; background-color: lightgrey; } h1 { color: #2a2d2b; } h2 { color: #336699; } h3 { color: #2a2d2b; } .link { color: #336699; } a:hover, .link:hover { font-weight: bold; text-decoration: underline; } ul { padding-left: 5px; } div#header { background-color: ...
paxtonhare/marklogic-data-hub
quick-start/src/main/resources/static/css/quick-start.css
CSS
apache-2.0
5,187
<div id="silverlightControlHost"> <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="800px" height="600px" id="silverlightObject"> <param name="source" value="static/sl/Overlay.xap"/> <param name="onError" value="onSilverlightError" /> <param name="background" value...
StackableRegiments/analyticalmetlx
src/main/webapp/_inkOverlay.html
HTML
apache-2.0
927
# -*- coding: utf-8 -*- # 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...
googleapis/python-analytics-data
google/analytics/data_v1alpha/services/alpha_analytics_data/transports/grpc_asyncio.py
Python
apache-2.0
19,474
/** * Copyright (c) 2000-2013 Liferay, Inc. All rights reserved. * * 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...
PolitAktiv/politaktiv-map2-portlet
docroot/WEB-INF/src/org/politaktiv/map/model/impl/LayerCacheModel.java
Java
apache-2.0
3,021
/* Copyright (c) 2016 PaddlePaddle 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...
PaddlePaddle/Paddle
paddle/fluid/operators/optimizers/rmsprop_op.cc
C++
apache-2.0
7,369
package main import ( "encoding/json" "fmt" "github.com/codegangsta/cli" "github.com/olekukonko/tablewriter" "github.com/zero-os/0-core/base/pm" "gopkg.in/yaml.v2" "os" "sort" "strconv" "strings" ) type containerData struct { Container struct { Arguments struct { Root string `json:"root"` Hos...
g8os/core0
apps/corectl/container.go
GO
apache-2.0
2,323
package org.poormanscastle.studies.compilers.grammar.grammar3_1.astparser.ast; import org.poormanscastle.studies.compilers.utils.grammartools.ast.CodePosition; /** * Created by georg on 15.01.16. */ public class OperatorExpression extends AbstractAstItem implements Expression { private final Expression leftOpe...
georgfedermann/compilers
straightline/src/main/java/org/poormanscastle/studies/compilers/grammar/grammar3_1/astparser/ast/OperatorExpression.java
Java
apache-2.0
1,401
using Microsoft.AspNetCore.Http; using System.Collections.Generic; namespace OAuth.AspNet.AuthServer { /// <summary> /// Provides context information used in handling an OAuth resource owner grant. /// </summary> public class OAuthGrantResourceOwnerCredentialsContext : BaseValidatingTicketContext<OAut...
XacronDevelopment/oauth-aspnet
src/OAuth.AspNet.AuthServer/OAuth/AspNet/AuthServer/OAuthGrantResourceOwnerCredentialsContext.cs
C#
apache-2.0
1,705
# Generated by Django 2.1.7 on 2019-04-30 13:20 from django.db import migrations, models import uuid class Migration(migrations.Migration): dependencies = [ ('core', '0001_initial'), ] operations = [ migrations.AlterField( model_name='publishablemodel', name='id'...
flavoi/diventi
diventi/core/migrations/0002_auto_20190430_1520.py
Python
apache-2.0
446
<!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 Thu Mar 26 16:48:34 UTC 2015 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.hazelcast.queue.impl.operatio...
akiskip/KoDeMat-Collaboration-Platform-Application
KoDeMat_TouchScreen/lib/hazelcast-3.4.2/hazelcast-3.4.2/docs/javadoc/com/hazelcast/queue/impl/operations/package-frame.html
HTML
apache-2.0
4,188
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ro"> <head> <!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:25 EEST 2014 --> <title>Uses of Interface net.sf.jasperreports.engine.util.BigDecimalHandler (JasperReports 5.6...
phurtado1112/cnaemvc
lib/JasperReport__5.6/docs/api/net/sf/jasperreports/engine/util/class-use/BigDecimalHandler.html
HTML
apache-2.0
7,579
package uk.ac.ebi.ddi.extservices.entrez.ncbiresult; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonProperty; /** * @author Yasset Perez-Riverol (ypriverol@gmail.com) * @date 18/05/2015 */ @JsonIgnoreProperties(ignoreUnknown = true) public class NCBITaxRe...
BD2K-DDI/ddi-annotation
src/main/java/uk/ac/ebi/ddi/extservices/entrez/ncbiresult/NCBITaxResult.java
Java
apache-2.0
974
// Copyright 2018, OpenCensus 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 agree...
census-instrumentation/opencensus-cpp
opencensus/stats/internal/measure_data_test.cc
C++
apache-2.0
5,320
package peng.zhang.mobilesafe01.servicer; import android.app.Service; import android.content.Intent; import android.content.SharedPreferences; import android.content.SharedPreferences.Editor; import android.location.Criteria; import android.location.Location; import android.location.LocationListener; import android.lo...
yongyu0102/MobileSafe
src/peng/zhang/mobilesafe01/servicer/GPSService.java
Java
apache-2.0
3,609
package com.ty.activity; import com.ty.app.R; import com.ty.service.AutoUpdateService; import com.ty.util.HttpCallbackListener; import com.ty.util.HttpUtil; import com.ty.util.Utility; import android.app.Activity; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; impor...
tanqii/weather
src/com/ty/activity/WeatherActivity.java
Java
apache-2.0
5,476
# Coprotus dhofarensis Gené, El Shafie & Guarro SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Mycotaxon 46: 276 (1993) #### Original name Coprotus dhofarensis Gené, El Shafie & Guarro ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Leotiomycetes/Thelebolales/Thelebolaceae/Coprotus/Coprotus dhofarensis/README.md
Markdown
apache-2.0
241
// Generated from /POI/java/org/apache/poi/hssf/record/DBCellRecord.java #pragma once #include <fwd-POI.hpp> #include <java/lang/fwd-POI.hpp> #include <org/apache/poi/hssf/record/fwd-POI.hpp> #include <org/apache/poi/util/fwd-POI.hpp> #include <org/apache/poi/hssf/record/StandardRecord.hpp> #include <java/lang/Clonea...
pebble2015/cpoi
src/org/apache/poi/hssf/record/DBCellRecord.hpp
C++
apache-2.0
1,539
<HTML> <HEAD> <meta charset="UTF-8"> <title>Box2DLevel.engine - core</title> <link rel="stylesheet" href="..\..\..\style.css"> </HEAD> <BODY> <a href="../../index.html">core</a>&nbsp;/&nbsp;<a href="../index.html">io.github.restioson.kettle.level</a>&nbsp;/&nbsp;<a href="index.html">Box2DLevel</a>&nbsp;/&nbsp;<a...
Restioson/restioson.github.io
docs/kettle-engine/core/io.github.restioson.kettle.level/-box2-d-level/engine.html
HTML
apache-2.0
754
import { Pipe, PipeTransform } from '@angular/core'; import { Project } from 'app/models/project'; @Pipe({ name: 'operatorFilter' }) export class OperatorFilterPipe implements PipeTransform { transform(value: Project[], q: string) { if (!q) { return value; } return value.filter(item => -1 < it...
asanchezr/mem-mmti-public
src/app/operator-filter.pipe.ts
TypeScript
apache-2.0
378
//===--- CGDeclCXX.cpp - Emit LLVM Code for C++ declarations --------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
apple/swift-clang
lib/CodeGen/CGDeclCXX.cpp
C++
apache-2.0
30,989
# Builders ARG BUNDLE_IMAGE=fission-workflows-bundle ARG BUNDLE_TAG=latest ARG FISSION_BUILDER_IMAGE=fission/builder ARG FISSION_TAG=latest FROM $BUNDLE_IMAGE:$BUNDLE_TAG as workflows-bundle FROM scratch COPY --from=workflows-bundle /fission-workflows-bundle /fission-workflows-bundle EXPOSE 8888 EXPOSE 8080 ENV FNE...
fission/fission-workflows
build/runtime-env/Dockerfile
Dockerfile
apache-2.0
880
# Dilsea californica (J. Agardh) Kuntze 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/Gigartinales/Dumontiaceae/Dilsea/Dilsea californica/README.md
Markdown
apache-2.0
195
# Penicillium rufulum (Bainier) Sacc. SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Syll. fung. (Abellini) 22: 1275 (1913) #### Original name Scopulariopsis rufulus Bainier ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Eurotiomycetes/Eurotiales/Trichocomaceae/Penicillium/Penicillium rufulum/README.md
Markdown
apache-2.0
228
// Copyright (c) 2018 Uber Technologies, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge...
m3db/m3db
src/query/parser/m3ql/grammar.peg.go
GO
apache-2.0
37,003
<?php /** * The Campaigns endpoint. This is a campaign of type SMS. * * @link https://github.com/PortaText/docs/wiki/REST-API#api_campaigns Campaigns endpoint. * @license http://www.apache.org/licenses/LICENSE-2.0 Apache 2.0 * @author Marcelo Gornstein <marcelog@portatext.com> * @copyright 2015 PortaText */ name...
PortaText/php-sdk
src/PortaText/Command/Api/SmsCampaign.php
PHP
apache-2.0
1,615
/** Copyright 2017 Andrea "Stock" Stocchero 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...
pepstock-org/Charba
src/org/pepstock/charba/client/annotation/elements/package-info.java
Java
apache-2.0
881
# # Copyright (C) 2010-2016 dtk contributors # # This file is part of the dtk project. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unles...
dtk/dtk-client
lib/client/operation/service/task_status/stream_mode/element/task_start.rb
Ruby
apache-2.0
1,243
/* Copyright 2016, 2020 Nationale-Nederlanden, 2020-2021 WeAreFrank! 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 require...
ibissource/iaf
core/src/main/java/nl/nn/adapterframework/pipes/WsdlGeneratorPipe.java
Java
apache-2.0
3,096
/* * #%L * Diana UI Core * %% * Copyright (C) 2014 Diana UI * %% * 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 req...
dianaui/dianaui-universal
core/src/main/java/com/dianaui/universal/core/client/ui/html/Strong.java
Java
apache-2.0
1,186
/* * #%L * Diana UI Core * %% * Copyright (C) 2014 Diana UI * %% * 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 req...
dianaui/dianaui-universal
core/src/main/java/com/dianaui/universal/core/client/ui/constants/FormGroupSize.java
Java
apache-2.0
1,385
# frozen_string_literal: true require 'github_request' class GithubPostReceiveHook SUBSCRIBE_NAME = "web" def initialize(repository, oauth_token) @repository = repository @oauth_token = oauth_token @root_url = "#{repository.base_api_url}/hooks" @hook_url = "#{repository.base_api_url}/hooks/#{repos...
square/kochiku
lib/github_post_receive_hook.rb
Ruby
apache-2.0
1,783
package org.swtk.commons.dict.wiktionary.generated.a.u.v; import java.util.Collection; import java.util.HashMap; import java.util.Map; import org.swtk.common.dict.dto.wiktionary.Entry; import com.trimc.blogger.commons.utils.GsonUtils; public class WiktionaryAUV000 { private static Map<String, Entry> map = new Has...
torrances/swtk-commons
commons-dict-wiktionary/src/main/java/org/swtk/commons/dict/wiktionary/generated/a/u/v/WiktionaryAUV000.java
Java
apache-2.0
967
# frozen_string_literal: true # rubocop:disable Layout/LineLength # == Schema Information # # Table name: form_items # # id :uuid not null, primary key # all_levels_required :boolean default(FALSE), not null # ancestry :text # ancestry_dep...
thecartercenter/elmo
spec/models/questioning_spec.rb
Ruby
apache-2.0
8,424
/* * 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")...
leanddrot/isis-asistencia
fixture/src/main/java/fixture/simple/SimpleObjectsFixturesService.java
Java
apache-2.0
2,843
package org.qcri.rheem.basic.operators; import org.apache.commons.lang3.Validate; import org.qcri.rheem.core.api.Configuration; import org.qcri.rheem.core.function.DistinctPredicateDescriptor; import org.qcri.rheem.core.function.PredicateDescriptor; import org.qcri.rheem.core.optimizer.OptimizationContext; import org....
jonasrk/rheem
rheem-basic/src/main/java/org/qcri/rheem/basic/operators/DistinctOperator.java
Java
apache-2.0
5,747
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Phonemetra/TurboLauncher
app/src/main/java/com/phonemetra/turbo/launcher/BubbleTextView.java
Java
apache-2.0
13,912
# Scutellaria ovata subsp. bracteata (Benth.) Epling SUBSPECIES #### 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/Lamiales/Lamiaceae/Scutellaria/Scutellaria ovata/Scutellaria ovata bracteata/README.md
Markdown
apache-2.0
211
/* * Licensed to Crate.IO GmbH ("Crate") under one or more contributor * license agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. Crate licenses * this file to you under the Apache License, Version 2.0 (the "License"); * you may not use this f...
aslanbekirov/crate
sql/src/test/java/io/crate/operation/merge/IteratorPageDownstreamTest.java
Java
apache-2.0
9,970
/* * 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-frauddetector/src/main/java/com/amazonaws/services/frauddetector/model/transform/DeleteEventsByEventTypeRequestProtocolMarshaller.java
Java
apache-2.0
2,836
import Future = require("fibers/future"); import * as npm from "npm"; interface INpmOpts { config?: any; subCommandName?: string; path?: string; } export class NodePackageManager implements INodePackageManager { constructor(private $childProcess: IChildProcess, private $logger: ILogger, private $options: IOpt...
tsvetie/nativescript-cli
lib/node-package-manager.ts
TypeScript
apache-2.0
4,909
/* * 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 ...
tteofili/jackrabbit-oak
oak-sling/src/main/java/org/apache/jackrabbit/oak/sling/Activator.java
Java
apache-2.0
3,841
/* * Copyright 1999-2101 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 law or a...
xiepengchong/FactoryZxing
src/com/alibaba/fastjson/parser/JSONToken.java
Java
apache-2.0
3,656
package com.github.obourgain.elasticsearch.http.response.parser; import java.io.IOException; import java.util.HashMap; import java.util.List; import java.util.Map; import org.elasticsearch.common.xcontent.XContentParser; import com.github.obourgain.elasticsearch.http.response.entity.Indices; import com.github.obourgai...
obourgain/elasticsearch-http
src/main/java/com/github/obourgain/elasticsearch/http/response/parser/IndicesParser.java
Java
apache-2.0
1,496
/* * Copyright 2012 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...
CarloMicieli/spring-mvc-movies
src/main/java/com/github/carlomicieli/nerdmovies/controllers/HomeController.java
Java
apache-2.0
1,759
package com.camillepradel.movierecommender.utils; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.sql.Connection; import java.sql.Date; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.SQLException; import java.sql.Statement; import jav...
Camille31/MovieRecommender
src/main/java/com/camillepradel/movierecommender/utils/CsvToMySql.java
Java
apache-2.0
17,630
/* * 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 ...
PurelyApplied/geode
geode-core/src/main/java/org/apache/geode/cache/query/internal/CompiledOperation.java
Java
apache-2.0
12,213
package com.turlir.abakgists.allgists.view.listing; import androidx.recyclerview.widget.RecyclerView; import android.view.View; abstract class ModelViewHolder<T> extends RecyclerView.ViewHolder { ModelViewHolder(View itemView) { super(itemView); } abstract void bind(T model); }
iljaosintsev/Apress-Gists
app/src/main/java/com/turlir/abakgists/allgists/view/listing/ModelViewHolder.java
Java
apache-2.0
305
package com.zuoqing.demo.entity; /** * http 请求返回的最外层对象 */ public class Result<T> { private Integer code; private String msg; private T data; public Integer getCode() { return code; } public void setCode(Integer code) { this.code = code; } public String getMsg() {...
zuoqing135du/SpringBoot
src/main/java/com/zuoqing/demo/entity/Result.java
Java
apache-2.0
569
/* * 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 ma...
XiaoMi/galaxy-sdk-java
galaxy-thrift-api/src/main/java/libthrift091/TEnum.java
Java
apache-2.0
880
@* * Copyright 2021 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
hmrc/iht-frontend
app/iht/views/application/tnrb/permanent_home.scala.html
HTML
apache-2.0
2,657
/* * Copyright (c) 2013 EMBL - European Bioinformatics Institute * Licensed under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applica...
EBIBioSamples/lodestar
web-ui/src/main/webapp/scripts/namespaces.js
JavaScript
apache-2.0
1,394
package utils import java.io.{BufferedReader, File, InputStreamReader} import scala.io.Source /** * Created by yujieshui on 2016/8/30. */ object NextLine { type NextLine = () => String def fromSystemIn(): NextLine = { val bi = new BufferedReader(new InputStreamReader(System.in)) () => bi.readLine(...
1178615156/hackerrank
src/main/scala/utils/NextLine.scala
Scala
apache-2.0
568
/* * Copyright to 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 app...
dreedyman/Rio
rio-tools/rio-cli/src/main/java/org/rioproject/tools/cli/OptionHandler.java
Java
apache-2.0
1,583
package com.eric.drools_demo; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the test case */ public App...
54070356/sample
drools-demo/src/test/java/com/eric/drools_demo/AppTest.java
Java
apache-2.0
648
// ----------------------------------------------------------------------------- // Copyright 2011-2012 Patrick Näf (herzbube@herzbube.ch) // // 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 ...
gcao/littlego_old
src/ui/UiUtilities.h
C
apache-2.0
1,994
package com.cognitionis.nlp_files; import java.io.*; import java.util.regex.*; /** * * @author Héctor Llorens * @since 2011 */ public class TreebankFile extends NLPFile { public TreebankFile(String filename) { super(filename); } @Override public Boolean isWellFormatted() { i...
hllorens/cognitionis-nlp-libraries
nlp-files/src/main/java/com/cognitionis/nlp_files/TreebankFile.java
Java
apache-2.0
2,385
package com.kashukov.convert; /** * Convert short to any primitive data type */ public class Short { /** * Convert short to boolean * * @param input short * @return boolean */ public static boolean shortToBoolean(short input) { return input != 0; } /** * Convert...
kashukov/convert
src/main/java/com/kashukov/convert/Short.java
Java
apache-2.0
1,895
<?php /** * PluginOp2CommunityEventMember form. * * @package opMTViewerPlugin * @subpackage form * @author Kimura Youichi <kim.upsilon@gmail.com> */ abstract class PluginOp2CommunityEventMemberForm extends BaseOp2CommunityEventMemberForm { }
upsilon/opMTViewerPlugin
lib/form/doctrine/PluginOp2CommunityEventMemberForm.class.php
PHP
apache-2.0
256
package be.dnsbelgium.rdap.sample.parser; import be.dnsbelgium.rdap.sample.dto.Contact; import be.dnsbelgium.rdap.sample.dto.DnsSecKey; import be.dnsbelgium.rdap.sample.dto.SimpleContact; public enum WhoisKeyBlock { MAIN(), DOMAIN(), REGISTRAR(), REGISTRANT(), ADMIN(Contact.class), TECH(Contact.class), ...
DNSBelgium/rdap-server-sample-gtld
src/main/java/be/dnsbelgium/rdap/sample/parser/WhoisKeyBlock.java
Java
apache-2.0
981
package com.github.hadoop.maven.plugin; import java.io.BufferedInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.OutputStream; import java.util.jar.Attributes; import java.util.jar.JarEntry; import java.util.jar.JarOutputS...
akkumar/maven-hadoop
src/main/java/com/github/hadoop/maven/plugin/JarWriter.java
Java
apache-2.0
2,529
package dbtarzan.gui.table import scalafx.scene.control.{TableView, TableColumn} import scala.util.Random import scalafx.Includes._ import dbtarzan.gui.util.JFXUtil import dbtarzan.db._ object TableColumnsFitter { /* a logistic (sigmoid) function, almost linear, returns max 50 */ def logistic(x : Double) : ...
aferrandi/dbtarzan
src/main/scala/dbtarzan/gui/table/TableColumnsFitter.scala
Scala
apache-2.0
1,092
/* * 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-transfer/src/main/java/com/amazonaws/services/transfer/model/HomeDirectoryType.java
Java
apache-2.0
1,790
package com.ilad.teamwork; import org.openqa.selenium.WebElement; import io.appium.java_client.android.AndroidDriver; public class TabsMenu extends AbstractTeamWork { public TabsMenu(AndroidDriver<WebElement> driver) { super(driver); } public AllProjectsPage goToProjects() { driver.findElementByXPath("//an...
Solomon1732/infinity-labs-repository
TeamWorkAndroid/src/main/java/com/ilad/teamwork/TabsMenu.java
Java
apache-2.0
414
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media...
dcarda/aba.route.validator
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_15_testAbaNumberCheck_32965_good_9pl.html
HTML
apache-2.0
9,181
# (C) Copyright 2020 Hewlett Packard Enterprise Development LP # # 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...
HewlettPackard/oneview-sdk-ruby
spec/unit/resource/api2200/c7000/volume_template_spec.rb
Ruby
apache-2.0
876
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writi...
googleads/googleads-java-lib
modules/dfp_appengine/src/main/java/com/google/api/ads/admanager/jaxws/v202111/ActivityGroupServiceInterfacegetActivityGroupsByStatement.java
Java
apache-2.0
3,560
package vnetpeering import ( "context" "fmt" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2019-11-01/network" "github.com/giantswarm/microerror" "github.com/giantswarm/operatorkit/v4/pkg/controller/context/reconciliationcanceledcontext" "github.com/giantswarm/to" "github.com/giantswarm/azure-opera...
giantswarm/azure-operator
service/controller/azureconfig/handler/vnetpeering/create.go
GO
apache-2.0
4,401
package org.ovirt.engine.ui.uicommonweb.models.vms; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import org.ovirt.engine.core.common.businessentities.DiskImage; import org.ovirt.engine.core.common.businessentities.DiskImageBase; impor...
Dhandapani/gluster-ovirt
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/ImportVmModel.java
Java
apache-2.0
23,592
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated ...
AppliedIS/wams-manager
Source/Ais.Internal.Dcm/Ais.Internal.Dcm.ModernUIV2/Properties/AssemblyInfo.cs
C#
apache-2.0
2,263
# Accelerator backends It's pretty straightforward to describe a `Tensor` calculation, but when and how that calculation is performed will depend on which backend is used for the `Tensor`s and when the results are needed on the host CPU. Behind the scenes, operations on `Tensor`s are dispatched to accelerators like ...
tensorflow/swift
docs/site/guide/backends.md
Markdown
apache-2.0
6,016
using System.Reflection; using System.Runtime.InteropServices; using System.Windows; // 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("Wpf.Mvvm.Tes...
oriches/Simple.Wpf.FSharp.Repl
Wpf.Mvvm.TestHarness/Properties/AssemblyInfo.cs
C#
apache-2.0
2,236
package com.pengrad.telegrambot.request; import com.pengrad.telegrambot.response.BaseResponse; /** * Mirco Ianese * 07 December 2021 */ public class UnbanChatSenderChat extends BaseRequest<UnbanChatSenderChat, BaseResponse> { public UnbanChatSenderChat(Object chatId, long sender_chat_id) { super(BaseR...
pengrad/java-telegram-bot-api
library/src/main/java/com/pengrad/telegrambot/request/UnbanChatSenderChat.java
Java
apache-2.0
415
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Threading.Tasks; namespace DevZH.UI { [StructLayout(LayoutKind.Sequential)] public struct InitOptions { public UIntPtr Size; } }
noliar/DevZH.UI
src/DevZH.UI/InitOptions.cs
C#
apache-2.0
275
/** * @author: Alberto Cerqueira * @email: alberto.cerqueira1990@gmail.com */ jQuery.controller = function() { var controllerClass = function() { this.init = (function(){ $("#gravar").click(function(){ _self.gravar(); return false; }); }); this.gravar = (function() { $("#manterEntidade")...
g6tech/spring-corp-test
project/viewria/WebContent/app/controller/controller.js
JavaScript
apache-2.0
1,076
/* * Copyright (c) 2017-2018. 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...
lialun/EasyCache
easycache/src/main/java/li/allan/easycache/config/ConfigProperties.java
Java
apache-2.0
1,360
# # 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...
gilbertpilz/solum
solum/api/controllers/camp/v1_1/datamodel/extensions.py
Python
apache-2.0
1,139
<div class='row row-pad'> <div class='col-sm-2 col-md-2 col-lg-2 text-center'> <h5>Quick Menu</h5> </div> <div class='col-sm-8 col-md-8 col-lg-8 text-center'> <h5>Videos</h5> </div> <div class='col-sm-2 col-md-2 col-lg-2 text-center'> <h5>Following</h5> </div> </div> <div class='row row-pad'> <div class=...
karlmoser/Video-Annotation
web/public/application/views/parts/main.php
PHP
apache-2.0
1,103
/* * 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-appsync/src/main/java/com/amazonaws/services/appsync/model/GetFunctionResult.java
Java
apache-2.0
4,022
/* * Copyright 2008-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 requir...
Selventa/model-builder
tools/groovy/src/src/main/groovy/lang/Lazy.java
Java
apache-2.0
4,644
/* * Copyright 2013-present Facebook, 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...
justinmuller/buck
test/com/facebook/buck/event/listener/ChromeTraceBuildListenerTest.java
Java
apache-2.0
20,351
<?php /** * Budget delivery methods. * @package Google_Api_Ads_AdWords_v201605 * @subpackage v201605 */ class BudgetBudgetDeliveryMethod { const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201605"; const XSI_TYPE = "Budget.BudgetDeliveryMethod"; /** * Gets the namesapce of t...
SonicGD/google-adwords-api-light
Google/Api/Ads/AdWords/v201605/classes/BudgetBudgetDeliveryMethod.php
PHP
apache-2.0
716
/* * Copyright (C) 2016 CaMnter yuanyu.camnter@gmail.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
CaMnter/SaveVolley
savevolley-network-adapter/src/main/java/com/camnter/savevolley/network/adapter/core/SaveHttpEntityAdapter.java
Java
apache-2.0
925
# Install script for directory: /home/york/Program/MachineLearning/nn/two_spiral/src # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") # Set the install configuration name. if(NOT ...
SwordYork/MachineLearning
nn/two_spiral/src/cmake_install.cmake
CMake
apache-2.0
1,415
--- layout: base title: 'Statistics of Definite in UD_French' udver: '2' --- ## Treebank Statistics: UD_French: Features: `Definite` This feature is universal. It occurs with 2 different values: `Def`, `Ind`. 53514 tokens (13%) have a non-empty value of `Definite`. 29 types (0%) occur at least once with a non-empty...
UniversalDependencies/docs
treebanks/fr_gsd/fr-feat-Definite.md
Markdown
apache-2.0
1,302
--- layout: postag title: 'INTJ' shortdef: 'interjection' --- ### Definition An interjection is a word that is used most often as an exclamation or part of an exclamation. It typically expresses an emotional reaction, is not syntactically related to other accompanying expressions, and may include a combination of sou...
UniversalDependencies/docs
_ru/pos/INTJ.md
Markdown
apache-2.0
776
# Plesioneuron translucens Holttum SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Pteridophyta/Polypodiopsida/Polypodiales/Thelypteridaceae/Plesioneuron/Plesioneuron translucens/README.md
Markdown
apache-2.0
182
#include <iostream> #include <fstream> #include "disassembly/flowgraph.hpp" #include "disassembly/functionfeaturegenerator.hpp" #include "searchbackend/functionsimhashfeaturedump.hpp" // Writes a DOT file for a given graphlet. void WriteFeatureDictionaryEntry(uint64_t hashA, uint64_t hashB, const Flowgraph& graphle...
googleprojectzero/functionsimsearch
searchbackend/functionsimhashfeaturedump.cpp
C++
apache-2.0
1,200
/******************************************************************************* * Copyright 2007-2013 See AUTHORS file. * * 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:/...
x-meta/xworker
xworker_dataobject/src/main/java/xworker/dataObject/http/DataObjectHttpUtils.java
Java
apache-2.0
2,037
/* * Copyright 2000-2009 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...
ernestp/consulo
platform/vcs-impl/src/com/intellij/openapi/vcs/changes/patch/PatchFileType.java
Java
apache-2.0
1,803
.footer__text { font-family: Nunito, sans-serif; font-size: 20px; color: black; font-weight: 900; line-height: 60px; padding: 0px 00px; margin: 0px; text-align: center; } .footer__text-right { text-align: center; } @media only screen and (min-width: 320px) { .footer__text { ...
javimosch/bastack
src/client/ba/css/footer.css
CSS
apache-2.0
849
package io.ray.streaming.runtime.core.processor; import io.ray.streaming.message.Record; import io.ray.streaming.operator.SourceOperator; /** * The processor for the stream sources, containing a SourceOperator. * * @param <T> The type of source data. */ public class SourceProcessor<T> extends StreamProcessor<Reco...
pcmoritz/ray-1
streaming/java/streaming-runtime/src/main/java/io/ray/streaming/runtime/core/processor/SourceProcessor.java
Java
apache-2.0
663
<div class="row"> <div class="col-md-12 no-padding"> <div class="col-lg-4 col-md-12"> <?php $this->renderPartial('pod/description',array( "project" => $project, "tags" => $tags, "countries" => $countries,"isAdmin"=> $admin)); ?> </div> <div class ="col-lg-4 col-md-12"> <?php $this->renderPartial('.....
pixelhumain/network
views/project/dashboard.php
PHP
apache-2.0
6,465
<!DOCTYPE html> <html lang="en"> <head> <title>Home</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> </head> <body> <span>Time:</span> <ul> <li>From controller: ${time}</li> <li>From Beetl</li> </ul> <span>Message: ${message}</span> <span>submit: ${submit}</span> </body> </h...
kingsmiler/jeefw
springmvc-examples/springmvc-annotation-beetl/src/main/webapp/WEB-INF/templates/welcome.html
HTML
apache-2.0
325
/** * Copyright 2012-2015 Niall Gallagher * * 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...
npgall/cqengine
code/src/test/java/com/googlecode/cqengine/index/support/PartialSortedKeyStatisticsAttributeIndexTest.java
Java
apache-2.0
6,673
/* * Copyright (c) 2010-2013 Evolveum * * 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...
sabriarabacioglu/engerek
infra/common/src/main/java/com/evolveum/midpoint/common/policy/PasswordPolicyUtils.java
Java
apache-2.0
12,321
# frozen_string_literal: true require 'rails_helper' RSpec.describe Manifest, type: :model do let(:monograph) do create(:public_monograph) do |m| m.ordered_members << file_set m.save! m end end let(:file_set) do create(:public_file_set) do |f| f.original_file = original_file ...
mlibrary/heliotrope
spec/models/manifest_spec.rb
Ruby
apache-2.0
2,666
/* 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/linalg/MatrixDiagPart.java
Java
apache-2.0
7,043
/* * Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * Copyright 2012 The ZAP Development Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
zaproxy/zaproxy
zap/src/test/java/org/zaproxy/zap/control/AddOnUnitTest.java
Java
apache-2.0
36,238
package com.qinyadan.monitor.network.util; import java.util.Map; import com.qinyadan.monitor.network.control.ControlMessageDecoder; import com.qinyadan.monitor.network.control.ControlMessageEncoder; import com.qinyadan.monitor.network.control.ProtocolException; public final class ControlMessageEncodingUtils ...
O2O-Market/Market-monitor
market-network/src/main/java/com/qinyadan/monitor/network/util/ControlMessageEncodingUtils.java
Java
apache-2.0
809
<h2>Ask a question:</h2> <div class="question-form"> <mat-form-field> <mat-label>Your question:</mat-label> <textarea maxlength="280" style="height: 120px;" required matInput #q (keydown.control.enter)="addQuestion(q)" (keydown.command.enter)="addQuestion(q)" ></t...
nycJSorg/angular-presentation
libs/utils/src/lib/sync/components/questions/questions-viewer/questions-viewer.component.html
HTML
apache-2.0
1,591