lang stringclasses 1
value | license stringclasses 13
values | stderr stringlengths 0 350 | commit stringlengths 40 40 | returncode int64 0 128 | repos stringlengths 7 45.1k | new_contents stringlengths 0 1.87M | new_file stringlengths 6 292 | old_contents stringlengths 0 1.87M | message stringlengths 6 9.26k | old_file stringlengths 6 292 | subject stringlengths 0 4.45k |
|---|---|---|---|---|---|---|---|---|---|---|---|
Java | apache-2.0 | 4e7a62ab74f47c55667d597d5d173bbd7408cb6a | 0 | TelluIoT/ThingML,TelluIoT/ThingML,TelluIoT/ThingML,TelluIoT/ThingML,TelluIoT/ThingML,TelluIoT/ThingML | /**
* 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
* distrib... | compilers/framework/src/main/java/org/thingml/compilers/utils/ThingMLPrettyPrinter.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
* distrib... | cleanup
| compilers/framework/src/main/java/org/thingml/compilers/utils/ThingMLPrettyPrinter.java | cleanup | |
Java | apache-2.0 | 653f7aec1c787fbfef88d4b951f13e985f990299 | 0 | cristianonicolai/guvnor,hxf0801/guvnor,nmirasch/guvnor,mbiarnes/guvnor,adrielparedes/guvnor,baldimir/guvnor,hxf0801/guvnor,droolsjbpm/guvnor,porcelli-forks/guvnor,porcelli-forks/guvnor,droolsjbpm/guvnor,wmedvede/guvnor,etirelli/guvnor,baldimir/guvnor,yurloc/guvnor,etirelli/guvnor,psiroky/guvnor,cristianonicolai/guvnor,... | /*
* Copyright 2010 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | guvnor-webapp-core/src/main/java/org/drools/guvnor/server/RepositoryServiceServlet.java | /*
* Copyright 2010 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | BZ724536: Show meaningful response to user when not logged in | guvnor-webapp-core/src/main/java/org/drools/guvnor/server/RepositoryServiceServlet.java | BZ724536: Show meaningful response to user when not logged in | |
Java | apache-2.0 | f0cc51195e090df3a4557dc27051d9586b87d07c | 0 | protyposis/Spectaculum,protyposis/Spectaculum | /*
* Copyright 2014 Mario Guggenberger <mg@protyposis.net>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | Spectaculum-Demo/src/main/java/net/protyposis/android/spectaculumdemo/EffectManager.java | /*
* Copyright 2014 Mario Guggenberger <mg@protyposis.net>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | Add stack effect to demo app
| Spectaculum-Demo/src/main/java/net/protyposis/android/spectaculumdemo/EffectManager.java | Add stack effect to demo app | |
Java | apache-2.0 | eac5be6eb075e2fab8c0c703a320daaaef850c87 | 0 | werkt/bazel,dslomov/bazel-windows,meteorcloudy/bazel,dslomov/bazel-windows,ulfjack/bazel,davidzchen/bazel,meteorcloudy/bazel,dslomov/bazel-windows,werkt/bazel,ulfjack/bazel,dslomov/bazel,dslomov/bazel,davidzchen/bazel,ButterflyNetwork/bazel,safarmer/bazel,dropbox/bazel,ButterflyNetwork/bazel,dslomov/bazel,davidzchen/ba... | // Copyright 2018 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | src/main/java/com/google/devtools/build/lib/rules/android/AndroidSkylarkData.java | // Copyright 2018 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | Expose single method for doing all android_library data processing in Skylark
RELNOTES: none
PiperOrigin-RevId: 195977060
| src/main/java/com/google/devtools/build/lib/rules/android/AndroidSkylarkData.java | Expose single method for doing all android_library data processing in Skylark | |
Java | apache-2.0 | 4f1e4942335ca9035d4ab1491b849a2bc20f700e | 0 | tetrapods/core,tetrapods/core,tetrapods/core,tetrapods/core,tetrapods/core | package io.tetrapod.core.storage;
import io.netty.channel.socket.SocketChannel;
import io.tetrapod.core.*;
import io.tetrapod.core.registry.Registry;
import io.tetrapod.core.rpc.*;
import io.tetrapod.core.utils.Util;
import io.tetrapod.protocol.core.*;
import java.net.ConnectException;
import java.util.concurrent.Tim... | Tetrapod-Tetrapod/src/io/tetrapod/core/storage/TetrapodPeer.java | package io.tetrapod.core.storage;
import io.netty.channel.socket.SocketChannel;
import io.tetrapod.core.*;
import io.tetrapod.core.registry.Registry;
import io.tetrapod.core.rpc.*;
import io.tetrapod.core.utils.Util;
import io.tetrapod.protocol.core.*;
import java.net.ConnectException;
import java.util.concurrent.Tim... | Reset joined flag when a tetrapod peer session disconnects so that we actually re-sync registries later :derp:
| Tetrapod-Tetrapod/src/io/tetrapod/core/storage/TetrapodPeer.java | Reset joined flag when a tetrapod peer session disconnects so that we actually re-sync registries later :derp: | |
Java | apache-2.0 | 3674d4868f1cdfe05cbc269ea4e2a7014db47902 | 0 | bartosz-grabski/jackrabbit,tripodsan/jackrabbit,sdmcraft/jackrabbit,afilimonov/jackrabbit,SylvesterAbreu/jackrabbit,afilimonov/jackrabbit,Overseas-Student-Living/jackrabbit,afilimonov/jackrabbit,Kast0rTr0y/jackrabbit,kigsmtua/jackrabbit,Overseas-Student-Living/jackrabbit,SylvesterAbreu/jackrabbit,bartosz-grabski/jackra... | /*
* 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 ... | contrib/spi/jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/lock/LockManagerImpl.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 ... | workaround for locks that might be unlocked by another session (to be improved)
git-svn-id: 02b679d096242155780e1604e997947d154ee04a@521354 13f79535-47bb-0310-9956-ffa450edef68
| contrib/spi/jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/lock/LockManagerImpl.java | workaround for locks that might be unlocked by another session (to be improved) | |
Java | apache-2.0 | 00137fbd5e8729b925b78f4c0ba5699b12a2f623 | 0 | pgaref/MusicBox | /*
* 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.
*/
/**
*
* @author pgaref@ics.forth.gr
*/
import java.io.BufferedInputStream;
import java.io.FileInputStream;
import javazoom.jl.play... | src/MP3.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.
*/
/**
*
* @author pgaref
*/
import java.io.BufferedInputStream;
import java.io.FileInputStream;
import javazoom.jl.player.Player;
... | Testing jlib | src/MP3.java | Testing jlib | |
Java | apache-2.0 | 4b55d688a64909f591d9be007e4b1b4db8433e49 | 0 | phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida | package ca.corefacility.bioinformatics.irida.ria.web;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.*;
import ca.core... | src/main/java/ca/corefacility/bioinformatics/irida/ria/web/NCBIAjaxController.java | package ca.corefacility.bioinformatics.irida.ria.web;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.*;
import ca.core... | Updated JavaDoc
| src/main/java/ca/corefacility/bioinformatics/irida/ria/web/NCBIAjaxController.java | Updated JavaDoc | |
Java | apache-2.0 | dad7ea8a89f70ac3add1f07cdf2816c76f249402 | 0 | Praveen2112/presto,smartnews/presto,Praveen2112/presto,Praveen2112/presto,ebyhr/presto,ebyhr/presto,Praveen2112/presto,ebyhr/presto,smartnews/presto,ebyhr/presto,smartnews/presto,smartnews/presto,ebyhr/presto,smartnews/presto,Praveen2112/presto | /*
* 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
* distribut... | testing/trino-testing/src/main/java/io/trino/testing/datatype/SqlDataTypeTest.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
* distribut... | Add outer ROW to VALUES in SqlDataTypeTest.verifySelect
| testing/trino-testing/src/main/java/io/trino/testing/datatype/SqlDataTypeTest.java | Add outer ROW to VALUES in SqlDataTypeTest.verifySelect | |
Java | apache-2.0 | 3610b7b34f5d5f96cf48d9fc5bf9575cb07aff28 | 0 | nus-ncl/services-in-one,nus-ncl/services-in-one | package sg.ncl.common.jwt;
import io.jsonwebtoken.JwtParser;
import io.jsonwebtoken.Jwts;
import io.jsonwebtoken.SignatureAlgorithm;
import io.jsonwebtoken.SignatureException;
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
import org.springframework.boot.a... | common/src/main/java/sg/ncl/common/jwt/JwtAutoConfiguration.java | package sg.ncl.common.jwt;
import io.jsonwebtoken.JwtParser;
import io.jsonwebtoken.Jwts;
import io.jsonwebtoken.SignatureAlgorithm;
import io.jsonwebtoken.SignatureException;
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
import org.springframework.boot.a... | DEV-791 add authentication properties to jwtautoconfig
| common/src/main/java/sg/ncl/common/jwt/JwtAutoConfiguration.java | DEV-791 add authentication properties to jwtautoconfig | |
Java | apache-2.0 | d768cd59fed201f86a0b37075210213942d532b9 | 0 | stillalex/jackrabbit-oak,Kast0rTr0y/jackrabbit-oak,code-distillery/jackrabbit-oak,kwin/jackrabbit-oak,chetanmeh/jackrabbit-oak,code-distillery/jackrabbit-oak,tripodsan/jackrabbit-oak,anchela/jackrabbit-oak,leftouterjoin/jackrabbit-oak,Kast0rTr0y/jackrabbit-oak,afilimonov/jackrabbit-oak,yesil/jackrabbit-oak,bdelacretaz/... | /*
* 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 ... | oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/mongomk/DocumentStore.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 ... | OAK-98 - clarify DocumentStore.findAndUpdate() for the case when the doc wasn't found
git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1550422 13f79535-47bb-0310-9956-ffa450edef68
| oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/mongomk/DocumentStore.java | OAK-98 - clarify DocumentStore.findAndUpdate() for the case when the doc wasn't found | |
Java | apache-2.0 | 7d3721d726873b288a936344462e2fa81c28c0ea | 0 | profesorfalken/jSensors | /*
* 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 com.profesorfalken.jsensors.manager.windows;
import com.profesorfalken.jsensors.manager.SensorsManager;
import com.profesorfal... | src/main/java/com/profesorfalken/jsensors/manager/windows/WindowsSensorsManager.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 com.profesorfalken.jsensors.manager.windows;
import com.profesorfalken.jsensors.manager.SensorsManager;
import com.profesorfal... | Added data normalization in windows implementation | src/main/java/com/profesorfalken/jsensors/manager/windows/WindowsSensorsManager.java | Added data normalization in windows implementation | |
Java | apache-2.0 | b879b0eed088b3cc42d7346f06f85f048442eb2c | 0 | code4craft/webmagic,code4craft/webmagic,code4craft/webmagic,code4craft/webmagic,code4craft/webmagic,code4craft/webmagic,code4craft/webmagic | package us.codecraft.webmagic.scheduler;
import com.alibaba.fastjson.JSON;
import org.apache.commons.codec.digest.DigestUtils;
import redis.clients.jedis.Jedis;
import redis.clients.jedis.JedisPool;
import redis.clients.jedis.JedisPoolConfig;
import us.codecraft.webmagic.Request;
import us.codecraft.webmagic.Task;
imp... | webmagic-extension/src/main/java/us/codecraft/webmagic/scheduler/RedisScheduler.java | package us.codecraft.webmagic.scheduler;
import com.alibaba.fastjson.JSON;
import org.apache.commons.codec.digest.DigestUtils;
import redis.clients.jedis.Jedis;
import redis.clients.jedis.JedisPool;
import redis.clients.jedis.JedisPoolConfig;
import us.codecraft.webmagic.Request;
import us.codecraft.webmagic.Task;
imp... | fix redisscheduler #583
| webmagic-extension/src/main/java/us/codecraft/webmagic/scheduler/RedisScheduler.java | fix redisscheduler #583 | |
Java | apache-2.0 | bf83dbc4a279940561e3afa70b4b7e7f2a84811b | 0 | ChatSecure/ChatSecureAndroid,31H0B1eV/ChatSecureAndroid,bonashen/ChatSecureAndroid,maheshwarishivam/ChatSecureAndroid,10045125/ChatSecureAndroid,eighthave/ChatSecureAndroid,Heart2009/ChatSecureAndroid,OnlyInAmerica/ChatSecureAndroid,n8fr8/ChatSecureAndroid,bonashen/ChatSecureAndroid,h2ri/ChatSecureAndroid,10045125/Chat... | /*
* Copyright (C) 2011 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... | src/info/guardianproject/otr/app/im/app/DynamicPagerAdapter.java | /*
* Copyright (C) 2011 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... | More DynamicPagerAdapter fixes
fixes #2223
| src/info/guardianproject/otr/app/im/app/DynamicPagerAdapter.java | More DynamicPagerAdapter fixes | |
Java | apache-2.0 | b120349ae4720369c53a647d9eb3fdcf085d4bc6 | 0 | scify/Memor-i,scify/Memor-i | package org.scify.memori.helper;
import com.sun.speech.freetts.Voice;
import com.sun.speech.freetts.VoiceManager;
public class Text2Speech {
private static final String VOICENAME_kevin = "kevin16";
VoiceManager voiceManager;
Voice voice;
public Text2Speech() {
voiceManager = VoiceManager.get... | src/main/java/org/scify/memori/helper/Text2Speech.java | package org.scify.memori.helper;
import com.sun.speech.freetts.Voice;
import com.sun.speech.freetts.VoiceManager;
public class Text2Speech {
private static final String VOICENAME_kevin = "kevin16";
private String text; // string to speech
public Text2Speech(String text) {
this.text = text;
}
... | Improved functionality of Text to speech class
| src/main/java/org/scify/memori/helper/Text2Speech.java | Improved functionality of Text to speech class | |
Java | apache-2.0 | 8d09d1ddb7a89cdf00f4db8957be5112fc396e1c | 0 | MichaelHussey/SolaceKafkaSourceConnector | /**
*
*/
package com.solace.kafka.connect;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.net.MalformedURL... | src/test/java/com/solace/kafka/connect/SolaceSourceTaskTest.java | /**
*
*/
package com.solace.kafka.connect;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.net.MalformedURL... | Call stop() on SolaceSourceTask after each task to clean up Solace resources
| src/test/java/com/solace/kafka/connect/SolaceSourceTaskTest.java | Call stop() on SolaceSourceTask after each task to clean up Solace resources | |
Java | bsd-2-clause | 905b13d1687913a1413c24ca29ab227c961a7663 | 0 | TehSAUCE/imagej,biovoxxel/imagej,TehSAUCE/imagej,biovoxxel/imagej,biovoxxel/imagej,TehSAUCE/imagej | //
// QuitProgram.java
//
/*
ImageJ software for multidimensional image processing and analysis.
Copyright (c) 2010, ImageJDev.org.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions... | core/plugins/app/src/main/java/imagej/core/plugins/app/QuitProgram.java | //
// QuitProgram.java
//
/*
ImageJ software for multidimensional image processing and analysis.
Copyright (c) 2010, ImageJDev.org.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions... | Get rid of really really really annoying really.
This used to be revision r4219.
| core/plugins/app/src/main/java/imagej/core/plugins/app/QuitProgram.java | Get rid of really really really annoying really. | |
Java | bsd-3-clause | 076c7149bf3c22400b8db19f9d9469ad74834974 | 0 | WFRobotics/Taurus | // Declare our package (for organizational purposes)
package edu.wpi.first.wpilibj.templates;
// Import the necessary classes
import com.taurus.CompressorPins;
import com.taurus.ControlMapping;
import com.taurus.Joysticks;
import com.taurus.Logger;
import com.taurus.SensorPins;
import com.taurus.ServoPins;
import com.... | src/edu/wpi/first/wpilibj/templates/RobotTemplate.java | // Declare our package (for organizational purposes)
package edu.wpi.first.wpilibj.templates;
// Import the necessary classes
import com.taurus.CompressorPins;
import com.taurus.ControlMapping;
import com.taurus.Joysticks;
import com.taurus.Logger;
import com.taurus.SensorPins;
import com.taurus.ServoPins;
import com.... | Added working ultra sonic and driver display. needs averaging still | src/edu/wpi/first/wpilibj/templates/RobotTemplate.java | Added working ultra sonic and driver display. needs averaging still | |
Java | mit | b97b2a2a9fe64501d5a88e4d7c8126859f082361 | 0 | josuecb/Scientific-Calculator | MSym.java | /**
* Created by Josue on 12/12/2016.
*/
public class MSym {
private String label;
private long value;
public MSym(String label, long value) {
this.label = label;
this.value = value;
}
public boolean equals(MSym symbol) {
return (this.label.equals(symbol.getL... | Deprecated
use MSymbol instead | MSym.java | Deprecated | ||
Java | apache-2.0 | 002e3feef76135fd8cb87b6769f997336d65c509 | 0 | realityforge/arez,realityforge/arez,realityforge/arez | integration-tests/src/test/java/arez/integration/DisposingOnDisposeIntegrationTest.java | package arez.integration;
import arez.Arez;
import arez.ArezContext;
import arez.ComputedValue;
import arez.Disposable;
import arez.ObservableValue;
import arez.Observer;
import arez.Priority;
import arez.Procedure;
import arez.SafeFunction;
import arez.SafeProcedure;
import java.util.concurrent.atomic.AtomicBoolean;
... | Remove integration test for OnDispose hook in autorun as hook has been removed
| integration-tests/src/test/java/arez/integration/DisposingOnDisposeIntegrationTest.java | Remove integration test for OnDispose hook in autorun as hook has been removed | ||
Java | apache-2.0 | 3c8de927f54e865a2ce9094ffa88998c1195223f | 0 | cirg-up/cilib | src/main/java/net/sourceforge/cilib/util/selection/SamplePredicate.java | /**
* Computational Intelligence Library (CIlib)
* Copyright (C) 2003 - 2010
* Computational Intelligence Research Group (CIRG@UP)
* Department of Computer Science
* University of Pretoria
* South Africa
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Le... | Deleted one more unused file
| src/main/java/net/sourceforge/cilib/util/selection/SamplePredicate.java | Deleted one more unused file | ||
Java | mit | 7846126862d275220e08eb631d593517d18b2c25 | 0 | amiyajima/voogasalad_VOOGirlsGeneration,mzhu22/TurnBasedStrategy | package authoring_environment;
import java.awt.geom.Point2D;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import javafx.event.EventHandler;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.input.MouseEvent;
/**
* The vie... | src/authoring_environment/RangeGrid.java | package authoring_environment;
import java.awt.geom.Point2D;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import javafx.event.EventHandler;
import javafx.scene.image.Image;
import javafx.scene.input.MouseEvent;
/**
* The view of the grid especially for selectin... | chanaddPieceImage takes in ImageView so Patrck is in an ImageView now
| src/authoring_environment/RangeGrid.java | chanaddPieceImage takes in ImageView so Patrck is in an ImageView now | |
Java | mit | 9d0f27d855079cd5df1a65fcd2c2bcfd6bb24f34 | 0 | taxi-wind/logbook,taxi-wind/logbook | package logbook.constants;
import java.io.File;
import java.net.URI;
import java.nio.charset.Charset;
import java.util.TimeZone;
import org.eclipse.swt.graphics.RGB;
/**
* アプリケーションで使用する共通の定数クラス
*
*/
public class AppConstants {
/** アプリケーション名 */
public static final String NAME = "航海日誌";
... | main/logbook/constants/AppConstants.java | package logbook.constants;
import java.io.File;
import java.net.URI;
import java.nio.charset.Charset;
import java.util.TimeZone;
import org.eclipse.swt.graphics.RGB;
/**
* アプリケーションで使用する共通の定数クラス
*
*/
public class AppConstants {
/** アプリケーション名 */
public static final String NAME = "航海日誌";
... | ver.1.3.7
| main/logbook/constants/AppConstants.java | ver.1.3.7 | |
Java | mit | 1177a1027a5d1d7b0ebb8e4fe4f93b4792da60d5 | 0 | mnicky/bible4j | package com.github.mnicky.bible4j.data;
import static org.testng.Assert.assertEquals;
import org.testng.Assert;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import com.github.mnicky.bible4j.data.BibleBook;
import com.github.mnicky.bible4j.data.Note.NoteType;
import com.github.mnick... | src/test/java/com/github/mnicky/bible4j/data/Note_Test.java | package com.github.mnicky.bible4j.data;
import static org.testng.Assert.assertEquals;
import org.testng.Assert;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import com.github.mnicky.bible4j.data.BibleBook;
import com.github.mnicky.bible4j.data.Note.NoteType;
import com.github.mnick... | added unit tests for compareTo(), getNoteTypeByChar(), NoteType.getSpecifyingChar()
| src/test/java/com/github/mnicky/bible4j/data/Note_Test.java | added unit tests for compareTo(), getNoteTypeByChar(), NoteType.getSpecifyingChar() | |
Java | mit | d72a334d6164477173e92367956484df66d43fb3 | 0 | jimkyndemeyer/js-graphql-intellij-plugin,jimkyndemeyer/js-graphql-intellij-plugin,jimkyndemeyer/js-graphql-intellij-plugin | /*
* Copyright (c) 2018-present, Jim Kynde Meyer
* All rights reserved.
* <p>
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.intellij.lang.jsgraphql.ide.validation;
import com.google.common.collect.Lists;
import com.intel... | src/main/com/intellij/lang/jsgraphql/ide/validation/GraphQLValidationAnnotator.java | /*
* Copyright (c) 2018-present, Jim Kynde Meyer
* All rights reserved.
* <p>
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.intellij.lang.jsgraphql.ide.validation;
import com.google.common.collect.Lists;
import com.intel... | Unresolved reference for directive locations
| src/main/com/intellij/lang/jsgraphql/ide/validation/GraphQLValidationAnnotator.java | Unresolved reference for directive locations | |
Java | mit | a7656954d2f519f110ccf821182d80ee63a79b47 | 0 | fredyw/leetcode,fredyw/leetcode,fredyw/leetcode,fredyw/leetcode | package leetcode;
/**
* https://leetcode.com/problems/maximum-xor-for-each-query/
*/
public class Problem1829 {
public int[] getMaximumXor(int[] nums, int maximumBit) {
int[] answer = new int[nums.length];
int prefixXor = 0;
for (int i = 0; i < nums.length; i++) {
prefixXor ^=... | src/main/java/leetcode/Problem1829.java | package leetcode;
import java.util.Arrays;
/**
* https://leetcode.com/problems/maximum-xor-for-each-query/
*/
public class Problem1829 {
public int[] getMaximumXor(int[] nums, int maximumBit) {
// TODO
return null;
}
public static void main(String[] args) {
Problem1829 prob = ne... | Solve problem 1829
| src/main/java/leetcode/Problem1829.java | Solve problem 1829 | |
Java | mit | c9c974959e2d6ae96610d88e886a9cf9f2d18859 | 0 | 15-2505-001-7/eureka | package com.example.v001ff.footmark;
import android.Manifest;
import android.app.Activity;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.provider.MediaStore;
import android.support.design.widget.Snackbar;
import android... | Footmark/app/src/main/java/com/example/v001ff/footmark/AddSpotActivity.java | package com.example.v001ff.footmark;
import android.Manifest;
import android.app.Activity;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.provider.MediaStore;
import android.support.design.widget.Snackbar;
import android... | 追加投稿できるようになりました
| Footmark/app/src/main/java/com/example/v001ff/footmark/AddSpotActivity.java | 追加投稿できるようになりました | |
Java | mit | 8fb5f9c9cc391893a586d6ed73e47ab9bea0b766 | 0 | EulerianTechnologies/eanalytics-android,EulerianTechnologies/eanalytics-android | package com.eulerian.android.sdk;
import org.json.JSONObject;
/**
* Created by Francois Rouault on 07/03/2015.
*/
public class Product {
private static final String KEY_REF = "ref";
private static final String KEY_NAME = "name";
private static final String KEY_PARAMS = "params";
private static fina... | eanalytics/src/main/java/com/eulerian/android/sdk/Product.java | package com.eulerian.android.sdk;
import org.json.JSONObject;
/**
* Created by Francois Rouault on 07/03/2015.
*/
public class Product {
private static final String KEY_REF = "ref";
private static final String KEY_NAME = "name";
private static final String KEY_PARAMS = "params";
private JSONObject... | product : key "group" added
| eanalytics/src/main/java/com/eulerian/android/sdk/Product.java | product : key "group" added | |
Java | lgpl-2.1 | 38beb79395e1affb378e7a0d999b16aa142e4d4a | 0 | tgvaughan/beast2,CompEvol/beast2,CompEvol/beast2,Anaphory/beast2,tgvaughan/beast2,Anaphory/beast2,Anaphory/beast2,CompEvol/beast2,tgvaughan/beast2,Anaphory/beast2,tgvaughan/beast2,CompEvol/beast2 | package beast.app.tools;
import java.awt.BorderLayout;
import java.awt.Font;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.PrintStream;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import javax.swing.Icon;
import javax.swing.JButton;
impor... | src/beast/app/tools/EBSPAnalyser.java | package beast.app.tools;
import java.awt.BorderLayout;
import java.awt.Font;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.PrintStream;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import javax.swing.Icon;
import javax.swing.JButton;
impor... | EBSPAnlyser now computes 95% HPDs as advertized. Closes #481.
| src/beast/app/tools/EBSPAnalyser.java | EBSPAnlyser now computes 95% HPDs as advertized. Closes #481. | |
Java | apache-2.0 | 278f31fe366d5d71daff5d6159b658475277d7a8 | 0 | krujos/data-lifecycle-service-broker,krujos/data-lifecycle-service-broker,krujos/data-lifecycle-service-broker,krujos/data-lifecycle-service-broker | package io.pivotal.cdm.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class SanitizationScript {
final static long ID = 1;
@Id
long id = ID;
private String script;
protected SanitizationScr... | src/main/java/io/pivotal/cdm/model/SanitizationScript.java | package io.pivotal.cdm.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class SanitizationScript {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
long id;
private String script;
protected ... | Fix bug saving script more than once
| src/main/java/io/pivotal/cdm/model/SanitizationScript.java | Fix bug saving script more than once | |
Java | apache-2.0 | 1da2070f9cae93d2716fef93064057cb223b72d5 | 0 | arnaudsjs/YCSB-couchdb-binding | package couchdbBinding.java;
import java.io.InputStream;
import java.net.URL;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Map;
import org.ektorp.AttachmentInputStream;
import org.ektorp.CouchDbConnector;
import org.ektorp.CouchDbInstance;
import org.ektorp.DbInfo;
... | java/LoadBalancedConnector.java | package couchdbBinding.java;
import java.io.InputStream;
import java.net.URL;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Map;
import org.ektorp.AttachmentInputStream;
import org.ektorp.CouchDbConnector;
import org.ektorp.CouchDbInstance;
import org.ektorp.DbInfo;
... | All update via master
| java/LoadBalancedConnector.java | All update via master | |
Java | apache-2.0 | 636077950c5cfd1722af90f5e808d5123625fa7b | 0 | opennetworkinglab/spring-open,opennetworkinglab/spring-open,opennetworkinglab/spring-open,opennetworkinglab/spring-open,opennetworkinglab/spring-open,opennetworkinglab/spring-open | package net.onrc.onos.core.devicemanager;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.Cop... | src/main/java/net/onrc/onos/core/devicemanager/OnosDeviceManager.java | package net.onrc.onos.core.devicemanager;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.Cop... | Fix issues found by FindBugs: GC_UNRELATED_TYPES
http://findbugs.sourceforge.net/bugDescriptions.html#GC_UNRELATED_TYPES
Change-Id: I744086323ed6c2b03d9e2853459ab1ae03fd87b2
| src/main/java/net/onrc/onos/core/devicemanager/OnosDeviceManager.java | Fix issues found by FindBugs: GC_UNRELATED_TYPES http://findbugs.sourceforge.net/bugDescriptions.html#GC_UNRELATED_TYPES | |
Java | apache-2.0 | 11c1ddde45620ea20c5fdfd5be7a5806a2ef5c50 | 0 | joansmith/supernode,bitsofproof/supernode | package com.bitsofproof.supernode.api;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import java.util.List;
import java.util.StringTokenizer;
public class ScriptFormat
{
// unfortunatelly unused: https://bitcointalk.org/inde... | src/main/java/com/bitsofproof/supernode/api/ScriptFormat.java | package com.bitsofproof.supernode.api;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import java.util.List;
import java.util.StringTokenizer;
public class ScriptFormat
{
// unfortunatelly unused: https://bitcointalk.org/inde... | bitcoind tests | src/main/java/com/bitsofproof/supernode/api/ScriptFormat.java | bitcoind tests | |
Java | apache-2.0 | 0f7378d567bd5b1d6874adf8e8d1b0887588bd6a | 0 | bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud | package com.planet_ink.coffee_mud.Abilities.Archon;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import... | com/planet_ink/coffee_mud/Abilities/Archon/Archon_Metacraft.java | package com.planet_ink.coffee_mud.Abilities.Archon;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import... | Metacraft is much better now.
git-svn-id: 0cdf8356e41b2d8ccbb41bb76c82068fe80b2514@15584 0d6f1817-ed0e-0410-87c9-987e46238f29
| com/planet_ink/coffee_mud/Abilities/Archon/Archon_Metacraft.java | Metacraft is much better now. | |
Java | apache-2.0 | 16d466d301ac01c92584ab7d930e4158b2739221 | 0 | rjainqb/jets3t-rj,rjainqb/jets3t-rj | /*
* jets3t : Java Extra-Tasty S3 Toolkit (for Amazon S3 online storage service)
* This is a java.net project, see https://jets3t.dev.java.net/
*
* Copyright 2008 James Murty
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
... | src/org/jets3t/apps/cockpit/Cockpit.java | /*
* jets3t : Java Extra-Tasty S3 Toolkit (for Amazon S3 online storage service)
* This is a java.net project, see https://jets3t.dev.java.net/
*
* Copyright 2008 James Murty
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
... | Removed an object re-listing action when an object deletion is cancelled, as it was causing nasty GUI race condition exceptions
| src/org/jets3t/apps/cockpit/Cockpit.java | Removed an object re-listing action when an object deletion is cancelled, as it was causing nasty GUI race condition exceptions | |
Java | apache-2.0 | 59509d22b7f14b69000c2ed2bccd58166155a40a | 0 | 3dcitydb/importer-exporter,3dcitydb/importer-exporter,3dcitydb/importer-exporter | /*
* 3D City Database - The Open Source CityGML Database
* http://www.3dcitydb.org/
*
* (C) 2013 - 2016,
* Chair of Geoinformatics,
* Technische Universitaet Muenchen, Germany
* http://www.gis.bgu.tum.de/
*
* The 3D City Database is jointly developed with the following
* cooperation partners:
* ... | src/org/citydb/modules/kml/database/KmlExporterManager.java | /*
* 3D City Database - The Open Source CityGML Database
* http://www.3dcitydb.org/
*
* (C) 2013 - 2016,
* Chair of Geoinformatics,
* Technische Universitaet Muenchen, Germany
* http://www.gis.bgu.tum.de/
*
* The 3D City Database is jointly developed with the following
* cooperation partners:
* ... | [KML/COLLADA/glTF] fixed issue resulting in missing glTF model when
deactivating COLLADA-Export | src/org/citydb/modules/kml/database/KmlExporterManager.java | [KML/COLLADA/glTF] fixed issue resulting in missing glTF model when deactivating COLLADA-Export | |
Java | apache-2.0 | 46ab8da28e552182d9ffe8ae206a9b13acda2611 | 0 | christoflemke/xml.entity | /*
* Copyright 2013 Christof Lemke
*
* 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 ... | src/xml/entity/immutableelement/ImmutableElementFactory.java | /*
* Copyright 2013 Christof Lemke
*
* 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 ... | javadoc | src/xml/entity/immutableelement/ImmutableElementFactory.java | javadoc | |
Java | apache-2.0 | f7092c1a8e2849b8f1a5276a533a60a38753831e | 0 | aika-algorithm/aika,aika-algorithm/aika | /*
* 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 ... | src/main/java/network/aika/neuron/activation/SearchNode.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 ... | avoid the case that all options are excluded
| src/main/java/network/aika/neuron/activation/SearchNode.java | avoid the case that all options are excluded | |
Java | apache-2.0 | 3409fbda588a5bee0e90df15f04fb29312d97fd7 | 0 | doctales/dita-ot,dita-ot/dita-ot,shaneataylor/dita-ot,drmacro/dita-ot,shaneataylor/dita-ot,Hasimir/dita-ot,infotexture/dita-ot,robander/dita-ot,drmacro/dita-ot,shaneataylor/dita-ot,infotexture/dita-ot,eerohele/dita-ot,queshaw/dita-ot,jelovirt/muuntaja,robander/dita-ot,shaneataylor/dita-ot,queshaw/dita-ot,robander/dita-... | /*
* This file is part of the DITA Open Toolkit project hosted on
* Sourceforge.net. See the accompanying license.txt file for
* applicable licenses.
*/
/**
* (c) Copyright IBM Corp. 2011 All Rights Reserved.
*/
package org.dita.dost.util;
import static org.dita.dost.util.Constants.*;
import java.io.File;
impo... | src/org/dita/dost/util/Job.java | /*
* This file is part of the DITA Open Toolkit project hosted on
* Sourceforge.net. See the accompanying license.txt file for
* applicable licenses.
*/
/**
* (c) Copyright IBM Corp. 2011 All Rights Reserved.
*/
package org.dita.dost.util;
import static org.dita.dost.util.Constants.*;
import java.io.File;
impo... | Fix Java 1.5 compatibility bug | src/org/dita/dost/util/Job.java | Fix Java 1.5 compatibility bug | |
Java | apache-2.0 | 802c71bca703c4da57130510611944aa62516e53 | 0 | Distrotech/intellij-community,supersven/intellij-community,signed/intellij-community,nicolargo/intellij-community,MichaelNedzelsky/intellij-community,semonte/intellij-community,tmpgit/intellij-community,ivan-fedorov/intellij-community,asedunov/intellij-community,allotria/intellij-community,clumsy/intellij-community,fno... | /*
* Copyright 2000-2005 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... | plugins/devkit/src/projectRoots/IdeaJdkConfigurable.java | /*
* Copyright 2000-2005 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... | http://www.jetbrains.net/jira/browse/IDEADEV-4023 create default sandbox directory | plugins/devkit/src/projectRoots/IdeaJdkConfigurable.java | http://www.jetbrains.net/jira/browse/IDEADEV-4023 create default sandbox directory | |
Java | apache-2.0 | 9befe004304cf2fba6ef3ba3184f4a83bf834dec | 0 | benbenw/jmeter,etnetera/jmeter,ham1/jmeter,ham1/jmeter,etnetera/jmeter,ham1/jmeter,etnetera/jmeter,benbenw/jmeter,etnetera/jmeter,benbenw/jmeter,apache/jmeter,ham1/jmeter,apache/jmeter,ham1/jmeter,apache/jmeter,apache/jmeter,benbenw/jmeter,apache/jmeter,etnetera/jmeter | /*
* 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 ... | src/core/org/apache/jmeter/gui/util/JSyntaxTextArea.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 ... | Revert commit r1817421
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1817433 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: c7d92298db572c7c1c5d0ce0d4715c4cd24cf4f3 | src/core/org/apache/jmeter/gui/util/JSyntaxTextArea.java | Revert commit r1817421 | |
Java | apache-2.0 | 66c672ff26fb5345bffec11f37bc19e29ab6856d | 0 | Wisser/Jailer,Wisser/Jailer,Wisser/Jailer | /*
* Copyright 2007 - 2019 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 ... | src/main/gui/net/sf/jailer/ui/PendingDecisionsPanel.java | /*
* Copyright 2007 - 2019 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 ... | use Collections.sort instead of List.sort | src/main/gui/net/sf/jailer/ui/PendingDecisionsPanel.java | use Collections.sort instead of List.sort | |
Java | bsd-2-clause | 2ca98f4c8d243fab8f40cbf7e1a0c5b19c8e9a32 | 0 | ghelmer/grading | import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.FileNotFoundException;
import java.io.OutputStream;
import java.io.PrintWrit... | src/AssignmentResults.java | import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.FileNotFoundException;
import java.io.OutputStream;
import java.io.PrintWrit... | Exclude database.properties files from comparisons with other
submissions. | src/AssignmentResults.java | Exclude database.properties files from comparisons with other submissions. | |
Java | bsd-3-clause | 18ad5c20f373a92350c73cc14ea02e40b34bd2a1 | 0 | Serebriakov/micromod,tectronics/micromod,Serebriakov/micromod,tectronics/micromod,Serebriakov/micromod,tectronics/micromod,stark9000/micromod,Serebriakov/micromod,stark9000/micromod,stark9000/micromod,stark9000/micromod,tectronics/micromod |
package micromod.compiler;
/* Compiles textual MT files to Protracker MOD files. */
public class Compiler {
private static final String NOTE_INFO =
"\nAn 8-character ProTracker note takes the form 'KKOIIFPP', where:\n\n" +
" KK = Key (One of 'C-', 'C#', 'D-', 'D#', 'E-', 'F-', 'F#',\n" +
" ... | micromod/compiler/Compiler.java |
package micromod.compiler;
/* Compiles textual MT files to Protracker MOD files. */
public class Compiler {
public static void main( String[] args ) throws java.io.IOException {
String mtFile = null, modFile = null, outDir = null, wavFile = null;
boolean printSyntax = false, interpolation = false;
int[] sequen... | Some more documentation. | micromod/compiler/Compiler.java | Some more documentation. | |
Java | bsd-3-clause | 02572dde50bc4c0b06971a882bd6281204aefcbe | 0 | jamie-dryad/dryad-repo,ojacobson/dryad-repo,jimallman/dryad-repo,rnathanday/dryad-repo,ojacobson/dryad-repo,mdiggory/dryad-repo,jamie-dryad/dryad-repo,rnathanday/dryad-repo,jamie-dryad/dryad-repo,mdiggory/dryad-repo,mdiggory/dryad-repo,ojacobson/dryad-repo,jimallman/dryad-repo,jamie-dryad/dryad-repo,jimallman/dryad-rep... | /*
* DCDate.java
*
* Version: $Revision$
*
* Date: $Date$
*
* Copyright (c) 2001, Hewlett-Packard Company and Massachusetts
* Institute of Technology. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditi... | dspace/src/org/dspace/content/DCDate.java | /*
* DCDate.java
*
* Version: $Revision$
*
* Date: $Date$
*
* Copyright (c) 2001, Hewlett-Packard Company and Massachusetts
* Institute of Technology. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditi... | Fix bogus log4j category
git-svn-id: 39c64a9546defcc59b5f71fe8fe20b2d01c24c1f@218 9c30dcfa-912a-0410-8fc2-9e0234be79fd
| dspace/src/org/dspace/content/DCDate.java | Fix bogus log4j category | |
Java | apache-2.0 | 2829166b2005c371c5bf9da1d4e94d09380d1001 | 0 | capesonlee/tangtang-spring-cloud,capesonlee/tangtang-spring-cloud | order-service/src/main/java/com/lijuyong/startup/controller/OrderStat.java | package com.lijuyong.startup.controller;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* Created by john on 2017/2/24.
*/
@RestController
@RequestMapping("/stat")
public cla... | 删除误提交的文件
| order-service/src/main/java/com/lijuyong/startup/controller/OrderStat.java | 删除误提交的文件 | ||
Java | mit | 8b39ed886d186fe2a16a769d83514f82a470a484 | 0 | anudeepsharma/azure-sdk-for-java,Azure/azure-sdk-for-java,navalev/azure-sdk-for-java,herveyw/azure-sdk-for-java,pomortaz/azure-sdk-for-java,hovsepm/azure-sdk-for-java,herveyw/azure-sdk-for-java,pomortaz/azure-sdk-for-java,martinsawicki/azure-sdk-for-java,selvasingh/azure-sdk-for-java,selvasingh/azure-sdk-for-java,hovse... | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/
package com.microsoft.azure.management.network;
import com.microsoft.azure.management.apigeneration.LangDefinition;
import com.microsoft.azure.manageme... | azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/InboundNatPool.java | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/
package com.microsoft.azure.management.network;
import com.microsoft.azure.management.apigeneration.LangDefinition;
import com.microsoft.azure.manageme... | simplifying inbound NAT pool lang annotations
| azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/InboundNatPool.java | simplifying inbound NAT pool lang annotations | |
Java | mit | ff5b26c8fd533006c2a5a3460afdf07ae1e084b6 | 0 | gscrot/gscrot | package com.redpois0n.guiscrot;
import iconlib.IconUtils;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.Rectangle;
import java.awt.RenderingHints;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.... | src/com/redpois0n/guiscrot/CoverFrame.java | package com.redpois0n.guiscrot;
import iconlib.IconUtils;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.Rectangle;
import java.awt.RenderingHints;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.... | Draws preview dialog, but starts at 0,0, x2, y2
| src/com/redpois0n/guiscrot/CoverFrame.java | Draws preview dialog, but starts at 0,0, x2, y2 | |
Java | mit | c909164c181f4adc471951f56abebdb681afef0f | 0 | Vovas11/courses,Vovas11/courses,Vovas11/courses | package com.devproserv.courses.dao;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.mockito.Mockito.doNothing;
import static org.mockito.Mockito.when;
import static org.mockito.ArgumentMatchers.anyInt;
import static org.mockito.ArgumentMatchers.anyString;... | src/test/java/com/devproserv/courses/dao/UserDaoTest.java | package com.devproserv.courses.dao;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.mockito.Mockito.doNothing;
import static org.mockito.Mockito.when;
import static com.devproserv.courses.config.MainConfig.SELECT_LOGIN_SQL;
import java.sql.Connection;... | Add part of test for createUser() method in UserDao | src/test/java/com/devproserv/courses/dao/UserDaoTest.java | Add part of test for createUser() method in UserDao | |
Java | mit | d19809a796a1faf9c276d761cb7c86edca1ce1ae | 0 | lwahlmeier/jil | package org.java_lcw.jil;
import java.awt.image.BufferedImage;
import java.awt.image.DataBufferByte;
import java.io.File;
import java.io.IOException;
import java.util.Arrays;
import java.util.Random;
import org.eclipse.swt.graphics.ImageData;
import org.eclipse.swt.graphics.PaletteData;
import org.eclipse.swt.graphic... | src/main/java/org/java_lcw/jil/Image.java | package org.java_lcw.jil;
import java.awt.image.BufferedImage;
import java.awt.image.DataBufferByte;
import java.io.File;
import java.io.IOException;
import java.util.Arrays;
import java.util.Random;
import org.eclipse.swt.graphics.ImageData;
import org.eclipse.swt.graphics.PaletteData;
import org.eclipse.swt.graphic... | optimize so we dont do math.min every loop
| src/main/java/org/java_lcw/jil/Image.java | optimize so we dont do math.min every loop | |
Java | mit | 0ba782cda6f2c24071f85df9ee89625e1131c6bf | 0 | Haehnchen/idea-php-symfony2-plugin,gencer/idea-php-symfony2-plugin,issei-m/idea-php-symfony2-plugin,gencer/idea-php-symfony2-plugin,issei-m/idea-php-symfony2-plugin,Haehnchen/idea-php-symfony2-plugin,gencer/idea-php-symfony2-plugin,Haehnchen/idea-php-symfony2-plugin,Haehnchen/idea-php-symfony2-plugin,gencer/idea-php-sy... | package fr.adrienbrault.idea.symfony2plugin.routing;
import com.intellij.codeInsight.lookup.LookupElement;
import com.intellij.codeInsight.lookup.LookupElementBuilder;
import com.intellij.ide.highlighter.XmlFileType;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.vfs.VfsUtil;
import com.intel... | src/fr/adrienbrault/idea/symfony2plugin/routing/RouteHelper.java | package fr.adrienbrault.idea.symfony2plugin.routing;
import com.intellij.codeInsight.lookup.LookupElement;
import com.intellij.codeInsight.lookup.LookupElementBuilder;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.vfs.VfsUtil;
import com.intellij.openapi.vfs.VirtualFile;
import com.intellij.... | provide navigation for xml route files
| src/fr/adrienbrault/idea/symfony2plugin/routing/RouteHelper.java | provide navigation for xml route files | |
Java | mit | b074f9b1ab42feb69024a631fcf558266046459d | 0 | LearningTree/TicketManorJava,LearningTree/TicketManorJava,LearningTree/TicketManorJava,LearningTree/TicketManorJava | package com.ticketmanor.model;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
/*
* Person - XXX
*/
@Entity @Table(name="People")
public class Person {
@Id @GeneratedValue(strategy=GenerationType.AUTO)
long id;
@NotNull
protected String firstName;
protected String middles;
@NotNul... | src/main/java/com/ticketmanor/model/Person.java | package com.ticketmanor.model;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
/*
* Person - XXX
*/
@Entity @Table(name="people")
public class Person {
@Id @GeneratedValue(strategy=GenerationType.AUTO)
long id;
@NotNull
protected String firstName;
protected String middles;
@NotNul... | Capitalize table name for consistency
| src/main/java/com/ticketmanor/model/Person.java | Capitalize table name for consistency | |
Java | mit | 8378ee3c7230fe2bf80953c3410b8264f2bfce1b | 0 | jjnguy/Jinq2XML | package xmlcomponents.autoparse;
import java.lang.reflect.Field;
import java.lang.reflect.ParameterizedType;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import xmlcomponents.Converter;
import xmlcomponents.Jattr... | src/xmlcomponents/autoparse/AutoParser.java | package xmlcomponents.autoparse;
import java.lang.reflect.Field;
import java.lang.reflect.ParameterizedType;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import xmlcomponents.Converter;
import xmlcomponents.Jattr... | Fixed another bug in autoparser
| src/xmlcomponents/autoparse/AutoParser.java | Fixed another bug in autoparser | |
Java | mit | cf72a9088ede8c9c15ba08b8721405dabc362cc5 | 0 | nilsschmidt1337/ldparteditor,nilsschmidt1337/ldparteditor | /* MIT - License
Copyright (c) 2012 - this year, Nils Schmidt
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, me... | src/org/nschmidt/ldparteditor/shells/editor3d/Editor3DWindow.java | /* MIT - License
Copyright (c) 2012 - this year, Nils Schmidt
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, me... | Fixed a bug from commit e5b35e52cf | src/org/nschmidt/ldparteditor/shells/editor3d/Editor3DWindow.java | Fixed a bug from commit e5b35e52cf | |
Java | epl-1.0 | b43f001300a4ea7b47649c8b07fa0f522cc0902b | 0 | NicholasII/sdas,NicholasII/sdas | package com.iscas.sdas.controller.data;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
impo... | src/main/java/com/iscas/sdas/controller/data/DataController.java | package com.iscas.sdas.controller.data;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.... | commit
| src/main/java/com/iscas/sdas/controller/data/DataController.java | commit | |
Java | agpl-3.0 | 591588a4cab7c5e288e540f1116a3a17609eae25 | 0 | RapidInfoSys/Rapid,RapidInfoSys/Rapid,RapidInfoSys/Rapid,RapidInfoSys/Rapid | /*
Copyright (C) 2015 - Gareth Edwards / Rapid Information Systems
gareth.edwards@rapid-is.co.uk
This file is part of the Rapid Application Platform
RapidSOA 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 Founda... | src/com/rapid/forms/RapidFormAdapter.java | /*
Copyright (C) 2015 - Gareth Edwards / Rapid Information Systems
gareth.edwards@rapid-is.co.uk
This file is part of the Rapid Application Platform
RapidSOA 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 Founda... | Protection for non-existing page in form id request. | src/com/rapid/forms/RapidFormAdapter.java | Protection for non-existing page in form id request. | |
Java | agpl-3.0 | cf8a60eae24ce9e923e48b4568ae5761c9b0d22c | 0 | schedulix/schedulix,schedulix/schedulix,schedulix/schedulix,schedulix/schedulix | /*
Copyright (c) 2000-2013 "independIT Integrative Technologies GmbH",
Authors: Ronald Jeninga, Dieter Stubler
schedulix Enterprise Job Scheduling System
independIT Integrative Technologies GmbH [http://www.independit.de]
mailto:contact@independit.de
This file is part of schedulix
schedulix is free software:
you ca... | src/server/SchedulingThread.java | /*
Copyright (c) 2000-2013 "independIT Integrative Technologies GmbH",
Authors: Ronald Jeninga, Dieter Stubler
schedulix Enterprise Job Scheduling System
independIT Integrative Technologies GmbH [http://www.independit.de]
mailto:contact@independit.de
This file is part of schedulix
schedulix is free software:
you ca... | enhanced expressions
| src/server/SchedulingThread.java | enhanced expressions | |
Java | apache-2.0 | a2d33c8424916a2ab27d8a787f86f922b0c7ba85 | 0 | cdjackson/zigbee4java,tlaukkan/zigbee4java,cdealti/zigbee4java,cdjackson/zigbee4java,cdjackson/zigbee4java,tlaukkan/zigbee4java,tlaukkan/zigbee4java,Arvis-Home/zigbee4java,cdealti/zigbee4java,Arvis-Home/zigbee4java | /**
* Copyright 2013 Tommi S.E. Laukkanen
*
* 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... | zigbee-api/src/main/java/org/bubblecloud/zigbee/ZigBeeApi.java | /**
* Copyright 2013 Tommi S.E. Laukkanen
*
* 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... | Set startup state of permit join to disabled
This increases security as devices are only allowed to join the network
when explicitly allowed.
To re-enable permit join use one of the permitJoin methods.
| zigbee-api/src/main/java/org/bubblecloud/zigbee/ZigBeeApi.java | Set startup state of permit join to disabled This increases security as devices are only allowed to join the network when explicitly allowed. To re-enable permit join use one of the permitJoin methods. | |
Java | apache-2.0 | 0297ff3e53f7057bfaa1c5516f61e3f30579b5a8 | 0 | dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android | package org.commcare.activities;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v4.util.Pair;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.LinearLayout;
import android.widget.TextView;
import org... | app/src/org/commcare/activities/QueryRequestActivity.java | package org.commcare.activities;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v4.util.Pair;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.LinearLayout;
import android.widget.TextView;
import org... | Line length
| app/src/org/commcare/activities/QueryRequestActivity.java | Line length | |
Java | apache-2.0 | 2d2a682fd640d6ec814872b13ed69748e3b404f3 | 0 | mtransitapps/ca-red-deer-transit-bus-parser | package org.mtransit.parser.ca_red_deer_transit_bus;
import org.apache.commons.lang3.StringUtils;
import org.mtransit.parser.CleanUtils;
import org.mtransit.parser.ColorUtils;
import org.mtransit.parser.DefaultAgencyTools;
import org.mtransit.parser.MTLog;
import org.mtransit.parser.Pair;
import org.mtransit.parser.Sp... | src/main/java/org/mtransit/parser/ca_red_deer_transit_bus/RedDeerTransitBusAgencyTools.java | package org.mtransit.parser.ca_red_deer_transit_bus;
import org.apache.commons.lang3.StringUtils;
import org.mtransit.parser.CleanUtils;
import org.mtransit.parser.DefaultAgencyTools;
import org.mtransit.parser.MTLog;
import org.mtransit.parser.Pair;
import org.mtransit.parser.SplitUtils;
import org.mtransit.parser.Sp... | Update git submodule
| src/main/java/org/mtransit/parser/ca_red_deer_transit_bus/RedDeerTransitBusAgencyTools.java | Update git submodule | |
Java | apache-2.0 | 1ae042a0742397072ed243a8256bab57b34e2758 | 0 | dhmay/msInspect,dhmay/msInspect,dhmay/msInspect | /*
* Copyright (c) 2003-2007 Fred Hutchinson Cancer Research Center
*
* 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 requ... | src/org/fhcrc/cpl/toolbox/RInterface.java | /*
* Copyright (c) 2003-2007 Fred Hutchinson Cancer Research Center
*
* 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 requ... | One more change to RInterface
| src/org/fhcrc/cpl/toolbox/RInterface.java | One more change to RInterface | |
Java | apache-2.0 | aed99a3632521d0e232f75d0065213b90aae5733 | 0 | virajs/selenium-1,winhamwr/selenium,winhamwr/selenium,virajs/selenium-1,winhamwr/selenium,virajs/selenium-1,winhamwr/selenium,virajs/selenium-1,winhamwr/selenium,virajs/selenium-1,virajs/selenium-1,winhamwr/selenium,winhamwr/selenium,virajs/selenium-1,winhamwr/selenium,virajs/selenium-1,virajs/selenium-1 | /*
Copyright 2007-2009 WebDriver committers
Copyright 2007-2009 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by appli... | java/client/test/org/openqa/selenium/PageLoadingTest.java | /*
Copyright 2007-2009 WebDriver committers
Copyright 2007-2009 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by appli... | SimonStewart: Adding a failing test that demonstrates the problem caused by slow loading dependencies in frames. This occurs commonly when there are web-bugs and analytics scripts loading slowly
git-svn-id: 4179480af2c2519a5eb5e1e9b541cbdf5cf27696@14132 07704840-8298-11de-bf8c-fd130f914ac9
| java/client/test/org/openqa/selenium/PageLoadingTest.java | SimonStewart: Adding a failing test that demonstrates the problem caused by slow loading dependencies in frames. This occurs commonly when there are web-bugs and analytics scripts loading slowly | |
Java | apache-2.0 | 58c7c88853f8046d9d35060052525c6187cf825e | 0 | attila-kiss-it/querydsl,robertandrewbain/querydsl,lpandzic/querydsl,mdiazf/querydsl,tomforster/querydsl,lpandzic/querydsl,pkcool/querydsl,Log10Solutions/querydsl,gordski/querydsl,attila-kiss-it/querydsl,lpandzic/querydsl,tomforster/querydsl,mdiazf/querydsl,robertandrewbain/querydsl,mosoft521/querydsl,dharaburda/queryds... | /*
* Copyright 2011, Mysema 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 agreed to in writin... | querydsl-sql/src/main/java/com/mysema/query/sql/SQLQuery.java | /*
* Copyright 2011, Mysema 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 agreed to in writin... | improved javadoc
| querydsl-sql/src/main/java/com/mysema/query/sql/SQLQuery.java | improved javadoc | |
Java | apache-2.0 | fae82611db4d5f45f5193d9f9d2967ecdcc6edef | 0 | cbmeeks/vaadin,udayinfy/vaadin,fireflyc/vaadin,oalles/vaadin,travisfw/vaadin,asashour/framework,Legioth/vaadin,asashour/framework,kironapublic/vaadin,mittop/vaadin,sitexa/vaadin,shahrzadmn/vaadin,magi42/vaadin,jdahlstrom/vaadin.react,Darsstar/framework,Darsstar/framework,udayinfy/vaadin,Legioth/vaadin,kironapublic/vaad... | /*
@ITMillApache2LicenseForJavaFiles@
*/
package com.vaadin.terminal.gwt.client.ui;
import java.util.Date;
import java.util.Iterator;
import java.util.List;
import com.google.gwt.user.client.DOM;
import com.google.gwt.user.client.Event;
import com.google.gwt.user.client.Timer;
import com.google.gwt.us... | src/com/vaadin/terminal/gwt/client/ui/VCalendarPanel.java | /*
@ITMillApache2LicenseForJavaFiles@
*/
package com.vaadin.terminal.gwt.client.ui;
import java.util.Date;
import java.util.Iterator;
import java.util.List;
import com.google.gwt.user.client.DOM;
import com.google.gwt.user.client.Event;
import com.google.gwt.user.client.Timer;
import com.google.gwt.us... | Extra @Override annotations caused errors, removed.
svn changeset:7754/svn branch:6.0
| src/com/vaadin/terminal/gwt/client/ui/VCalendarPanel.java | Extra @Override annotations caused errors, removed. | |
Java | apache-2.0 | 8b8512311239cfd2b086827a406de636c6f0e197 | 0 | bmaupin/android-sms-plus | /*
* Copyright (C) 2009 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 ap... | src/com/android/mms/data/WorkingMessage.java | /*
* Copyright (C) 2009 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 ap... | Fix crash when sending SMS to email address
Must call ensureSlideshow() and syncTextToSlideshow(), otherwise in send()
function, variable "slideshow" will be NULL and results in force close.
| src/com/android/mms/data/WorkingMessage.java | Fix crash when sending SMS to email address | |
Java | apache-2.0 | 9b5fb39a4bcd6bfd26754a9d827e7670805f8369 | 0 | mrniko/redisson,redisson/redisson,jackygurui/redisson | /**
* Copyright 2016 Nikita Koksharov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | redisson/src/main/java/org/redisson/connection/DNSMonitor.java | /**
* Copyright 2016 Nikita Koksharov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | Fixed - DNSMonitor fails on bootstrap with custom event loop. #1188
| redisson/src/main/java/org/redisson/connection/DNSMonitor.java | Fixed - DNSMonitor fails on bootstrap with custom event loop. #1188 | |
Java | apache-2.0 | 60ed202dfc5ed6323b6c0bbd5aaa649acbc3db4b | 0 | MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab,MyRobotLab/myrobotlab | package org.myrobotlab.service;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.regex.... | src/org/myrobotlab/service/ProgramAB.java | package org.myrobotlab.service;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.regex.... | removing that unnecessary warning, a little code cleanup
| src/org/myrobotlab/service/ProgramAB.java | removing that unnecessary warning, a little code cleanup | |
Java | apache-2.0 | 19675cdf1ed905e2e77b95b57ece9d48b80d8aea | 0 | mneri/csv | /*
* Copyright 2018 Massimo Neri <hello@mneri.me>
*
* This file is part of mneri/csv.
*
* 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
... | src/main/java/me/mneri/csv/CsvReader.java | /*
* Copyright 2018 Massimo Neri <hello@mneri.me>
*
* This file is part of mneri/csv.
*
* 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
... | Performance improvement
| src/main/java/me/mneri/csv/CsvReader.java | Performance improvement | |
Java | apache-2.0 | 18afecf166e0d06cfe9346e00898583a0f281c25 | 0 | NLeSC/vbrowser,NLeSC/vbrowser,NLeSC/vbrowser,NLeSC/vbrowser | /*
* Copyrighted 2012-2013 Netherlands eScience Center.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* For details, see the LICENCE.txt file location in the root directory of this
* distribution or obtain the Apache Lice... | nl.nlesc.vlet.vrs.tests/testsrc/vfs/TestVFS_OctopusLocalFS.java | /*
* Copyrighted 2012-2013 Netherlands eScience Center.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* For details, see the LICENCE.txt file location in the root directory of this
* distribution or obtain the Apache Lice... | Added Sftp Tests for Octopus.
| nl.nlesc.vlet.vrs.tests/testsrc/vfs/TestVFS_OctopusLocalFS.java | Added Sftp Tests for Octopus. | |
Java | apache-2.0 | 6cbf508f3769c2055fe3f6b2ea358cccff6e02cf | 0 | GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit | // 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 applicable ... | java/com/google/gerrit/server/submit/SubmitStrategyOp.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 applicable ... | Add more fine logging to SubmitStrategyOp
These additional logging allow us to track how many times postUpdate was
called for each change. Also, it allows tracking the "submitter" field
which was occasionally null.
Change-Id: I3e619576657e1b3e57f5e767d36f5e926d4e0c36
| java/com/google/gerrit/server/submit/SubmitStrategyOp.java | Add more fine logging to SubmitStrategyOp | |
Java | apache-2.0 | 3a3abeaf99d1ac755faaacf04507c9b6bccfe4d7 | 0 | greensnow25/javaaz,greensnow25/javaaz,greensnow25/javaaz | package array;
/**
* public class As fsotiation arrays.
* @author greensnow25.
* @since 2.01.17.
* @version 1.0.
*/
public class As {
/**
* final method unites two arrays.
* @param one array.
* @param two array.
* @return unit array.
*/
public int[] sort(int[] one, int[] two) {
... | chapter1/Array/src/main/java/array/As.java | package array;
/**
* public class As fsotiation arrays.
* @author greensnow25.
* @since 2.01.17.
* @version 1.0.
*/
public class As {
/**
* final method unites two arrays.
* @param one array.
* @param two array.
* @return unit array.
*/
public int[] sort(int[] one, int[] two) {
... | Association of ordered arrays
| chapter1/Array/src/main/java/array/As.java | Association of ordered arrays | |
Java | apache-2.0 | f3b2c702238f5592a6743adbe5aee42bbec9f4e6 | 0 | jcamachor/hive,alanfgates/hive,vergilchiu/hive,b-slim/hive,vineetgarg02/hive,jcamachor/hive,jcamachor/hive,alanfgates/hive,jcamachor/hive,lirui-apache/hive,sankarh/hive,vineetgarg02/hive,vergilchiu/hive,b-slim/hive,lirui-apache/hive,vineetgarg02/hive,vergilchiu/hive,b-slim/hive,vergilchiu/hive,nishantmonu51/hive,alanfg... | /**
* 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... | ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.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... | HIVE-7310: Turning CBO on results in NPE on some queries (Laljo John Pullokkaran via Gunther Hagleitner)
git-svn-id: d4dbdacc005fc251eace6736a786023c8d74470d@1606276 13f79535-47bb-0310-9956-ffa450edef68
| ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java | HIVE-7310: Turning CBO on results in NPE on some queries (Laljo John Pullokkaran via Gunther Hagleitner) | |
Java | bsd-2-clause | 2063f58625791451b4ae076c0d9be31044f63067 | 0 | schnej7/Blue-Mesh,schnej7/Blue-Mesh | package blue.mesh;
import java.util.UUID;
import android.bluetooth.BluetoothAdapter;
import android.util.Log;
public class BlueMeshService {
private BluetoothAdapter adapter;
private RouterObject router;
private ServerThread serverThread;
private ClientThread clientThread;
... | BlueMesh/src/blue/mesh/BlueMeshService.java | package blue.mesh;
import java.util.UUID;
import android.bluetooth.BluetoothAdapter;
import android.util.Log;
public class BlueMeshService {
private BluetoothAdapter adapter;
private RouterObject router;
private ServerThread serverThread;
private ClientThread clientThread;
... | Attempt to restart Bluetooth when starting BlueMeshService
| BlueMesh/src/blue/mesh/BlueMeshService.java | Attempt to restart Bluetooth when starting BlueMeshService | |
Java | bsd-3-clause | 16201473f1b3736fcd9c60a8f723fbad368dd9a2 | 0 | rsmudge/armitage,rsmudge/armitage,rsmudge/armitage | package ui;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
import javax.swing.SwingUtilities;
public class KeyBindings implements KeyEventDispatcher {
protected Map bindings = new HashMap();
private static class ExecuteBinding implements Runnable {
protected String binding;
protected KeyH... | src/ui/KeyBindings.java | package ui;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
import javax.swing.SwingUtilities;
public class KeyBindings implements KeyEventDispatcher {
protected Map bindings = new HashMap();
private static class ExecuteBinding implements Runnable {
protected String binding;
protected KeyH... | change how events are swallowed by shortcut bindings.
| src/ui/KeyBindings.java | change how events are swallowed by shortcut bindings. | |
Java | apache-2.0 | 9edc8cb7bd6243ff6a97492b87bc89ba418959f7 | 0 | MaxRau/CoffeeMud,oriontribunal/CoffeeMud,MaxRau/CoffeeMud,MaxRau/CoffeeMud,oriontribunal/CoffeeMud,bozimmerman/CoffeeMud,sfunk1x/CoffeeMud,sfunk1x/CoffeeMud,oriontribunal/CoffeeMud,Tycheo/coffeemud,bozimmerman/CoffeeMud,sfunk1x/CoffeeMud,Tycheo/coffeemud,bozimmerman/CoffeeMud,oriontribunal/CoffeeMud,Tycheo/coffeemud,bo... | com/planet_ink/coffee_mud/core/Dice.java | package com.planet_ink.coffee_mud.core;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.planet_ink.coffee_mud.Behaviors.interfaces.*;
import com.pla... | svnimporter generated comment: Deleted . Changed path: [/Version 4.7/com/planet_ink/coffee_mud/core/Dice.java (deleted)]
git-svn-id: 0cdf8356e41b2d8ccbb41bb76c82068fe80b2514@5294 0d6f1817-ed0e-0410-87c9-987e46238f29
| com/planet_ink/coffee_mud/core/Dice.java | svnimporter generated comment: Deleted . Changed path: [/Version 4.7/com/planet_ink/coffee_mud/core/Dice.java (deleted)] | ||
Java | apache-2.0 | 3331870e1c334bc09352f5e988b1d5f7451dd2c7 | 0 | pwachira/droolsexamples,mrietveld/drools,ChallenHB/drools,Buble1981/MyDroolsFork,reynoldsm88/drools,ThiagoGarciaAlves/drools,Buble1981/MyDroolsFork,ThiagoGarciaAlves/drools,amckee23/drools,ngs-mtech/drools,HHzzhz/drools,Buble1981/MyDroolsFork,reynoldsm88/drools,ThiagoGarciaAlves/drools,vinodkiran/drools,reynoldsm88/dro... | drools-core/src/main/java/org/drools/visualize/package-info.java | /*
* Copyright 2013 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | Delete dead package
| drools-core/src/main/java/org/drools/visualize/package-info.java | Delete dead package | ||
Java | bsd-3-clause | b524d5813a1cf57a8cd64b81a354d9df039724c4 | 0 | applidium/Shutterbug | Shutterbug/src/com/applidium/shutterbug/FetchableOverlayItem.java | package com.applidium.shutterbug;
import android.R;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.ColorDrawable;
import android.graphics.drawable.Drawable;
import com.applidium.shutterbug.utils.ShutterbugManager;
impor... | Support for Google Maps v1 is now removed | Shutterbug/src/com/applidium/shutterbug/FetchableOverlayItem.java | Support for Google Maps v1 is now removed | ||
Java | mit | afb8c88c873ee55da9b8601a3d481ede70185b0f | 0 | linuxserver/davos,linuxserver/davos,linuxserver/davos | package io.linuxserver.davos.delegation.services;
import java.util.List;
import java.util.stream.Collectors;
import javax.annotation.Resource;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import io.linuxserver.davos.converters.HostConverter;
import io.lin... | src/main/java/io/linuxserver/davos/delegation/services/HostServiceImpl.java | package io.linuxserver.davos.delegation.services;
import java.util.List;
import java.util.stream.Collectors;
import javax.annotation.Resource;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import io.linuxserver.davos.converters.HostConverter;
import io.lin... | Updated connection test to be compatible with identity file
| src/main/java/io/linuxserver/davos/delegation/services/HostServiceImpl.java | Updated connection test to be compatible with identity file | |
Java | mit | 1a78a7c3649e96343343186f045fde3178ab4a05 | 0 | Parnswir/unmp | package com.parnswir.unmp;
import java.io.IOException;
import android.app.Notification;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.media.AudioManager;
import android.media.AudioManager.OnAudioFocusChangeListener;
import a... | src/com/parnswir/unmp/PlayerService.java | package com.parnswir.unmp;
import java.io.IOException;
import android.app.Notification;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Intent;
import android.media.AudioManager;
import android.media.MediaPlayer;
import android.media.MediaPlayer.OnErrorListener;
import android.med... | Add audio focus listener
| src/com/parnswir/unmp/PlayerService.java | Add audio focus listener | |
Java | mit | 367f6c941bc19bc1ecab13c826d83ae668a19618 | 0 | BrassGoggledCoders/Boilerplate | /**
* This class was created by BrassGoggledCoders modding team.
* This class is available as part of the BoilerCraft Mod for Minecraft.
*
* BoilerCraft is open-source and is distributed under the MMPL v1.0 License.
* (http://www.mod-buildcraft.com/MMPL-1.0.txt)
*
*/
package boilerplate.common.baseclasses;
impo... | src/main/java/boilerplate/common/baseclasses/BaseElectricItem.java | /**
* This class was created by BrassGoggledCoders modding team.
* This class is available as part of the BoilerCraft Mod for Minecraft.
*
* BoilerCraft is open-source and is distributed under the MMPL v1.0 License.
* (http://www.mod-buildcraft.com/MMPL-1.0.txt)
*
*/
package boilerplate.common.baseclasses;
impo... | Start switching over electric items to non-meta damagebars
| src/main/java/boilerplate/common/baseclasses/BaseElectricItem.java | Start switching over electric items to non-meta damagebars | |
Java | mit | 1fc9423fa234b4472aaae505939d1979373b3497 | 0 | jakobehmsen/dynamake | package dynamake.models;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.event.ComponentEvent;
import java.awt.event.ComponentListener;
import ja... | eclipse/src/dynamake/models/LiveModel.java | package dynamake.models;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.event.ComponentEvent;
import java.awt.event.ComponentListener;
import ja... | Did a bit of cleaning up in live model.
Signed-off-by: Jakob Brandsborg Ehmsen <387ed33cc9ebf98b733caa2520baacd616b28aa5@gmail.com> | eclipse/src/dynamake/models/LiveModel.java | Did a bit of cleaning up in live model. | |
Java | mit | f5b8f15140cf8647ea8e18e48c8a31b3613e5941 | 0 | michaelahlers/embedded-phantom | package ahlers.phantom.embedded;
import de.flapdoodle.embed.process.config.ExecutableProcessConfig;
import de.flapdoodle.embed.process.config.ISupportConfig;
import de.flapdoodle.embed.process.distribution.IVersion;
/**
* Command line options for PhantomJS.
*
* @author [[mailto:michael@ahlers.consulting Michael Ah... | src/main/java/ahlers/phantom/embedded/PhantomConfig.java | package ahlers.phantom.embedded;
import de.flapdoodle.embed.process.config.ExecutableProcessConfig;
import de.flapdoodle.embed.process.config.ISupportConfig;
import de.flapdoodle.embed.process.distribution.IVersion;
/**
* Command line options for PhantomJS.
*
* @author [[mailto:michael@ahlers.consulting Michael Ah... | Rename builder factory
| src/main/java/ahlers/phantom/embedded/PhantomConfig.java | Rename builder factory | |
Java | mit | 0a53ae4deb4ad428b70fc1c7666f6e1488eef81d | 0 | sfrink/CERTUS-Common | package rmi;
import java.io.InputStream;
import java.rmi.Remote;
import java.rmi.RemoteException;
import java.util.ArrayList;
import dto.CandidateDto;
import dto.ElectionDto;
import dto.UserDto;
import dto.Validator;
import dto.VoteDto;
import enumeration.Status;
import enumeration.ElectionStatus;
import enumeration.... | src/rmi/ServerInterface.java | package rmi;
import java.io.InputStream;
import java.rmi.Remote;
import java.rmi.RemoteException;
import java.util.ArrayList;
import dto.CandidateDto;
import dto.ElectionDto;
import dto.UserDto;
import dto.Validator;
import dto.VoteDto;
import enumeration.Status;
import enumeration.ElectionStatus;
import enumeration.... | Invited User Story & other fixes | src/rmi/ServerInterface.java | Invited User Story & other fixes | |
Java | mit | fdf5e0f91bb753f05fb88c6332455770b1ddd318 | 0 | auth0/Auth0.Android,auth0/Auth0.Android | package com.auth0.android.provider;
import android.app.Activity;
import android.app.Dialog;
import android.content.ActivityNotFoundException;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.content.pm.ActivityInfo;
import android.content.pm.Applic... | auth0/src/test/java/com/auth0/android/provider/WebAuthProviderTest.java | package com.auth0.android.provider;
import android.app.Activity;
import android.app.Dialog;
import android.content.ActivityNotFoundException;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.content.pm.ActivityInfo;
import android.content.pm.Applic... | rename authentication tests using a prefix/sufix
| auth0/src/test/java/com/auth0/android/provider/WebAuthProviderTest.java | rename authentication tests using a prefix/sufix | |
Java | cc0-1.0 | 42bd874567248bef3b93ec1fbe3aa1679fa04e2b | 0 | HogeschoolLeiden/website,HogeschoolLeiden/website,HogeschoolLeiden/website,HogeschoolLeiden/website | package nl.hsleiden.components.catalog;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.jcr.RepositoryException;
import nl.hsleiden.componentsinfo.ContactPersonsInfo;
import nl.hsleiden.utils.Constants.Attributes;
import nl.hsleiden.utils.Constants.Widg... | site/src/main/java/nl/hsleiden/components/catalog/ContactPersons.java | package nl.hsleiden.components.catalog;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.jcr.RepositoryException;
import nl.hsleiden.componentsinfo.ContactPersonsInfo;
import nl.hsleiden.utils.HslUtils;
import nl.hsleiden.utils.Constants.Attributes;
impo... | fix compilation failure after merge
| site/src/main/java/nl/hsleiden/components/catalog/ContactPersons.java | fix compilation failure after merge | |
Java | epl-1.0 | 5b447f9bb376665fe7dc9471a5810995fcc43fdc | 0 | sonatype/sisu,sonatype/sisu | /*******************************************************************************
* Copyright (c) 2010-2011 Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distri... | sisu-inject/guice-plexus/guice-plexus-shim/src/main/java/org/codehaus/plexus/DefaultContainerConfiguration.java | /*******************************************************************************
* Copyright (c) 2010-2011 Sonatype, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distri... | Fix constant
| sisu-inject/guice-plexus/guice-plexus-shim/src/main/java/org/codehaus/plexus/DefaultContainerConfiguration.java | Fix constant | |
Java | epl-1.0 | 2e28bb955b0134b881c910e33ee11c7c9a76dbd4 | 0 | vitruv-tools/Vitruv | /*******************************************************************************
* Copyright (c) 2014 Felix Kutzner.
* 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
... | bundles/extensions/emfdomain/tools.vitruv.extensions.emf.monitorededitor/src/tools/vitruv/domains/emf/monitorededitor/monitor/EMFModelChangeRecordingEditorSaveListener.java | /*******************************************************************************
* Copyright (c) 2014 Felix Kutzner.
* 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
... | Deactivate strict mode in EMF editor monitor | bundles/extensions/emfdomain/tools.vitruv.extensions.emf.monitorededitor/src/tools/vitruv/domains/emf/monitorededitor/monitor/EMFModelChangeRecordingEditorSaveListener.java | Deactivate strict mode in EMF editor monitor | |
Java | agpl-3.0 | d62a9184e037180d1507dbfaddf1696b76070a35 | 0 | vbelakov/rstudio,thklaus/rstudio,pssguy/rstudio,john-r-mcpherson/rstudio,jar1karp/rstudio,thklaus/rstudio,jrnold/rstudio,piersharding/rstudio,sfloresm/rstudio,brsimioni/rstudio,tbarrongh/rstudio,jrnold/rstudio,john-r-mcpherson/rstudio,edrogers/rstudio,jar1karp/rstudio,suribes/rstudio,githubfun/rstudio,more1/rstudio,jzh... | /*
* SnippetHelper.java
*
* Copyright (C) 2009-12 by RStudio, Inc.
*
* Unless you have received this program directly from RStudio pursuant
* to the terms of a commercial license agreement with RStudio, then
* this program is licensed to you under the terms of version 3 of the
* GNU Affero General Public Licens... | src/gwt/src/org/rstudio/studio/client/workbench/snippets/SnippetHelper.java | /*
* SnippetHelper.java
*
* Copyright (C) 2009-12 by RStudio, Inc.
*
* Unless you have received this program directly from RStudio pursuant
* to the terms of a commercial license agreement with RStudio, then
* this program is licensed to you under the terms of version 3 of the
* GNU Affero General Public Licens... | cache old Ace snippets (support 'revert' later)
| src/gwt/src/org/rstudio/studio/client/workbench/snippets/SnippetHelper.java | cache old Ace snippets (support 'revert' later) | |
Java | agpl-3.0 | 2ae07670581199244900507203eac61731451df8 | 0 | duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test | abcf0a82-2e60-11e5-9284-b827eb9e62be | hello.java | abc9abdc-2e60-11e5-9284-b827eb9e62be | abcf0a82-2e60-11e5-9284-b827eb9e62be | hello.java | abcf0a82-2e60-11e5-9284-b827eb9e62be | |
Java | agpl-3.0 | 3a69704e4214be329518913cc763377f67a67421 | 0 | David-Development/ownCloud-Account-Importer | package com.nextcloud.android.sso.model;
import java.io.Serializable;
/**
* Nextcloud SingleSignOn
*
* @author David Luhmer
*
* This program 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 ve... | src/main/java/com/nextcloud/android/sso/model/ExceptionMessage.java | package com.nextcloud.android.sso.model;
/**
* Nextcloud SingleSignOn
*
* @author David Luhmer
*
* This program 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
* ... | ExceptionMessage should implement Serializable
To hopefully fix this strange error:
```
2020-05-07 19:52:28.526 23303-23303/it.niedermann.nextcloud.deck.dev E/AndroidRuntime: FATAL EXCEPTION: main
Process: it.niedermann.nextcloud.deck.dev, PID: 23303
java.lang.RuntimeException: Parcelable encountered IOE... | src/main/java/com/nextcloud/android/sso/model/ExceptionMessage.java | ExceptionMessage should implement Serializable | |
Java | lgpl-2.1 | 899df43fc8caa7ee1a5f3784e597526605f03261 | 0 | zebrafishmine/intermine,tomck/intermine,tomck/intermine,justincc/intermine,zebrafishmine/intermine,justincc/intermine,kimrutherford/intermine,JoeCarlson/intermine,elsiklab/intermine,justincc/intermine,justincc/intermine,zebrafishmine/intermine,kimrutherford/intermine,JoeCarlson/intermine,JoeCarlson/intermine,elsiklab/i... | package org.intermine.web.logic.query;
/*
* Copyright (C) 2002-2011 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/les... | intermine/web/main/src/org/intermine/web/logic/query/DisplayConstraint.java | package org.intermine.web.logic.query;
/*
* Copyright (C) 2002-2011 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/les... | checkstyle
| intermine/web/main/src/org/intermine/web/logic/query/DisplayConstraint.java | checkstyle | |
Java | lgpl-2.1 | cbe08aeff9c1f5efb108402d9e0f6c78f8175e55 | 0 | CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine | /*
* jETeL/CloverETL - Java based ETL application framework.
* Copyright (c) Javlin, a.s. (info@cloveretl.com)
*
* 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 ... | cloveretl.engine/src/org/jetel/interpreter/TransformLangExecutor.java | /*
* jETeL/CloverETL - Java based ETL application framework.
* Copyright (c) Javlin, a.s. (info@cloveretl.com)
*
* 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 ... | FIX: Issue 3298 Decimal defaults to 0.0 now in CTL1 (was NaN)
git-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@9006 a09ad3ba-1a0f-0410-b1b9-c67202f10d70
| cloveretl.engine/src/org/jetel/interpreter/TransformLangExecutor.java | FIX: Issue 3298 Decimal defaults to 0.0 now in CTL1 (was NaN) | |
Java | lgpl-2.1 | 74ba7cb50541e5aa22e9b808a3cb32529b7a43b0 | 0 | deegree/deegree3,deegree/deegree3,deegree/deegree3,deegree/deegree3,deegree/deegree3 | //$HeadURL$
/*----------------------------------------------------------------------------
This file is part of deegree, http://deegree.org/
Copyright (C) 2001-2009 by:
Department of Geography, University of Bonn
and
lat/lon GmbH
This library is free software; you can redistribute it and/or modify it under
the ... | deegree-core/deegree-core-rendering-2d/src/main/java/org/deegree/rendering/r2d/se/parser/SymbologyParser.java | //$HeadURL$
/*----------------------------------------------------------------------------
This file is part of deegree, http://deegree.org/
Copyright (C) 2001-2009 by:
Department of Geography, University of Bonn
and
lat/lon GmbH
This library is free software; you can redistribute it and/or modify it under
the ... | allow any whitespace in dasharrays
| deegree-core/deegree-core-rendering-2d/src/main/java/org/deegree/rendering/r2d/se/parser/SymbologyParser.java | allow any whitespace in dasharrays | |
Java | apache-2.0 | 8fe68f8519ad46e80948f522efe5018e288fa4e0 | 0 | rodionmoiseev/c10n | /*
* 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"... | core/src/main/java/c10n/C10NFilters.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"... | Typo fix
| core/src/main/java/c10n/C10NFilters.java | Typo fix | |
Java | apache-2.0 | f1371fb8fc57c7cc4240d8739182bf0ee3c31682 | 0 | rakeshmane/FOCUS |
package focus;
import javafx.application.Application;
import javafx.collections.ObservableList;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.ProgressIndicator;
import javafx.scene.control.TextArea;
import javafx.s... | GUI/Main_Window.java |
package focus;
import javafx.application.Application;
import javafx.collections.ObservableList;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.ProgressIndicator;
import javafx.scene.control.TextArea;
import javafx.s... | Update Main_Window.java | GUI/Main_Window.java | Update Main_Window.java | |
Java | apache-2.0 | 3ef00cf22d42eb9a5d9923df69b1e092a5bb3e63 | 0 | henrichg/PhoneProfilesPlus | package sk.henrichg.phoneprofilesplus;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.Fragment;
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import and... | phoneProfilesPlus/src/main/java/sk/henrichg/phoneprofilesplus/ShortcutCreatorListFragment.java | package sk.henrichg.phoneprofilesplus;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.Fragment;
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import and... | Do not add overlay bitmap into shortcut icon for Android >= 26.
| phoneProfilesPlus/src/main/java/sk/henrichg/phoneprofilesplus/ShortcutCreatorListFragment.java | Do not add overlay bitmap into shortcut icon for Android >= 26. | |
Java | apache-2.0 | 8b4d0933818d236ddb176c2c16809d462f7738fa | 0 | githubcolin/Metamorphosis,killme2008/Metamorphosis,jarvisxiong/Metamorphosis,killme2008/Metamorphosis,fool-persen/Metamorphosis,xiaojiaqi/Metamorphosis,fogu/Metamorphosis,binarygu/Metamorphosis,fogu/Metamorphosis,fengshao0907/Metamorphosis,binarygu/Metamorphosis,xiaojiaqi/Metamorphosis,IBYoung/Metamorphosis,binarygu/Me... | /*
* (C) 2007-2012 Alibaba Group Holding Limited.
*
* 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 applic... | metamorphosis-client/src/main/java/com/taobao/metamorphosis/client/consumer/ConsumerZooKeeper.java | /*
* (C) 2007-2012 Alibaba Group Holding Limited.
*
* 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 applic... | Synchronized rebalance
| metamorphosis-client/src/main/java/com/taobao/metamorphosis/client/consumer/ConsumerZooKeeper.java | Synchronized rebalance | |
Java | apache-2.0 | db5597ed5301fb5f9f60ac3ac291cf6509793a82 | 0 | jarlehansen/springfox-loader | package com.github.springfox.loader;
import com.github.springfox.loader.plugins.LoaderOperationPlugin;
import com.github.springfox.loader.plugins.LoaderTagProvider;
import io.swagger.annotations.Extension;
import io.swagger.annotations.ExtensionProperty;
import org.springframework.beans.BeansException;
import org.spri... | src/main/java/com/github/springfox/loader/SpringfoxLoaderConfig.java | package com.github.springfox.loader;
import com.github.springfox.loader.plugins.LoaderOperationPlugin;
import com.github.springfox.loader.plugins.LoaderTagProvider;
import io.swagger.annotations.Extension;
import io.swagger.annotations.ExtensionProperty;
import org.springframework.beans.BeansException;
import org.spri... | small code cleanup in getVendorExtensions()
| src/main/java/com/github/springfox/loader/SpringfoxLoaderConfig.java | small code cleanup in getVendorExtensions() | |
Java | apache-2.0 | 4b25a12f907d120b388ed0a633b6fe48909f5643 | 0 | lsmaira/gradle,gstevey/gradle,gradle/gradle,robinverduijn/gradle,gradle/gradle,robinverduijn/gradle,gradle/gradle,lsmaira/gradle,gradle/gradle,robinverduijn/gradle,blindpirate/gradle,robinverduijn/gradle,blindpirate/gradle,gstevey/gradle,robinverduijn/gradle,gstevey/gradle,blindpirate/gradle,robinverduijn/gradle,blindp... | /*
* Copyright 2010 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | subprojects/core/src/main/groovy/org/gradle/api/internal/artifacts/dsl/DefaultRepositoryHandler.java | /*
* Copyright 2010 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | Reinstate special handling of 'dirs' property when configuring flat dir repo.
We should probably move this handling of converting single values into collection types more globally for all configure by map operations.
| subprojects/core/src/main/groovy/org/gradle/api/internal/artifacts/dsl/DefaultRepositoryHandler.java | Reinstate special handling of 'dirs' property when configuring flat dir repo. | |
Java | apache-2.0 | 2067bc88816de12b0281c199c6bc39b954935f28 | 0 | pluto-build/pluto | package build.pluto.test.build;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import java.io.File;
import java.io.IOException;
import java.util.List;
import org.junit.Before;
import org.junit.Test;
import org.sugarj.common.FileCommands;
... | pluto/test/build/pluto/test/build/BuildManagerCycleDetectionTest.java | package build.pluto.test.build;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import java.io.File;
import java.io.IOException;
import java.nio.file.Paths;
import java.util.List;
import org.junit.Before;
import org.junit.Test;
import org.s... | fix cycle test, avoid mixture of relative and absolute paths
| pluto/test/build/pluto/test/build/BuildManagerCycleDetectionTest.java | fix cycle test, avoid mixture of relative and absolute paths |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.