lang stringclasses 2
values | license stringclasses 13
values | stderr stringlengths 0 343 | commit stringlengths 40 40 | returncode int64 0 128 | repos stringlengths 6 87.7k | new_contents stringlengths 0 6.23M | new_file stringlengths 3 311 | old_contents stringlengths 0 6.23M | message stringlengths 6 9.1k | old_file stringlengths 3 311 | subject stringlengths 0 4k | git_diff stringlengths 0 6.31M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
Java | mit | f81d2c5302319a2bcf2abeb8b2e960a6d1840b98 | 0 | AlexKomm/Google-Directions-Android,openresearch/Google-Directions-Android,fcduarte/Google-Directions-Android,moltak/Google-Directions-Android,0359xiaodong/Google-Directions-Android,ScHaFeR/Google-Directions-Android,jd-alexander/Google-Directions-Android | package com.directions.route;
import com.google.android.gms.maps.model.LatLng;
import java.util.ArrayList;
import java.util.List;
/**
* Async Task to access the Google Direction API and return the routing data.
* Created by Furkan Tektas on 10/14/14.
*/
public class Routing extends AbstractRouting {
private ... | library/src/main/java/com/directions/route/Routing.java | package com.directions.route;
import com.google.android.gms.maps.model.LatLng;
import java.nio.charset.IllegalCharsetNameException;
import java.util.ArrayList;
import java.util.List;
/**
* Async Task to access the Google Direction API and return the routing data.
* Created by Furkan Tektas on 10/14/14.
*/
public ... | fix the wrong type of exception
| library/src/main/java/com/directions/route/Routing.java | fix the wrong type of exception | <ide><path>ibrary/src/main/java/com/directions/route/Routing.java
<ide>
<ide> import com.google.android.gms.maps.model.LatLng;
<ide>
<del>import java.nio.charset.IllegalCharsetNameException;
<ide> import java.util.ArrayList;
<ide> import java.util.List;
<ide>
<ide> throw new IllegalArgumentException(... | |
Java | apache-2.0 | ea917b183d9c647f34f5c78ed1d928088cfd6a28 | 0 | dachuanz/crypto | package net.oschina.crypto;
import java.security.Key;
import java.security.NoSuchAlgorithmException;
import javax.crypto.Cipher;
import javax.crypto.KeyGenerator;
import javax.crypto.SecretKey;
import javax.crypto.spec.SecretKeySpec;
public abstract class RC2Coder {
/*
*
* @return
* @throws NoSu... | src/net/oschina/crypto/RC2Coder.java | package net.oschina.crypto;
import java.security.Key;
import java.security.NoSuchAlgorithmException;
import javax.crypto.Cipher;
import javax.crypto.KeyGenerator;
import javax.crypto.SecretKey;
import javax.crypto.spec.SecretKeySpec;
public abstract class RC2Coder {
/*
*
* @return
* @throws NoSu... | Update RC2Coder.java | src/net/oschina/crypto/RC2Coder.java | Update RC2Coder.java | <ide><path>rc/net/oschina/crypto/RC2Coder.java
<ide> }
<ide>
<ide> /**
<del> *
<add> * 加密
<ide> *
<ide> * @param data
<ide> * @param key
<ide>
<ide> /**
<ide> *
<del> *
<del> * @param data
<del> * @param key
<add> * 解密
<add> * @param data 数据
<add> * @param key 密钥
<ide> * @return
<ide> * @th... | |
Java | lgpl-2.1 | 7bd48ceea0974fd8355aa89b4b47a4c99e8cf4d5 | 0 | pbondoer/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,xwiki/xwiki-platform | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This 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
* th... | xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-velocity/src/test/java/org/xwiki/rendering/macro/velocity/VelocityMacroIsolationTest.java | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This 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
* th... | Fix NPE in test
| xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-velocity/src/test/java/org/xwiki/rendering/macro/velocity/VelocityMacroIsolationTest.java | Fix NPE in test | <ide><path>wiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-velocity/src/test/java/org/xwiki/rendering/macro/velocity/VelocityMacroIsolationTest.java
<ide> */
<ide> package org.xwiki.rendering.macro.velocity;
<ide>
<add>import java.util.Collections;
<add>
<ide... | |
Java | apache-2.0 | 948d9060dbbaee0fe21a2580c51c488f70b270b5 | 0 | synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung | package org.synyx.urlaubsverwaltung.person;
import org.slf4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.stereotype.Service;
import jav... | src/main/java/org/synyx/urlaubsverwaltung/person/PersonServiceImpl.java | package org.synyx.urlaubsverwaltung.person;
import org.slf4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.stereotype.Service;
import jav... | Remove not needed import
| src/main/java/org/synyx/urlaubsverwaltung/person/PersonServiceImpl.java | Remove not needed import | <ide><path>rc/main/java/org/synyx/urlaubsverwaltung/person/PersonServiceImpl.java
<ide> import java.util.Comparator;
<ide> import java.util.List;
<ide> import java.util.Optional;
<del>import java.util.stream.Collectors;
<ide>
<ide> import static java.lang.invoke.MethodHandles.lookup;
<ide> import static java.util.stre... | |
Java | lgpl-2.1 | 45bc1d3de1ebb9cd24fa2398abc250330994334b | 0 | SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer | package ch.unizh.ini.jaer.projects.rbodo.opticalflow;
import ch.unizh.ini.jaer.projects.davis.calibration.SingleCameraCalibration;
import ch.unizh.ini.jaer.projects.minliu.PatchMatchFlow;
import com.jmatio.io.MatFileReader;
import com.jmatio.io.MatFileWriter;
import com.jmatio.types.MLDouble;
import com.jogamp.opengl.... | src/ch/unizh/ini/jaer/projects/rbodo/opticalflow/AbstractMotionFlowIMU.java | package ch.unizh.ini.jaer.projects.rbodo.opticalflow;
import ch.unizh.ini.jaer.projects.davis.calibration.SingleCameraCalibration;
import ch.unizh.ini.jaer.projects.minliu.PatchMatchFlow;
import com.jmatio.io.MatFileReader;
import com.jmatio.io.MatFileWriter;
import com.jmatio.types.MLDouble;
import com.jogamp.opengl.... | improved placement of text rendering and global flow line width | src/ch/unizh/ini/jaer/projects/rbodo/opticalflow/AbstractMotionFlowIMU.java | improved placement of text rendering and global flow line width | <ide><path>rc/ch/unizh/ini/jaer/projects/rbodo/opticalflow/AbstractMotionFlowIMU.java
<ide> s = String.format("%.1f px/s OF scale", speed);
<ide> }
<ide> // gl.glColor3f(1, 1, 1);
<del> DrawGL.drawString(gl, 10, px, py, 0, new Color(rgba[0], rgba[1], rgba[2], rgba[3]), ... | |
Java | apache-2.0 | 8d131df3dafad49e5f9b702cfdfdee4c2b079f63 | 0 | BrunoEberhard/minimal-j,BrunoEberhard/minimal-j,BrunoEberhard/minimal-j | package org.minimalj.rest;
import java.io.InputStream;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.minimalj.frontend.impl.json.JsonReader;
import org.minimalj.model.Code;
import org.minimalj.model.properties.FlatProp... | ext/rest/src/main/java/org/minimalj/rest/EntityJsonReader.java | package org.minimalj.rest;
import java.io.InputStream;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.minimalj.frontend.impl.json.JsonReader;
import org.minimalj.model.properties.FlatProperties;
import org.minimalj.mode... | EntityJsonReader: support codes | ext/rest/src/main/java/org/minimalj/rest/EntityJsonReader.java | EntityJsonReader: support codes | <ide><path>xt/rest/src/main/java/org/minimalj/rest/EntityJsonReader.java
<ide> import java.util.Set;
<ide>
<ide> import org.minimalj.frontend.impl.json.JsonReader;
<add>import org.minimalj.model.Code;
<ide> import org.minimalj.model.properties.FlatProperties;
<ide> import org.minimalj.model.properties.PropertyInterfac... | |
Java | apache-2.0 | 5a501a4ab762c7da283ee59e10630b48f7383d79 | 0 | jitsi/jitsi-meet-torture,jitsi/jitsi-meet-torture,jitsi/jitsi-meet-torture,jitsi/jitsi-meet-torture,jitsi/jitsi-meet-torture | /*
* Copyright @ 2017 Atlassian Pty 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... | src/test/java/org/jitsi/meet/test/OneOnOneTest.java | /*
* Copyright @ 2017 Atlassian Pty 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... | fix(1-on-1): update tests for displaying videos with toolbar
jitsi-meet will have changes that have the remote videos of
the filmstrip display with the toolbars. The 1-on-1 tests have
to make sure the toolbars are not set to show all the time
and also wait for them to disappear. The test for showing
remote videos whil... | src/test/java/org/jitsi/meet/test/OneOnOneTest.java | fix(1-on-1): update tests for displaying videos with toolbar | <ide><path>rc/test/java/org/jitsi/meet/test/OneOnOneTest.java
<ide> import junit.framework.*;
<ide> import org.jitsi.meet.test.util.*;
<ide> import org.openqa.selenium.*;
<del>import org.openqa.selenium.support.ui.ExpectedCondition;
<add>import org.openqa.selenium.interactions.Actions;
<ide>
<ide> /**
<ide> * Tests 1... | |
Java | apache-2.0 | 0cc6715cc7629d568c32c07db54c7c6171b4c40c | 0 | SoltauFintel/xmldocument | package de.mwvb.base.xml;
import java.io.Closeable;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.util.List;
import org.dom4j.Document;
import org.dom4j.DocumentException;
import org.dom4j.DocumentHelper;
import or... | xmldocument/src/main/java/de/mwvb/base/xml/XMLDocument.java | package de.mwvb.base.xml;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.util.List;
import org.dom4j.Document;
import org.dom4j.DocumentException;
import org.dom4j.DocumentHelper;
import org.dom4j.Element;
import or... | XMLDocument implements Closeable | xmldocument/src/main/java/de/mwvb/base/xml/XMLDocument.java | XMLDocument implements Closeable | <ide><path>mldocument/src/main/java/de/mwvb/base/xml/XMLDocument.java
<ide> package de.mwvb.base.xml;
<ide>
<add>import java.io.Closeable;
<ide> import java.io.File;
<ide> import java.io.FileWriter;
<ide> import java.io.IOException;
<ide> * @author Marcus Warm
<ide> * @since 2008
<ide> */
<del>public class XMLDocu... | |
Java | apache-2.0 | 2648862cf279367bb4d430bc7a52a53fcc80d125 | 0 | amith01994/intellij-community,ryano144/intellij-community,MER-GROUP/intellij-community,kool79/intellij-community,ftomassetti/intellij-community,gnuhub/intellij-community,gnuhub/intellij-community,mglukhikh/intellij-community,michaelgallacher/intellij-community,fengbaicanhe/intellij-community,nicolargo/intellij-communit... | package com.intellij.formatting;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.util.TextRange;
import com.intellij.psi.PsiFile;
import com.intellij.psi.codeStyle.CodeStyleSettings;
import com.intellij.psi.formatter.FormattingDocumentModelImpl;
import com.intellij.psi.formatter.ReadOnlyBloc... | lang-impl/src/com/intellij/formatting/InitialInfoBuilder.java | package com.intellij.formatting;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.util.TextRange;
import com.intellij.psi.PsiFile;
import com.intellij.psi.codeStyle.CodeStyleSettings;
import com.intellij.psi.formatter.FormattingDocumentModelImpl;
import com.intellij.psi.formatter.xml.Syntheti... | compile fix
| lang-impl/src/com/intellij/formatting/InitialInfoBuilder.java | compile fix | <ide><path>ang-impl/src/com/intellij/formatting/InitialInfoBuilder.java
<ide> import com.intellij.psi.PsiFile;
<ide> import com.intellij.psi.codeStyle.CodeStyleSettings;
<ide> import com.intellij.psi.formatter.FormattingDocumentModelImpl;
<add>import com.intellij.psi.formatter.ReadOnlyBlockInformationProvider;
<ide> im... | |
Java | apache-2.0 | 254332516593d14865c2103cd898ea088efa2137 | 0 | mtransitapps/ca-montreal-amt-bus-parser,mtransitapps/ca-montreal-amt-bus-parser | package org.mtransit.parser.ca_montreal_amt_bus;
import java.util.HashSet;
import org.mtransit.parser.DefaultAgencyTools;
import org.mtransit.parser.Utils;
import org.mtransit.parser.gtfs.data.GCalendar;
import org.mtransit.parser.gtfs.data.GCalendarDate;
import org.mtransit.parser.gtfs.data.GRoute;
import org.mtrans... | src/org/mtransit/parser/ca_montreal_amt_bus/MontrealAMTBusAgencyTools.java | package org.mtransit.parser.ca_montreal_amt_bus;
import java.util.HashSet;
import org.mtransit.parser.DefaultAgencyTools;
import org.mtransit.parser.Utils;
import org.mtransit.parser.gtfs.data.GCalendar;
import org.mtransit.parser.gtfs.data.GCalendarDate;
import org.mtransit.parser.gtfs.data.GRoute;
import org.mtrans... | Minor cleanup
| src/org/mtransit/parser/ca_montreal_amt_bus/MontrealAMTBusAgencyTools.java | Minor cleanup | <ide><path>rc/org/mtransit/parser/ca_montreal_amt_bus/MontrealAMTBusAgencyTools.java
<ide> @Override
<ide> public boolean excludeTrip(GTrip gTrip) {
<ide> if (this.serviceIds != null) {
<del> return excludeUselessTrip(gTrip, serviceIds);
<add> return excludeUselessTrip(gTrip, this.serviceIds);
<ide> }
<ide> ... | |
Java | apache-2.0 | a6627aeeae3229c7f672518f246cfb0d74d005a4 | 0 | greenadex/timetable-builder | package utils;
import com.google.api.client.auth.oauth2.Credential;
import com.google.api.client.extensions.java6.auth.oauth2.AuthorizationCodeInstalledApp;
import com.google.api.client.extensions.jetty.auth.oauth2.LocalServerReceiver;
import com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow;
im... | src/main/java/utils/TimetableBuilder.java | package utils;
import com.google.api.client.auth.oauth2.Credential;
import com.google.api.client.extensions.java6.auth.oauth2.AuthorizationCodeInstalledApp;
import com.google.api.client.extensions.jetty.auth.oauth2.LocalServerReceiver;
import com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow;
im... | Reformat
| src/main/java/utils/TimetableBuilder.java | Reformat | <ide><path>rc/main/java/utils/TimetableBuilder.java
<ide> }
<ide>
<ide> private static void setStartAndEndDate(Event event, Activity activity, int semester) {
<del> String startingDate = getStartingDateOfActivity(activity,semester).toString(),
<del> timeZone = (semester == 1 ? ":00.000+0... | |
JavaScript | mit | 52c81845aadea0d355957a0f7f100b6aa8da28e3 | 0 | mcanthony/p2.js,beni55/p2.js,GoodBoyDigital/p2.js,psalaets/p2.js,markware/p2.js,mcanthony/p2.js,koopero/p2.js,koopero/p2.js,jaggedsoft/p2.js,modulexcite/p2.js,GoodBoyDigital/p2.js,markware/p2.js,beni55/p2.js,psalaets/p2.js,modulexcite/p2.js | module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
browserify : {
test : {
src : ["src/p2.js"],
dest : 'build/p2.js',
options : {
standalone : "p2"
... | Gruntfile.js | module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
browserify : {
test : {
src : ["src/p2.js"],
dest : 'build/p2.js',
options : {
standalone : "p2"
... | gruntfile default build order fix
| Gruntfile.js | gruntfile default build order fix | <ide><path>runtfile.js
<ide>
<ide> grunt.loadNpmTasks('grunt-contrib-uglify');
<ide> grunt.loadNpmTasks('grunt-browserify');
<del> grunt.registerTask('default', ['uglify', 'browserify']);
<add> grunt.registerTask('default', ['browserify','uglify']);
<ide>
<ide> }; | |
Java | mit | 8918ef97e435fe1d986e705e0eea81a0b295f2b6 | 0 | kbase/njs_wrapper,kbase/njs_wrapper,kbase/njs_wrapper,kbase/njs_wrapper,kbase/njs_wrapper,kbase/njs_wrapper | package us.kbase.narrativejobservice.sdkjobs;
import java.io.*;
import java.math.BigInteger;
import java.net.InetAddress;
import java.net.MalformedURLException;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
import java.nio.file.Paths;
import java.util.*;
import java.util.concurrent.Exec... | src/us/kbase/narrativejobservice/sdkjobs/SDKLocalMethodRunner.java | package us.kbase.narrativejobservice.sdkjobs;
import java.io.*;
import java.math.BigInteger;
import java.net.InetAddress;
import java.net.MalformedURLException;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
import java.nio.file.Paths;
import java.util.*;
import java.util.concurrent.Exec... | Creates a thread that dies 10 minutes before the token expires
| src/us/kbase/narrativejobservice/sdkjobs/SDKLocalMethodRunner.java | Creates a thread that dies 10 minutes before the token expires | <ide><path>rc/us/kbase/narrativejobservice/sdkjobs/SDKLocalMethodRunner.java
<ide> JobRunnerConstants.CFG_PROP_AWE_CLIENT_CALLBACK_NETWORKS;
<ide>
<ide>
<del> public static long miliSecondsToLive(String token, Map<String, String> config) throws Exception {
<add> public static long milliSecondsToLive... | |
Java | agpl-3.0 | 3e9ae3efa6cbcd42bf3338e0b9866e22dece49a3 | 0 | UniversityOfHawaii/kfs,smith750/kfs,ua-eas/kfs,quikkian-ua-devops/kfs,quikkian-ua-devops/kfs,smith750/kfs,kuali/kfs,quikkian-ua-devops/kfs,ua-eas/kfs-devops-automation-fork,kkronenb/kfs,ua-eas/kfs-devops-automation-fork,smith750/kfs,ua-eas/kfs,UniversityOfHawaii/kfs,ua-eas/kfs,quikkian-ua-devops/will-financials,kuali/k... | /*
* Copyright (c) 2004, 2005 The National Association of College and University Business Officers,
* Cornell University, Trustees of Indiana University, Michigan State University Board of Trustees,
* Trustees of San Joaquin Delta College, University of Hawai'i, The Arizona Board of Regents on
* behalf of the Unive... | work/src/org/kuali/kfs/coa/document/validation/impl/AccountRule.java | /*
* Copyright (c) 2004, 2005 The National Association of College and University Business Officers,
* Cornell University, Trustees of Indiana University, Michigan State University Board of Trustees,
* Trustees of San Joaquin Delta College, University of Hawai'i, The Arizona Board of Regents on
* behalf of the Unive... | created global handles for oldAccount and newAccount
fixed the ZipCode -> postalZipCode name change
| work/src/org/kuali/kfs/coa/document/validation/impl/AccountRule.java | created global handles for oldAccount and newAccount fixed the ZipCode -> postalZipCode name change | <ide><path>ork/src/org/kuali/kfs/coa/document/validation/impl/AccountRule.java
<ide> import org.kuali.core.bo.State;
<ide> import org.kuali.core.bo.user.KualiUser;
<ide> import org.kuali.core.document.MaintenanceDocument;
<del>import org.kuali.core.maintenance.Maintainable;
<ide> import org.kuali.core.maintenance.rules... | |
Java | apache-2.0 | f44dc94ff5475b4ceb7c1c5a8a7377ee9102b7f0 | 0 | sivikt/cassandra,helena/cassandra,likaiwalkman/cassandra,joesiewert/cassandra,DavidHerzogTU-Berlin/cassandra,carlyeks/cassandra,knifewine/cassandra,WorksApplications/cassandra,likaiwalkman/cassandra,driftx/cassandra,belliottsmith/cassandra,nlalevee/cassandra,hhorii/cassandra,beobal/cassandra,nakomis/cassandra,stef1927/... | /*
* 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 no... | src/java/org/apache/cassandra/utils/EstimatedHistogram.java | /*
* 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 no... | update EH.equals to work with any Object
patch by Dave Brosius; reviewed by jbellis for CASSANDRA-3053
git-svn-id: af0234e1aff5c580ad966c5a1be7e5402979d927@1159374 13f79535-47bb-0310-9956-ffa450edef68
| src/java/org/apache/cassandra/utils/EstimatedHistogram.java | update EH.equals to work with any Object patch by Dave Brosius; reviewed by jbellis for CASSANDRA-3053 | <ide><path>rc/java/org/apache/cassandra/utils/EstimatedHistogram.java
<ide> return buckets.get(buckets.length() - 1) > 0;
<ide> }
<ide>
<del> public boolean equals(EstimatedHistogram o)
<del> {
<del> return Arrays.equals(getBucketOffsets(), o.getBucketOffsets()) &&
<del> Arrays.e... | |
Java | mit | error: pathspec 'new_cust.java' did not match any file(s) known to git
| c1056f5184d4c68791be358d57597c8e83871c24 | 1 | shiblibaig/Municipal-Complaint-Manager | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Project;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.Statement;
i... | new_cust.java | Create new_cust.java
Form for a new complaint. | new_cust.java | Create new_cust.java | <ide><path>ew_cust.java
<add>/*
<add> * To change this license header, choose License Headers in Project Properties.
<add> * To change this template file, choose Tools | Templates
<add> * and open the template in the editor.
<add> */
<add>package Project;
<add>
<add>import java.sql.Connection;
<add>import java.sql.Driv... | |
JavaScript | mit | a45bc4f1b9339419496979555c8da04ac2657535 | 0 | alexdao/phonics-backend,alexdao/phonics-backend,alexdao/phonics-backend,alexdao/phonics-backend,alexdao/phonics-backend,alexdao/phonics-backend | 'use strict';
const app = require('express')();
const execSync = require('child_process').execSync;
const http = require('http').Server(app);
const io = require('socket.io')(http);
const fs = require('fs');
let buffer = '';
let prev = '';
app.get('/', function(req, res) {
res.send('<h1>Hello world</h1>');
});
i... | index.js | 'use strict';
const app = require('express')();
const execSync = require('child_process').execSync;
const http = require('http').Server(app);
const io = require('socket.io')(http);
let buffer = '';
let prev = '';
app.get('/', function(req, res) {
res.send('<h1>Hello world</h1>');
});
io.origins('*:*');
io.on('c... | Decode base 64 image
| index.js | Decode base 64 image | <ide><path>ndex.js
<ide> const execSync = require('child_process').execSync;
<ide> const http = require('http').Server(app);
<ide> const io = require('socket.io')(http);
<add>const fs = require('fs');
<ide>
<ide> let buffer = '';
<ide> let prev = '';
<ide> }
<ide> });
<ide>
<add> socket.on('sending_image', fun... | |
Java | apache-2.0 | fc484c9bf07d05a04ea9a01113f3f5834f2ac13a | 0 | mafulafunk/wicket,Servoy/wicket,freiheit-com/wicket,topicusonderwijs/wicket,Servoy/wicket,topicusonderwijs/wicket,astrapi69/wicket,martin-g/wicket-osgi,zwsong/wicket,bitstorm/wicket,AlienQueen/wicket,bitstorm/wicket,mosoft521/wicket,klopfdreh/wicket,klopfdreh/wicket,zwsong/wicket,mosoft521/wicket,zwsong/wicket,AlienQue... | /*
* $Id$ $Revision:
* 1.235 $ $Date$
*
* ==============================================================================
* 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://ww... | wicket/src/java/wicket/Component.java | /*
* $Id$ $Revision:
* 1.235 $ $Date$
*
* ==============================================================================
* 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://ww... | Unused import
git-svn-id: ac804e38dcddf5e42ac850d29d9218b7df6087b7@458507 13f79535-47bb-0310-9956-ffa450edef68
| wicket/src/java/wicket/Component.java | Unused import | <ide><path>icket/src/java/wicket/Component.java
<ide> import wicket.model.ICompoundModel;
<ide> import wicket.model.IModel;
<ide> import wicket.model.IModelComparator;
<del>import wicket.settings.IMarkupSettings;
<ide> import wicket.settings.IRequiredPageSettings;
<ide> import wicket.settings.Settings;
<ide> import wic... | |
Java | apache-2.0 | 7d977ff3ef3b846b7e04452a43c2fd4b6e96d68b | 0 | cs553-cloud-computing/amazon-cloudengine,cs553-cloud-computing/amazon-cloudengine | package client;
public class Client {
public static void main(String[] args){
System.out.print("amazon cloud stack!");
}
} | src/client/Client.java | package client;
public class Client {
public static void main(String[] args){
System.out.print("aaa");
}
} | java test
| src/client/Client.java | java test | <ide><path>rc/client/Client.java
<ide>
<ide> public class Client {
<ide> public static void main(String[] args){
<del> System.out.print("aaa");
<add> System.out.print("amazon cloud stack!");
<ide> }
<ide> } | |
Java | mit | d1cc4dc100eff4002bf3a39fed249176d23a350e | 0 | AlexandruGhergut/BattleAI | package ServerMainPackage;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.ServerSocket;
import java.net.Socket;
import java.net.SocketTimeoutException;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import java.util.Ti... | BattleAI-Server/src/ServerMainPackage/ServerDispatcher.java | package ServerMainPackage;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.ServerSocket;
import java.net.Socket;
import java.net.SocketTimeoutException;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import java.util.Ti... | Wait for current server dispatcher thread to die before completing stop()
| BattleAI-Server/src/ServerMainPackage/ServerDispatcher.java | Wait for current server dispatcher thread to die before completing stop() | <ide><path>attleAI-Server/src/ServerMainPackage/ServerDispatcher.java
<ide> private List<MatchConnection> activeConnections =
<ide> Collections.synchronizedList(new LinkedList<MatchConnection>());
<ide> private boolean isRunning = false;
<add> private Thread mainThread;
<ide>
<ide> private ServerDispatcher() {}... | |
Java | lgpl-2.1 | d678e031b1f33c9e550ab5ccc5cfd683918a38ed | 0 | xwiki/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform,pbondoer/xwiki-platform,pbondoer/xwiki-platform,xwiki/xwiki-platform | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This 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
* th... | xwiki-platform-core/xwiki-platform-wikistream/xwiki-platform-wikistream-streams/xwiki-platform-wikistream-stream-xar/src/main/java/org/xwiki/wikistream/xar/internal/output/XARWikiWriter.java | /*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This 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
* th... | XWIKI-9351: Introduce output XAR component for WikiStream
* add support for folder as output target (where each wiki is exported in a separate XAR file)
| xwiki-platform-core/xwiki-platform-wikistream/xwiki-platform-wikistream-streams/xwiki-platform-wikistream-stream-xar/src/main/java/org/xwiki/wikistream/xar/internal/output/XARWikiWriter.java | XWIKI-9351: Introduce output XAR component for WikiStream * add support for folder as output target (where each wiki is exported in a separate XAR file) | <ide><path>wiki-platform-core/xwiki-platform-wikistream/xwiki-platform-wikistream-streams/xwiki-platform-wikistream-stream-xar/src/main/java/org/xwiki/wikistream/xar/internal/output/XARWikiWriter.java
<ide> */
<ide> package org.xwiki.wikistream.xar.internal.output;
<ide>
<add>import java.io.File;
<ide> import java.io... | |
Java | mpl-2.0 | error: pathspec 'wizards/com/sun/star/wizards/common/XMLProvider.java' did not match any file(s) known to git
| 22e0aee5e1d947f086bd237825077565de641204 | 1 | JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core | /*
* XMLSupplier.java
*
* Created on 19. September 2003, 11:52
*/
package com.sun.star.wizards.common;
import org.w3c.dom.Node;
/**
*
* @author rpiterman
*/
public interface XMLProvider {
public Node createDOM(Node parent);
}
| wizards/com/sun/star/wizards/common/XMLProvider.java | INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED
2004/03/12 16:16:50 rpiterman 1.1.2.3: documentation and small implementation-fixes
2004/02/02 11:27:53 tv 1.1.2.2: formatted with autoformatter (indents now use TAB)
2003/11/04 16:30:46 rpiterman 1.1.2.1: XMLProvider ist an interface which enables an object to "add itself... | wizards/com/sun/star/wizards/common/XMLProvider.java | INTEGRATION: CWS qwizards1 (1.1.2); FILE ADDED 2004/03/12 16:16:50 rpiterman 1.1.2.3: documentation and small implementation-fixes 2004/02/02 11:27:53 tv 1.1.2.2: formatted with autoformatter (indents now use TAB) 2003/11/04 16:30:46 rpiterman 1.1.2.1: XMLProvider ist an interface which enables an object to "add itself... | <ide><path>izards/com/sun/star/wizards/common/XMLProvider.java
<add>/*
<add> * XMLSupplier.java
<add> *
<add> * Created on 19. September 2003, 11:52
<add> */
<add>
<add>package com.sun.star.wizards.common;
<add>
<add>import org.w3c.dom.Node;
<add>/**
<add> *
<add> * @author rpiterman
<add> */
<add>public interface XML... | |
Java | mit | 4e8450d0b2b1eabef26002875b0c301d5c4b82b2 | 0 | IPPETAD/adventure.datetime | /*
* Copyright (c) 2013 Andrew Fontaine, James Finlay, Jesse Tucker, Jacob Viau, and
* Evan DeGraff
*
* 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 ... | adventure.datetime/src/ca/cmput301f13t03/adventure_datetime/view/FragmentView.java | /*
* Copyright (c) 2013 Andrew Fontaine, James Finlay, Jesse Tucker, Jacob Viau, and
* Evan DeGraff
*
* 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 ... | started image stuff
| adventure.datetime/src/ca/cmput301f13t03/adventure_datetime/view/FragmentView.java | started image stuff | <ide><path>dventure.datetime/src/ca/cmput301f13t03/adventure_datetime/view/FragmentView.java
<ide> _fragment.setStoryMedia(new ArrayList<Uri>());
<ide>
<ide> /** Programmatically set filmstrip height **/
<del> // TODO::JF Unshitify this, aka not static value
<del> //if (_fragment.getStoryMedia().size() > 0)
<de... | |
Java | apache-2.0 | 83b8c1689b7c6b945e8bdbb4c4ed2e2511ae244f | 0 | hellojavaer/ddal,hellojavaer/ddr | /*
* Copyright 2016-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | src/main/java/org/hellojavaer/ddr/core/datasource/jdbc/PreparedStatementWrapper.java | /*
* Copyright 2016-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | update
| src/main/java/org/hellojavaer/ddr/core/datasource/jdbc/PreparedStatementWrapper.java | update | <ide><path>rc/main/java/org/hellojavaer/ddr/core/datasource/jdbc/PreparedStatementWrapper.java
<ide> this.preparedStatement.close();
<ide> }
<ide>
<add> private StatementProperty statementProperty = new StatementProperty();
<add>
<add> private class StatementProperty {
<add>
<add> private int ... | |
JavaScript | bsd-2-clause | a0bf5327740ce4c90a656931f270a49fb594636a | 0 | tsauerwein/c2cgeoportal,tsauerwein/c2cgeoportal,tsauerwein/c2cgeoportal,tsauerwein/c2cgeoportal | /**
* Copyright (c) 2011-2014 by Camptocamp SA
*
* CGXP is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* CGXP is distributed... | c2cgeoportal/scaffolds/update/+package+/static/mobile/app/controller/Main.js | /**
* Copyright (c) 2011-2014 by Camptocamp SA
*
* CGXP is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* CGXP is distributed... | Remove comma
| c2cgeoportal/scaffolds/update/+package+/static/mobile/app/controller/Main.js | Remove comma | <ide><path>2cgeoportal/scaffolds/update/+package+/static/mobile/app/controller/Main.js
<ide> layers: t.layers,
<ide> transparent: true
<ide> },{
<del> singleTile: true,
<add> singleTile: true
<ide> ... | |
Java | mit | 2ed922687135e33c55f14ba97001bb684b14f324 | 0 | FredMaris/touist,touist/touist,olzd/touist,touist/touist,olzd/touist,FredMaris/touist,FredMaris/touist,olzd/touist,touist/touist,touist/touist | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package gui.editionView;
import gui.MainFrame;
import gui.State;
import gui.TranslatorLatex.TranslationLatex;
import gui.editionView.e... | touist-gui/src/gui/editionView/InsertionButton.java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package gui.editionView;
import gui.MainFrame;
import gui.State;
import gui.TranslatorLatex.TranslationLatex;
import gui.editionView.e... | final on codeToInsert needed when calling insertAtCaret(codeToInsert) #65
| touist-gui/src/gui/editionView/InsertionButton.java | final on codeToInsert needed when calling insertAtCaret(codeToInsert) #65 | <ide><path>ouist-gui/src/gui/editionView/InsertionButton.java
<ide> import gui.State;
<ide> import gui.TranslatorLatex.TranslationLatex;
<ide> import gui.editionView.editor.Editor;
<add>
<ide> import java.awt.event.ActionEvent;
<ide> import java.awt.event.ActionListener;
<ide> import java.util.ArrayList;
<add>
<ide> im... | |
Java | apache-2.0 | 083285e789eb04cbdc3cb25a96749afebc696a1f | 0 | da1z/intellij-community,ol-loginov/intellij-community,nicolargo/intellij-community,adedayo/intellij-community,signed/intellij-community,pwoodworth/intellij-community,akosyakov/intellij-community,Lekanich/intellij-community,fitermay/intellij-community,nicolargo/intellij-community,petteyg/intellij-community,kool79/intell... | /*
* Copyright 2000-2013 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... | java/compiler/impl/src/com/intellij/packaging/impl/run/BuildArtifactsBeforeRunTaskProvider.java | /*
* Copyright 2000-2013 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... | make modules included in artifact when 'build artifact before run' task is performed (IDEA-132397)
| java/compiler/impl/src/com/intellij/packaging/impl/run/BuildArtifactsBeforeRunTaskProvider.java | make modules included in artifact when 'build artifact before run' task is performed (IDEA-132397) | <ide><path>ava/compiler/impl/src/com/intellij/packaging/impl/run/BuildArtifactsBeforeRunTaskProvider.java
<ide> */
<ide> package com.intellij.packaging.impl.run;
<ide>
<del>import com.intellij.compiler.impl.CompileScopeUtil;
<ide> import com.intellij.execution.BeforeRunTask;
<ide> import com.intellij.execution.Before... | |
JavaScript | mit | b9846f62ced9620785dc84424f8b4244f5019cfa | 0 | valentingalea/vinyl-shelf-finder,valentingalea/vinyl-shelf-finder,valentingalea/vinyl-shelf-finder | //
// Debug
//
const stringifyObject = require('stringify-object');
function pretty(data) {
return "<pre>" + stringifyObject(data) + "</pre>";
}
//
// Discogs API
//
var Discogs = require('disconnect').Client;
const UserAgent = 'vinyl-shelf-finder/1.0';
const User = 'valentingalea';
const ALL = 0; // id of main fo... | app/app.js | //
// Debug
//
const stringifyObject = require('stringify-object');
function pretty(data) {
return "<pre>" + stringifyObject(data) + "</pre>";
}
//
// Discogs API
//
var Discogs = require('disconnect').Client;
var UserAgent = 'vinyl-shelf-finder/1.0';
const User = 'valentingalea';
var db = new Discogs(UserAgent).d... | small const fixes
| app/app.js | small const fixes | <ide><path>pp/app.js
<ide> // Discogs API
<ide> //
<ide> var Discogs = require('disconnect').Client;
<del>var UserAgent = 'vinyl-shelf-finder/1.0';
<add>const UserAgent = 'vinyl-shelf-finder/1.0';
<ide> const User = 'valentingalea';
<add>const ALL = 0; // id of main folder
<ide> var db = new Discogs(UserAgent).database... | |
Java | agpl-3.0 | error: pathspec 'swows/src/test/java/org/swows/test/ArduinoApp.java' did not match any file(s) known to git
| 9f859282ba35db552400f5e65a459cdf979dad63 | 1 | miguel76/SWOWS,miguel76/SWOWS | package org.swows.test;
import java.awt.GraphicsConfiguration;
import java.awt.GraphicsDevice;
import java.awt.GraphicsEnvironment;
import javax.swing.JFrame;
import javax.xml.transform.TransformerException;
import org.apache.batik.swing.JSVGCanvas;
import org.apache.batik.util.RunnableQueue;
import org.apache.log4j... | swows/src/test/java/org/swows/test/ArduinoApp.java | Convenient app for tabletop tui | swows/src/test/java/org/swows/test/ArduinoApp.java | Convenient app for tabletop tui | <ide><path>wows/src/test/java/org/swows/test/ArduinoApp.java
<add>package org.swows.test;
<add>
<add>import java.awt.GraphicsConfiguration;
<add>import java.awt.GraphicsDevice;
<add>import java.awt.GraphicsEnvironment;
<add>
<add>import javax.swing.JFrame;
<add>import javax.xml.transform.TransformerException;
<add>
<ad... | |
JavaScript | mit | b93a918af85aea7150d23d79e08b2c1942988d67 | 0 | christopherstott/aws-lib | var http = require("http");
var https = require("https");
var qs = require("querystring")
var crypto = require("crypto")
var events = require("events")
var xml2js = require("xml2js")
// include specific API clients
var ec2 = require("./ec2");
var prodAdv = require("./prodAdv");
var simpledb = require("./simpledb");
va... | lib/aws.js | var http = require("http");
var https = require("https");
var qs = require("querystring")
var crypto = require("crypto")
var events = require("events")
var xml2js = require("xml2js")
// include specific API clients
var ec2 = require("./ec2");
var prodAdv = require("./prodAdv");
var simpledb = require("./simpledb");
va... | fixed aws crash
| lib/aws.js | fixed aws crash | <ide><path>ib/aws.js
<ide> }
<ide> else {
<ide> // ran out of attempts
<del> console.error('AWS Failed too many times : ' + JSON.stringify(options));
<add> console.error('AWS Failed too many times : ' + obj.path);
<ide> return callback();
<ide> }
<ide> })(3); | |
Java | apache-2.0 | 8fa5cca78121c8eb12304acbb7458c2a72db9067 | 0 | HewlettPackard/oneview-sdk-java,HewlettPackard/oneview-sdk-java | /*
* (C) Copyright 2016 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 b... | oneview-sdk-java-lib/src/main/java/com/hp/ov/sdk/rest/client/OneViewClient.java | /*
* (C) Copyright 2016 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 b... | Keeping methods alphabetically ordered
| oneview-sdk-java-lib/src/main/java/com/hp/ov/sdk/rest/client/OneViewClient.java | Keeping methods alphabetically ordered | <ide><path>neview-sdk-java-lib/src/main/java/com/hp/ov/sdk/rest/client/OneViewClient.java
<ide> }
<ide>
<ide> /**
<add> * Creates or retrieves an existing instance of {@link LicenseClient}.
<add> * This client provides an interface for managing licenses.
<add> *
<add> * @return an interface to ... | |
Java | apache-2.0 | 4eb83d17eb06293001c4c44c364e4255750bbb77 | 0 | afilimonov/jackrabbit,bartosz-grabski/jackrabbit,afilimonov/jackrabbit,tripodsan/jackrabbit,kigsmtua/jackrabbit,SylvesterAbreu/jackrabbit,tripodsan/jackrabbit,sdmcraft/jackrabbit,kigsmtua/jackrabbit,afilimonov/jackrabbit,Overseas-Student-Living/jackrabbit,tripodsan/jackrabbit,Overseas-Student-Living/jackrabbit,sdmcraft... | /*
* 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 ... | jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/RepositoryConfigurationParser.java | /*
* 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 ... | JCR-2184 - Allow parsing custom elements in workspace config
git-svn-id: 02b679d096242155780e1604e997947d154ee04a@790930 13f79535-47bb-0310-9956-ffa450edef68
| jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/RepositoryConfigurationParser.java | JCR-2184 - Allow parsing custom elements in workspace config | <ide><path>ackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/RepositoryConfigurationParser.java
<ide> */
<ide> public WorkspaceConfig parseWorkspaceConfig(InputSource xml)
<ide> throws ConfigurationException {
<add>
<ide> Element root = parseXML(xml);
<del>
<add> re... | |
Java | apache-2.0 | 16943314a383cae148f037060246a064711762a8 | 0 | robinverduijn/gradle,blindpirate/gradle,robinverduijn/gradle,gradle/gradle,lsmaira/gradle,lsmaira/gradle,lsmaira/gradle,robinverduijn/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,lsmaira/gradle,lsmaira/gradle,gstevey/gradle,blindpirate/gradle,lsmaira/gradle,gstevey/gradle,robinverduijn/... | /*
* Copyright 2016 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... | subprojects/dependency-management/src/main/java/org/gradle/api/internal/impldeps/GradleImplDepsRelocatedJarCreator.java | /*
* Copyright 2016 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... | Delete tmp file when JVM terminates
+review REVIEW-5867
| subprojects/dependency-management/src/main/java/org/gradle/api/internal/impldeps/GradleImplDepsRelocatedJarCreator.java | Delete tmp file when JVM terminates | <ide><path>ubprojects/dependency-management/src/main/java/org/gradle/api/internal/impldeps/GradleImplDepsRelocatedJarCreator.java
<ide>
<ide> try {
<ide> tmpFile = File.createTempFile(outputJar.getName(), ".tmp");
<add> tmpFile.deleteOnExit();
<ide> } catch (IOException e) {
<ide... | |
Java | apache-2.0 | 8a5c66f0fc8eceb95df1c550fa5913feb49a7542 | 0 | justinma246/gateway,stanculescu/gateway,Anisotrop/gateway,justinma246/gateway,krismcqueen/gateway,nemigaservices/gateway,michaelcretzman/gateway,cmebarrow/gateway,krismcqueen/gateway,irina-mitrea-luxoft/gateway,stanculescu/gateway,mgherghe/gateway,irina-mitrea-luxoft/gateway,cmebarrow/gateway,sanjay-saxena/gateway,nemi... | /**
* Copyright (c) 2007-2014 Kaazing Corporation. All rights reserved.
*
* 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... | transport/wsn/src/test/java/org/kaazing/gateway/transport/wsn/WsnConnectorTest.java | /**
* Copyright (c) 2007-2014 Kaazing Corporation. All rights reserved.
*
* 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... | Added timeout back into WsnConnectorTest
| transport/wsn/src/test/java/org/kaazing/gateway/transport/wsn/WsnConnectorTest.java | Added timeout back into WsnConnectorTest | <ide><path>ransport/wsn/src/test/java/org/kaazing/gateway/transport/wsn/WsnConnectorTest.java
<ide>
<ide> }
<ide>
<del> @Test // (timeout = 30000)
<add> @Test (timeout = 30000)
<ide> public void shouldNotHangOnToHttpConnectSessionsWhenEstablishingAndTearingDownWsnConnectorSessions() throws Exception {
<... | |
Java | agpl-3.0 | error: pathspec 'solrmarc_mixin/src/de/unituebingen/ub/ubtools/solrmarcMixin/BiblicalStudies.java' did not match any file(s) known to git
| cf4e27d9b61336279166b0e833165fea9fba288e | 1 | ubtue/ub_tools,ubtue/ub_tools,ubtue/ub_tools,ubtue/ub_tools,ubtue/ub_tools,ubtue/ub_tools,ubtue/ub_tools,ubtue/ub_tools | package de.unituebingen.ub.ubtools.solrmarcMixin;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import java.util.List;
import org.marc4j.marc.DataField;
import org.marc4j.marc.Record;
import org.marc4j.marc.VariableField;
import org.marc4j.marc.*;
import org.solrmarc.index.SolrIndexerMixin;
import or... | solrmarc_mixin/src/de/unituebingen/ub/ubtools/solrmarcMixin/BiblicalStudies.java | Boilerplate for biblical studies selection
| solrmarc_mixin/src/de/unituebingen/ub/ubtools/solrmarcMixin/BiblicalStudies.java | Boilerplate for biblical studies selection | <ide><path>olrmarc_mixin/src/de/unituebingen/ub/ubtools/solrmarcMixin/BiblicalStudies.java
<add>package de.unituebingen.ub.ubtools.solrmarcMixin;
<add>
<add>import java.util.regex.Matcher;
<add>import java.util.regex.Pattern;
<add>import java.util.List;
<add>import org.marc4j.marc.DataField;
<add>import org.marc4j.marc... | |
Java | apache-2.0 | a513aac7700bad33367f14088f76fa82c8a337a9 | 0 | dtanzer/babystepstimer,dtanzer/babystepstimer,dtanzer/babystepstimer,dtanzer/babystepstimer,dtanzer/babystepstimer,dtanzer/babystepstimer,dtanzer/babystepstimer,dtanzer/babystepstimer | /* 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
distribute... | src/main/java/net/davidtanzer/babysteps/BabystepsTimer.java | /* 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
distribute... | The timer now runs for two minutes.
| src/main/java/net/davidtanzer/babysteps/BabystepsTimer.java | The timer now runs for two minutes. | <ide><path>rc/main/java/net/davidtanzer/babysteps/BabystepsTimer.java
<ide>
<ide>
<ide> public class BabystepsTimer {
<del> private static final long SECONDS_IN_CYCLE = 12;
<add> private static final long SECONDS_IN_CYCLE = 120;
<ide>
<ide> public static void main(final String[] args) throws InterruptedException {
... | |
Java | epl-1.0 | add6e131f434350a4565436b480a735a7201df4b | 0 | forge/core,oscerd/core,oscerd/core,oscerd/core,ivannov/core,forge/core,D9110/core,jerr/jbossforge-core,agoncal/core,ivannov/core,jerr/jbossforge-core,D9110/core,agoncal/core,oscerd/core,ivannov/core,D9110/core,agoncal/core,agoncal/core,oscerd/core,D9110/core,pplatek/core,oscerd/core,agoncal/core,ivannov/core,D9110/core... | /*
* Copyright 2012 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Eclipse Public License version 1.0, available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.jboss.forge.addon.ui.impl;
import java.util.Arrays;
import java.util.Iterator;
import javax.inject.Inject;
import org.jboss... | ui/tests/src/test/java/org/jboss/forge/addon/ui/impl/UIInputInjectionTest.java | /*
* Copyright 2012 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Eclipse Public License version 1.0, available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.jboss.forge.addon.ui.impl;
import java.util.Arrays;
import java.util.Iterator;
import javax.inject.Inject;
import org.jboss... | FORGE-1781: Added test case to reproduce issue
| ui/tests/src/test/java/org/jboss/forge/addon/ui/impl/UIInputInjectionTest.java | FORGE-1781: Added test case to reproduce issue | <ide><path>i/tests/src/test/java/org/jboss/forge/addon/ui/impl/UIInputInjectionTest.java
<ide> }
<ide>
<ide> @Inject
<del> @WithAttributes(defaultValue="true", label = "")
<add> @WithAttributes(defaultValue = "true", label = "")
<ide> UIInput<Boolean> enabled;
<ide>
<ide> @Inject
<ide>
<ide> @Inje... | |
Java | lgpl-2.1 | fb51a424be7cc7e3c0ae89922b770a21e645c61c | 0 | cawka/ndnx,svartika/ccnx,cawka/ndnx,ebollens/ccnmp,cawka/ndnx,svartika/ccnx,ebollens/ccnmp,svartika/ccnx,svartika/ccnx,svartika/ccnx,ebollens/ccnmp,ebollens/ccnmp,svartika/ccnx,svartika/ccnx,cawka/ndnx,cawka/ndnx | package org.ccnx.ccn.test;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
import java.util.Map.Entry;
import org.ccnx.ccn.CCNInterestListener;
import org.ccnx.ccn.CCNHandle;
import org.c... | javasrc/src/org/ccnx/ccn/test/Flosser.java | package org.ccnx.ccn.test;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
import java.util.Map.Entry;
import org.ccnx.ccn.CCNInterestListener;
import org.ccnx.ccn.CCNHandle;
import org.c... | Tone down flosser interests.
| javasrc/src/org/ccnx/ccn/test/Flosser.java | Tone down flosser interests. | <ide><path>avasrc/src/org/ccnx/ccn/test/Flosser.java
<ide> // Remove the top-level interest.
<ide> removeInterest(namespace);
<ide> _subInterests.remove(namespace);
<del> Log.info("FLOSSER: no longer monitoring namespace: " + namespace);
<add> Log.info("FLOSSER: no longer monitoring namespace: {0}", namesp... | |
Java | apache-2.0 | 4e1b063ffaee18bfbca9083fc277c16e13d2bdc8 | 0 | b2b2244424/StickyGridHeaders,bigsui/StickyGridHeaders,java02014/StickyGridHeaders,inmite/StickyGridHeaders,kopihao/StickyGridHeaders,guoxiaojun001/StickyGridHeaders,bboyfeiyu/StickyGridHeaders,hgl888/StickyGridHeaders,HiWong/StickyGridHeaders,silentnuke/StickyGridHeaders,rchandnani/StickyGridHeaders,TonicArtos/StickyGr... | /*
Copyright 2013 Tonic Artos
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
... | Example/src/com/tonicartos/stickygridheadersexample/ItemListFragment.java | /*
Copyright 2013 Tonic Artos
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
... | Tidy example dip calculation.
| Example/src/com/tonicartos/stickygridheadersexample/ItemListFragment.java | Tidy example dip calculation. | <ide><path>xample/src/com/tonicartos/stickygridheadersexample/ItemListFragment.java
<ide>
<ide> gridView = (GridView) view.findViewById(R.id.asset_grid);
<ide> gridView.setOnItemClickListener(this);
<del> gridView.setColumnWidth((int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, 100, g... | |
JavaScript | mit | e8ec73084c4f37388a9a7d0e62fc21839de5b284 | 0 | zurb/foundation-emails,zurb/foundation-emails,jsit/foundation-emails,zurb/ink,jsit/foundation-emails,zurb/foundation-emails,Stadly/foundation-emails,Stadly/foundation-emails,struankl/foundation-emails,struankl/foundation-emails,struankl/foundation-emails,Stadly/foundation-emails,struankl/foundation-emails,Smartmessages... | // Columns
// TODO: Make private function
var createCol = function(obj) {
var output = '';
$.each(obj, function(v,k) {
var temp = ''
var contents = $(this).html();
var colClass = 'columns ' + $(this).attr('class');
if (v !== obj.length - 1) {
temp = '<td class="wrapper">'
+'... | js/components/col.js | // Columns
// TODO: Make private function
var createCol = function(obj) {
var output = '';
$.each(obj, function(v,k) {
var temp = ''
var contents = $(this).html();
var colClass = 'columns ' + $(this).attr('class');
if (v !== obj.length - 1) {
temp = '<td class="wrapper">'
+'... | Added 'expander' class into columns.
| js/components/col.js | Added 'expander' class into columns. | <ide><path>s/components/col.js
<ide> temp = '<td class="wrapper">'
<ide> +'<table class="' + colClass + '">'
<ide> +'<tr><td>'
<del> + contents +'</tr></td></table></td>';
<add> + contents +'</td><td class="expander"></td></tr></table></td>';
<ide> } else... | |
JavaScript | mit | 6e2cca781710ad34bc94e2ed05c97dc46bf20715 | 0 | Rafer45/soup |
const ytdl = require('ytdl-core');
const queues = {};
module.exports = {
play: (message, config, _, url) => {
enqueue(message, url)
.then(() => {
const voiceConn = message.guild.voiceConnection;
if (voiceConn) {
return false;
... | commands/music_commands.js |
const ytdl = require('ytdl-core');
const queues = {};
module.exports = {
play: (message, config, _, url) => {
enqueue(message, url)
.then(() => {
const voiceConn = message.guild.voiceConnection;
if (voiceConn) {
return false;
... | Add volume command and empty url handling for enqueue
| commands/music_commands.js | Add volume command and empty url handling for enqueue | <ide><path>ommands/music_commands.js
<ide> }
<ide> },
<ide>
<add> volume: (message) => {
<add> const voiceConn = message.guild.voiceConnection;
<add> if (voiceConn) {
<add> const dispatcher = voiceConn.dispatcher;
<add> message.channel.send(`Volume is at ${dispatcher.... | |
Java | mit | 8fdd8618850f381eb6abadacbb60762711e12482 | 0 | jruby/joni | /*
* 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, publish, distribute, sublicense, and/or sell... | src/org/joni/Config.java | /*
* 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, publish, distribute, sublicense, and/or sell... | hide jcodings VANILLA flag
| src/org/joni/Config.java | hide jcodings VANILLA flag | <ide><path>rc/org/joni/Config.java
<ide> import java.io.PrintStream;
<ide>
<ide> public interface Config extends org.jcodings.Config {
<add> final boolean VANILLA = false;
<ide> final int CHAR_TABLE_SIZE = 256;
<ide> final int SCANENV_MEMNODES_SIZE = 8;
<ide> | |
Java | epl-1.0 | 6565970adcc274aea6285e8bf1c51f4d4647ccc8 | 0 | edgarmueller/emfstore-rest | /*******************************************************************************
* Copyright (c) 2008-2011 Chair for Applied Software Engineering,
* Technische Universitaet Muenchen.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public Lic... | bundles/org.eclipse.emf.emfstore.client/src/org/eclipse/emf/emfstore/internal/client/model/ESWorkspaceProviderImpl.java | /*******************************************************************************
* Copyright (c) 2008-2011 Chair for Applied Software Engineering,
* Technische Universitaet Muenchen.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public Lic... | removed todo
| bundles/org.eclipse.emf.emfstore.client/src/org/eclipse/emf/emfstore/internal/client/model/ESWorkspaceProviderImpl.java | removed todo | <ide><path>undles/org.eclipse.emf.emfstore.client/src/org/eclipse/emf/emfstore/internal/client/model/ESWorkspaceProviderImpl.java
<ide>
<ide> resourceSet = resourceSetProvider.getResourceSet();
<ide>
<del> // TODO register editing domain in resource set provider
<del> // register an editing domain on the resource... | |
Java | mit | d022af2cab9f24acf34e48149790857c0d969388 | 0 | mantazer/WiFiSentry,mantazer/WiFiSentry | package muntaserahmed.wifisentry;
import android.app.ActionBar;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.wifi.ScanResult;
import androi... | app/src/main/java/muntaserahmed/wifisentry/DashboardActivity.java | package muntaserahmed.wifisentry;
import android.app.ActionBar;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.wifi.ScanResult;
import androi... | Added Dan Truong's changes - manipulating lights according to level
| app/src/main/java/muntaserahmed/wifisentry/DashboardActivity.java | Added Dan Truong's changes - manipulating lights according to level | <ide><path>pp/src/main/java/muntaserahmed/wifisentry/DashboardActivity.java
<ide> }
<ide>
<ide> public JSONObject constructJSONObject(int level) {
<add> double normalizedLevel = (double) (level * -1); // Make positive
<add> int percentLevel = (int)(normalizedLevel * 0.32) + 1; // 1% of light is 0... | |
Java | apache-2.0 | d97dd68782401b8e37f898fb97d4d1acfa5abcbc | 0 | mtransitapps/mtransit-for-android,mtransitapps/mtransit-for-android,mtransitapps/mtransit-for-android | package org.mtransit.android.ui.fragment;
import java.lang.ref.WeakReference;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.TimeZone;
import org.mtransit.android.R;
import org.mtransit.android.commons.BundleUtils;
import org.mtransit.android.commons.MTLog;
import org.m... | src/org/mtransit/android/ui/fragment/ScheduleDayFragment.java | package org.mtransit.android.ui.fragment;
import java.lang.ref.WeakReference;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.TimeZone;
import org.mtransit.android.R;
import org.mtransit.android.commons.BundleUtils;
import org.mtransit.android.commons.MTLog;
import org.m... | Minor performance improvement.
| src/org/mtransit/android/ui/fragment/ScheduleDayFragment.java | Minor performance improvement. | <ide><path>rc/org/mtransit/android/ui/fragment/ScheduleDayFragment.java
<ide>
<ide> private void initHours() {
<ide> resetHours();
<add> Calendar cal;
<ide> for (int hourOfTheDay = 0; hourOfTheDay < HOUR_SEPARATORS_COUNT; hourOfTheDay++) {
<del> Calendar cal = (Calendar) this.dayStartsAt.clone();
<add> ... | |
Java | apache-2.0 | 6a79dcb02e23269da6abfef50a4e51348cdef474 | 0 | ProPra16/programmierpraktikum-abschlussprojekt-team-1,ProPra16/programmierpraktikum-abschlussprojekt-team-1 | package gui;
import data.ConstantsManager;
import data.Project;
import data.Test;
import io.FunPictures;
import io.XMLHandler;
//import io.XMLHandler;
import data.Code;
import javafx.application.Application;
import javafx.beans.property.SimpleBooleanProperty;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
... | TDD-Trainer/src/gui/Gui.java | package gui;
import data.ConstantsManager;
import data.Project;
import data.Test;
import io.FunPictures;
//import io.XMLHandler;
import data.Code;
import javafx.application.Application;
import javafx.beans.property.SimpleBooleanProperty;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.S... | speichern eingebunden | TDD-Trainer/src/gui/Gui.java | speichern eingebunden | <ide><path>DD-Trainer/src/gui/Gui.java
<ide> import data.Project;
<ide> import data.Test;
<ide> import io.FunPictures;
<del>
<add>import io.XMLHandler;
<ide> //import io.XMLHandler;
<ide> import data.Code;
<ide> import javafx.application.Application;
<ide> CodePane code_pane;
<ide> TestPane test_pane;
<ide> ConsoleP... | |
Java | apache-2.0 | 13f7eb5bdb4388cd137867894cc29089f370ca3a | 0 | agwlvssainokuni/sqlapp,agwlvssainokuni/sqlapp,agwlvssainokuni/sqlapp | /*
* Copyright 2014 agwlvssainokuni
*
* 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 ... | src/main/java/cherry/sqlapp/controller/secure/exec/ExecCsvControllerImpl.java | /*
* Copyright 2014 agwlvssainokuni
*
* 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 ... | SQL実行機能 | src/main/java/cherry/sqlapp/controller/secure/exec/ExecCsvControllerImpl.java | SQL実行機能 | <ide><path>rc/main/java/cherry/sqlapp/controller/secure/exec/ExecCsvControllerImpl.java
<ide> import org.springframework.beans.factory.annotation.Autowired;
<ide> import org.springframework.mobile.device.site.SitePreference;
<ide> import org.springframework.security.core.Authentication;
<add>import org.springframework.... | |
Java | agpl-3.0 | 76fb4306e2c3b3dd63c3928389eb0b22e969335f | 0 | Hoot215/TheWalls2 | /** TheWalls2: The Walls 2 plugin.
* Copyright (C) 2012 Andrew Stevanus (Hoot215) <hoot893@gmail.com>
*
* This program 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 Foundation, either version 3 of the... | src/me/Hoot215/TheWalls2/TheWalls2PlayerListener.java | /** TheWalls2: The Walls 2 plugin.
* Copyright (C) 2012 Andrew Stevanus (Hoot215) <hoot893@gmail.com>
*
* This program 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 Foundation, either version 3 of the... | Improved update notification message
| src/me/Hoot215/TheWalls2/TheWalls2PlayerListener.java | Improved update notification message | <ide><path>rc/me/Hoot215/TheWalls2/TheWalls2PlayerListener.java
<ide> player.sendMessage(ChatColor.AQUA + "[TheWalls2] "
<ide> + ChatColor.GREEN
<ide> + "An update is available!");
<add> player.sendMessage(ChatColor.WHITE
<add> + "http://dev.bukkit.org/server-mods/thewalls2/");
<a... | |
Java | apache-2.0 | 78e6de2c61457d501c1cf72d45e60136356c2908 | 0 | mapcode-foundation/mapcode-rest-service,mapcode-foundation/mapcode-rest-service,mapcode-foundation/mapcode-rest-service | /*
* Copyright (C) 2015 Stichting Mapcode Foundation (http://www.mapcode.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
*
* Un... | src/main/java/com/mapcode/services/implementation/MapcodeResourceImpl.java | /*
* Copyright (C) 2015 Stichting Mapcode Foundation (http://www.mapcode.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
*
* Un... | Check territory format
| src/main/java/com/mapcode/services/implementation/MapcodeResourceImpl.java | Check territory format | <ide><path>rc/main/java/com/mapcode/services/implementation/MapcodeResourceImpl.java
<ide> territory = Territory.fromTerritoryCode(territoryCode);
<ide> } catch (final IllegalArgumentException ignored) {
<ide> try {
<del> territory = Territo... | |
Java | apache-2.0 | 94e4e502682bee678ff0b41b0849c579a76b83a6 | 0 | mpi2/PhenotypeArchive,mpi2/PhenotypeArchive,mpi2/PhenotypeArchive | /*******************************************************************************
* Copyright 2015 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... | src/main/java/uk/ac/ebi/phenotype/solr/indexer/GeneIndexer.java | /*******************************************************************************
* Copyright 2015 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... | added impcImages to gene core | src/main/java/uk/ac/ebi/phenotype/solr/indexer/GeneIndexer.java | added impcImages to gene core | <ide><path>rc/main/java/uk/ac/ebi/phenotype/solr/indexer/GeneIndexer.java
<ide> long startTime = System.currentTimeMillis();
<ide> try {
<ide> logger.info("Starting Gene Indexer...");
<del>
<add>
<ide> initialiseSupportingBeans();
<ide>
<ide> int count = ... | |
Java | apache-2.0 | 8f29b162fd1ed3ce9c4d66e4916a22037219f907 | 0 | realityforge/arez,realityforge/arez,realityforge/arez | package org.realityforge.arez.processor;
import com.google.auto.service.AutoService;
import com.squareup.javapoet.AnnotationSpec;
import com.squareup.javapoet.ClassName;
import com.squareup.javapoet.FieldSpec;
import com.squareup.javapoet.MethodSpec;
import com.squareup.javapoet.ParameterSpec;
import com.squareup.java... | processor/src/main/java/org/realityforge/arez/processor/ArezProcessor.java | package org.realityforge.arez.processor;
import com.google.auto.service.AutoService;
import com.squareup.javapoet.AnnotationSpec;
import com.squareup.javapoet.ClassName;
import com.squareup.javapoet.FieldSpec;
import com.squareup.javapoet.MethodSpec;
import com.squareup.javapoet.ParameterSpec;
import com.squareup.java... | Remove unused parameter
| processor/src/main/java/org/realityforge/arez/processor/ArezProcessor.java | Remove unused parameter | <ide><path>rocessor/src/main/java/org/realityforge/arez/processor/ArezProcessor.java
<ide>
<ide> for ( final ObservableDescriptor observable : descriptor.getObservables() )
<ide> {
<del> builder.addMethod( buildObservableGetter( descriptor, observable ) );
<add> builder.addMethod( buildObservableGett... | |
Java | apache-2.0 | 83fd13b20bc0d6f91a969911b4582992139b1118 | 0 | zolyfarkas/avro,zolyfarkas/avro,zolyfarkas/avro,zolyfarkas/avro,zolyfarkas/avro,zolyfarkas/avro,zolyfarkas/avro,zolyfarkas/avro,zolyfarkas/avro,zolyfarkas/avro,zolyfarkas/avro | /**
* 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... | lang/java/avro/src/main/java/org/apache/avro/generic/GenericEnumSymbol.java | /**
* 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... | [cleanup] | lang/java/avro/src/main/java/org/apache/avro/generic/GenericEnumSymbol.java | [cleanup] | <ide><path>ang/java/avro/src/main/java/org/apache/avro/generic/GenericEnumSymbol.java
<ide>
<ide>
<ide> /** An enum symbol. */
<del>public interface GenericEnumSymbol<T extends GenericEnumSymbol>
<del> extends GenericContainer, Comparable<T> {
<add>public interface GenericEnumSymbol<E extends GenericEnumSymbol<E>>... | |
Java | apache-2.0 | f548be901a9b77c3681b3fc79d2546c82fd6fadf | 0 | lilredindy/selenium,carlosroh/selenium,MeetMe/selenium,mach6/selenium,dandv/selenium,chrisblock/selenium,mestihudson/selenium,blackboarddd/selenium,jabbrwcky/selenium,sag-enorman/selenium,gorlemik/selenium,gurayinan/selenium,SeleniumHQ/selenium,jsakamoto/selenium,doungni/selenium,s2oBCN/selenium,quoideneuf/selenium,hou... | // Licensed to the Software Freedom Conservancy (SFC) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The SFC licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you m... | java/client/src/org/openqa/selenium/htmlunit/HtmlUnitWebElement.java | // Licensed to the Software Freedom Conservancy (SFC) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The SFC licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you m... | Form handling in htmlunit works correct without any additional tricks
Signed-off-by: Alexei Barantsev <43b279716aaa7fd6f8dba4d5726b262d181ac789@gmail.com>
| java/client/src/org/openqa/selenium/htmlunit/HtmlUnitWebElement.java | Form handling in htmlunit works correct without any additional tricks | <ide><path>ava/client/src/org/openqa/selenium/htmlunit/HtmlUnitWebElement.java
<ide> // element not visible either
<ide> }
<ide>
<del> if (element instanceof HtmlButton) {
<del> String type = element.getAttribute("type");
<del> if (type == DomElement.ATTRIBUTE_NOT_DEFINED || type == DomElement.A... | |
Java | apache-2.0 | 2b62c965f36ef4935ea2b236c5bb67405865723d | 0 | jbee/silk | package build;
import de.sormuras.bach.Bach;
import de.sormuras.bach.Configuration;
import de.sormuras.bach.Flag;
import de.sormuras.bach.Project;
import de.sormuras.bach.project.Feature;
import java.lang.System.Logger.Level;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.List;
/** Silk's bui... | .bach/src/build/build/Build.java | package build;
import de.sormuras.bach.Bach;
import de.sormuras.bach.Configuration;
import de.sormuras.bach.Flag;
import de.sormuras.bach.Project;
import de.sormuras.bach.project.MainSpace;
import java.lang.System.Logger.Level;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.List;
/** Silk's b... | fixes build
| .bach/src/build/build/Build.java | fixes build | <ide><path>bach/src/build/build/Build.java
<ide> import de.sormuras.bach.Configuration;
<ide> import de.sormuras.bach.Flag;
<ide> import de.sormuras.bach.Project;
<del>import de.sormuras.bach.project.MainSpace;
<add>import de.sormuras.bach.project.Feature;
<ide> import java.lang.System.Logger.Level;
<ide> import java.n... | |
JavaScript | isc | aeb2e26fa006067fea24228368e56d8d49f25c1a | 0 | ngageoint/hootenanny-ui,edpop/iD,1ec5/iD,openstreetmap/iD,edpop/iD,kartta-labs/iD,openstreetmap/iD,openstreetmap/iD,ngageoint/hootenanny-ui,morray/iD,AndreasHae/iD,1ec5/iD,1ec5/iD,bagage/iD,edpop/iD,AndreasHae/iD,mapmeld/iD,bagage/iD,bagage/iD,digidem/iD,AndreasHae/iD,ngageoint/hootenanny-ui,digidem/iD,morray/iD,mapmel... | import * as d3 from 'd3';
import { getSetValue } from '../../util/get_set_value';
import { rebind } from '../../util/rebind';
import { t } from '../../util/locale';
export function textarea(field) {
var dispatch = d3.dispatch('change'),
input = d3.select(null);
function textarea(selection) {
... | modules/ui/fields/textarea.js | import * as d3 from 'd3';
import { getSetValue } from '../../util/get_set_value';
import { rebind } from '../../util/rebind';
import { t } from '../../util/locale';
export function textarea(field) {
var dispatch = d3.dispatch('change'),
input = d3.select(null);
function textarea(selection) {
... | Reassign `input` variable to the update selection after merge
| modules/ui/fields/textarea.js | Reassign `input` variable to the update selection after merge | <ide><path>odules/ui/fields/textarea.js
<ide> input = selection.selectAll('textarea')
<ide> .data([0]);
<ide>
<del> input.enter()
<add> input = input.enter()
<ide> .append('textarea')
<ide> .attr('id', 'preset-input-' + field.id)
<ide> .attr('placeh... | |
Java | epl-1.0 | 22eb565b6e3cf59eba17e7e0d098d0a21fefb5a0 | 0 | BraintagsGmbH/netrelay,BraintagsGmbH/netrelay | /*
* #%L
* netrelay
* %%
* Copyright (C) 2015 Braintags GmbH
* %%
* 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
* ... | src/main/java/de/braintags/netrelay/controller/SessionController.java | /*
* #%L
* netrelay
* %%
* Copyright (C) 2015 Braintags GmbH
* %%
* 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
* ... | relax cookies secure in test mode
| src/main/java/de/braintags/netrelay/controller/SessionController.java | relax cookies secure in test mode | <ide><path>rc/main/java/de/braintags/netrelay/controller/SessionController.java
<ide> import java.util.Properties;
<ide>
<ide> import de.braintags.netrelay.routing.RouterDefinition;
<add>import de.braintags.vertx.services.base.util.EclipseDetection;
<ide> import io.vertx.ext.web.RoutingContext;
<ide> import io.vertx.e... | |
Java | mit | fd8b4660b6d2a8b4c574970de15f5305ced71798 | 0 | rantianhua/AsymmetricGridView,yulongxiao/AsymmetricGridView,lichuanzhi7909/AsymmetricGridView,AlexanderMazaletskiy/AsymmetricGridView,HiWong/AsymmetricGridView,changjiashuai/AsymmetricGridView,letanloc/AsymmetricGridView,hgl888/AsymmetricGridView,ErNaveen/AsymmetricGridView,shyamkumarm/AsymmetricGridView,jiyuren/Asymme... | package com.felipecsl.asymmetricgridview.library.widget;
import android.content.Context;
import android.graphics.Color;
import android.os.Build;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AbsListView;
import android.widget.ArrayAdapter;
import android.widget... | library/src/main/java/com/felipecsl/asymmetricgridview/library/widget/AsymmetricGridViewAdapter.java | package com.felipecsl.asymmetricgridview.library.widget;
import android.content.Context;
import android.graphics.Color;
import android.os.Build;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AbsListView;
import android.widget.ArrayAdapter;
import android.widget... | Makes adapter members protected
| library/src/main/java/com/felipecsl/asymmetricgridview/library/widget/AsymmetricGridViewAdapter.java | Makes adapter members protected | <ide><path>ibrary/src/main/java/com/felipecsl/asymmetricgridview/library/widget/AsymmetricGridViewAdapter.java
<ide> }
<ide>
<ide> private static final String TAG = "AsymmetricGridViewAdapter";
<del> private static final boolean DEBUG = true;
<add> protected static final boolean DEBUG = true;
<ide> p... | |
JavaScript | mit | a2b9c6ceb8616cc603b23382d3846b75e2ac4037 | 0 | rhyolight/soda-tap,rhyolight/soda-tap,rhyolight/soda-tap | $(function() {
var DEFAULT_DATA_LIMIT = 100;
var SCALAR_DATA_LIMIT = 5000;
var GEO_DATA_LIMIT = 1000;
function graphData(id, data, graphLabels, temporalField, typeIndex) {
var graphInput = [];
_.each(data, function(point) {
var row = [];
row.push(new Date(point[... | static/js/catalog.js | $(function() {
var DEFAULT_DATA_LIMIT = 100;
var SCALAR_DATA_LIMIT = 5000;
var GEO_DATA_LIMIT = 1000;
function graphData(id, data, graphLabels, temporalField, typeIndex) {
var graphInput = [];
_.each(data, function(point) {
var row = [];
row.push(new Date(point[... | Removed dumb alert
| static/js/catalog.js | Removed dumb alert | <ide><path>tatic/js/catalog.js
<ide> + '?$order=' + temporalField + ' DESC'
<ide> + '&$limit=' + dataLimit;
<ide>
<del> if (dataAttrs.seriesId) {
<del> alert(id + ": " + dataAttrs.seriesId);
<del> }
<del>
<ide> // The rest of the data att... | |
Java | apache-2.0 | a3b0ec72f21631f74e3288c93a5abc3b7e76aefb | 0 | pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus,pegasus-isi/pegasus | /**
* Copyright 2007-2008 University Of Southern California
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... | src/edu/isi/pegasus/planner/code/generator/Shell.java | /**
* Copyright 2007-2008 University Of Southern California
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... | Related to JIRA PM-110 and PM-131
had missed a reference to common-plan.sh that had to be updated.
| src/edu/isi/pegasus/planner/code/generator/Shell.java | Related to JIRA PM-110 and PM-131 | <ide><path>rc/edu/isi/pegasus/planner/code/generator/Shell.java
<ide>
<ide>
<ide> //check for common shell script before sourcing
<del> sb.append( "if [ ! -e ${PEGASUS_HOME}/bin/common-sh-plan.sh ];then" ).append( "\n" ).
<del> append( " echo \"Unable to find common-sh-plan.sh file.\"" ).ap... | |
JavaScript | apache-2.0 | ca2b4aec73b732adc66adf698830a9345379c31c | 0 | XDATA-Year-3/clique-propaganda,XDATA-Year-3/clique-propaganda,XDATA-Year-3/clique-propaganda | /*jshint browser: true, jquery: true */
/*global clique, _, tangelo, d3 */
$(function () {
"use strict";
var cfg,
launch;
launch = function (_cfg) {
var mongoStore,
graph,
view,
info,
colormap,
ungroup,
linkColormap,
... | src/js/index.js | /*jshint browser: true, jquery: true */
/*global clique, _, tangelo, d3 */
$(function () {
"use strict";
var cfg,
launch;
launch = function (_cfg) {
var mongoStore,
graph,
view,
info,
linkInfo,
colormap,
ungroup,
... | Remove linkInfo code
| src/js/index.js | Remove linkInfo code | <ide><path>rc/js/index.js
<ide> graph,
<ide> view,
<ide> info,
<del> linkInfo,
<ide> colormap,
<ide> ungroup,
<ide> linkColormap,
<ide> graph: graph
<ide> });
<ide>
<del> linkInfo = new clique.view.LinkInfo({
... | |
Java | mit | 31096eff5efbe4390cc6f4b070ee337a99e0110e | 0 | jenkinsci/remoting,jenkinsci/remoting | /*
* The MIT License
*
* Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi
*
* 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 l... | src/main/java/hudson/remoting/Engine.java | /*
* The MIT License
*
* Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi
*
* 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 l... | JENKINS-66915: Don't die when reconnect fails. (#488)
Instead do the 10s sleep as intentionally written.
Co-authored-by: Lars Berntzon <3c140f4cf525736ddea2bf8f1d5fc150df7272bf@external.atlascopco.com> | src/main/java/hudson/remoting/Engine.java | JENKINS-66915: Don't die when reconnect fails. (#488) | <ide><path>rc/main/java/hudson/remoting/Engine.java
<ide> }
<ide>
<ide> private void onConnectionRejected(String greeting) throws InterruptedException {
<del> events.error(new Exception("The server rejected the connection: " + greeting));
<add> events.status("reconnect rejected, sleeping 10s: ", ... | |
Java | apache-2.0 | 8e7a2ba9587072c549b72189fa8aa115201a3d5a | 0 | stari4ek/ExoPlayer,google/ExoPlayer,amzn/exoplayer-amazon-port,stari4ek/ExoPlayer,superbderrick/ExoPlayer,androidx/media,saki4510t/ExoPlayer,google/ExoPlayer,amzn/exoplayer-amazon-port,superbderrick/ExoPlayer,saki4510t/ExoPlayer,superbderrick/ExoPlayer,ened/ExoPlayer,ened/ExoPlayer,androidx/media,google/ExoPlayer,andro... | /*
* Copyright (C) 2016 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... | library/core/src/main/java/com/google/android/exoplayer2/ExoPlayerImpl.java | /*
* Copyright (C) 2016 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... | Don't reset masking position when prepare fails.
The removed condition only applies when prepare fails and no timeline was or
is known. We should keep a pending seek position in such a case. The internal
player does the same thing already.
PiperOrigin-RevId: 243819466
| library/core/src/main/java/com/google/android/exoplayer2/ExoPlayerImpl.java | Don't reset masking position when prepare fails. | <ide><path>ibrary/core/src/main/java/com/google/android/exoplayer2/ExoPlayerImpl.java
<ide> playbackInfo.resetToNewPosition(
<ide> playbackInfo.periodId, /* startPositionUs= */ 0, playbackInfo.contentPositionUs);
<ide> }
<del> if ((!this.playbackInfo.timeline.isEmpty() || hasPendi... | |
Java | apache-2.0 | b72cd0e9dc221a186702643e4b7cc526544efae1 | 0 | opensingular/singular-server,opensingular/singular-server,opensingular/singular-server | package org.opensingular.app.commons.mail.schedule;
import org.opensingular.lib.commons.base.SingularException;
import org.opensingular.lib.commons.base.SingularProperties;
import org.opensingular.lib.commons.util.Loggable;
import org.opensingular.schedule.quartz.QuartzJobFactory;
import org.opensingular.schedule.quar... | lib/app-commons/src/main/java/org/opensingular/app/commons/mail/schedule/SingularSchedulerBean.java | package org.opensingular.app.commons.mail.schedule;
import org.opensingular.lib.commons.base.SingularException;
import org.opensingular.lib.commons.base.SingularProperties;
import org.opensingular.lib.commons.util.Loggable;
import org.opensingular.schedule.quartz.QuartzJobFactory;
import org.opensingular.schedule.quar... | [SGL-613] fixing compilation error
| lib/app-commons/src/main/java/org/opensingular/app/commons/mail/schedule/SingularSchedulerBean.java | [SGL-613] fixing compilation error | <ide><path>ib/app-commons/src/main/java/org/opensingular/app/commons/mail/schedule/SingularSchedulerBean.java
<ide> * Set whether to automatically start the scheduler after initialization.
<ide> * <p>Default is "true"; set this to "false" to allow for manual startup.
<ide> */
<del> public void setAuto... | |
Java | apache-2.0 | d0188f3fc32198c165f178d6aaabab39467b54e6 | 0 | vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa | // Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.config.provision;
import java.util.Set;
/**
* A deployment may have a list of tags associated with it. Config files may have variants for these tags similar
* to how they may have variants for ... | config-provisioning/src/main/java/com/yahoo/config/provision/Tags.java | // Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.config.provision;
import java.util.Set;
/**
* A deployment may have a list of tags associated with it. Config files may have variants for these tags similar
* to how they may have variants for ... | Update config-provisioning/src/main/java/com/yahoo/config/provision/Tags.java
Co-authored-by: Jon Marius Venstad <95e427ff401b3e1a275fa458c33470a86d910bc8@users.noreply.github.com> | config-provisioning/src/main/java/com/yahoo/config/provision/Tags.java | Update config-provisioning/src/main/java/com/yahoo/config/provision/Tags.java | <ide><path>onfig-provisioning/src/main/java/com/yahoo/config/provision/Tags.java
<ide> * Creates this from a space-separated string or null. */
<ide> public static Tags fromString(String tagsString) {
<ide> if (tagsString == null || tagsString.isBlank()) return empty();
<del> return new Tags(Set... | |
Java | lgpl-2.1 | 6b4ffc15fc164110cd3d26038e514d03949726bf | 0 | harvard-lts/fits,harvard-lts/fits | package edu.harvard.hul.ois.fits.tools.tika;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import edu.harvard.hul.ois.fits.exceptions.FitsToolException;
import edu.harvard.hul.ois.fits.tools.ToolBase;
import edu.harvard.hul.ois.fits.tools.ToolOu... | src/edu/harvard/hul/ois/fits/tools/tika/Tika.java | package edu.harvard.hul.ois.fits.tools.tika;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import edu.harvard.hul.ois.fits.exceptions.FitsToolException;
import edu.harvard.hul.ois.fits.tools.ToolBase;
import edu.harvard.hul.ois.fits.tools.ToolOu... | init tika | src/edu/harvard/hul/ois/fits/tools/tika/Tika.java | init tika | <ide><path>rc/edu/harvard/hul/ois/fits/tools/tika/Tika.java
<ide> public class Tika extends ToolBase {
<ide>
<ide> private final static String TOOL_NAME = "Tika";
<add> private boolean enabled = true;
<ide>
<ide> public Tika() throws FitsToolException {
<del> // TODO Auto-generated constructor stub
... | |
Java | mit | 5877bcf47ed8adce0f10f395ba4401c1090af537 | 0 | McJty/DeepResonance,VictiniX888/DeepResonance | package mcjty.deepresonance.radiation;
import com.google.common.collect.Sets;
import elec332.core.world.WorldHelper;
import mcjty.deepresonance.blocks.ModBlocks;
import mcjty.deepresonance.items.armor.ItemRadiationSuit;
import mcjty.deepresonance.varia.QuadTree;
import mcjty.lib.varia.GlobalCoordinate;
import mcjty.li... | src/main/java/mcjty/deepresonance/radiation/RadiationTickEvent.java | package mcjty.deepresonance.radiation;
import com.google.common.collect.Sets;
import elec332.core.world.WorldHelper;
import mcjty.deepresonance.blocks.ModBlocks;
import mcjty.deepresonance.items.armor.ItemRadiationSuit;
import mcjty.deepresonance.varia.QuadTree;
import mcjty.lib.varia.GlobalCoordinate;
import mcjty.li... | Fixed the radiation tick event temporarily
| src/main/java/mcjty/deepresonance/radiation/RadiationTickEvent.java | Fixed the radiation tick event temporarily | <ide><path>rc/main/java/mcjty/deepresonance/radiation/RadiationTickEvent.java
<ide> import net.minecraft.init.Blocks;
<ide> import net.minecraft.potion.Potion;
<ide> import net.minecraft.potion.PotionEffect;
<del>import net.minecraft.server.MinecraftServer;
<ide> import net.minecraft.util.ResourceLocation;
<ide> import... | |
Java | apache-2.0 | 7b6801ff2546f2ff10ba253971ebab98fd746166 | 0 | knowhowlab/openkeepass,cternes/openkeepass | package de.slackspace.openkeepass.domain;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.... | src/main/java/de/slackspace/openkeepass/domain/Entry.java | package de.slackspace.openkeepass.domain;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.... | Set protection correctly in domain entry | src/main/java/de/slackspace/openkeepass/domain/Entry.java | Set protection correctly in domain entry | <ide><path>rc/main/java/de/slackspace/openkeepass/domain/Entry.java
<ide> }
<ide>
<ide> public void setTitle(String title) {
<del> setValue(TITLE, title);
<add> setValue(false, TITLE, title);
<ide> }
<ide>
<ide> public String getPassword() {
<ide> }
<ide>
<ide> public void setPassword(String password) {
<del... | |
JavaScript | agpl-3.0 | f8dde0131bd0c76869972d8ad9a43526d86d42e5 | 0 | mwwscott0/WoWAnalyzer,ronaldpereira/WoWAnalyzer,FaideWW/WoWAnalyzer,yajinni/WoWAnalyzer,Juko8/WoWAnalyzer,sMteX/WoWAnalyzer,sMteX/WoWAnalyzer,anom0ly/WoWAnalyzer,anom0ly/WoWAnalyzer,FaideWW/WoWAnalyzer,mwwscott0/WoWAnalyzer,hasseboulen/WoWAnalyzer,yajinni/WoWAnalyzer,yajinni/WoWAnalyzer,FaideWW/WoWAnalyzer,sMteX/WoWAna... | export default `
29-08-2017 - Shadow Priest: Added Insanity Resource on the Voidform graphs. Fixed pet damage. (by hassebewlen)
26-08-2017 - Shadow Priest: Initial implementation. (by hassebewlen)
`;
| src/CHANGELOG_SHADOW_PRIEST.js | export default `
26-08-2017 - Shadow Priest: Shadow priest - Initial implementation. (by hassebewlen)
`;
| Shadow priest changelog updated.
| src/CHANGELOG_SHADOW_PRIEST.js | Shadow priest changelog updated. | <ide><path>rc/CHANGELOG_SHADOW_PRIEST.js
<ide> export default `
<del>26-08-2017 - Shadow Priest: Shadow priest - Initial implementation. (by hassebewlen)
<add>29-08-2017 - Shadow Priest: Added Insanity Resource on the Voidform graphs. Fixed pet damage. (by hassebewlen)
<add>26-08-2017 - Shadow Priest: Initial implement... | |
Java | epl-1.0 | 644e3727a11635e90e153b46a535e153e885b613 | 0 | spring-projects/eclipse-integration-commons,spring-projects/eclipse-integration-commons,spring-projects/eclipse-integration-commons | // COPIED from spring-ide org.springframework.ide.eclipse.core.SpringCoreUtils
/*******************************************************************************
* Copyright (c) 2012, 2013 VMware, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Ecl... | org.springsource.ide.eclipse.commons.core/src/org/springsource/ide/eclipse/commons/core/SpringCoreUtils.java | // COPIED from spring-ide org.springframework.ide.eclipse.core.SpringCoreUtils
/*******************************************************************************
* Copyright (c) 2012 VMware, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse P... | STS-2502: fixed the way additional validation builds are triggered in case of a change on the project classpath (these are the required changes that are used inside spring-ide)
| org.springsource.ide.eclipse.commons.core/src/org/springsource/ide/eclipse/commons/core/SpringCoreUtils.java | STS-2502: fixed the way additional validation builds are triggered in case of a change on the project classpath (these are the required changes that are used inside spring-ide) | <ide><path>rg.springsource.ide.eclipse.commons.core/src/org/springsource/ide/eclipse/commons/core/SpringCoreUtils.java
<ide> // COPIED from spring-ide org.springframework.ide.eclipse.core.SpringCoreUtils
<ide> /*******************************************************************************
<del> * Copyright (c) 2012 V... | |
Java | apache-2.0 | 9915508b9c054dbedd16b5a66930d7f8b643b2e2 | 0 | ymn/lorsource,bodqhrohro/lorsource,kloun/lorsource,maxcom/lorsource,hizel/lorsource,maxcom/lorsource,hizel/lorsource,fat0troll/lorsource,ymn/lorsource,fat0troll/lorsource,hizel/lorsource,maxcom/lorsource,ymn/lorsource,hizel/lorsource,kloun/lorsource,kloun/lorsource,bodqhrohro/lorsource,fat0troll/lorsource,maxcom/lorsou... | package ru.org.linux.group;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import ru.org.linux.section.Section;
import ru.org.linux.section.SectionService;
import ru.org.linux.topic.PreparedTopic;
import ru.org.linux.topic.Topic;
import ru.org.linux.topic.... | src/main/java/ru/org/linux/group/GroupPermissionService.java | package ru.org.linux.group;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import ru.org.linux.section.Section;
import ru.org.linux.section.SectionService;
import ru.org.linux.topic.PreparedTopic;
import ru.org.linux.topic.Topic;
import ru.org.linux.topic.... | редактирование топиков модераторами
| src/main/java/ru/org/linux/group/GroupPermissionService.java | редактирование топиков модераторами | <ide><path>rc/main/java/ru/org/linux/group/GroupPermissionService.java
<ide> return false;
<ide> }
<ide>
<add> if (by.isAdministrator()) {
<add> return true;
<add> }
<add>
<add> if (!topic.isLorcode()) {
<add> return false;
<add> }
<add>
<ide> if (by.isModerator()) {
<del> if (... | |
Java | artistic-2.0 | 58f9aefe59b233ad9b472273a0bdd2e42bb53058 | 0 | probablytom/assessed,probablytom/assessed,probablytom/assessed,probablytom/assessed,probablytom/assessed,probablytom/assessed | /**
* We are given n guests to be allocated to m equally sized tables (where n % m = 0) at a banquest.
* There are constraint of the form together(i,j) and apart(i,j) where
* together(i,j) means that guests i and j must sit at the same table and
* apart(i,j) means that guests i and j must sit at different tab... | Level4/CPM/exercise1/BanquetPlanner.java | /**
* We are given n guests to be allocated to m equally sized tables (where n % m = 0) at a banquest.
* There are constraint of the form together(i,j) and apart(i,j) where
* together(i,j) means that guests i and j must sit at the same table and
* apart(i,j) means that guests i and j must sit at different tab... | Cleaned up code | Level4/CPM/exercise1/BanquetPlanner.java | Cleaned up code | <ide><path>evel4/CPM/exercise1/BanquetPlanner.java
<ide> int nGuests;
<ide> int mTables;
<ide> int tableSize;
<del> int tableCapacity;
<del>
<ide> int[] guestsAtTables; // An array of table allocation for each guest
<del> IntVar[] count; // An array of the counts of guests at each table
<ide> ... | |
Java | apache-2.0 | 72c4e23fe5400b3bc961cb38d7f43b3426aac14b | 0 | allotria/intellij-community,FHannes/intellij-community,FHannes/intellij-community,allotria/intellij-community,fitermay/intellij-community,ibinti/intellij-community,apixandru/intellij-community,semonte/intellij-community,idea4bsd/idea4bsd,da1z/intellij-community,apixandru/intellij-community,apixandru/intellij-community,... | /*
* Copyright 2000-2016 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... | platform/vcs-impl/src/com/intellij/openapi/vcs/impl/DefaultVcsRootPolicy.java | /*
* Copyright 2000-2016 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... | DefaultVcsRootPolicy — do not use Project.DIRECTORY_STORE_FOLDER
| platform/vcs-impl/src/com/intellij/openapi/vcs/impl/DefaultVcsRootPolicy.java | DefaultVcsRootPolicy — do not use Project.DIRECTORY_STORE_FOLDER | <ide><path>latform/vcs-impl/src/com/intellij/openapi/vcs/impl/DefaultVcsRootPolicy.java
<ide> import com.intellij.openapi.vcs.impl.projectlevelman.NewMappings;
<ide> import com.intellij.openapi.vfs.VirtualFile;
<ide> import com.intellij.project.ProjectKt;
<add>import com.intellij.util.PathUtilRt;
<ide> import org.jetbr... | |
Java | lgpl-2.1 | 8c5587c1c9f06d55fb507f5ff620037710a83df8 | 0 | ggiudetti/opencms-core,gallardo/opencms-core,gallardo/opencms-core,serrapos/opencms-core,sbonoc/opencms-core,sbonoc/opencms-core,MenZil/opencms-core,alkacon/opencms-core,gallardo/opencms-core,ggiudetti/opencms-core,MenZil/opencms-core,mediaworx/opencms-core,ggiudetti/opencms-core,alkacon/opencms-core,serrapos/opencms-c... | /*
* File : $Source: /alkacon/cvs/opencms/src/org/opencms/util/CmsStringUtil.java,v $
* Date : $Date: 2008/06/20 15:38:03 $
* Version: $Revision: 1.49 $
*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) 2002 - 2008 Alkacon Software GmbH (http://www.alkacon.c... | src/org/opencms/util/CmsStringUtil.java | /*
* File : $Source: /alkacon/cvs/opencms/src/org/opencms/util/CmsStringUtil.java,v $
* Date : $Date: 2008/02/27 12:05:36 $
* Version: $Revision: 1.48 $
*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) 2002 - 2008 Alkacon Software GmbH (http://www.alkacon.c... | fixed bug in map parsing
| src/org/opencms/util/CmsStringUtil.java | fixed bug in map parsing | <ide><path>rc/org/opencms/util/CmsStringUtil.java
<ide> /*
<ide> * File : $Source: /alkacon/cvs/opencms/src/org/opencms/util/CmsStringUtil.java,v $
<del> * Date : $Date: 2008/02/27 12:05:36 $
<del> * Version: $Revision: 1.48 $
<add> * Date : $Date: 2008/06/20 15:38:03 $
<add> * Version: $Revision: 1.49 $
<ide> ... | |
Java | apache-2.0 | d94612ec0df0f08a2735ca99b2ccea6c32a32311 | 0 | jahlborn/jackcess | /*
Copyright (c) 2008 Health Market Science, Inc.
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 version.
This library is dis... | src/java/com/healthmarketscience/jackcess/IndexPageCache.java | /*
Copyright (c) 2008 Health Market Science, Inc.
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 version.
This library is dis... | add comments
git-svn-id: 3a2409cd0beef11b2606a17fdc4e1262b30a237e@345 f203690c-595d-4dc9-a70b-905162fa7fd2
| src/java/com/healthmarketscience/jackcess/IndexPageCache.java | add comments | <ide><path>rc/java/com/healthmarketscience/jackcess/IndexPageCache.java
<ide> return getIndex().getPageChannel();
<ide> }
<ide>
<add> /**
<add> * Sets the root page for this index, must be called before normal usage.
<add> *
<add> * @param pageNumber the root page number
<add> */
<ide> public void set... | |
Java | apache-2.0 | 653cc6f6d05bca98422ae89c9046611870c26570 | 0 | tetrapods/core,tetrapods/core,tetrapods/core,tetrapods/core,tetrapods/core | package io.tetrapod.core;
import static io.tetrapod.protocol.core.Core.UNADDRESSED;
import static io.tetrapod.protocol.core.TetrapodContract.*;
import io.netty.buffer.ByteBuf;
import io.netty.channel.EventLoopGroup;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.SocketChannel;
import io.... | Tetrapod-Core/src/io/tetrapod/core/TetrapodService.java | package io.tetrapod.core;
import static io.tetrapod.protocol.core.Core.UNADDRESSED;
import static io.tetrapod.protocol.core.TetrapodContract.*;
import io.netty.buffer.ByteBuf;
import io.netty.channel.EventLoopGroup;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.SocketChannel;
import io.... | enable tls by default
| Tetrapod-Core/src/io/tetrapod/core/TetrapodService.java | enable tls by default | <ide><path>etrapod-Core/src/io/tetrapod/core/TetrapodService.java
<ide> servers.add(new Server(getWebSocketPort(), new WebSessionFactory("/sockets", true), dispatcher));
<ide>
<ide> // create secure port servers, if configured
<del> if (Util.getProperty("tetrapod.tls", false)) {
<add> ... | |
JavaScript | agpl-3.0 | b205697f5818fc134833f3a56edb1828c83d85bb | 0 | imCodePartnerAB/imcms,imCodePartnerAB/imcms,imCodePartnerAB/imcms | /**
* Created by Shadowgun on 17.02.2015.
*/
Imcms.Document = {};
Imcms.Document.API = function () {
};
Imcms.Document.API.prototype = {
path: Imcms.contextPath + "/api/document",
create: function (request, response) {
$.ajax({
url: this.path,
type: "POST",
data: request,
success: response
})
},
... | src/main/web/imcms/lang/scripts/imcms_document.js | /**
* Created by Shadowgun on 17.02.2015.
*/
Imcms.Document = {};
Imcms.Document.API = function () {
};
Imcms.Document.API.prototype = {
path: Imcms.contextPath + "/api/document",
create: function (request, response) {
$.ajax({
url: this.path,
type: "POST",
data: request,
success: response
})
},
... | Fixes.
| src/main/web/imcms/lang/scripts/imcms_document.js | Fixes. | <ide><path>rc/main/web/imcms/lang/scripts/imcms_document.js
<ide> $(this._builder[0]).fadeOut();
<ide> },
<ide> setDateTimes: function () {
<del> var dates = [
<del> "created",
<del> "modified",
<del> "archived",
<del> "published",
<del> "publication-end"
<del> ];
<del> for (var i = 0; i < dates.length... | |
Java | apache-2.0 | fcd2a0017ea5b6701bd323cebd5084b38a25fdca | 0 | ruddell/generator-jhipster,hdurix/generator-jhipster,ctamisier/generator-jhipster,maniacneron/generator-jhipster,robertmilowski/generator-jhipster,baskeboler/generator-jhipster,ramzimaalej/generator-jhipster,ziogiugno/generator-jhipster,wmarques/generator-jhipster,gmarziou/generator-jhipster,ruddell/generator-jhipster,... | package <%=packageName%>.web.rest;
import com.codahale.metrics.annotation.Timed;
import <%=packageName%>.domain.Authority;<% if (authenticationType == 'cookie') { %>
import <%=packageName%>.domain.PersistentToken;<% } %>
import <%=packageName%>.domain.User;<% if (authenticationType == 'cookie') { %>
import <%=packageN... | app/templates/src/main/java/package/web/rest/_AccountResource.java | package <%=packageName%>.web.rest;
import com.codahale.metrics.annotation.Timed;
import <%=packageName%>.domain.Authority;<% if (authenticationType == 'cookie') { %>
import <%=packageName%>.domain.PersistentToken;<% } %>
import <%=packageName%>.domain.User;<% if (authenticationType == 'cookie') { %>
import <%=packageN... | The user should be checked on his login, not his email
| app/templates/src/main/java/package/web/rest/_AccountResource.java | The user should be checked on his login, not his email | <ide><path>pp/templates/src/main/java/package/web/rest/_AccountResource.java
<ide> @Timed
<ide> public ResponseEntity<String> saveAccount(@RequestBody UserDTO userDTO) {<% if (javaVersion == '8') { %>
<ide> return userRepository
<del> .findOneByEmail(userDTO.getEmail())
<add> .find... | |
Java | apache-2.0 | 207012835383e6c98f765e54cbee5bd45ab8914e | 0 | gdelafosse/incubator-tinkerpop,jorgebay/tinkerpop,dalaro/incubator-tinkerpop,newkek/incubator-tinkerpop,robertdale/tinkerpop,BrynCooke/incubator-tinkerpop,vtslab/incubator-tinkerpop,BrynCooke/incubator-tinkerpop,velo/incubator-tinkerpop,rmagen/incubator-tinkerpop,robertdale/tinkerpop,apache/tinkerpop,pluradj/incubator-... | package com.tinkerpop.blueprints.io.graphml;
import com.tinkerpop.blueprints.Direction;
import com.tinkerpop.blueprints.Edge;
import com.tinkerpop.blueprints.Element;
import com.tinkerpop.blueprints.Graph;
import com.tinkerpop.blueprints.Vertex;
import com.tinkerpop.blueprints.io.GraphWriter;
import com.tinkerpop.blue... | blueprints/blueprints-io/src/main/java/com/tinkerpop/blueprints/io/graphml/GraphMLWriter.java | package com.tinkerpop.blueprints.io.graphml;
import com.tinkerpop.blueprints.Direction;
import com.tinkerpop.blueprints.Edge;
import com.tinkerpop.blueprints.Element;
import com.tinkerpop.blueprints.Graph;
import com.tinkerpop.blueprints.Vertex;
import com.tinkerpop.blueprints.io.GraphWriter;
import com.tinkerpop.blue... | Declare member variables as final in GraphMLWriter.
| blueprints/blueprints-io/src/main/java/com/tinkerpop/blueprints/io/graphml/GraphMLWriter.java | Declare member variables as final in GraphMLWriter. | <ide><path>lueprints/blueprints-io/src/main/java/com/tinkerpop/blueprints/io/graphml/GraphMLWriter.java
<ide> private final XMLOutputFactory inputFactory = XMLOutputFactory.newInstance();
<ide> private final Graph graph;
<ide> private boolean normalize = false;
<del> private Optional<Map<String, String>>... | |
Java | apache-2.0 | adef9d69ffb25ec7979c05c3d294545028d909e0 | 0 | Liziyao/elasticsearch,MetSystem/elasticsearch,Asimov4/elasticsearch,ThiagoGarciaAlves/elasticsearch,kimimj/elasticsearch,dylan8902/elasticsearch,pranavraman/elasticsearch,wittyameta/elasticsearch,acchen97/elasticsearch,obourgain/elasticsearch,Widen/elasticsearch,lks21c/elasticsearch,nrkkalyan/elasticsearch,Clairebi/Ela... | /*
* Licensed to Elastic Search and Shay Banon under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Elastic Search licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you m... | modules/elasticsearch/src/main/java/org/elasticsearch/gateway/GatewayService.java | /*
* Licensed to Elastic Search and Shay Banon under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Elastic Search licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you m... | Gateway: Allow to configure a `recovery_after_time` and `recover_after_nodes`, closes #223.
| modules/elasticsearch/src/main/java/org/elasticsearch/gateway/GatewayService.java | Gateway: Allow to configure a `recovery_after_time` and `recover_after_nodes`, closes #223. | <ide><path>odules/elasticsearch/src/main/java/org/elasticsearch/gateway/GatewayService.java
<ide>
<ide> private final TimeValue initialStateTimeout;
<ide>
<del> private final TimeValue delayIndexCreation;
<add> private final TimeValue recoverAfterTime;
<add> private final int recoverAfterNodes;
<ide>
<i... | |
Java | mit | 53dafbf8f7495474e48719f47cfbbb7bcf83ed3e | 0 | csmith/DMDirc,ShaneMcC/DMDirc-Client,DMDirc/DMDirc,greboid/DMDirc,ShaneMcC/DMDirc-Client,greboid/DMDirc,greboid/DMDirc,ShaneMcC/DMDirc-Client,csmith/DMDirc,DMDirc/DMDirc,DMDirc/DMDirc,greboid/DMDirc,csmith/DMDirc,csmith/DMDirc,DMDirc/DMDirc,ShaneMcC/DMDirc-Client | /*
* Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack, Gregory Holmes
*
* 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
... | src/uk/org/ownage/dmdirc/commandparser/commands/channel/SetNickColour.java | /*
* Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack, Gregory Holmes
*
* 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
... | /setnickcolour can now independently set or remove the nicklist or text colours (or both)
git-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@1262 00569f92-eb28-0410-84fd-f71c24880f43
| src/uk/org/ownage/dmdirc/commandparser/commands/channel/SetNickColour.java | /setnickcolour can now independently set or remove the nicklist or text colours (or both) | <ide><path>rc/uk/org/ownage/dmdirc/commandparser/commands/channel/SetNickColour.java
<ide> import java.util.Map;
<ide> import uk.org.ownage.dmdirc.Channel;
<ide> import uk.org.ownage.dmdirc.ChannelClientProperty;
<add>import uk.org.ownage.dmdirc.Config;
<ide> import uk.org.ownage.dmdirc.Server;
<ide> import uk.org.owna... | |
Java | bsd-3-clause | efa71c767f080dac8b3317f06d0dbdd34f0baaa1 | 0 | NCIEVS/evsrestapi,NCIEVS/evsrestapi,NCIEVS/evsrestapi |
package gov.nih.nci.evs.api.controller;
import java.io.IOException;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotat... | src/main/java/gov/nih/nci/evs/api/controller/MetadataController.java |
package gov.nih.nci.evs.api.controller;
import java.io.IOException;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotat... | Fix so that the latest version of NCI is monthly not weekly
| src/main/java/gov/nih/nci/evs/api/controller/MetadataController.java | Fix so that the latest version of NCI is monthly not weekly | <ide><path>rc/main/java/gov/nih/nci/evs/api/controller/MetadataController.java
<ide> final Terminology monthlyNcit =
<ide> new Terminology(sparqlQueryManagerService.getEvsVersionInfo("monthly"));
<ide> monthlyNcit.getTags().put("monthly", "true");
<add> // Monthly is the latest published version
<add... | |
Java | bsd-3-clause | a8f310c821fd930c3fd3c94b75901ad0c51a3117 | 0 | muloem/xins,muloem/xins,muloem/xins | /*
* $Id$
*
* Copyright 2003-2005 Wanadoo Nederland B.V.
* See the COPYRIGHT file for redistribution and use restrictions.
*/
package org.xins.common.types.standard;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import org.xins.common.t... | src/java-common/org/xins/common/types/standard/Timestamp.java | /*
* $Id$
*
* Copyright 2003-2005 Wanadoo Nederland B.V.
* See the COPYRIGHT file for redistribution and use restrictions.
*/
package org.xins.common.types.standard;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import org.xins.common.t... | Formatting slightly improved.
| src/java-common/org/xins/common/types/standard/Timestamp.java | Formatting slightly improved. | <ide><path>rc/java-common/org/xins/common/types/standard/Timestamp.java
<ide> * Constructs a new timestamp value. The values will not be checked.
<ide> *
<ide> * @param year
<del> * the year, e.g. <code>2004</code>.
<add> * the year, including century, e.g. <code>2005</code>.
<ide... | |
Java | apache-2.0 | 8529afdc3e3ce2317b9cf7ed08f8a9986fa160da | 0 | seven332/Nimingban,seven332/Nimingban,xdujiang/Nimingban,xdujiang/Nimingban | /*
* Copyright 2015 Hippo Seven
*
* 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 ... | app/src/main/java/com/hippo/nimingban/NMBApplication.java | /*
* Copyright 2015 Hippo Seven
*
* 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 ... | NMBApplication add super.attachBaseContext(VectorContext.wrapContext(newBase))
| app/src/main/java/com/hippo/nimingban/NMBApplication.java | NMBApplication add super.attachBaseContext(VectorContext.wrapContext(newBase)) | <ide><path>pp/src/main/java/com/hippo/nimingban/NMBApplication.java
<ide> import com.hippo.conaco.Conaco;
<ide> import com.hippo.nimingban.client.NMBClient;
<ide> import com.hippo.nimingban.network.NMBHttpClient;
<add>import com.hippo.vectorold.content.VectorContext;
<ide>
<ide> import java.io.File;
<ide>
<ide> p... | |
Java | apache-2.0 | 684067a40b7c07ea37b58f6be83decfd7526113a | 0 | FFY00/Helios,samczsun/Helios,helios-decompiler/standalone-app,FFY00/Helios,samczsun/Helios,helios-decompiler/Helios,helios-decompiler/Helios | /*
* Copyright 2015 Sam Sun <me@samczsun.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... | src/main/java/com/samczsun/helios/Helios.java | /*
* Copyright 2015 Sam Sun <me@samczsun.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... | Fix #6
| src/main/java/com/samczsun/helios/Helios.java | Fix #6 | <ide><path>rc/main/java/com/samczsun/helios/Helios.java
<ide>
<ide> public static void main(String[] args, Shell shell, Splash splashScreen) {
<ide> try {
<del> UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
<add> if (!System.getProperty("os.name").toLowerCase().... | |
Java | mit | 098d47e019ec9fd75e0ca325fc37b40b3f5457d0 | 0 | seanmonstar/ServiceDroid | package com.monstarlab.servicedroid.util;
import com.monstarlab.servicedroid.R;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.text.TextUtils;
import andro... | src/com/monstarlab/servicedroid/util/Changelog.java | package com.monstarlab.servicedroid.util;
import com.monstarlab.servicedroid.R;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.text.TextUtils;
import andro... | fixes What's New encoding for extended ascii characters
| src/com/monstarlab/servicedroid/util/Changelog.java | fixes What's New encoding for extended ascii characters | <ide><path>rc/com/monstarlab/servicedroid/util/Changelog.java
<ide> return;
<ide> }
<ide>
<del> //builder.setMessage(message);
<del> webView.loadData(message, "text/html", "utf-8");
<add> webView.loadDataWithBaseURL(null, message, "text/html", "UTF-8", "about:blank");
<ide> ... | |
Java | mit | 9b63527d41f592cd6d64fedc79bf0a37c3aec70f | 0 | nsalminen/maze | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Window;
import Utilities.MazeKeyListener;
import Game.*;
import Sprites.*;
import UserInterface.ScoreBoard;
import UserInterface.StepCounter;
import Utilities.FileReaderWriter;
import java.awt.Color;... | Maze/src/Window/GamePanel.java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Window;
import Utilities.MazeKeyListener;
import Game.*;
import Sprites.*;
import UserInterface.ScoreBoard;
import UserInterface.StepCounter;
import Utilities.FileReaderWriter;
import java.awt.Color;... | ANd at long last the epic work of Nels and the exemplary code of Yasen was merged into a shining ball of awesome that for years to come would bring happinness to t he hearts of the people. | Maze/src/Window/GamePanel.java | ANd at long last the epic work of Nels and the exemplary code of Yasen was merged into a shining ball of awesome that for years to come would bring happinness to t he hearts of the people. | <ide><path>aze/src/Window/GamePanel.java
<ide> {1, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1},
<ide> {1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1}};
<ide>
<add> public Helper helper;
<ide> private MainWindow parent;
<ide>
<ide> public GamePanel(MainWindow p) { | |
Java | apache-2.0 | 9ec9217a76202cb4c97182de5cf34aa4a6bce0d5 | 0 | vadmeste/minio-java,minio/minio-java,balamurugana/minio-java | /*
* Minio Java Library for Amazon S3 Compatible Cloud Storage, (C) 2015 Minio, 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
... | test/FunctionalTest.java | /*
* Minio Java Library for Amazon S3 Compatible Cloud Storage, (C) 2015 Minio, 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
... | fix functional test to stop execution other tests on failure.
| test/FunctionalTest.java | fix functional test to stop execution other tests on failure. | <ide><path>est/FunctionalTest.java
<ide>
<ide>
<ide> // Test: makeBucket(String bucketName)
<del> public static void makeBucket_test1() {
<add> public static void makeBucket_test1() throws Exception {
<add> println("Test: makeBucket(String bucketName)");
<add> String name = getRandomName();
<add> client.... | |
Java | apache-2.0 | 662ec418650e048c26a68269fe001004cc7cc833 | 0 | permazen/permazen,archiecobbs/jsimpledb,archiecobbs/jsimpledb,tempbottle/jsimpledb,archiecobbs/jsimpledb,tempbottle/jsimpledb,tempbottle/jsimpledb,permazen/permazen,permazen/permazen |
/*
* Copyright (C) 2011 Archie L. Cobbs. All rights reserved.
*
* $Id$
*/
package org.dellroad.stuff.schema;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedHashSet;
imp... | src/java/org/dellroad/stuff/schema/AbstractSchemaUpdater.java |
/*
* Copyright (C) 2011 Archie L. Cobbs. All rights reserved.
*
* $Id$
*/
package org.dellroad.stuff.schema;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedHashSet;
imp... | Javadoc tweak.
| src/java/org/dellroad/stuff/schema/AbstractSchemaUpdater.java | Javadoc tweak. | <ide><path>rc/java/org/dellroad/stuff/schema/AbstractSchemaUpdater.java
<ide> * its own transaction}.
<ide> *
<ide> * @param database the database to initialize (if necessary) and update
<del> * @return true if successful, false if database initialization was needed but not applied
<add> * @retur... | |
Java | mit | error: pathspec 'easy/Defibrillators/src/main/java/Solution.java' did not match any file(s) known to git
| 88a97418d5cd5f1c5894b6420bd9507246feadda | 1 | joand/codingame,joand/codingame,joand/codingame,joand/codingame,joand/codingame,joand/codingame | import java.util.*;
import java.io.*;
import java.math.*;
class Solution {
public static void main(String args[]) {
Scanner in = new Scanner(System.in);
String LON = in.next();
String LAT = in.next();
double lon = Math.toRadians(Double.parseDouble(LON.replaceAll(",",".")));
... | easy/Defibrillators/src/main/java/Solution.java | Defibrillators java solution | easy/Defibrillators/src/main/java/Solution.java | Defibrillators java solution | <ide><path>asy/Defibrillators/src/main/java/Solution.java
<add>import java.util.*;
<add>import java.io.*;
<add>import java.math.*;
<add>
<add>
<add>class Solution {
<add>
<add> public static void main(String args[]) {
<add> Scanner in = new Scanner(System.in);
<add> String LON = in.next();
<add> ... | |
JavaScript | mit | 26d681897e54892c43c0c68ffbed667cef7be865 | 0 | xudafeng/webdriver-server,macacajs/webdriver-server | /* ================================================================
* webdriver-server by xdf(xudafeng[at]126.com)
* first created at : Tue Mar 17 2015 00:16:10 GMT+0800 (CST)
*
* ================================================================
* Copyright xdf
*
* Licensed under the MIT License
* You may not ... | lib/server/index.js | /* ================================================================
* webdriver-server by xdf(xudafeng[at]126.com)
* first created at : Tue Mar 17 2015 00:16:10 GMT+0800 (CST)
*
* ================================================================
* Copyright xdf
*
* Licensed under the MIT License
* You may not ... | Fix isProxy property when start
| lib/server/index.js | Fix isProxy property when start | <ide><path>ib/server/index.js
<ide>
<ide> WebdriverServer.prototype.start = function *(caps) {
<ide> this.desiredCapabilities = caps;
<add> this.isProxy = false;
<ide> // inject device
<ide> this.device = this.detectDevice();
<ide> caps.app = _.configApp(caps.app); | |
Java | apache-2.0 | 49b6e5d8dd7563b36c3f5f7f837d8127e4c237ec | 0 | leepc12/BigDataScript,leepc12/BigDataScript,pcingola/BigDataScript,pcingola/BigDataScript,leepc12/BigDataScript,pcingola/BigDataScript,leepc12/BigDataScript,pcingola/BigDataScript,leepc12/BigDataScript,pcingola/BigDataScript,leepc12/BigDataScript,leepc12/BigDataScript,pcingola/BigDataScript,pcingola/BigDataScript | package ca.mcgill.mcb.pcingola.bigDataScript.cluster.commandParser;
import java.util.ArrayList;
import ca.mcgill.mcb.pcingola.bigDataScript.cluster.host.Host;
import ca.mcgill.mcb.pcingola.bigDataScript.osCmd.Ssh;
import ca.mcgill.mcb.pcingola.bigDataScript.util.Gpr;
/**
* A generic command parser
* This is a cla... | src/ca/mcgill/mcb/pcingola/bigDataScript/cluster/commandParser/CommandParser.java | package ca.mcgill.mcb.pcingola.bigDataScript.cluster.commandParser;
import java.util.ArrayList;
import ca.mcgill.mcb.pcingola.bigDataScript.cluster.host.Host;
import ca.mcgill.mcb.pcingola.bigDataScript.osCmd.Ssh;
import ca.mcgill.mcb.pcingola.bigDataScript.util.Gpr;
/**
* A generic command parser
* This is a cla... | Project updated
| src/ca/mcgill/mcb/pcingola/bigDataScript/cluster/commandParser/CommandParser.java | Project updated | <ide><path>rc/ca/mcgill/mcb/pcingola/bigDataScript/cluster/commandParser/CommandParser.java
<ide> // Parse the results. Split each command and parse separately
<ide> //---
<ide> String command = null;
<add> result.replace('\r', ' ');
<ide> String res[] = result.split("\n");
<ide> ArrayList<String... | |
Java | mit | ca53b4ff70a4b679e63ba2b2b5fe6d3556ca0089 | 0 | andresdominguez/ddescriber,andresdominguez/ddescriber | package com.karateca;
import com.intellij.openapi.actionSystem.AnAction;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com.intellij.openapi.actionSystem.PlatformDataKeys;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.editor.impl.DocumentImpl;
import com.intell... | src/com/karateca/DDescirberAction.java | package com.karateca;
import com.intellij.openapi.actionSystem.AnAction;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com.intellij.openapi.actionSystem.PlatformDataKeys;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.editor.impl.DocumentImpl;
import com.intell... | working!
| src/com/karateca/DDescirberAction.java | working! | <ide><path>rc/com/karateca/DDescirberAction.java
<ide> String newText = "";
<ide> boolean markedForRun = lineFindResult.isMarkedForRun();
<ide> if (lineFindResult.isDescribe()) {
<del>
<ide> newText = markedForRun ? "describe(" : "ddescribe(";
<ide> } else {
<ide> newText = markedForRun ? "i... | |
Java | apache-2.0 | 5090edc38e3da30a4e4ac438fcdfeefbbd7401e6 | 0 | RoboSwag/components,TouchInstinct/RoboSwag-components | /*
* Copyright (c) 2015 RoboSwag (Gavriil Sitnikov, Vsevolod Ivanov)
*
* This file is part of RoboSwag library.
*
* 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.a... | src/main/java/ru/touchin/roboswag/components/navigation/FragmentNavigation.java | /*
* Copyright (c) 2015 RoboSwag (Gavriil Sitnikov, Vsevolod Ivanov)
*
* This file is part of RoboSwag library.
*
* 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.a... | fragment animation disabled for first fragment
| src/main/java/ru/touchin/roboswag/components/navigation/FragmentNavigation.java | fragment animation disabled for first fragment | <ide><path>rc/main/java/ru/touchin/roboswag/components/navigation/FragmentNavigation.java
<ide>
<ide> final FragmentTransaction fragmentTransaction = fragmentManager.beginTransaction()
<ide> .replace(containerViewId, fragment, null)
<del> .setTransition(FragmentTransaction.TRANSI... | |
Java | apache-2.0 | 0f8f94dc10001639362d69f01d6b562c3f16063b | 0 | 4treesCH/strolch,eitchnet/strolch,4treesCH/strolch,4treesCH/strolch,eitchnet/strolch,eitchnet/strolch,eitchnet/strolch,4treesCH/strolch | /*
* Copyright 2015 Robert von Burg <eitch@eitchnet.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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | li.strolch.rest/src/main/java/li/strolch/rest/filters/AuthenticationRequestFilter.java | /*
* Copyright 2015 Robert von Burg <eitch@eitchnet.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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | [Minor] Don't add remoteUser to remoteIp
| li.strolch.rest/src/main/java/li/strolch/rest/filters/AuthenticationRequestFilter.java | [Minor] Don't add remoteUser to remoteIp | <ide><path>i.strolch.rest/src/main/java/li/strolch/rest/filters/AuthenticationRequestFilter.java
<ide>
<ide> public static String getRemoteIp(HttpServletRequest request) {
<ide>
<del> String remoteUser = request.getRemoteUser();
<ide> String remoteHost = request.getRemoteHost();
<ide> String remoteAddr = reques... | |
JavaScript | mit | ab52db26cdb8bab27ae6ebaba1e7fc051f20076f | 0 | opbeat/opbeat-react,opbeat/opbeat-angular,jahtalab/opbeat-js,opbeat/opbeat-js-core,jahtalab/opbeat-js,opbeat/opbeat-js-core,opbeat/opbeat-angular,jahtalab/opbeat-js,opbeat/opbeat-react,opbeat/opbeat-react,opbeat/opbeat-angular | exports.config = {
//
// ==================
// Specify Test Files
// ==================
// Define which test specs should run. The pattern is relative to the directory
// from which `wdio` was called. Notice that, if you are calling `wdio` from an
// NPM script (see https://docs.npmjs.com/cli/run-script) ... | wdio.conf.js | exports.config = {
//
// ==================
// Specify Test Files
// ==================
// Define which test specs should run. The pattern is relative to the directory
// from which `wdio` was called. Notice that, if you are calling `wdio` from an
// NPM script (see https://docs.npmjs.com/cli/run-script) ... | fix webdriver config
| wdio.conf.js | fix webdriver config | <ide><path>dio.conf.js
<ide> ],
<ide> // Patterns to exclude.
<ide> exclude: [
<del> './e2e_test/libs/**/*.*'
<add> './e2e_test/node_modules/**/*.*'
<ide> // 'path/to/excluded/files'
<ide> ],
<ide> // | |
Java | apache-2.0 | error: pathspec 'src/main/parse/Check.java' did not match any file(s) known to git
| 4726c64b2b6e616b4cb3585947fceac6f3a84440 | 1 | ogasawaraShinnosuke/tips,ogasawaraShinnosuke/tips | package parse;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang3.StringUtils;
public class ... | src/main/parse/Check.java | Create Check.java | src/main/parse/Check.java | Create Check.java | <ide><path>rc/main/parse/Check.java
<add>package parse;
<add>
<add>import java.io.BufferedReader;
<add>import java.io.File;
<add>import java.io.FileNotFoundException;
<add>import java.io.FileReader;
<add>import java.io.IOException;
<add>import java.util.ArrayList;
<add>import java.util.HashMap;
<add>import java.util.Li... | |
Java | apache-2.0 | 0e84a71367d0d3c488a0769aadb18b583ecb9a81 | 0 | JetBrains/teamcity-nuget-support,JetBrains/teamcity-nuget-support,JetBrains/teamcity-nuget-support,stormleoxia/teamcity-nuget-support,stormleoxia/teamcity-nuget-support,stormleoxia/teamcity-nuget-support,JetBrains/teamcity-nuget-support | /*
* Copyright 2000-2011 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 la... | nuget-server/src/jetbrains/buildServer/nuget/server/feed/server/controllers/requests/RecentNuGetRequestsDumper.java | /*
* Copyright 2000-2011 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 la... | update recent NuGet feed requests logging
| nuget-server/src/jetbrains/buildServer/nuget/server/feed/server/controllers/requests/RecentNuGetRequestsDumper.java | update recent NuGet feed requests logging | <ide><path>uget-server/src/jetbrains/buildServer/nuget/server/feed/server/controllers/requests/RecentNuGetRequestsDumper.java
<ide> public void run() {
<ide> final Collection<String> recentRequests = requests.getRecentRequests();
<ide> if (recentRequests.isEmpty()) return;
<del>
<del> Strin... | |
Java | apache-2.0 | bc642085901a1d7d19cc5c095499147b66131341 | 0 | stevek-ngdata/lilyproject,NGDATA/lilyproject,stevek-ngdata/lilyproject,NGDATA/lilyproject,stevek-ngdata/lilyproject,NGDATA/lilyproject | /*
* Copyright 2012 NGDATA nv
*
* 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... | cr/indexer/engine/src/test/java/org/lilyproject/indexer/integration/IndexRecordFilterHookTest.java | /*
* Copyright 2012 NGDATA nv
*
* 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... | add tests for repository-based inclusion/exclusion in IndexRecordFilterHook
| cr/indexer/engine/src/test/java/org/lilyproject/indexer/integration/IndexRecordFilterHookTest.java | add tests for repository-based inclusion/exclusion in IndexRecordFilterHook | <ide><path>r/indexer/engine/src/test/java/org/lilyproject/indexer/integration/IndexRecordFilterHookTest.java
<ide> import static org.mockito.Mockito.verify;
<ide> import static org.mockito.Mockito.when;
<ide>
<add>import java.util.ArrayList;
<add>
<ide> public class IndexRecordFilterHookTest {
<ide>
<ide> private... | |
Java | mit | a40952937bae27591e43d18df8b670a3a0b663da | 0 | nfleet/java-sdk | package fi.cosky.sdk.tests;
/*
* This file is subject to the terms and conditions defined in
* file 'LICENSE.txt', which is part of this source code package.
*/
import java.io.IOException;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import fi.cosky.sdk.*;
import fi.cosky.sdk.Coordina... | fi/cosky/sdk/tests/TestHelper.java | package fi.cosky.sdk.tests;
/*
* This file is subject to the terms and conditions defined in
* file 'LICENSE.txt', which is part of this source code package.
*/
import java.io.IOException;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import fi.cosky.sdk.*;
import fi.cosky.sdk.Coordina... | Made it so that tests create new user every time.
| fi/cosky/sdk/tests/TestHelper.java | Made it so that tests create new user every time. | <ide><path>i/cosky/sdk/tests/TestHelper.java
<ide> static UserData getOrCreateUser( API api ) {
<ide> try {
<ide> ApiData apiData = api.navigate(ApiData.class, api.getRoot());
<del> UserDataSet users = api.navigate(UserDataSet.class, apiData.getLink("list-users"));
<del> UserData user = null;
<del> if ( use... | |
Java | apache-2.0 | d9c71ce79292454e55ec4d212e521efc470a9935 | 0 | mtransitapps/ca-niagara-region-transit-bus-parser | package org.mtransit.parser.ca_niagara_region_transit_bus;
import static org.mtransit.commons.RegexUtils.DIGITS;
import static org.mtransit.commons.StringUtils.EMPTY;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.mtransit.commons.CharUtils;
import org.mtransit.commons... | src/main/java/org/mtransit/parser/ca_niagara_region_transit_bus/NiagaraRegionTransitBusAgencyTools.java | package org.mtransit.parser.ca_niagara_region_transit_bus;
import static org.mtransit.commons.RegexUtils.DIGITS;
import static org.mtransit.commons.StringUtils.EMPTY;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.mtransit.commons.CharUtils;
import org.mtransit.commons... | Compatibility with latest update
| src/main/java/org/mtransit/parser/ca_niagara_region_transit_bus/NiagaraRegionTransitBusAgencyTools.java | Compatibility with latest update | <ide><path>rc/main/java/org/mtransit/parser/ca_niagara_region_transit_bus/NiagaraRegionTransitBusAgencyTools.java
<ide>
<ide> // https://niagaraopendata.ca/dataset/niagara-region-transit-gtfs
<ide> // https://maps.niagararegion.ca/googletransit/NiagaraRegionTransit.zip
<del>// https://niagaraopendata.ca/dataset/1a1b88... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.