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
jsonp({"cep":"57312650","logradouro":"Rua Andr\u00e9 F\u00e9lix da Silva","bairro":"Novo Horizonte","cidade":"Arapiraca","uf":"AL","estado":"Alagoas"});
lfreneda/cepdb
api/v1/57312650.jsonp.js
JavaScript
cc0-1.0
153
jsonp({"cep":"13051407","logradouro":"Avenida Jos\u00e9 Christov\u00e3o Gon\u00e7alves","bairro":"Jardim Stella","cidade":"Campinas","uf":"SP","estado":"S\u00e3o Paulo"});
lfreneda/cepdb
api/v1/13051407.jsonp.js
JavaScript
cc0-1.0
172
#!/bin/sh # Hinomoto Installation Script # Written in 2012 by 伴上段 # # To the extent possible under law, the author(s) have dedicated all copyright # and related and neighboring rights to this software to the public domain # worldwide. This software is distributed without any warranty. # # You should have received a co...
jtvaughan/hinomoto
install.sh
Shell
cc0-1.0
1,047
#include "pch.h" /********************************************************************** <BR> This file is part of Crack dot Com's free source code release of Golgotha. <a href="http://www.crack.com/golgotha_release"> <BR> for information about compiling & licensing issues visit this URL</a> <PRE> If...
pgrawehr/golgotha
objs__base_launcher.cpp
C++
cc0-1.0
4,079
jsonp({"cep":"18611271","logradouro":"Pra\u00e7a Jo\u00e3o Batista de Camargo","bairro":"Jardim Dona Nicota de Barros","cidade":"Botucatu","uf":"SP","estado":"S\u00e3o Paulo"});
lfreneda/cepdb
api/v1/18611271.jsonp.js
JavaScript
cc0-1.0
178
jsonp({"cep":"86078664","logradouro":"Rua Dagoberto Ferraz dos Santos","bairro":"Parque Residencial Michael Licha","cidade":"Londrina","uf":"PR","estado":"Paran\u00e1"});
lfreneda/cepdb
api/v1/86078664.jsonp.js
JavaScript
cc0-1.0
171
jsonp({"cep":"73751087","logradouro":"Quadra 5 MR 12","bairro":"Setor Norte","cidade":"Planaltina de Goi\u00e1s","uf":"GO","estado":"Goi\u00e1s"});
lfreneda/cepdb
api/v1/73751087.jsonp.js
JavaScript
cc0-1.0
148
jsonp({"cep":"39406122","logradouro":"Rua Cinco","bairro":"Colorado","cidade":"Montes Claros","uf":"MG","estado":"Minas Gerais"});
lfreneda/cepdb
api/v1/39406122.jsonp.js
JavaScript
cc0-1.0
131
import OOMP newPart = OOMP.oompItem(9185) newPart.addTag("oompType", "POTE") newPart.addTag("oompSize", "07") newPart.addTag("oompColor", "X") newPart.addTag("oompDesc", "O102") newPart.addTag("oompIndex", "01") OOMP.parts.append(newPart)
oomlout/oomlout-OOMP
old/OOMPpart_POTE_07_X_O102_01.py
Python
cc0-1.0
241
# MODEL1012090005: Kim2011_Oscillator_ExtendedI ## Installation Download this repository, and install with distutils `python setup.py install` Or, install using pip `pip install git+https://github.com/biomodels/MODEL1012090005.git` To install a specific version (in this example, from the 2014-09-16 BioModels rele...
biomodels/MODEL1012090005
README.md
Markdown
cc0-1.0
1,777
# Configuration file structure Entity browsers are configuration entities that can be created [either by the site builder on the UI](creating_browser_through_ui.md) or imported from YAML configuration files. If you are using a module that provides default or example configuration, these will be in the .yml files and ...
drupal-media/d8-guide
modules/entity_browser/configuration.md
Markdown
cc0-1.0
3,122
jsonp({"cep":"26225450","logradouro":"Travessa Rosa","bairro":"Centro","cidade":"Nova Igua\u00e7u","uf":"RJ","estado":"Rio de Janeiro"});
lfreneda/cepdb
api/v1/26225450.jsonp.js
JavaScript
cc0-1.0
138
module(..., package.seeall) require("lua_tda") require "lpeg" require "core" require "dialog_utilities" joProfile = require "OWLGrEd_UserFields.Profile" syncProfile = require "OWLGrEd_UserFields.syncProfile" styleMechanism = require "OWLGrEd_UserFields.styleMechanism" owl_fields_specific = require "OWLGrEd_Us...
hmis-interop/logical-model
src/class-diagram-files/Plugins/OWLGrEd_UserFields/viewMechanism.lua
Lua
cc0-1.0
56,338
jsonp({"cep":"96200520","logradouro":"Rua Capit\u00e3o Andrino","bairro":"Centro","cidade":"Rio Grande","uf":"RS","estado":"Rio Grande do Sul"});
lfreneda/cepdb
api/v1/96200520.jsonp.js
JavaScript
cc0-1.0
146
jsonp({"cep":"13216200","logradouro":"Rua Jos\u00e9 Belesso","bairro":"Vila Caod\u00e1glio","cidade":"Jundia\u00ed","uf":"SP","estado":"S\u00e3o Paulo"});
lfreneda/cepdb
api/v1/13216200.jsonp.js
JavaScript
cc0-1.0
155
jsonp({"cep":"12245908","logradouro":"Rua Inconfid\u00eancia","bairro":"Jardim S\u00e3o Dimas","cidade":"S\u00e3o Jos\u00e9 dos Campos","uf":"SP","estado":"S\u00e3o Paulo"});
lfreneda/cepdb
api/v1/12245908.jsonp.js
JavaScript
cc0-1.0
175
jsonp({"cep":"09510102","logradouro":"Rua Manoel Coelho","bairro":"Santo Ant\u00f4nio","cidade":"S\u00e3o Caetano do Sul","uf":"SP","estado":"S\u00e3o Paulo"});
lfreneda/cepdb
api/v1/09510102.jsonp.js
JavaScript
cc0-1.0
161
#include<iostream> #include<string> #include<cctype> using std::string; using std::cin; using std::cout; using std::endl; int main(void) { string s("It's a string"); for (auto &c : s) { c = 'x'; } cout << s << endl; return 0; }
akanezorap/CppPrimer
ch03/ex3_06.cpp
C++
cc0-1.0
237
'use strict' /* eslint-env browser, webextensions */ // check if URL includes autoplay token if (decodeURIComponent(window.location.href).includes('autoplay=true')) { console.log('[Google Music Hotkeys] Autoplay token detected') const autoplay = setInterval(async () => { const playbutton = document.getElementB...
lidel/google-music-hotkeys
add-on/autoplay.js
JavaScript
cc0-1.0
634
jsonp({"cep":"13254715","logradouro":"Rua Daniel Aparecido Moreira","bairro":"Loteamento Parque da Colina II","cidade":"Itatiba","uf":"SP","estado":"S\u00e3o Paulo"});
lfreneda/cepdb
api/v1/13254715.jsonp.js
JavaScript
cc0-1.0
168
jsonp({"cep":"12301170","logradouro":"Rua \u00c1lvaro de Barros Lins","bairro":"Loteamento Villa Branca","cidade":"Jacare\u00ed","uf":"SP","estado":"S\u00e3o Paulo"});
lfreneda/cepdb
api/v1/12301170.jsonp.js
JavaScript
cc0-1.0
168
jsonp({"cep":"85070165","logradouro":"Rua Afonso Botelho","bairro":"Santana","cidade":"Guarapuava","uf":"PR","estado":"Paran\u00e1"});
lfreneda/cepdb
api/v1/85070165.jsonp.js
JavaScript
cc0-1.0
135
package es.thesinsprods.zagastales.juegozagas.creadornpcs; import java.awt.Color; import java.awt.EventQueue; import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.util.ArrayList; i...
ZagasTales/HistoriasdeZagas
src Graf/es/thesinsprods/zagastales/juegozagas/creadornpcs/InfoAcc3NPC.java
Java
cc0-1.0
7,548
jsonp({"cep":"40713125","logradouro":"Travessa Ant\u00f4nio Hungar","bairro":"Itacaranha","cidade":"Salvador","uf":"BA","estado":"Bahia"});
lfreneda/cepdb
api/v1/40713125.jsonp.js
JavaScript
cc0-1.0
140
jsonp({"cep":"18201561","logradouro":"Travessa Pl\u00ednio Salgado","bairro":"Vila Monteiro","cidade":"Itapetininga","uf":"SP","estado":"S\u00e3o Paulo"});
lfreneda/cepdb
api/v1/18201561.jsonp.js
JavaScript
cc0-1.0
156
jsonp({"cep":"75903510","logradouro":"Rua 20","bairro":"Popular","cidade":"Rio Verde","uf":"GO","estado":"Goi\u00e1s"});
lfreneda/cepdb
api/v1/75903510.jsonp.js
JavaScript
cc0-1.0
121
# Professional Single Page Website ## Tech JQuery, JavaScript, HTML, CSS ## Created By Koly Sengupta ## Contains Recent professional and personal Web Development projects. <!-- ## Open Source Template Theme Wagon ## Reference http://www.themewagon.com -->
kolysg/kolysg.github.io
README.md
Markdown
cc0-1.0
267
body{ background-color: #ECE5DD; color: #333; font-family: Ubuntu; overflow: hidden; } .display img{ display: none; } .div_input{ padding: 0px; z-index: 2; position: fixed; top: 6; left: 0; width: 100%; padding-right: : 120px; height: auto; background-color: #ECE5DD; border-bottom: 1px solid #ccc; -web...
piyushagade/Psyc
widgets/dictionary/dictionary.css
CSS
cc0-1.0
3,437
jsonp({"cep":"93226290","logradouro":"Rua Cristiano Otoni","bairro":"Nova Sapucaia","cidade":"Sapucaia do Sul","uf":"RS","estado":"Rio Grande do Sul"});
lfreneda/cepdb
api/v1/93226290.jsonp.js
JavaScript
cc0-1.0
153
jsonp({"cep":"02670020","logradouro":"Rua Diogo Bernardes","bairro":"Vila Dionisia","cidade":"S\u00e3o Paulo","uf":"SP","estado":"S\u00e3o Paulo"});
lfreneda/cepdb
api/v1/02670020.jsonp.js
JavaScript
cc0-1.0
149
jsonp({"cep":"70335900","logradouro":"Setor SMHS","bairro":"Asa Sul","cidade":"Bras\u00edlia","uf":"DF","estado":"Distrito Federal"});
lfreneda/cepdb
api/v1/70335900.jsonp.js
JavaScript
cc0-1.0
135
jsonp({"cep":"96060186","logradouro":"Passeio Um","bairro":"Tr\u00eas Vendas","cidade":"Pelotas","uf":"RS","estado":"Rio Grande do Sul"});
lfreneda/cepdb
api/v1/96060186.jsonp.js
JavaScript
cc0-1.0
139
jsonp({"cep":"60541220","logradouro":"Vila Sousa Carvalho","bairro":"Granja Portugal","cidade":"Fortaleza","uf":"CE","estado":"Cear\u00e1"});
lfreneda/cepdb
api/v1/60541220.jsonp.js
JavaScript
cc0-1.0
142
jsonp({"cep":"68505050","logradouro":"Quadra Tr\u00eas","bairro":"Nova Marab\u00e1","cidade":"Marab\u00e1","uf":"PA","estado":"Par\u00e1"});
lfreneda/cepdb
api/v1/68505050.jsonp.js
JavaScript
cc0-1.0
141
jsonp({"cep":"29211140","logradouro":"Rua Manten\u00f3polis","bairro":"Bela Vista","cidade":"Guarapari","uf":"ES","estado":"Esp\u00edrito Santo"});
lfreneda/cepdb
api/v1/29211140.jsonp.js
JavaScript
cc0-1.0
148
jsonp({"cep":"14801279","logradouro":"Pra\u00e7a Newton Prado","bairro":"Centro","cidade":"Araraquara","uf":"SP","estado":"S\u00e3o Paulo"});
lfreneda/cepdb
api/v1/14801279.jsonp.js
JavaScript
cc0-1.0
142
jsonp({"cep":"87450000","cidade":"Tuneiras do Oeste","uf":"PR","estado":"Paran\u00e1"});
lfreneda/cepdb
api/v1/87450000.jsonp.js
JavaScript
cc0-1.0
89
jsonp({"cep":"27265100","logradouro":"Avenida Madri","bairro":"Jardim Europa","cidade":"Volta Redonda","uf":"RJ","estado":"Rio de Janeiro"});
lfreneda/cepdb
api/v1/27265100.jsonp.js
JavaScript
cc0-1.0
142
jsonp({"cep":"18085610","logradouro":"Rua Maria Terci","bairro":"Jardim Morumbi","cidade":"Sorocaba","uf":"SP","estado":"S\u00e3o Paulo"});
lfreneda/cepdb
api/v1/18085610.jsonp.js
JavaScript
cc0-1.0
140
# Tehnici de Compilare - Georgescu Geanina ## Examen ### 2021 - Seria 33 & 34: [varianta 2](https://drive.google.com/file/d/1QUltwqORD_KRlS-tG1xubXLYsEVmIYwg/view?usp=sharing) ### 2018 #### Seria 34 - [Subiect](https://www.dropbox.com/s/27xbqi1chyp5ao1/subiect_tc.png?dl=0) #### Seria 33 1. Construiti un automat ...
palcu/fmi
tc.md
Markdown
cc0-1.0
1,629
jsonp({"cep":"24430020","logradouro":"Rua Ant\u00f4nio Costa","bairro":"Porto Velho","cidade":"S\u00e3o Gon\u00e7alo","uf":"RJ","estado":"Rio de Janeiro"});
lfreneda/cepdb
api/v1/24430020.jsonp.js
JavaScript
cc0-1.0
157
jsonp({"cep":"32657418","logradouro":"Rua S\u00e3o Camilo de Lelis","bairro":"Bandeirinhas","cidade":"Betim","uf":"MG","estado":"Minas Gerais"});
lfreneda/cepdb
api/v1/32657418.jsonp.js
JavaScript
cc0-1.0
146
jsonp({"cep":"89214701","logradouro":"Rua Jativoca","bairro":"Nova Bras\u00edlia","cidade":"Joinville","uf":"SC","estado":"Santa Catarina"});
lfreneda/cepdb
api/v1/89214701.jsonp.js
JavaScript
cc0-1.0
142
package org.usfirst.frc.team1977.robot.commands.drive; import org.usfirst.frc.team1977.robot.commands.CommandBase; /** * A simple, non-actuator related command to be mapped to a controller button. * Toggles the speed coefficient for the drive subsystem between high and low * values. * * @author Loveland High Ro...
LovelandHighRobotics1977/FRC2015
FRC2015/src/org/usfirst/frc/team1977/robot/commands/drive/SpeedToggle.java
Java
cc0-1.0
1,048
jsonp({"cep":"13052113","logradouro":"Rua St\u00e9fano Pavan","bairro":"Jardim Morumbi","cidade":"Campinas","uf":"SP","estado":"S\u00e3o Paulo"});
lfreneda/cepdb
api/v1/13052113.jsonp.js
JavaScript
cc0-1.0
147
using System; using System.Collections.Generic; using System.Reflection; using MSTD; using MSTD.ShBase; namespace CFL_1.CFL_System.MSTD.ShBase { public enum RelationKind { ISMEMBEROF, ISINLIST, HASMEMBER, HASINLIST } public struct BaseRelation { public Base...
CFLShine/CFL
CFLServerData/CFL_System/MSTD/ShBase/BaseRelations.cs
C#
cc0-1.0
4,744
// Filename: WaveFileReader.ava // Reference: http://www.cnblogs.com/liyiwen/archive/2010/04/19/1715715.html // Creator: RobinTang // Time: 2012-09-02 package com.sin.java.media; import java.io.BufferedInputStream; import java.io.FileInputStream; import java.io.IOException; public class WaveFileReader...
SoLoHiC/chddt
CHDDiagnosticTool/src/com/sin/java/media/WaveFileReader.java
Java
epl-1.0
5,668
''' This is an example how to use PyScanClient library to connect a scan server. It assumes the server running on localhost at port 4810. The scan server is a RESTful based web service, which was developed at SNS. Its binary nightly build could be found at: https://ics-web.sns.ornl.gov/css/nightly/ and source code is ...
PythonScanClient/PyScanClient
tutorial/1_start.py
Python
epl-1.0
787
/** * <copyright> * </copyright> * * $Id$ */ package gbind.dsl.impl; import gbind.dsl.ConceptFeatureRef; import gbind.dsl.ConceptMetaclass; import gbind.dsl.DslPackage; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.InternalEObject; import o...
jesusc/bento
plugins/genericity.language.gbind/src-gen/gbind/dsl/impl/ConceptFeatureRefImpl.java
Java
epl-1.0
5,771
/** * Copyright (c) 2014-2015 TELECOM ParisTech and AdaCore. * 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 * * Contr...
eliericha/atlanalyser
fr.tpt.atlanalyser.atl/src/fr/tpt/atlanalyser/atl/ATL/impl/LocatedElementImpl.java
Java
epl-1.0
8,031
package nju.software.sjy.dao; import java.util.List; import nju.software.sjy.model.xy.TOperation; import nju.software.sjy.model.xy.TResource; import nju.software.sjy.model.xy.TRole; import nju.software.sjy.model.xy.TRoleoperation; import nju.software.sjy.model.xy.TRoleres; public interface RoleDao { List<TRole> get...
SongyuCHen/SJY
src/nju/software/sjy/dao/RoleDao.java
Java
epl-1.0
1,665
package br.com.exception; public class FoneInvalidoException extends Exception{ /** * */ private static final long serialVersionUID = 1L; public FoneInvalidoException(String msg) { super(msg); } }
yuri4br/Clinica_Vet_POO
src/br/com/exception/FoneInvalidoException.java
Java
epl-1.0
220
/* * Sonatype Nexus (TM) Open Source Version * Copyright (c) 2008-present Sonatype, Inc. * All rights reserved. Includes the third-party code listed at http://links.sonatype.com/products/nexus/oss/attributions. * * This program and the accompanying materials are made available under the terms of the Eclipse Public...
sonatype/nexus-public
plugins/nexus-restore-raw/src/main/java/org/sonatype/nexus/blobstore/restore/raw/internal/orient/package-info.java
Java
epl-1.0
1,007
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>org.eclipse.oomph.setup.git.impl (Oomph Setup Documentation)</title> <meta name="date" content=""> <link rel="stylesheet" type="text/css" href="../../../../../../styles...
peterkir/org.eclipse.oomph
plugins/org.eclipse.oomph.setup.doc/javadoc/org/eclipse/oomph/setup/git/impl/package-summary.html
HTML
epl-1.0
5,742
/** * Copyright (c) 2010-2021 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
paulianttila/openhab2
bundles/org.openhab.binding.etherrain/src/main/java/org/openhab/binding/etherrain/internal/api/EtherRainCommunication.java
Java
epl-1.0
9,421
/* * Sonatype Nexus (TM) Open Source Version * Copyright (c) 2008-present Sonatype, Inc. * All rights reserved. Includes the third-party code listed at http://links.sonatype.com/products/nexus/oss/attributions. * * This program and the accompanying materials are made available under the terms of the Eclipse Public...
sonatype/nexus-public
plugins/nexus-repository-maven/src/main/resources/static/rapture/NX/maven/app/PluginConfig.js
JavaScript
epl-1.0
1,318
// /******************************************************************************* // * Copyright (c) 2016 by RF77 (https://github.com/RF77) // * 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 ...
RF77/sharp-tsdb
src/FileDb/Impl/ReadWritLockable.cs
C#
epl-1.0
1,841
using System; using System.Reflection; using System.Resources; 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 ...
ChristopherOlson-WK/SikuliUI-IDE
SikuliUI-IDE_Package/Properties/AssemblyInfo.cs
C#
epl-1.0
1,160
/******************************************************************************* * Copyright (c) 2021 IBM Corporation and others. * 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 a...
OpenLiberty/open-liberty
dev/com.ibm.ws.jpa.tests.spec10.entity_fat.common/fat/src/com/ibm/ws/jpa/tests/spec10/entity/tests/Entity_EJB.java
Java
epl-1.0
17,783
#Nuxeo Codenvy Docker ## General information and motivation The **Nuxeo** _codenvy-docker_ image is used by Codenvy Runner to accelerates Nuxeo distribution execution. ##About ###Nuxeo [Nuxeo](http://www.nuxeo.com) provides a modular, extensible Java-based [open source software platform for enterprise content manag...
nuxeo/nuxeo-codenvy-docker
README.md
Markdown
epl-1.0
967
#******************************************************************************* # Copyright (c) 2010-2014, Gabor Szarnyas, Istvan Rath and Daniel Varro # 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 dis...
FTSRG-archive/4store-graph-driver
scripts/4s-discover.sh
Shell
epl-1.0
872
# Introduction to flatpack TODO: write [great documentation](http://jacobian.org/writing/what-to-write/)
attentive/flatpack
doc/intro.md
Markdown
epl-1.0
106
/** */ package metamodel_bdsl.util; import metamodel_bdsl.BatchProcess; import metamodel_bdsl.BindingAttribute; import metamodel_bdsl.BindingElement; import metamodel_bdsl.Component; import metamodel_bdsl.ConveyorBelt; import metamodel_bdsl.Distribution; import metamodel_bdsl.Flow; import metamodel_bdsl.Gaussian; imp...
jesusc/bento
tests/test-outputs/bento.sirius.tests.metamodels.output/src/metamodel_bdsl/util/Metamodel_bdslSwitch.java
Java
epl-1.0
76,608
/* * Copyright 2012 PRODYNA AG * * Licensed under the Eclipse Public License (EPL), Version 1.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.opensource.org/licenses/eclipse-1.0.php or * http://www.nabucco.org/L...
NABUCCO/org.nabucco.business.address
org.nabucco.business.address.facade.message/src/main/gen/org/nabucco/business/address/facade/message/PhoneAddressListMsg.java
Java
epl-1.0
6,075
/******************************************************************************* * Copyright (c) 1997, 2010 IBM Corporation and others. * 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, an...
kgibm/open-liberty
dev/com.ibm.ws.threading/src/com/ibm/ws/threading/internal/BoundedBuffer.java
Java
epl-1.0
56,371
import React from 'react'; import PropTypes from 'prop-types'; import {Button, Modal} from 'react-bootstrap'; import FontAwesome from 'react-fontawesome'; import axios from 'axios'; import Server from '../helpers/Server'; import CompareDocs from './CompareDocs'; import {get} from "lodash"; import TreeViewUtils from ".....
OCMC-Translation-Projects/ioc-liturgical-react
src/modules/ModalCompareDocs.js
JavaScript
epl-1.0
12,601
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyright 2010...
warlordh/fork_Symbian
pdk/GUID-A25FE08D-F91E-5C77-969D-569941974E6E.html
HTML
epl-1.0
8,764
package org.eclipse.graphiti.fx.ga; import java.util.ArrayList; import org.eclipse.emf.common.util.EList; import org.eclipse.graphiti.mm.algorithms.Polyline; import org.eclipse.graphiti.mm.algorithms.styles.Point; public class FxPolyline extends FxGraphicsAlgorithm<javafx.scene.shape.Polyline> { private ...
mwenz/graphitiFX
org.eclipse.graphiti.fx/src/org/eclipse/graphiti/fx/ga/FxPolyline.java
Java
epl-1.0
1,234
/** * generated by Xtext */ package org.eclipse.xtext.xtextTest.impl; import java.util.Collection; import org.eclipse.emf.common.notify.NotificationChain; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.InternalEObject; import org.eclipse.emf.ecore.util...
miklossy/xtext-core
org.eclipse.xtext.tests/src-gen/org/eclipse/xtext/xtextTest/impl/GroupImpl.java
Java
epl-1.0
3,661
/******************************************************************************* * Copyright (c) 2012, 2014 IBM Corporation and others. * 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, an...
maxeler/eclipse
eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSyntaxTreeTest.java
Java
epl-1.0
17,569
/* * Copyright (c) 2012-2018 Red Hat, Inc. * 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: * Red H...
sleshchenko/che
ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/editor/preferences/editorproperties/propertiessection/EditorPropertiesSectionViewImpl.java
Java
epl-1.0
3,701
/** * Copyright (c) 2014-2016 IncQuery Labs Ltd. * 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: * ...
IncQueryLabs/incquery-examples-cps
domains/org.eclipse.viatra.examples.cps.deployment.edit/src/org/eclipse/viatra/examples/cps/deployment/provider/DeploymentBehaviorItemProvider.java
Java
epl-1.0
7,782
/******************************************************************************* * Copyright (c) 2016, 2018 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. * * This program and the accompanying materials are m...
dejanb/hono
service-base/src/main/java/org/eclipse/hono/service/auth/HonoSaslAuthenticator.java
Java
epl-1.0
6,317
<!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_30) on Tue May 15 00:40:28 CEST 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Serialized Form (javatuples 1.2 ...
eliericha/atlanalyser
fr.tpt.atlanalyser.lib/lib/javatuples-1.2/apidocs/serialized-form.html
HTML
epl-1.0
29,120
/** * Copyright 2009-2016 Université Paris Ouest and Sorbonne Universités, Univ. Paris 06 - CNRS UMR 7606 (LIP6) * * 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 av...
lhillah/pnmlframework
pnmlFw-HLPN/src/fr/lip6/move/pnml/hlpn/dots/impl/DotsFactoryImpl.java
Java
epl-1.0
3,619
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.hwmf.record.HwmfBitmapDib.Compression (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesh...
tommylsh/test20170719
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/hwmf/record/class-use/HwmfBitmapDib.Compression.html
HTML
epl-1.0
7,262
/* * This file is part of the Jikes RVM project (http://jikesrvm.org). * * This file is licensed to You under the Eclipse Public License (EPL); * You may not use this file except in compliance with the License. You * may obtain a copy of the License at * * http://www.opensource.org/licenses/eclipse-1.0....
CodeOffloading/JikesRVM-CCO
jikesrvm-3.1.3/tools/bootImageWriter/vmmagic/src/org/vmmagic/unboxed/OffsetArray.java
Java
epl-1.0
1,934
JCrypTool Crypto ======= The **JCrypTool Crypto** repository contains all crypto plug-ins for JCrypTool: **Algorithms** (classic, modern and XML Security), **Analysis**, **Games** and **Visualizations**. Basic crypto features are included in this repository too. These projects require the plug-ins from the [JCrypTool...
ChristophSonnberger/crypto
readme.md
Markdown
epl-1.0
1,620
/******************************************************************************* * Copyright (c) 2013 Tasktop Technologies and others. * 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...
elelpublic/wikitext-all
src/org.eclipse.mylyn.wikitext.core.tests/src/org/eclipse/mylyn/wikitext/core/parser/builder/EventDocumentBuilderTest.java
Java
epl-1.0
5,620
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2010-2014 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution Licens...
agentlab/org.glassfish.jersey
plugins/org.glassfish.jersey.server/src/main/java/org/glassfish/jersey/server/model/Resource.java
Java
epl-1.0
38,723
/******************************************************************************* * Copyright (c) Emil Crumhorn - Hexapixel.com - emil.crumhorn@gmail.com * 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...
FranColmenero/Nebula
src/org/eclipse/nebula/widgets/ganttchart/Utils.java
Java
epl-1.0
2,667
/* * Copyright (c) 2012-2018 Red Hat, Inc. * 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: * Red H...
sleshchenko/che
wsmaster/che-core-api-workspace/src/main/java/org/eclipse/che/api/workspace/server/event/WorkspaceJsonRpcMessenger.java
Java
epl-1.0
1,474
/******************************************************************************* * Copyright (c) 2006, 2013 Oracle and/or its affiliates. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1...
bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs
jpa/org.eclipse.persistence.jpa.jpql.test/src/org/eclipse/persistence/jpa/tests/jpql/parser/ObjectExpressionTest.java
Java
epl-1.0
3,976
/* * Copyright (c) 2010-2012 Research In Motion Limited. All rights reserved. * * This program and the accompanying materials are made available * under the terms of the Eclipse Public License, Version 1.0, * which accompanies this distribution and is available at * * http://www.eclipse.org/legal/epl-v10.html *...
blackberry/Eclipse-JDE
net.rim.ejde/src/net/rim/ejde/internal/ui/editors/locale/IDisplayable.java
Java
epl-1.0
504
<!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_37) on Wed Jan 23 11:07:59 EST 2013 --> <TITLE> Dirichlet.Estimator (Mallet 2 API) </TITLE> <META NAME="date" CONTENT="2013-01-23"> <LINK REL ="sty...
burrsettles/mallet
doc/api/cc/mallet/types/Dirichlet.Estimator.html
HTML
epl-1.0
11,798
/******************************************************************************* * Copyright (c) 2012-2015 Codenvy, S.A. * 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 ...
sunix/che-plugins
plugin-github/che-plugin-github-ext-github/src/main/java/org/eclipse/che/ide/ext/github/client/GitHubClientService.java
Java
epl-1.0
8,040
/** * Copyright (c) 2012, 2016 Sme.UP and others. * 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 */ package org.smeup.s...
smeup/asup
org.smeup.sys.il.expr/src/org/smeup/sys/il/expr/impl/BooleanExpressionImpl.java
Java
epl-1.0
5,458
package gov.nih.nlm.uts.webservice.content; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for getTermStrings complex type. * * <p>The following schema fragment specifies the expected content contain...
dkincaid/clumcl
src/generated/java/gov/nih/nlm/uts/webservice/content/GetTermStrings.java
Java
epl-1.0
3,113
package org.allmyinfo.word.search.impl; import org.allmyinfo.coordinator.Coordinator; import org.allmyinfo.meaning.word.WordMeaning; import org.allmyinfo.meaning.wordparent.WordParentMeaning; import org.allmyinfo.util.osgi.EqFilter; import org.allmyinfo.util.osgi.activator.BaseActivator; import org.allmyinfo.util.osgi...
sschafer/atomic
org.allmyinfo.word.search.impl/src/org/allmyinfo/word/search/impl/Activator.java
Java
epl-1.0
2,131
/************************************************************ * <bsn.cl fy=2014 v=onl> * * Copyright 2014, 2015 Big Switch Networks, Inc. * * Licensed under the Eclipse Public License, Version 1.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy o...
opennetworklinux/ONLP
modules/sff/module/inc/sff/sff.h
C
epl-1.0
9,042
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyrigh...
warlordh/fork_Symbian
pdk/GUID-A2E9D0D2-49EB-3FE0-93BA-AA9B8E60495E.html
HTML
epl-1.0
4,873
package org.apache.wicket.markup.html.image.resource; import java.util.*; import org.apache.wicket.request.resource.*; import org.apache.wicket.*; import org.apache.wicket.util.parse.metapattern.parsers.*; import org.apache.wicket.util.parse.metapattern.*; public class DefaultButtonImageResourceFactory implements IRe...
windup/windup-sample-apps
test-files/src_example/org/apache/wicket/markup/html/image/resource/DefaultButtonImageResourceFactory.java
Java
epl-1.0
1,813
/** * Copyright (c) 2016 Deutsche Telekom AG and others. * 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 */ package org....
adimova/smarthome
bundles/core/org.eclipse.smarthome.core.thing/src/main/java/org/eclipse/smarthome/core/thing/binding/firmware/ProgressCallback.java
Java
epl-1.0
2,920
# gif-encoder ### Description A minimal Clojure library for encoding gifs. ### Notes This is a low-level implementation of the GIF spec. It may be useful to those who would like to generate gifs from code or include the ability to render gifs from an application. It does not include any additional features, such as...
austinhaas/gif-encoder
README.md
Markdown
epl-1.0
3,107
/** * <copyright> * </copyright> * * $Id: AmetamodelFactory.java,v 1.1 2010/02/04 09:24:53 sefftinge Exp $ */ package org.eclipse.xtext.grammarinheritance.ametamodel; import org.eclipse.emf.ecore.EFactory; /** * <!-- begin-user-doc --> * The <b>Factory</b> for the model. * It provides a create method for each...
miklossy/xtext-core
org.eclipse.xtext.tests/emf-gen/org/eclipse/xtext/grammarinheritance/ametamodel/AmetamodelFactory.java
Java
epl-1.0
1,425
/** * Copyright (c) 2016 NumberFour 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: * NumberF...
lbeurerkellner/n4js
plugins/org.eclipse.n4js.model/emf-gen/org/eclipse/n4js/n4JS/ThisTarget.java
Java
epl-1.0
986
/************************************************************************************************/ /* i-Code CNES is a static code analyzer. */ /* This software is a free software, under the terms of the Eclipse Public License version 1.0. */ /* http://www.eclips...
dupuisa/i-CodeCNES
icode-ide/fr.cnes.analysis.tools.ui/src/fr/cnes/analysis/tools/ui/preferences/CheckerPreferencesContainer.java
Java
epl-1.0
13,616
package org.botlibre.test; import java.util.HashMap; import java.util.Map; import org.botlibre.util.Utils; public class GoogleTest { static String clientId = ""; static String clientSecret = ""; static String redirectUri= ""; static String accessToken = ""; static String refreshtoken = ""; static int step ...
BOTlibre/BOTlibre
ai-engine-test/source/org/botlibre/test/GoogleTest.java
Java
epl-1.0
2,231
/* COPYRIGHT-ENEA-SRC-R2 * ************************************************************************** * Copyright (C) 2005-2007 by Enea Software AB. * All rights reserved. * * This Software is furnished under a software license agreement and * may be used only in accordance with the terms of such agreement. * An...
debabratahazra/OptimaLA
Optima/com.ose.system.ui/src/com/ose/system/ui/views/system/AddGateDialog.java
Java
epl-1.0
6,128
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyrigh...
warlordh/fork_Symbian
pdk/GUID-7854C1AE-A85D-356C-8D21-85704055DC48.html
HTML
epl-1.0
5,330