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 | bsd-3-clause | 70c5b8e0af6d4e3c5745bc51f31ad81d10579fea | 0 | edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon | package org.lockss.devtools.plugindef;
import java.util.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.border.*;
import javax.swing.event.*;
import org.lockss.daemon.*;
import javax.swing.text.*;
import org.lockss.util.*;
public class PrintfEditor extends JDialog
implem... | tools/src/org/lockss/devtools/plugindef/PrintfEditor.java | package org.lockss.devtools.plugindef;
import java.util.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.border.*;
import javax.swing.event.*;
import org.lockss.daemon.*;
import javax.swing.text.*;
import org.lockss.util.*;
public class PrintfEditor extends JDialog
implem... | Fix backspacing error in PrintfEditor
git-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@3056 4f837ed2-42f5-46e7-a7a5-fa17313484d4
| tools/src/org/lockss/devtools/plugindef/PrintfEditor.java | Fix backspacing error in PrintfEditor | |
Java | bsd-3-clause | 131c5b61053aa8ec3c09acc7a83fa162c4df01ba | 0 | NCIP/caaers,CBIIT/caaers,NCIP/caaers,CBIIT/caaers,CBIIT/caaers,CBIIT/caaers,NCIP/caaers,CBIIT/caaers,NCIP/caaers | package gov.nih.nci.cabig.caaers.api.impl;
import gov.nih.nci.cabig.caaers.api.AdverseEventQueryService;
import gov.nih.nci.cabig.caaers.api.SearchOptions;
import gov.nih.nci.cabig.caaers.dao.AdverseEventDao;
import gov.nih.nci.cabig.caaers.domain.AdverseEvent;
import gov.nih.nci.cabig.caaers.domain.Participant;
impor... | projects/core/src/main/java/gov/nih/nci/cabig/caaers/api/impl/AdverseEventQueryServiceImpl.java | package gov.nih.nci.cabig.caaers.api.impl;
import gov.nih.nci.cabig.caaers.api.AdverseEventQueryService;
import gov.nih.nci.cabig.caaers.api.SearchOptions;
import gov.nih.nci.cabig.caaers.dao.AdverseEventDao;
import gov.nih.nci.cabig.caaers.domain.AdverseEvent;
import gov.nih.nci.cabig.caaers.domain.Participant;
impor... |
SVN-Revision: 5646
| projects/core/src/main/java/gov/nih/nci/cabig/caaers/api/impl/AdverseEventQueryServiceImpl.java | ||
Java | bsd-3-clause | 2420b5406b41b8833b7339671e6053162df6c280 | 0 | EuropeanSpallationSource/openxal,luxiaohan/openxal-csns-luxh,openxal/openxal,EuropeanSpallationSource/openxal,EuropeanSpallationSource/openxal,luxiaohan/openxal-csns-luxh,EuropeanSpallationSource/openxal,EuropeanSpallationSource/openxal,openxal/openxal,openxal/openxal,luxiaohan/openxal-csns-luxh,openxal/openxal,openxal... | /*
* PVLogSnapshotChooser.java
*
* Created on February 2, 2005, 4:44 PM
*
* Copyright (c) 2001-2005 Oak Ridge National Laboratory
* Oak Ridge, Tenessee 37831, U.S.A.
* All rights reserved.
*/
package xal.service.pvlogger.apputils.browser;
import xal.service.pvlogger.*;
import xal.tools.database.*;
import xal.... | services/pvlogger/extension/src/xal/service/pvlogger/apputils/browser/PVLogSnapshotChooser.java | /*
* PVLogSnapshotChooser.java
*
* Created on February 2, 2005, 4:44 PM
*
* Copyright (c) 2001-2005 Oak Ridge National Laboratory
* Oak Ridge, Tenessee 37831, U.S.A.
* All rights reserved.
*/
package xal.service.pvlogger.apputils.browser;
import xal.service.pvlogger.*;
import xal.tools.database.*;
import xal.... | Correct raw type usage.
| services/pvlogger/extension/src/xal/service/pvlogger/apputils/browser/PVLogSnapshotChooser.java | Correct raw type usage. | |
Java | mit | 67f3997783ff4b6df7dd9d9d3b708c60d3896457 | 0 | Jacobingalls/coldboot | package edu.utexas.ece.jacobingalls;
import edu.utexas.ece.jacobingalls.buildings.RobotFactory;
import edu.utexas.ece.jacobingalls.buildings.TeamBase;
import edu.utexas.ece.jacobingalls.gui.RightSideBar;
import edu.utexas.ece.jacobingalls.robots.AIRobot;
import edu.utexas.ece.jacobingalls.robots.Blueprint;
import edu.... | src/main/java/edu/utexas/ece/jacobingalls/App.java | package edu.utexas.ece.jacobingalls;
import edu.utexas.ece.jacobingalls.buildings.RobotFactory;
import edu.utexas.ece.jacobingalls.buildings.TeamBase;
import edu.utexas.ece.jacobingalls.gui.RightSideBar;
import edu.utexas.ece.jacobingalls.robots.AIRobot;
import edu.utexas.ece.jacobingalls.robots.Blueprint;
import edu.... | Add the beginings of keyboard controls
| src/main/java/edu/utexas/ece/jacobingalls/App.java | Add the beginings of keyboard controls | |
Java | mit | 1f4bf46324c0b3b5a4094b7a6486d1359912bdc1 | 0 | alternet/alternet.ml,alternet/alternet.ml | package ml.alternet.util;
/**
* Bytes-related utilities.
*
* @author Philippe Poulard
*/
@Util
public final class BytesUtil {
private BytesUtil() { }
/**
* Byte-to-byte copy of an array of chars to an array of bytes without
* conversion (a char contains 2 bytes).
*
* This method conve... | tools/src/main/java/ml/alternet/util/BytesUtil.java | package ml.alternet.util;
import java.util.Arrays;
/**
* Bytes-related utilities.
*
* @author Philippe Poulard
*/
@Util
public final class BytesUtil {
private BytesUtil() { }
/**
* Byte-to-byte copy of an array of chars to an array of bytes without
* conversion (a char contains 2 bytes).
... | Clear unused import | tools/src/main/java/ml/alternet/util/BytesUtil.java | Clear unused import | |
Java | mit | 038f912b6fafce0379f97cbac63e934ff326bd4d | 0 | wmi-students/wmi-timetable-android | package pl.edu.amu.wmi.wmitimetable;
import android.content.Intent;
import android.support.design.widget.TabLayout;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4... | app/src/main/java/pl/edu/amu/wmi/wmitimetable/MainActivity.java | package pl.edu.amu.wmi.wmitimetable;
import android.content.Intent;
import android.support.design.widget.TabLayout;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4... | #14 Page titles not updating on date change
| app/src/main/java/pl/edu/amu/wmi/wmitimetable/MainActivity.java | #14 Page titles not updating on date change | |
Java | mit | d7ef82197c61ac30fb4ca8931ec4e369453e0084 | 0 | xxyy/xyc | /*
* Copyright (c) 2013 - 2015 xxyy (Philipp Nowak; devnull@nowak-at.net). All rights reserved.
*
* Any usage, including, but not limited to, compiling, running, redistributing, printing,
* copying and reverse-engineering is strictly prohibited without explicit written permission
* from the original author and m... | bukkit/src/main/java/li/l1t/common/util/inventory/ItemStackFactory.java | /*
* Copyright (c) 2013 - 2015 xxyy (Philipp Nowak; devnull@nowak-at.net). All rights reserved.
*
* Any usage, including, but not limited to, compiling, running, redistributing, printing,
* copying and reverse-engineering is strictly prohibited without explicit written permission
* from the original author and m... | Fix ISF lore method being incompatible with Windows CRLF
database support, basically
| bukkit/src/main/java/li/l1t/common/util/inventory/ItemStackFactory.java | Fix ISF lore method being incompatible with Windows CRLF | |
Java | epl-1.0 | cdc46cc5afb88ac93a921d5cc55d0920c76e93a0 | 0 | jtrfp/terminal-recall,jtrfp/terminal-recall,jtrfp/terminal-recall | package org.jtrfp.trcl.math;
import org.apache.commons.math3.geometry.euclidean.threed.Vector3D;
public class Vect3D {
public static void subtract(double[] l, double[] r, double[] dest) {
dest[0]=l[0]-r[0];
dest[1]=l[1]-r[1];
dest[2]=l[2]-r[2];
}
public static double[] scalarMultiply(double [] src,... | src/main/java/org/jtrfp/trcl/math/Vect3D.java | package org.jtrfp.trcl.math;
import org.apache.commons.math3.geometry.euclidean.threed.Vector3D;
public class Vect3D {
public static void subtract(double[] l, double[] r, double[] dest) {
dest[0]=l[0]-r[0];
dest[1]=l[1]-r[1];
dest[2]=l[2]-r[2];
}
public static double[] scalarMultiply(double [] src,... | Added cross product. | src/main/java/org/jtrfp/trcl/math/Vect3D.java | Added cross product. | |
Java | agpl-3.0 | e64f4fe258068b093e48d7e0036edb94a3025476 | 0 | duncte123/SkyBot,duncte123/SkyBot,duncte123/SkyBot,duncte123/SkyBot | /*
* Skybot, a multipurpose discord bot
* Copyright (C) 2017 Duncan "duncte123" Sterken & Ramid "ramidzkh" Khan & Sanduhr32
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
* by the Free Software Foundation, e... | src/main/java/ml/duncte123/skybot/BotListener.java | /*
* Skybot, a multipurpose discord bot
* Copyright (C) 2017 Duncan "duncte123" Sterken & Ramid "ramidzkh" Khan & Sanduhr32
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
* by the Free Software Foundation, e... | Remove unused method
| src/main/java/ml/duncte123/skybot/BotListener.java | Remove unused method | |
Java | agpl-3.0 | 30eb9fec6ad467b8cb1a46de9a4a5aee66b1827e | 0 | opencadc/caom2,opencadc/caom2,opencadc/caom2,opencadc/caom2 | /*
************************************************************************
**** C A N A D I A N A S T R O N O M Y D A T A C E N T R E *****
*
* (c) 2017. (c) 2017.
* National Research Council Conseil national de recherches
* Ottawa, Canada, K1A 0R6 Ottaw... | caom2-artifact-resolvers/src/main/java/ca/nrc/cadc/caom2/artifact/resolvers/GeminiResolver.java | /*
************************************************************************
**** C A N A D I A N A S T R O N O M Y D A T A C E N T R E *****
*
* (c) 2017. (c) 2017.
* National Research Council Conseil national de recherches
* Ottawa, Canada, K1A 0R6 Ottaw... | Update Gemini archive name in GeminiResolver
| caom2-artifact-resolvers/src/main/java/ca/nrc/cadc/caom2/artifact/resolvers/GeminiResolver.java | Update Gemini archive name in GeminiResolver | |
Java | agpl-3.0 | 8f32047f832dafb94c6c0502f041aeff324b8066 | 0 | shunwang/sql-layer-1,relateiq/sql-layer,wfxiang08/sql-layer-1,jaytaylor/sql-layer,relateiq/sql-layer,jaytaylor/sql-layer,shunwang/sql-layer-1,qiuyesuifeng/sql-layer,qiuyesuifeng/sql-layer,ngaut/sql-layer,ngaut/sql-layer,ngaut/sql-layer,shunwang/sql-layer-1,wfxiang08/sql-layer-1,wfxiang08/sql-layer-1,relateiq/sql-layer,... | /**
* END USER LICENSE AGREEMENT (“EULA”)
*
* READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
* http://www.akiban.com/licensing/20110913
*
* BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
* ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
* AGREEMENT IS ENFOR... | src/main/java/com/akiban/sql/optimizer/rule/SelectPreponer.java | /**
* END USER LICENSE AGREEMENT (“EULA”)
*
* READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
* http://www.akiban.com/licensing/20110913
*
* BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
* ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
* AGREEMENT IS ENFOR... | Clean up comments some more.
| src/main/java/com/akiban/sql/optimizer/rule/SelectPreponer.java | Clean up comments some more. | |
Java | lgpl-2.1 | 2e58ba2dc8d41bf2e02f39cf0d210e5a455f3909 | 0 | simoc/mapyrus,simoc/mapyrus,simoc/mapyrus | /*
* This file is part of Mapyrus, software for plotting maps.
* Copyright (C) 2003, 2004 Simon Chenery.
*
* Mapyrus is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2 of the License... | src/org/mapyrus/Mapyrus.java | /*
* This file is part of Mapyrus, software for plotting maps.
* Copyright (C) 2003, 2004 Simon Chenery.
*
* Mapyrus is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2 of the License... | Add -e option to give Mapyrus commands on command line, like in Perl.
Rewrite command line parsing to handle arguments in a loop.
Shorten usage message to fit in a 80x25 terminal.
| src/org/mapyrus/Mapyrus.java | Add -e option to give Mapyrus commands on command line, like in Perl. Rewrite command line parsing to handle arguments in a loop. Shorten usage message to fit in a 80x25 terminal. | |
Java | lgpl-2.1 | 2d35f1358c8eba39ea3d10d2721e66a51904502c | 0 | MenZil/opencms-core,victos/opencms-core,victos/opencms-core,serrapos/opencms-core,mediaworx/opencms-core,serrapos/opencms-core,sbonoc/opencms-core,serrapos/opencms-core,mediaworx/opencms-core,alkacon/opencms-core,it-tavis/opencms-core,sbonoc/opencms-core,serrapos/opencms-core,it-tavis/opencms-core,alkacon/opencms-core,... |
/*
* File : $Source: /alkacon/cvs/opencms/src/com/opencms/workplace/Attic/CmsAdminProjectNew.java,v $
* Date : $Date: 2001/07/17 07:16:05 $
* Version: $Revision: 1.51 $
*
* Copyright (C) 2000 The OpenCms Group
*
* This File is part of OpenCms -
* the Open Source Content Mananagement System
*
* This program is fr... | src/com/opencms/workplace/CmsAdminProjectNew.java |
/*
* File : $Source: /alkacon/cvs/opencms/src/com/opencms/workplace/Attic/CmsAdminProjectNew.java,v $
* Date : $Date: 2001/07/09 08:09:21 $
* Version: $Revision: 1.50 $
*
* Copyright (C) 2000 The OpenCms Group
*
* This File is part of OpenCms -
* the Open Source Content Mananagement System
*
* This program is fr... | only folders in /content/bodys/ are added automatically
| src/com/opencms/workplace/CmsAdminProjectNew.java | only folders in /content/bodys/ are added automatically | |
Java | lgpl-2.1 | 867c628da8daea9c01835bde459838ece3c17045 | 0 | levants/lightmare | package org.lightmare.ejb;
import java.io.IOException;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Proxy;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
import javax.ejb.Stateless;
import javax.persistence.EntityManagerFactory;
import... | src/main/java/org/lightmare/ejb/EjbConnector.java | package org.lightmare.ejb;
import java.io.IOException;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Proxy;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
import javax.ejb.Stateless;
import javax.persistence.EntityManagerFactory;
import... | improved code / comments at utility classes | src/main/java/org/lightmare/ejb/EjbConnector.java | improved code / comments at utility classes | |
Java | lgpl-2.1 | 373b275d6647de20273e648f8f5165a87daeb31a | 0 | bjalon/nuxeo-features,nuxeo-archives/nuxeo-features,deadcyclo/nuxeo-features,nuxeo-archives/nuxeo-features,deadcyclo/nuxeo-features,nuxeo-archives/nuxeo-features,bjalon/nuxeo-features,bjalon/nuxeo-features,deadcyclo/nuxeo-features,bjalon/nuxeo-features,nuxeo-archives/nuxeo-features,deadcyclo/nuxeo-features,nuxeo-archiv... | /*
* (C) Copyright 2006-2007 Nuxeo SAS (http://nuxeo.com/) and contributors.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser General Public License
* (LGPL) version 2.1 which accompanies this distribution, and is available at
* http://www... | nuxeo-platform-webapp-core/src/main/java/org/nuxeo/ecm/webapp/action/ConversionActionBean.java | /*
* (C) Copyright 2006-2007 Nuxeo SAS (http://nuxeo.com/) and contributors.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser General Public License
* (LGPL) version 2.1 which accompanies this distribution, and is available at
* http://www... | NXP-2305 missing catch
| nuxeo-platform-webapp-core/src/main/java/org/nuxeo/ecm/webapp/action/ConversionActionBean.java | NXP-2305 missing catch | |
Java | lgpl-2.1 | 095aac2000077509494a1385a755d6e378e3dda4 | 0 | exedio/copernica,exedio/copernica,exedio/copernica |
package com.exedio.cope.lib;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import com.exedio.cope.lib.collision.CollisionItem1;
import com.exedio.cope.lib.collision.CollisionItem2;
import com.exedio.cope.lib.hierarchy.FirstSub;
import com.exedio.cope.lib.hierarchy.Super... | lib/testsrc/com/exedio/cope/lib/DatabaseLibTest.java |
package com.exedio.cope.lib;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import com.exedio.cope.lib.collision.CollisionItem1;
import com.exedio.cope.lib.collision.CollisionItem2;
import com.exedio.cope.lib.hierarchy.FirstSub;
import com.exedio.cope.lib.hierarchy.Super... | much larger example system
git-svn-id: 9dbc6da3594b32e13bcf3b3752e372ea5bc7c2cc@987 e7d4fc99-c606-0410-b9bf-843393a9eab7
| lib/testsrc/com/exedio/cope/lib/DatabaseLibTest.java | much larger example system | |
Java | apache-2.0 | a8234bd4015ea9d1f968a610db38f5aa466825fa | 0 | MyRealityCoding/rbcgj-2016,MyRealityCoding/rbcgj-2016,MyRealityCoding/rbcgj-2016 | package tv.rocketbeans.rbcgj.core;
import com.badlogic.gdx.audio.Music;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badlogic.gdx.maps.MapLayer;
import com.badlogic.gdx.maps.MapLayers;
import com.badlogic.gdx.maps.MapObject;
import com.badlogic.gdx.maps.MapPro... | core/src/tv/rocketbeans/rbcgj/core/LevelManager.java | package tv.rocketbeans.rbcgj.core;
import com.badlogic.gdx.audio.Music;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badlogic.gdx.maps.MapLayer;
import com.badlogic.gdx.maps.MapLayers;
import com.badlogic.gdx.maps.MapObject;
import com.badlogic.gdx.maps.MapPro... | Animate breadcrumbs
| core/src/tv/rocketbeans/rbcgj/core/LevelManager.java | Animate breadcrumbs | |
Java | apache-2.0 | 685f074aa8cf3f7e1a05c4cbcc39372f5d9bdf00 | 0 | cdapio/netty-http | /*
* Copyright 2016 The Netty Project
*
* The Netty Project licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | src/main/java/io/cdap/http/internal/NonStickyEventExecutorGroup.java | /*
* Copyright 2016 The Netty Project
*
* The Netty Project licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | Using isEmpty() instead of peek() to check if task queue is empty, since peek() implementation operates in a similar way to poll like a consumer which can lead to a multi-consumer scenario on a multi-producer-single-consumer queue, therefore getting into an infinite loop issue inside MPSC queue implementation.
| src/main/java/io/cdap/http/internal/NonStickyEventExecutorGroup.java | Using isEmpty() instead of peek() to check if task queue is empty, since peek() implementation operates in a similar way to poll like a consumer which can lead to a multi-consumer scenario on a multi-producer-single-consumer queue, therefore getting into an infinite loop issue inside MPSC queue implementation. | |
Java | apache-2.0 | 4d0db0feebfe7f4a2ce5f1c68089699a00d18a17 | 0 | tateshitah/jspwiki,tateshitah/jspwiki,tateshitah/jspwiki,tateshitah/jspwiki | /*
JSPWiki - a JSP-based WikiWiki clone.
Copyright (C) 2001 Janne Jalkanen (Janne.Jalkanen@iki.fi)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of t... | src/com/ecyrd/jspwiki/providers/CachingProvider.java | /*
JSPWiki - a JSP-based WikiWiki clone.
Copyright (C) 2001 Janne Jalkanen (Janne.Jalkanen@iki.fi)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of t... | Now uses ClassUtil instead of WikiEngine.findWikiClass()
git-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@622896 13f79535-47bb-0310-9956-ffa450edef68
| src/com/ecyrd/jspwiki/providers/CachingProvider.java | Now uses ClassUtil instead of WikiEngine.findWikiClass() | |
Java | apache-2.0 | b762fb8520a3b6d826d07c809122e0b60b6533fb | 0 | jguerinet/MyMartlet,jguerinet/MyMartlet,jguerinet/MyMartlet-Android,jguerinet/MyMartlet,jguerinet/MyMartlet | /*
* Copyright 2014-2016 Appvelopers
*
* 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... | app/src/main/java/ca/appvelopers/mcgillmobile/util/storage/Clear.java | /*
* Copyright 2014-2016 Appvelopers
*
* 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... | Added TODO in Clear class.
| app/src/main/java/ca/appvelopers/mcgillmobile/util/storage/Clear.java | Added TODO in Clear class. | |
Java | apache-2.0 | fd270d1a8b7a6c7b189188df661c4a7f7420da5e | 0 | jasenmoloy/wirelesscontrol | package jasenmoloy.wirelesscontrol.ui;
import android.content.Context;
import android.content.Intent;
import android.support.v7.widget.CardView;
import android.util.AttributeSet;
import android.view.GestureDetector;
import android.view.MotionEvent;
import jasenmoloy.wirelesscontrol.data.Constants;
import jasenmoloy.w... | app/src/main/java/jasenmoloy/wirelesscontrol/ui/GeofenceCardView.java | package jasenmoloy.wirelesscontrol.ui;
import android.content.Context;
import android.content.Intent;
import android.support.v7.widget.CardView;
import android.util.AttributeSet;
import android.view.MotionEvent;
import jasenmoloy.wirelesscontrol.data.Constants;
import jasenmoloy.wirelesscontrol.data.GeofenceData;
imp... | Improve method for determining tap vs. scroll on GeofenceCardView using GestureDetector
| app/src/main/java/jasenmoloy/wirelesscontrol/ui/GeofenceCardView.java | Improve method for determining tap vs. scroll on GeofenceCardView using GestureDetector | |
Java | apache-2.0 | 2d1a7b75955e17b1a6b596622e2a74ec460827ef | 0 | robertmilowski/generator-jhipster,ziogiugno/generator-jhipster,gzsombor/generator-jhipster,atomfrede/generator-jhipster,deepu105/generator-jhipster,vivekmore/generator-jhipster,danielpetisme/generator-jhipster,sohibegit/generator-jhipster,xetys/generator-jhipster,jkutner/generator-jhipster,pascalgrimaud/generator-jhips... | package <%=packageName%>.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;<% if (hibernateCache != 'no' && databaseType == 'sql') { %>
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;<% } %>
import org.hibernate.validator.constraints.Email;
<% if (databaseTyp... | app/templates/src/main/java/package/domain/_User.java | package <%=packageName%>.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;<% if (hibernateCache != 'no' && databaseType == 'sql') { %>
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;<% } %>
import org.hibernate.validator.constraints.Email;
<% if (databaseTyp... | Set column length = 5 to match liquibase and constraint validation
| app/templates/src/main/java/package/domain/_User.java | Set column length = 5 to match liquibase and constraint validation | |
Java | apache-2.0 | 0d10424a7f577c9f7c654e87f05e83ad36373e35 | 0 | likaiwalkman/cassandra,ptuckey/cassandra,sbtourist/cassandra,yangzhe1991/cassandra,pcmanus/cassandra,blerer/cassandra,whitepages/cassandra,jasonstack/cassandra,phact/cassandra,DICL/cassandra,joesiewert/cassandra,bmel/cassandra,instaclustr/cassandra,Instagram/cassandra,Stratio/stratio-cassandra,carlyeks/cassandra,weiden... | /*
* 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 ... | src/java/org/apache/cassandra/db/ColumnFamilyStore.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 ... | include range bounds in debug logging of range and index scans
| src/java/org/apache/cassandra/db/ColumnFamilyStore.java | include range bounds in debug logging of range and index scans | |
Java | apache-2.0 | ee8dbe522468d2a196a56eab405ea528872cacb8 | 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.security.permissions;
import java.util.Collection;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.data.repository.CrudRepository;
import org.springframework.security.core.Authentication;
import ca.corefacility.bioinformatics.irida.exce... | src/main/java/ca/corefacility/bioinformatics/irida/security/permissions/BasePermission.java | package ca.corefacility.bioinformatics.irida.security.permissions;
import java.util.Collection;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.data.repository.CrudRepository;
import org.springframework.security.core.Authentication;
import ca.corefacility.bioinformatics.irida.exce... | Re-factored BasePermission to be much easier to understand
| src/main/java/ca/corefacility/bioinformatics/irida/security/permissions/BasePermission.java | Re-factored BasePermission to be much easier to understand | |
Java | apache-2.0 | 7da104335cf1ec93118f90b961df907455ffb097 | 0 | FredGithub/libgdx,hyvas/libgdx,MikkelTAndersen/libgdx,sarkanyi/libgdx,samskivert/libgdx,tommyettinger/libgdx,josephknight/libgdx,cypherdare/libgdx,josephknight/libgdx,FredGithub/libgdx,Zomby2D/libgdx,MovingBlocks/libgdx,samskivert/libgdx,MikkelTAndersen/libgdx,hyvas/libgdx,codepoke/libgdx,ttencate/libgdx,sarkanyi/libgd... | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | gdx/src/com/badlogic/gdx/scenes/scene2d/Stage.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.a... | Stage: allow to access/read debugAll Variable (#4663)
its already allowed to change the debugAll variable,
why not allow to access/read it as well ?
(its realy inconvinient to access it otherwise) | gdx/src/com/badlogic/gdx/scenes/scene2d/Stage.java | Stage: allow to access/read debugAll Variable (#4663) | |
Java | apache-2.0 | 7c07f62fbc954ab30b948d6f165e648809930bdd | 0 | yufenghua/zhaoxi,yufenghua/zhaoxi,yufenghua/zhaoxi | package com.ylp.date.security.impl;
import org.apache.commons.lang.StringUtils;
import com.ylp.date.security.Pmchecker;
public class RolePmChecker implements Pmchecker {
private static final String ROLE_AUDITOR = "auditor";
private String role;
public RolePmChecker(String role) {
this.role = role;
}
public... | src/com/ylp/date/security/impl/RolePmChecker.java | package com.ylp.date.security.impl;
import com.ylp.date.security.Pmchecker;
public class RolePmChecker implements Pmchecker {
private String role;
public RolePmChecker(String role) {
this.role = role;
}
public boolean check(String oper, Object obj) {
return true;
}
public boolean check(String oper, Obje... | 角色权限简单处理 | src/com/ylp/date/security/impl/RolePmChecker.java | 角色权限简单处理 | |
Java | apache-2.0 | 9544347e57843718c3caf439b3111610cfd04eea | 0 | mikosik/smooth-build,mikosik/smooth-build | package org.smoothbuild.db.hashed;
import static org.smoothbuild.SmoothConstants.CHARSET;
import com.google.common.hash.HashCode;
import com.google.common.hash.HashFunction;
import com.google.common.hash.Hasher;
import com.google.common.hash.Hashing;
public class Hash {
public static Hasher newHasher() {
retur... | src/main/java/org/smoothbuild/db/hashed/Hash.java | package org.smoothbuild.db.hashed;
import static org.smoothbuild.SmoothConstants.CHARSET;
import com.google.common.hash.HashCode;
import com.google.common.hash.HashFunction;
import com.google.common.hash.Hasher;
import com.google.common.hash.Hashing;
public class Hash {
public static Hasher newHasher() {
retur... | refactored Hash class
| src/main/java/org/smoothbuild/db/hashed/Hash.java | refactored Hash class | |
Java | apache-2.0 | a150df5288ee73d9bbb90f9317c5713d20f88537 | 0 | lookout/commons-compress,lookout/commons-compress,krosenvold/commons-compress,mohanaraosv/commons-compress,mohanaraosv/commons-compress,krosenvold/commons-compress,apache/commons-compress,mohanaraosv/commons-compress,lookout/commons-compress,apache/commons-compress,krosenvold/commons-compress,apache/commons-compress | /*
* 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 ... | src/main/java/org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.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 ... | COMPRESS-147 be extra defensive against overflows - can actually not happen with the current snappy compressors where offset will always be <= 32768
git-svn-id: fb13a56e2874bbe7f090676f40e1dce4dcf67111@1548804 13f79535-47bb-0310-9956-ffa450edef68
| src/main/java/org/apache/commons/compress/compressors/snappy/SnappyCompressorInputStream.java | COMPRESS-147 be extra defensive against overflows - can actually not happen with the current snappy compressors where offset will always be <= 32768 | |
Java | apache-2.0 | 0bca0808e885a384b50e7656ba8c4424394a736b | 0 | apache/openwebbeans,apache/openwebbeans,apache/openwebbeans | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ma... | webbeans-impl/src/main/java/org/apache/webbeans/component/creation/BeanAttributesBuilder.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 ma... | OWB-1182 remove unused getType() method
git-svn-id: 6e2e506005f11016269006bf59d22f905406eeba@1798863 13f79535-47bb-0310-9956-ffa450edef68
| webbeans-impl/src/main/java/org/apache/webbeans/component/creation/BeanAttributesBuilder.java | OWB-1182 remove unused getType() method | |
Java | apache-2.0 | ba2d181bb6409ff1ab022dc51e6927f9cfc4e7bb | 0 | devemux86/graphhopper,ammagamma/graphhopper,boldtrn/graphhopper,routexl/graphhopper,devemux86/graphhopper,graphhopper/graphhopper,fbonzon/graphhopper,boldtrn/graphhopper,fbonzon/graphhopper,ammagamma/graphhopper,fbonzon/graphhopper,fbonzon/graphhopper,boldtrn/graphhopper,don-philipe/graphhopper,routexl/graphhopper,don-... | /*
* Licensed to GraphHopper GmbH under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* GraphHopper GmbH licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not ... | core/src/main/java/com/graphhopper/routing/weighting/TurnWeighting.java | /*
* Licensed to GraphHopper GmbH under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* GraphHopper GmbH licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not ... | Extract TurnWeighting#calcTurnMillis
| core/src/main/java/com/graphhopper/routing/weighting/TurnWeighting.java | Extract TurnWeighting#calcTurnMillis | |
Java | apache-2.0 | 60b74f424798e960f2f6bf1ea9a8a0f56ff86bc3 | 0 | fishercoder1534/Leetcode,fishercoder1534/Leetcode,fishercoder1534/Leetcode,fishercoder1534/Leetcode,fishercoder1534/Leetcode | package com.fishercoder.solutions;
public class _186 {
public static class Solution1 {
public void reverseWords(char[] s) {
// Three steps to reverse
// 1, reverse the whole sentence
reverse(s, 0, s.length - 1);
// 2, reverse each word
int start =... | src/main/java/com/fishercoder/solutions/_186.java | package com.fishercoder.solutions;
/**
* 186. Reverse Words in a String II
Given an input string, reverse the string word by word. A word is defined as a sequence of non-space characters.
The input string does not contain leading or trailing spaces and the words are always separated by a single space.
For examp... | add a solution for 186
| src/main/java/com/fishercoder/solutions/_186.java | add a solution for 186 | |
Java | apache-2.0 | 6a2f6906c006ab92d6f3e29314419ab3b019ab60 | 0 | yumingjuan/selenium,jmt4/Selenium2,jmt4/Selenium2,yumingjuan/selenium,yumingjuan/selenium,jmt4/Selenium2,yumingjuan/selenium,jmt4/Selenium2,jmt4/Selenium2,yumingjuan/selenium,jmt4/Selenium2,jmt4/Selenium2,yumingjuan/selenium,jmt4/Selenium2,jmt4/Selenium2,yumingjuan/selenium,yumingjuan/selenium,yumingjuan/selenium | /*
Copyright 2011 WebDriver committers
Copyright 2011 Software Freedom Conservancy.
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 ... | java/client/test/org/openqa/selenium/WindowTest.java | /*
Copyright 2011 WebDriver committers
Copyright 2011 Software Freedom Conservancy.
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 ... | JariBakken: Ignore testCanMaximizeTheWindow() on Sauce + Linux.
This test requires a window manager to function, and Sauce currently doesn't use one.
git-svn-id: aa1aa1384423cb28c2b1e29129bb3a91de1d9196@16473 07704840-8298-11de-bf8c-fd130f914ac9
| java/client/test/org/openqa/selenium/WindowTest.java | JariBakken: Ignore testCanMaximizeTheWindow() on Sauce + Linux. | |
Java | apache-2.0 | c5db5d55da4b62cdf7a18c201f33dda661963d5c | 0 | aosp-mirror/platform_frameworks_support,androidx/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,aosp-mirror/platform_frameworks_support,androidx/androidx,aosp-mirror/platform_frameworks_support,androidx/androidx,androidx/androidx,aosp-mirror/platform_frameworks_suppor... | /*
* 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... | v4/java/android/support/v4/view/ViewPager.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... | am 6c1b3964: Merge from jb-mr1-aah-dev
* commit '6c1b3964742b6b7e58741a0e1ddec294b19c4121':
ViewPager: fixed paddingLeft/paddingRight handling
| v4/java/android/support/v4/view/ViewPager.java | am 6c1b3964: Merge from jb-mr1-aah-dev | |
Java | apache-2.0 | 72c55233b96d7d54bec3a53d20535e5798d4cc46 | 0 | xschildw/Synapse-Repository-Services,hhu94/Synapse-Repository-Services,xschildw/Synapse-Repository-Services,xschildw/Synapse-Repository-Services,Sage-Bionetworks/Synapse-Repository-Services,zimingd/Synapse-Repository-Services,xschildw/Synapse-Repository-Services,hhu94/Synapse-Repository-Services,hhu94/Synapse-Repositor... | package org.sagebionetworks.javadoc.web.services;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.io.File;
import java.net.URL;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
impo... | lib/lib-javadoc/src/test/java/org/sagebionetworks/javadoc/web/services/SpringMVCDocletTest.java | package org.sagebionetworks.javadoc.web.services;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.io.File;
import java.net.URL;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
impo... | PLFM-2984
| lib/lib-javadoc/src/test/java/org/sagebionetworks/javadoc/web/services/SpringMVCDocletTest.java | PLFM-2984 | |
Java | apache-2.0 | fd29a779358153351f4471525a6c246abcf678da | 0 | thomasfischl/eurydome,thomasfischl/eurydome,thomasfischl/eurydome,thomasfischl/eurydome,thomasfischl/eurydome | package com.github.thomasfischl.eurydome.backend.rest;
import java.io.IOException;
import java.util.List;
import javax.inject.Inject;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.we... | eurydome-backend/src/main/java/com/github/thomasfischl/eurydome/backend/rest/FileController.java | package com.github.thomasfischl.eurydome.backend.rest;
import java.io.IOException;
import java.util.List;
import javax.inject.Inject;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.we... | Fixes #13: File Upload Bug: Improve redirect url
| eurydome-backend/src/main/java/com/github/thomasfischl/eurydome/backend/rest/FileController.java | Fixes #13: File Upload Bug: Improve redirect url | |
Java | apache-2.0 | 4b34535458e5ccdf5561bda698731e77ec4719fb | 0 | nestormh/svm_path_planner,nestormh/svm_path_planner | package sibtra.ui.modulos;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import sibtra.predictivo.Coche;
import sibtra.shm.ShmInterface;
import sibtra.gps.Ruta;
import sibtra.gps.Trayectoria;
import sibtra.ui.VentanasMonitoriza;
//import sibtra.ui.d... | Jade/src/sibtra/ui/modulos/ModificadorACO.java | package sibtra.ui.modulos;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import sibtra.predictivo.Coche;
import sibtra.shm.ShmInterface;
import sibtra.gps.Ruta;
import sibtra.gps.Trayectoria;
import sibtra.ui.VentanasMonitoriza;
//import sibtra.ui.d... | Añadido el panel para el modificador ACO
| Jade/src/sibtra/ui/modulos/ModificadorACO.java | Añadido el panel para el modificador ACO | |
Java | bsd-2-clause | 1e1f72acb7966278877b26f48afc41549818d24f | 0 | HTWProject/Finanzplanung,HTWProject/Finanzplanung | package com.htw.finanzplanung;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.provider.DocumentsContract;
import android.text.Html;
import android.util.Log;
import org.apache.http.NameValueP... | app/src/main/java/com/htw/finanzplanung/Data_Access.java | package com.htw.finanzplanung;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.provider.DocumentsContract;
import android.text.Html;
import android.util.Log;
import org.apache.http.NameValueP... | dem Synchronisieren mit der Externen Datenbank sehr nahe
| app/src/main/java/com/htw/finanzplanung/Data_Access.java | dem Synchronisieren mit der Externen Datenbank sehr nahe | |
Java | bsd-3-clause | 90006e558460034b01666eefe39c8616a1686ce9 | 0 | agmip/quadui | package org.agmip.ui.quadui;
import com.rits.cloning.Cloner;
import java.io.File;
import java.io.FileInputStream;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Scanner;
import java.util.concurrent.ExecutorService;
import java.util.concurr... | src/main/java/org/agmip/ui/quadui/ApplyDomeTask.java | package org.agmip.ui.quadui;
import com.rits.cloning.Cloner;
import java.io.File;
import java.io.FileInputStream;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Scanner;
import java.util.concurrent.ExecutorService;
import java.util.concurr... | Fix the issue that old style DOME would not get linked correctly | src/main/java/org/agmip/ui/quadui/ApplyDomeTask.java | Fix the issue that old style DOME would not get linked correctly | |
Java | mit | db44e48e18f117392b7b127674b54b1170a8068c | 0 | core9-archive/module-static-handler | package io.core9.plugin.statichandler;
import io.core9.plugin.filesmanager.FileRepository;
import io.core9.plugin.server.handler.Middleware;
import io.core9.plugin.server.request.Request;
import io.core9.plugin.server.vertx.VertxServer;
import java.io.IOException;
import java.io.InputStream;
import java.util.Map;
im... | src/impl/java/io/core9/plugin/statichandler/MongoStaticHandlerImpl.java | package io.core9.plugin.statichandler;
import io.core9.plugin.filesmanager.FileRepository;
import io.core9.plugin.server.handler.Middleware;
import io.core9.plugin.server.request.Request;
import io.core9.plugin.server.vertx.VertxServer;
import java.io.IOException;
import java.io.InputStream;
import java.util.Map;
im... | null pointer fix | src/impl/java/io/core9/plugin/statichandler/MongoStaticHandlerImpl.java | null pointer fix | |
Java | mit | 243dfaeeae7aae29877f9f4b0bf8a52f4bb3602d | 0 | vishesh/sealnote,vishesh/sealnote | package com.twistedplane.sealnote;
import android.app.Application;
import android.view.ViewConfiguration;
import com.twistedplane.sealnote.data.DatabaseHandler;
import net.sqlcipher.database.SQLiteDatabase;
import java.lang.reflect.Field;
public class SealnoteApplication extends Application {
public final static... | Sealnote/src/main/java/com/twistedplane/sealnote/SealnoteApplication.java | package com.twistedplane.sealnote;
import android.app.Application;
import com.twistedplane.sealnote.data.DatabaseHandler;
import net.sqlcipher.database.SQLiteDatabase;
public class SealnoteApplication extends Application {
public final static String TAG = "SealnoteApplication";
private static DatabaseHandler... | UI: Always show overflow button on ActionBar
Overflow button is not visible on devices with
hardware menu button. Feels inconsitent with
complete touch experience
| Sealnote/src/main/java/com/twistedplane/sealnote/SealnoteApplication.java | UI: Always show overflow button on ActionBar | |
Java | mit | 00055cdc985a262d404ab76eca2a8530f40efacd | 0 | PauliNiva/Sotechat,PauliNiva/Sotechat,PauliNiva/Sotechat | package sotechat.domainService;
import java.util.Date;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import sotechat.domain.Message;
import sotechat.domain.Conversation;
import sotechat.repo.C... | src/main/java/sotechat/domainService/MessageService.java | package sotechat.domainService;
import java.util.Date;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import sotechat.domain.Message;
import sotechat.domain.Conversation;
import sotechat.repo.C... | Update MessageService.java | src/main/java/sotechat/domainService/MessageService.java | Update MessageService.java | |
Java | mit | ce596f3f2a51b609e46f9bd695600605a6274816 | 0 | WycliffeAssociates/translationRecorder,WycliffeAssociates/translationRecorder,WycliffeAssociates/translationRecorder,WycliffeAssociates/translationRecorder,WycliffeAssociates/translationRecorder,WycliffeAssociates/translationRecorder | package wycliffeassociates.recordingapp.AudioVisualization;
import android.content.Context;
import android.graphics.Canvas;
import android.support.v4.view.GestureDetectorCompat;
import android.util.AttributeSet;
import android.view.GestureDetector;
import android.view.MotionEvent;
import android.view.ScaleGestureDetec... | RecordingApp/app/src/main/java/wycliffeassociates/recordingapp/AudioVisualization/WaveformView.java | package wycliffeassociates.recordingapp.AudioVisualization;
import android.content.Context;
import android.graphics.Canvas;
import android.support.v4.view.GestureDetectorCompat;
import android.util.AttributeSet;
import android.view.GestureDetector;
import android.view.MotionEvent;
import android.view.ScaleGestureDetec... | save work
| RecordingApp/app/src/main/java/wycliffeassociates/recordingapp/AudioVisualization/WaveformView.java | save work | |
Java | mit | 53c09e710f8c0f6d0c31111910ac325b412128fa | 0 | dktcoding/mrft,dktcoding/mrft | /*
* MIT License
*
* Copyright (c) 2016-2018 Federico Vera <https://github.com/dktcoding>
*
* 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 limi... | src/com/dkt/mrft/utils/FileDrop.java | /*
* MIT License
*
* Copyright (c) 2016 Federico Vera <https://github.com/dktcoding>
*
* 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 limitatio... | Remove empty else{} and redundant if
| src/com/dkt/mrft/utils/FileDrop.java | Remove empty else{} and redundant if | |
Java | mit | df8ded297a67264c2e1a09bc34419c66f13cf06f | 0 | KehxStudios/Atlas,KehxStudios/Atlas,KehxStudios/Atlas,KehxStudios/Atlas | /*******************************************************************************
* Copyright 2017 See AUTHORS file.
*
* 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 restricti... | core/src/com/kehxstudios/atlas/managers/InputManager.java | /*******************************************************************************
* Copyright 2017 See AUTHORS file.
*
* 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 restricti... | InputManager ECS Update
- Patched Entity & Components ECS changes | core/src/com/kehxstudios/atlas/managers/InputManager.java | InputManager ECS Update | |
Java | epl-1.0 | f4ab122c37b41a43ba26be671207bbd0d3b309b9 | 0 | Adonias1/327Project | package client;
import java.io.*;
import java.net.*;
import java.util.ArrayList;
import java.util.concurrent.*;
import server.TCPServer.ServerSocketThread;
class TCPClient{
public static void main(String argv[]) throws Exception{
String serverResponse; // String to hold response from server
Socket clientSocket... | src/client/TCPClient.java | package client;
import java.io.*;
import java.net.*;
class TCPClient{
public static void main(String argv[]) throws Exception{
String serverResponse; // String to hold response from server
Socket clientSocket = new Socket("localhost", 4279); // Establishing connection to server
DataOutputStream outToServer = n... | localhost
ahh
| src/client/TCPClient.java | localhost | |
Java | epl-1.0 | 17c63b28650dbe527244679f96056daf8cfd735f | 0 | PeterC-DLS/org.eclipse.dataset,jamesmudd/dawnsci,Anthchirp/dawnsci,jonahkichwacoders/dawnsci,belkassaby/dawnsci,DawnScience/dawnsci,Anthchirp/dawnsci,eclipse/dawnsci,jamesmudd/dawnsci,willrogers/dawnsci,colinpalmer/dawnsci,jamesmudd/dawnsci,xen-0/dawnsci,PeterC-DLS/org.eclipse.dataset,jonahkichwacoders/dawnsci,colinpal... | /*-
* Copyright 2015 Diamond Light Source Ltd.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.eclips... | org.eclipse.dawnsci.plotting.examples/src/org/eclipse/dawnsci/plotting/examples/exercises/Exercise3.java | /*-
* Copyright 2015 Diamond Light Source Ltd.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.eclips... | Removed comment. | org.eclipse.dawnsci.plotting.examples/src/org/eclipse/dawnsci/plotting/examples/exercises/Exercise3.java | Removed comment. | |
Java | mpl-2.0 | 97c015f919900a080887a59e3c9e2ddce61d44d8 | 0 | jamesfeshner/openmrs-module,dcmul/openmrs-core,aboutdata/openmrs-core,maany/openmrs-core,nilusi/Legacy-UI,andyvand/OpenMRS,kristopherschmidt/openmrs-core,sintjuri/openmrs-core,macorrales/openmrs-core,jvena1/openmrs-core,michaelhofer/openmrs-core,jembi/openmrs-core,jcantu1988/openmrs-core,hoquangtruong/TestMylyn,aboutda... | /**
* The contents of this file are subject to the OpenMRS Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://license.openmrs.org
*
* Software distributed under the License is distributed on an "AS... | src/web/org/openmrs/web/dwr/DWREncounterService.java | /**
* The contents of this file are subject to the OpenMRS Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://license.openmrs.org
*
* Software distributed under the License is distributed on an "AS... | Error when attempting to search for voided encounters: Don't include voided encounters - TRUNK-190
git-svn-id: ce3478dfdc990238714fcdf4fc6855b7489218cf@14279 5bac5841-c719-aa4e-b3fe-cce5062f897a
| src/web/org/openmrs/web/dwr/DWREncounterService.java | Error when attempting to search for voided encounters: Don't include voided encounters - TRUNK-190 | |
Java | lgpl-2.1 | ebc446e5007881073d198798f44148a0157b9aee | 0 | kimrutherford/intermine,JoeCarlson/intermine,joshkh/intermine,JoeCarlson/intermine,kimrutherford/intermine,joshkh/intermine,elsiklab/intermine,drhee/toxoMine,Arabidopsis-Information-Portal/intermine,drhee/toxoMine,JoeCarlson/intermine,kimrutherford/intermine,joshkh/intermine,drhee/toxoMine,Arabidopsis-Information-Porta... | package org.modmine.web;
/*
* Copyright (C) 2002-2010 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/lesser.html.
*
... | modmine/webapp/src/org/modmine/web/MetadataCache.java | package org.modmine.web;
/*
* Copyright (C) 2002-2010 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/lesser.html.
*
... | Experiment feature counts duplication fixed
| modmine/webapp/src/org/modmine/web/MetadataCache.java | Experiment feature counts duplication fixed | |
Java | lgpl-2.1 | 63c8ba46dc791884087aa7c773eae7b547482cdb | 0 | sewe/spotbugs,KengoTODA/spotbugs,johnscancella/spotbugs,KengoTODA/spotbugs,KengoTODA/spotbugs,spotbugs/spotbugs,sewe/spotbugs,spotbugs/spotbugs,johnscancella/spotbugs,sewe/spotbugs,spotbugs/spotbugs,spotbugs/spotbugs,johnscancella/spotbugs,sewe/spotbugs,KengoTODA/spotbugs,johnscancella/spotbugs,spotbugs/spotbugs | /*
* Machine Learning support for FindBugs
* Copyright (C) 2005, University of Maryland
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (... | findbugs/src/java/edu/umd/cs/findbugs/ml/GenerateUIDs.java | /*
* Machine Learning support for FindBugs
* Copyright (C) 2005, University of Maryland
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (... | add additional null pointer checks
git-svn-id: e7d6bde23f017c9ff4efd468d79d66def666766b@7740 eae3c2d3-9b19-0410-a86e-396b6ccb6ab3
| findbugs/src/java/edu/umd/cs/findbugs/ml/GenerateUIDs.java | add additional null pointer checks | |
Java | apache-2.0 | 049ed6964f88946a4829f9d3ea29b573a314d89e | 0 | RoaringBitmap/RoaringBitmap,lemire/RoaringBitmap,lemire/RoaringBitmap,lemire/RoaringBitmap,RoaringBitmap/RoaringBitmap,RoaringBitmap/RoaringBitmap,RoaringBitmap/RoaringBitmap,lemire/RoaringBitmap | package org.roaringbitmap.longlong;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Comparator;
import java.util.List;
impor... | src/test/java/org/roaringbitmap/longlong/TestRoaring64NavigableMap.java | package org.roaringbitmap.longlong;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Comparator;
import java.util.List;
impor... | Fix unit-tests
| src/test/java/org/roaringbitmap/longlong/TestRoaring64NavigableMap.java | Fix unit-tests | |
Java | apache-2.0 | 27108be45f5b8753d2ec58a53083188853ff477b | 0 | danc86/jena-core,danc86/jena-core | /*
* (c) Copyright 2002, Hewlett-Packard Company, all rights reserved.
* [See end of file]
*/
package com.hp.hpl.jena.util;
import java.io.* ;
import java.net.* ;
import org.apache.log4j.*;
import com.hp.hpl.jena.rdf.model.* ;
import com.hp.hpl.jena.mem.* ;
//import com.hp.hpl.jena.bdb.* ;
//import com.hp.hpl.je... | src/com/hp/hpl/jena/util/ModelLoader.java | /*
* (c) Copyright 2002, Hewlett-Packard Company, all rights reserved.
* [See end of file]
*/
package com.hp.hpl.jena.util;
import java.io.* ;
import java.net.* ;
import org.apache.log4j.*;
import com.hp.hpl.jena.rdf.model.* ;
import com.hp.hpl.jena.mem.* ;
//import com.hp.hpl.jena.bdb.* ;
//import com.hp.hpl.je... | New method loadModel(string) to choose and load a file or URL
git-svn-id: 227c23bb629cf7bef445105b977924772e49ae4f@1109235 13f79535-47bb-0310-9956-ffa450edef68
| src/com/hp/hpl/jena/util/ModelLoader.java | New method loadModel(string) to choose and load a file or URL | |
Java | apache-2.0 | f21efbe2e834b2b860052f0a2c226d648f902685 | 0 | mdogan/hazelcast,tufangorel/hazelcast,emre-aydin/hazelcast,mesutcelik/hazelcast,emre-aydin/hazelcast,tkountis/hazelcast,Donnerbart/hazelcast,mdogan/hazelcast,dbrimley/hazelcast,dbrimley/hazelcast,tkountis/hazelcast,tufangorel/hazelcast,dbrimley/hazelcast,dsukhoroslov/hazelcast,dsukhoroslov/hazelcast,mesutcelik/hazelcas... | /*
* Copyright (c) 2008-2017, Hazelcast, Inc. 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 ... | hazelcast/src/test/java/com/hazelcast/cache/jsr/JsrTestUtil.java | /*
* Copyright (c) 2008-2017, Hazelcast, Inc. 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 ... | Fixed NoClassDefFoundError in JsrTestUtil.getCachingProviderRegistrySize()
| hazelcast/src/test/java/com/hazelcast/cache/jsr/JsrTestUtil.java | Fixed NoClassDefFoundError in JsrTestUtil.getCachingProviderRegistrySize() | |
Java | apache-2.0 | 78f9041452250be31a697e519022c1209958d909 | 0 | ymn/lorsource,kloun/lorsource,ymn/lorsource,kloun/lorsource,fat0troll/lorsource,bodqhrohro/lorsource,hizel/lorsource,maxcom/lorsource,maxcom/lorsource,maxcom/lorsource,fat0troll/lorsource,bodqhrohro/lorsource,hizel/lorsource,hizel/lorsource,fat0troll/lorsource,ymn/lorsource,bodqhrohro/lorsource,kloun/lorsource,ymn/lors... | /*
* Copyright 1998-2012 Linux.org.ru
* 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... | src/main/java/ru/org/linux/auth/SecurityFilter.java | /*
* Copyright 1998-2012 Linux.org.ru
* 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... | хранить текущего пользователя в запросе
| src/main/java/ru/org/linux/auth/SecurityFilter.java | хранить текущего пользователя в запросе | |
Java | apache-2.0 | d96b838d3147da6a2cef4b510d30090dda8be61f | 0 | JBYoshi/BlockDodge | /*
* Copyright (c) 2015 JBYoshi
*
* 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 ... | src/main/java/jbyoshi/blockdodge/BlockDodgeGame.java | /*
* Copyright (c) 2015 JBYoshi
*
* 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 ... | Actually fix high score freezes.
| src/main/java/jbyoshi/blockdodge/BlockDodgeGame.java | Actually fix high score freezes. | |
Java | apache-2.0 | 372033356e4dd866d5152fe5212283a6e77dd4c9 | 0 | amaembo/streamex,manikitos/streamex | /*
* Copyright 2015 Tagir Valeev
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | src/main/java/javax/util/streamex/MoreCollectors.java | /*
* Copyright 2015 Tagir Valeev
*
* 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 ... | MoreCollectors: cosmetic | src/main/java/javax/util/streamex/MoreCollectors.java | MoreCollectors: cosmetic | |
Java | apache-2.0 | d7a9d3d234c43088f70ffe7cf0a89e55a5de5cbd | 0 | Flamenco/vaadin,synes/vaadin,cbmeeks/vaadin,kironapublic/vaadin,bmitc/vaadin,Scarlethue/vaadin,asashour/framework,carrchang/vaadin,peterl1084/framework,asashour/framework,fireflyc/vaadin,peterl1084/framework,kironapublic/vaadin,shahrzadmn/vaadin,Peppe/vaadin,bmitc/vaadin,bmitc/vaadin,peterl1084/framework,udayinfy/vaadi... | /*
@ITMillApache2LicenseForJavaFiles@
*/
package com.itmill.toolkit.demo;
import com.itmill.toolkit.Application;
import com.itmill.toolkit.data.util.MethodProperty;
import com.itmill.toolkit.data.util.ObjectProperty;
import com.itmill.toolkit.ui.Button;
import com.itmill.toolkit.ui.Label;
import com.itmill.toolkit.... | src/com/itmill/toolkit/demo/BufferedComponents.java | /*
@ITMillApache2LicenseForJavaFiles@
*/
package com.itmill.toolkit.demo;
import com.itmill.toolkit.Application;
import com.itmill.toolkit.data.util.MethodProperty;
import com.itmill.toolkit.data.util.ObjectProperty;
import com.itmill.toolkit.ui.Button;
import com.itmill.toolkit.ui.Label;
import com.itmill.toolkit.... | Fixed #2067 : Added exception-handler to BufferedComponents demo.
svn changeset:5495/svn branch:trunk
| src/com/itmill/toolkit/demo/BufferedComponents.java | Fixed #2067 : Added exception-handler to BufferedComponents demo. | |
Java | apache-2.0 | 619e6b18125115a3d600607bebef28e7dc7cac73 | 0 | mojo2012/spot-framework,mojo2012/spOt,mojo2012/spot-framework,mojo2012/spOt | package io.spotnext.core.persistence.hibernate.impl;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.EnumSet;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Optional;
im... | spot-core/src/main/java/io/spotnext/core/persistence/hibernate/impl/HibernatePersistenceService.java | package io.spotnext.core.persistence.hibernate.impl;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.EnumSet;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Optional;
im... | fixed remove detached items
| spot-core/src/main/java/io/spotnext/core/persistence/hibernate/impl/HibernatePersistenceService.java | fixed remove detached items | |
Java | apache-2.0 | 92dd7073922e5bf772a71a77a104a49bf0928893 | 0 | anishek/hive,vineetgarg02/hive,alanfgates/hive,nishantmonu51/hive,vineetgarg02/hive,alanfgates/hive,nishantmonu51/hive,sankarh/hive,nishantmonu51/hive,vineetgarg02/hive,lirui-apache/hive,sankarh/hive,jcamachor/hive,anishek/hive,lirui-apache/hive,b-slim/hive,nishantmonu51/hive,sankarh/hive,alanfgates/hive,b-slim/hive,al... | /*
* 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/test/org/apache/hadoop/hive/ql/plan/mapping/TestReOptimization.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-19697: TestReOptimization#testStatCachingMetaStore is flaky (Jesus Camacho Rodriguez, reviewed by Zoltan Haindrich)
| ql/src/test/org/apache/hadoop/hive/ql/plan/mapping/TestReOptimization.java | HIVE-19697: TestReOptimization#testStatCachingMetaStore is flaky (Jesus Camacho Rodriguez, reviewed by Zoltan Haindrich) | |
Java | apache-2.0 | 2fc99ade2d6499c656641049fae6c871f1705617 | 0 | s13372/SORCER,mwsobol/SORCER,mwsobol/SORCER,s13372/SORCER,dudzislaw/SORCER,dudzislaw/SORCER,s8537/SORCER,dudzislaw/SORCER,s13372/SORCER,s8537/SORCER,s8537/SORCER,mwsobol/SORCER | /*
* Copyright 2010 the original author or authors.
* Copyright 2010 SorcerSoft.org.
*
* 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-... | core/sorcer-dl/src/main/java/sorcer/core/UEID.java | /*
* Copyright 2010 the original author or authors.
* Copyright 2010 SorcerSoft.org.
*
* 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-... | UEID made serializable - used in ExertMonitor
| core/sorcer-dl/src/main/java/sorcer/core/UEID.java | UEID made serializable - used in ExertMonitor | |
Java | apache-2.0 | a9c6230c3c273c55c9c96fe44e6b18240f45a4b6 | 0 | aalmiray/ikonli,aalmiray/ikonli | /*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright 2015-2020 Andres Almiray
*
* 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
*
... | icon-packs/ikonli-bpmn-pack/src/main/java/org/kordamp/ikonli/bpmn/Bpmn.java | package org.kordamp.ikonli.bpmn;
import org.kordamp.ikonli.Ikon;
/**
* @author Andres Almiray
*/
public enum Bpmn implements Ikon {
AD_HOC_MARKER("bpmn-ad-hoc-marker", '\ue855'),
BPMN_IO("bpmn-bpmn-io", '\ue831'),
BUSINESS_RULE("bpmn-business-rule", '\ue818'),
BUSINESS_RULE_TASK("bpmn-business-rule-... | Fix build breakage
| icon-packs/ikonli-bpmn-pack/src/main/java/org/kordamp/ikonli/bpmn/Bpmn.java | Fix build breakage | |
Java | apache-2.0 | 1b40139f19dde23d66127b3ac5c85caf763b4a18 | 0 | AliaksandrShuhayeu/pentaho-kettle,TatsianaKasiankova/pentaho-kettle,EcoleKeine/pentaho-kettle,pavel-sakun/pentaho-kettle,HiromuHota/pentaho-kettle,IvanNikolaychuk/pentaho-kettle,stepanovdg/pentaho-kettle,brosander/pentaho-kettle,codek/pentaho-kettle,aminmkhan/pentaho-kettle,ma459006574/pentaho-kettle,kurtwalker/pentaho... | /*! ******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2002-2013 by Pentaho : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version 2.0 (th... | core/src/org/pentaho/di/core/vfs/KettleVFS.java | /*! ******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2002-2013 by Pentaho : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version 2.0 (th... | [MARKET-192] - Allow environment be used by KettleVFS | core/src/org/pentaho/di/core/vfs/KettleVFS.java | [MARKET-192] - Allow environment be used by KettleVFS | |
Java | apache-2.0 | 770dcebc4d55858245f5254de1bbe867589c11ad | 0 | googleinterns/receipt-roundup,googleinterns/receipt-roundup,googleinterns/receipt-roundup | // Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | src/main/java/servlets/UploadReceiptServlet.java | // Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | Store the rawText of the receipt as Text instead of String to support unlimited size.
| src/main/java/servlets/UploadReceiptServlet.java | Store the rawText of the receipt as Text instead of String to support unlimited size. | |
Java | apache-2.0 | f50bde7312e9acfe2b4a267a5fa98816bad0a757 | 0 | literacyapp-org/literacyapp-model | package org.literacyapp.model.gson.content;
import java.util.Calendar;
import org.literacyapp.model.enums.Locale;
import org.literacyapp.model.enums.content.ContentStatus;
public abstract class ContentGson {
private Long id;
private Locale locale;
private Calendar timeLastUpdate;
p... | src/main/java/org/literacyapp/model/gson/content/ContentGson.java | package org.literacyapp.model.gson.content;
import java.util.Calendar;
import org.literacyapp.model.enums.Locale;
public abstract class ContentGson {
private Long id;
private Locale locale;
private Calendar timeLastUpdate;
private Integer revisionNumber; // [1, 2, 3, ...]
... | Added content status
| src/main/java/org/literacyapp/model/gson/content/ContentGson.java | Added content status | |
Java | apache-2.0 | 0f7d94e9113195ffd04dbb3aa3075a26835603cc | 0 | aaudiber/alluxio,Alluxio/alluxio,bf8086/alluxio,riversand963/alluxio,Alluxio/alluxio,Alluxio/alluxio,calvinjia/tachyon,wwjiang007/alluxio,aaudiber/alluxio,madanadit/alluxio,yuluo-ding/alluxio,riversand963/alluxio,Reidddddd/mo-alluxio,madanadit/alluxio,calvinjia/tachyon,maobaolong/alluxio,uronce-cc/alluxio,PasaLab/tachy... | /*
* The Alluxio Open Foundation licenses this work under the Apache License, version 2.0
* (the "License"). You may not use this work except in compliance with the License, which is
* available at www.apache.org/licenses/LICENSE-2.0
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI... | underfs/swift/src/main/java/alluxio/underfs/swift/SwiftRange.java | /*
* The Alluxio Open Foundation licenses this work under the Apache License, version 2.0
* (the "License"). You may not use this work except in compliance with the License, which is
* available at www.apache.org/licenses/LICENSE-2.0
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI... | Updating javadoc for SwiftRange
| underfs/swift/src/main/java/alluxio/underfs/swift/SwiftRange.java | Updating javadoc for SwiftRange | |
Java | bsd-2-clause | a870bfa33b09caa08029f22ad78920a9d1034e7f | 0 | laffer1/midnightbsd-app-store,laffer1/midnightbsd-app-store,laffer1/midnightbsd-app-store | package org.midnightbsd.appstore.services;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.midnightbsd.appstore.model.Architecture;
import org.midnightbsd.appstore.repository.ArchitectureRepository;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.... | src/test/java/org/midnightbsd/appstore/services/ArchitectureServiceTest.java | package org.midnightbsd.appstore.services;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.midnightbsd.appstore.model.Architecture;
import org.midnightbsd.appstore.repository.ArchitectureRepository;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.... | add list test
| src/test/java/org/midnightbsd/appstore/services/ArchitectureServiceTest.java | add list test | |
Java | bsd-3-clause | 65e4ce6f8216560ab07d8913e5fd5b909787984c | 0 | uzen/byteseek | /*
* Copyright Matt Palmer 2009-2011, All rights reserved.
*
* This code is licensed under a standard 3-clause BSD license:
*
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* * Redistributions of source co... | src/net/domesdaybook/matcher/Matcher.java | /*
* Copyright Matt Palmer 2009-2011, All rights reserved.
*
* This code is licensed under a standard 3-clause BSD license:
*
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* * Redistributions of source co... | Tweaked javadoc.
| src/net/domesdaybook/matcher/Matcher.java | Tweaked javadoc. | |
Java | bsd-3-clause | 9cee8c9301ede2f47e548e092ef934020f2710b2 | 0 | mkoistinen/JBookTrader,GabrielDancause/jbooktrader,mkoistinen/JBookTrader,GabrielDancause/jbooktrader,GabrielDancause/jbooktrader,mkoistinen/JBookTrader | package com.jbooktrader.platform.util;
import com.jbooktrader.platform.marketdepth.*;
import com.jbooktrader.platform.model.*;
import com.jbooktrader.platform.startup.*;
import java.io.*;
import java.text.*;
import java.util.*;
/**
* Converts historical market depth data from CME format to JBT format, an... | source/com/jbooktrader/platform/util/CMEDataConverter.java | package com.jbooktrader.platform.util;
import com.jbooktrader.platform.marketdepth.*;
import com.jbooktrader.platform.model.*;
import com.jbooktrader.platform.startup.*;
import java.io.*;
import java.text.*;
import java.util.*;
/**
* Converts historical market depth data from CME format to JBT format, an... | conversion from CME to new JBT format
| source/com/jbooktrader/platform/util/CMEDataConverter.java | conversion from CME to new JBT format | |
Java | mit | 082a1e8b72b449b1ffba8a3f96cabfb43771d46a | 0 | elBukkit/MagicPlugin,elBukkit/MagicPlugin,elBukkit/MagicPlugin | package com.elmakers.mine.bukkit.plugins.magic;
import java.io.File;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.bukkit.Material;
import org.bukkit.Server;
import org.bukkit.block.Block;
import org.bukkit.enti... | src/main/java/com/elmakers/mine/bukkit/plugins/magic/Spells.java | package com.elmakers.mine.bukkit.plugins.magic;
import java.io.File;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.bukkit.Material;
import org.bukkit.Server;
import org.bukkit.block.Block;
import org.bukkit.enti... | Drop the leap variant. | src/main/java/com/elmakers/mine/bukkit/plugins/magic/Spells.java | Drop the leap variant. | |
Java | mit | ab60d908dcbb2517730c33d6a5b68fe8d1ec4036 | 0 | zmaster587/AdvancedRocketry,zmaster587/AdvancedRocketry | package zmaster587.advancedRocketry.entity;
import io.netty.buffer.ByteBuf;
import java.lang.ref.WeakReference;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.ListIterator;
import javax.annotation.Nullable;
import net.minecraft.block.state... | src/main/java/zmaster587/advancedRocketry/entity/EntityRocket.java | package zmaster587.advancedRocketry.entity;
import io.netty.buffer.ByteBuf;
import java.lang.ref.WeakReference;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.ListIterator;
import javax.annotation.Nullable;
import net.minecraft.block.state... | handle error in case of missing NBT on station containers in rockets
| src/main/java/zmaster587/advancedRocketry/entity/EntityRocket.java | handle error in case of missing NBT on station containers in rockets | |
Java | mit | 30a34e60850d5fb6832bd7ae1c9defd4075a7907 | 0 | brianPlummer/TinyDancer,friendlyrobotnyc/TinyDancer | package com.codemonkeylabs.fpslibrary;
import android.content.Context;
/**
* Created by brianplummer on 8/29/15.
*/
public class TinyDancer
{
public static TinyDancerBuilder create(){
return new TinyDancerBuilder();
}
public static void hide(Context context) {
TinyDancerBuilder.hide(con... | library/src/main/java/com/codemonkeylabs/fpslibrary/TinyDancer.java | package com.codemonkeylabs.fpslibrary;
import android.app.Application;
/**
* Created by brianplummer on 8/29/15.
*/
public class TinyDancer
{
public static TinyDancerBuilder create(){
return new TinyDancerBuilder();
}
public static void hide(Content context) {
TinyDancerBuilder.hide(con... | fix copy paste error
| library/src/main/java/com/codemonkeylabs/fpslibrary/TinyDancer.java | fix copy paste error | |
Java | mit | 2d85b82ec95c179306f3c2cad60c627266e271f5 | 0 | Warlander/DeedPlanner-2 | package pl.wurmonline.deedplanner;
import java.util.Random;
public class Constants {
public final static Random random = new Random();
public final static int FLOORS_LIMIT = 17;
public final static float HEIGHT_MOD = 10f;
public final static String ENTER = System.getProperty("line.... | src/pl/wurmonline/deedplanner/Constants.java | package pl.wurmonline.deedplanner;
import java.util.Random;
public class Constants {
public final static Random random = new Random();
public final static int FLOORS_LIMIT = 17;
public final static float HEIGHT_MOD = 10f;
public final static String ENTER = System.getProperty("line.... | DeedPlanner 2.4.2 release. | src/pl/wurmonline/deedplanner/Constants.java | DeedPlanner 2.4.2 release. | |
Java | mit | 631e0a1e746e84802c950c7eab761b50444faac6 | 0 | simple-elf/selenide,codeborne/selenide,simple-elf/selenide,simple-elf/selenide,codeborne/selenide,codeborne/selenide,simple-elf/selenide | package com.codeborne.selenide.impl;
import com.codeborne.selenide.Configuration;
import com.codeborne.selenide.Driver;
import com.codeborne.selenide.SelenideTargetLocator;
import org.openqa.selenium.Alert;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.OutputType;
import org.openqa.selenium... | src/main/java/com/codeborne/selenide/impl/ScreenShotLaboratory.java | package com.codeborne.selenide.impl;
import com.codeborne.selenide.Configuration;
import com.codeborne.selenide.Driver;import com.codeborne.selenide.SelenideTargetLocator;
import org.openqa.selenium.Alert;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.OutputType;
import org.openqa.selenium.... | oppa functional style
| src/main/java/com/codeborne/selenide/impl/ScreenShotLaboratory.java | oppa functional style | |
Java | mit | 57abf3a5b9638f264179e737d5a33bd02229a2ce | 0 | westerwave/livestreamer_twitch_gui,westerwave/livestreamer_twitch_gui | /**
* MIT License
*
* Copyright (c) 2016 Jan-Niklas Keck
*
* 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 us... | src/main/java/app/lsgui/utils/Settings.java | /**
* MIT License
*
* Copyright (c) 2016 Jan-Niklas Keck
*
* 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 us... | add default token
| src/main/java/app/lsgui/utils/Settings.java | add default token | |
Java | mit | bfadc2f044327407db7c5eff96cf9600522ff36d | 0 | victorvanni/bestbuy-search | package com.vvanni.listviewstudy;
import android.app.Activity;
import android.content.res.Configuration;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.*;
import java.util.ArrayList;
import java.util.List;
public class ListActivity extends A... | app/src/main/java/com/vvanni/listviewstudy/ListActivity.java | package com.vvanni.listviewstudy;
import android.content.res.Configuration;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.*;
import java.util.ArrayList;
import java.util.List;
public class ListActivity extends android.app.ListActivity {
... | Correct ListActivity extends (Activity instead of android...ListActivity)
| app/src/main/java/com/vvanni/listviewstudy/ListActivity.java | Correct ListActivity extends (Activity instead of android...ListActivity) | |
Java | mit | 4cae61d422d16b90149884f7e73bd0fda0f9cb95 | 0 | onessimofalconi/bc-java,partheinstein/bc-java,open-keychain/spongycastle,lesstif/spongycastle,sonork/spongycastle,iseki-masaya/spongycastle,iseki-masaya/spongycastle,FAU-Inf2/spongycastle,open-keychain/spongycastle,sergeypayu/bc-java,Skywalker-11/spongycastle,lesstif/spongycastle,Skywalker-11/spongycastle,savichris/spo... | package org.bouncycastle.crypto.tls;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Vector;
import org.bouncycastle.asn1.x509.KeyUsage;
import org.bouncycastle.asn1.x509.SubjectPublicKeyInfo;
import org.bouncycastle.crypto.pa... | core/src/main/java/org/bouncycastle/crypto/tls/TlsPSKKeyExchange.java | package org.bouncycastle.crypto.tls;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Vector;
import org.bouncycastle.asn1.x509.KeyUsage;
import org.bouncycastle.asn1.x509.SubjectPublicKeyInfo;
import org.bouncycastle.crypto.pa... | Check dhParameters is set before using | core/src/main/java/org/bouncycastle/crypto/tls/TlsPSKKeyExchange.java | Check dhParameters is set before using | |
Java | mit | c98e98f1d473209b151f7a495a119cc6645cc863 | 0 | gilleain/signatures | package signature;
import java.util.Iterator;
import java.util.List;
import java.util.SortedSet;
import java.util.TreeSet;
/**
* A collection of vertex indices with the same canonical signature string.
*
* @author maclean
*
*/
public class SymmetryClass implements Comparable<SymmetryClass> {
/**
*... | src/main/java/signature/SymmetryClass.java | package signature;
import java.util.Iterator;
import java.util.List;
import java.util.SortedSet;
import java.util.TreeSet;
/**
* A collection of vertex indices with the same canonical signature string.
*
* @author maclean
*
*/
public class SymmetryClass implements Comparable<SymmetryClass> {
/**
*... | toString for SymmetryClass
| src/main/java/signature/SymmetryClass.java | toString for SymmetryClass | |
Java | mit | 4f22a01a2b60e040e9b479a6f1e842e7f51930f6 | 0 | tndatacommons/android-grow-app,tndatacommons/android-app,izzyalonso/android-app,Revenaunt/android-app | package org.tndata.android.compass.model;
import android.os.Parcel;
import com.google.gson.annotations.SerializedName;
/**
* Model class for user goals.
*
* @author Ismael Alonso
* @version 1.0.0
*/
public class UserGoal extends Goal{
public static final String TYPE = "usergoal";
//Values retrieved f... | src/main/java/org/tndata/android/compass/model/UserGoal.java | package org.tndata.android.compass.model;
import android.os.Parcel;
import com.google.gson.annotations.SerializedName;
/**
* Model class for user goals.
*
* @author Ismael Alonso
* @version 1.0.0
*/
public class UserGoal extends Goal{
public static final String TYPE = "usergoal";
//Values retrieved f... | Add engagement data to UserGoal model
| src/main/java/org/tndata/android/compass/model/UserGoal.java | Add engagement data to UserGoal model | |
Java | mit | 16d2a5576f63cdc0801cd2d64e46552e4f70825e | 0 | tladesignz/DNATools | /**
* DNA Android Tools.
*
* The MIT License (MIT)
*
* Copyright (c) 2015 Die Netzarchitekten e.U., Benjamin Erhart
*
* 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 restrict... | tools/src/main/java/com/netzarchitekten/tools/Resources.java | /**
* DNA Android Tools.
*
* The MIT License (MIT)
*
* Copyright (c) 2015 Die Netzarchitekten e.U., Benjamin Erhart
*
* 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 restrict... | Fixed JavaDoc.
| tools/src/main/java/com/netzarchitekten/tools/Resources.java | Fixed JavaDoc. | |
Java | agpl-3.0 | bf8f38445b5cd22cf01797d17faf75dfcdfe46e5 | 0 | opencadc/vos,opencadc/vos,opencadc/vos | /*
************************************************************************
******************* CANADIAN ASTRONOMY DATA CENTRE *******************
************** CENTRE CANADIEN DE DONNÉES ASTRONOMIQUES **************
*
* (c) 2009. (c) 2009.
* Government of Canada Gouver... | projects/cadcTestUWS/src/ca/nrc/cadc/conformance/uws/JobsTest.java | /*
************************************************************************
******************* CANADIAN ASTRONOMY DATA CENTRE *******************
************** CENTRE CANADIEN DE DONNÉES ASTRONOMIQUES **************
*
* (c) 2009. (c) 2009.
* Government of Canada Gouver... | changed to UWS-v1.0.xsd, fixed GET job-list test to tolerate a 403
git-svn-id: 311fcc5b8b03427d323cee07bbb9e5a14d8d22e9@712 728ff76a-78ac-11de-a72b-d90af8dea425
| projects/cadcTestUWS/src/ca/nrc/cadc/conformance/uws/JobsTest.java | changed to UWS-v1.0.xsd, fixed GET job-list test to tolerate a 403 | |
Java | agpl-3.0 | 4c0944b9f89c30f7d315eff90ccbde0c199c629f | 0 | PoweRGbg/AndroidAPS,Heiner1/AndroidAPS,Heiner1/AndroidAPS,jotomo/AndroidAPS,MilosKozak/AndroidAPS,Heiner1/AndroidAPS,MilosKozak/AndroidAPS,winni67/AndroidAPS,jotomo/AndroidAPS,PoweRGbg/AndroidAPS,jotomo/AndroidAPS,Heiner1/AndroidAPS,PoweRGbg/AndroidAPS,winni67/AndroidAPS,MilosKozak/AndroidAPS | package de.jotomo.ruffyscripter.commands;
import android.os.SystemClock;
import org.monkey.d.ruffy.ruffy.driver.display.MenuAttribute;
import org.monkey.d.ruffy.ruffy.driver.display.MenuType;
import org.monkey.d.ruffy.ruffy.driver.display.menu.MenuTime;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import... | app/src/main/java/de/jotomo/ruffyscripter/commands/SetTbrCommand.java | package de.jotomo.ruffyscripter.commands;
import android.os.SystemClock;
import org.monkey.d.ruffy.ruffy.driver.display.MenuAttribute;
import org.monkey.d.ruffy.ruffy.driver.display.MenuType;
import org.monkey.d.ruffy.ruffy.driver.display.menu.MenuTime;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import... | Optimize cancelling TBR.
| app/src/main/java/de/jotomo/ruffyscripter/commands/SetTbrCommand.java | Optimize cancelling TBR. | |
Java | agpl-3.0 | ae524a264c36274a49c867d737f1e5fd8eeb3420 | 0 | RapidInfoSys/Rapid,RapidInfoSys/Rapid,RapidInfoSys/Rapid,RapidInfoSys/Rapid | /*
Copyright (C) 2020 - Gareth Edwards / Rapid Information Systems
gareth.edwards@rapid-is.co.uk
This file is part of the Rapid Application Platform
Rapid is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation... | src/com/rapid/core/Page.java | /*
Copyright (C) 2020 - Gareth Edwards / Rapid Information Systems
gareth.edwards@rapid-is.co.uk
This file is part of the Rapid Application Platform
Rapid is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation... | Updated page to allow access to background actions from dialogue | src/com/rapid/core/Page.java | Updated page to allow access to background actions from dialogue | |
Java | lgpl-2.1 | 5a7d47212e3f0c85afa89f00bc8e70e5a040cf47 | 0 | luminwin/beast-mcmc,JifengJiang/beast-mcmc,luminwin/beast-mcmc,danieljue/beast-mcmc,luminwin/beast-mcmc,luminwin/beast-mcmc,danieljue/beast-mcmc,evolvedmicrobe/beast-mcmc,JifengJiang/beast-mcmc,JifengJiang/beast-mcmc,JifengJiang/beast-mcmc,danieljue/beast-mcmc,evolvedmicrobe/beast-mcmc,evolvedmicrobe/beast-mcmc,evolved... | /*
* MCMCCriterion.java
*
* Copyright (C) 2002-2006 Alexei Drummond and Andrew Rambaut
*
* This file is part of BEAST.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership and licensing.
*
* BEAST is free software; you can redistribute it and/or modify
* ... | src/dr/inference/mcmc/MCMCCriterion.java | /*
* MCMCCriterion.java
*
* Copyright (C) 2002-2006 Alexei Drummond and Andrew Rambaut
*
* This file is part of BEAST.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership and licensing.
*
* BEAST is free software; you can redistribute it and/or modify
* ... | use randomLogDouble | src/dr/inference/mcmc/MCMCCriterion.java | use randomLogDouble | |
Java | lgpl-2.1 | 28c66d14a45ad806b34b2b71f40dbc1974627777 | 0 | beast-dev/beast-mcmc,beast-dev/beast-mcmc,beast-dev/beast-mcmc,beast-dev/beast-mcmc,beast-dev/beast-mcmc,beast-dev/beast-mcmc | /*
* NormalGammaPrecisionGibbsOperator.java
*
* Copyright (c) 2002-2015 Alexei Drummond, Andrew Rambaut and Marc Suchard
*
* This file is part of BEAST.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership and licensing.
*
* BEAST is free software; you can... | src/dr/inference/operators/NormalGammaPrecisionGibbsOperator.java | /*
* NormalGammaPrecisionGibbsOperator.java
*
* Copyright (c) 2002-2015 Alexei Drummond, Andrew Rambaut and Marc Suchard
*
* This file is part of BEAST.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership and licensing.
*
* BEAST is free software; you can... | NormalGammaPrecisionGibbsOperator can now take a broader range of prior
| src/dr/inference/operators/NormalGammaPrecisionGibbsOperator.java | NormalGammaPrecisionGibbsOperator can now take a broader range of prior | |
Java | apache-2.0 | 368289aa122c33afdb2a433b829a0075f32a083d | 0 | jcshen007/cloudstack,jcshen007/cloudstack,GabrielBrascher/cloudstack,argv0/cloudstack,DaanHoogland/cloudstack,GabrielBrascher/cloudstack,DaanHoogland/cloudstack,jcshen007/cloudstack,resmo/cloudstack,mufaddalq/cloudstack-datera-driver,argv0/cloudstack,mufaddalq/cloudstack-datera-driver,jcshen007/cloudstack,cinderella/in... | /**
* Copyright (C) 2010 Cloud.com, Inc. All rights reserved.
*
* This software is licensed under the GNU General Public License v3 or later.
*
* It 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, e... | server/src/com/cloud/network/lb/LoadBalancingRulesManagerImpl.java | /**
* Copyright (C) 2010 Cloud.com, Inc. All rights reserved.
*
* This software is licensed under the GNU General Public License v3 or later.
*
* It 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, e... | bug 8327: successive removeFromLoadBalancerRule(s) renders LB rule dysfunctional
status 8327: resolved fixed
| server/src/com/cloud/network/lb/LoadBalancingRulesManagerImpl.java | bug 8327: successive removeFromLoadBalancerRule(s) renders LB rule dysfunctional status 8327: resolved fixed | |
Java | apache-2.0 | 87ffdb5a02ab6ed1d5e2bbbdffcddfe0d1af6ccf | 0 | ohjongin/android-log-viewer,KartiKeya123/android-log-viewer,vdiskmobile/android-log-viewer,CCDMK/android-log-viewer,ujiro99/android-log-viewer,ujiro99/android-log-viewer,ohjongin/android-log-viewer,KartiKeya123/android-log-viewer,vdiskmobile/android-log-viewer,CCDMK/android-log-viewer | /*
* Copyright 2011 Mikhail Lopatkin
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | src/org/bitbucket/mlopatkin/android/liblogcat/LogRecordParser.java | /*
* Copyright 2011 Mikhail Lopatkin
*
* 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... | Fixed to pass tests
| src/org/bitbucket/mlopatkin/android/liblogcat/LogRecordParser.java | Fixed to pass tests | |
Java | apache-2.0 | 7d5e298aa2829c9253902bd3704aca7cea6b7625 | 0 | nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch | // increases or decreases a single global value called the accumulator by the value given in the argument.
public class Accumulator extends OpCode
{
public Accumulator (int amount)
{
super(OpCode.ACCUMULATOR);
_amount = amount;
}
private int _amount;
} | AdventOfCode/2020/day8/Accumulator.java | // increases or decreases a single global value called the accumulator by the value given in the argument.
public class Accumlator extends OpCode
{
public Accumulator (int amount)
{
super(OpCode.ACCUMULATOR);
_amount = amount;
}
private int _amount;
} | Update Accumulator.java
| AdventOfCode/2020/day8/Accumulator.java | Update Accumulator.java | |
Java | apache-2.0 | d8d9d900354c6d9c0d81034d58124bae7f4bec11 | 0 | chrismattmann/lucene-geo-gazetteer,chrismattmann/lucene-geo-gazetteer | /*
* 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/edu/usc/ir/geo/gazetteer/GeoNameResolver.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 ... | - fix for java7 | src/main/java/edu/usc/ir/geo/gazetteer/GeoNameResolver.java | - fix for java7 | |
Java | apache-2.0 | e688cb5da685cf9ebfacf24d9df78bb894aa4501 | 0 | pentaho/pentaho-kettle,birdtsai/pentaho-kettle,MikhailHubanau/pentaho-kettle,nicoben/pentaho-kettle,skofra0/pentaho-kettle,rfellows/pentaho-kettle,ccaspanello/pentaho-kettle,DFieldFL/pentaho-kettle,MikhailHubanau/pentaho-kettle,AlexanderBuloichik/pentaho-kettle,ViswesvarSekar/pentaho-kettle,ivanpogodin/pentaho-kettle,Y... | //
// Google Analytics Plugin for Pentaho PDI a.k.a. Kettle
//
// Copyright (C) 2010 Slawomir Chodnicki
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the... | src/org/pentaho/di/trans/steps/googleanalytics/GaInputStepMeta.java | //
// Google Analytics Plugin for Pentaho PDI a.k.a. Kettle
//
// Copyright (C) 2010 Slawomir Chodnicki
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the... | fixing build: removed explicit dependency on dialog class
git-svn-id: 51b39fcfd0d3a6ea7caa15377cad4af13b9d2664@14502 5fb7f6ec-07c1-534a-b4ca-9155e429e800
| src/org/pentaho/di/trans/steps/googleanalytics/GaInputStepMeta.java | fixing build: removed explicit dependency on dialog class | |
Java | apache-2.0 | 0b7e85e090bc34a29a7733276ed36a37824e13c0 | 0 | apache/commons-configuration,apache/commons-configuration,mohanaraosv/commons-configuration,mohanaraosv/commons-configuration,mohanaraosv/commons-configuration,apache/commons-configuration | /*
* 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/java/org/apache/commons/configuration/reloading/Reloadable.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 ... | Checkstyle
git-svn-id: 0d31da9e303333003508381311333cf78a25d41b@1158890 13f79535-47bb-0310-9956-ffa450edef68
| src/java/org/apache/commons/configuration/reloading/Reloadable.java | Checkstyle | |
Java | apache-2.0 | 9c964f30fca692f07f1807b0179fc74f29ae404a | 0 | bingo-open-source/bingo-core | /*
* Copyright 2002-2007 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 requi... | core-lang/src/main/java/bingo/lang/Assert.java | /*
* Copyright 2002-2007 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 requi... | add a few javadoc to some methods of Assert. | core-lang/src/main/java/bingo/lang/Assert.java | add a few javadoc to some methods of Assert. | |
Java | apache-2.0 | d0fc6a0d16d89f903859f69be3d08666f2fa50ed | 0 | saucam/incubator-parquet-mr,nkhuyu/parquet-mr,tsdeng/incubator-parquet-mr,winningsix/incubator-parquet-mr,nkhuyu/parquet-mr,tsdeng/incubator-parquet-mr,spena/parquet-mr,rdblue/parquet-mr,cchang738/parquet-mr,cloudera/parquet-mr,nezihyigitbasi-nflx/parquet-mr,forcedotcom/incubator-parquet-mr,HyukjinKwon/parquet-mr,david... | /**
* Copyright 2013 Criteo.
*
* 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 writ... | parquet-hive/src/test/java/parquet/hive/TestHiveSchemaConverter.java | /**
* Copyright 2013 Criteo.
*
* 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 writ... | Correct schema syntaxes for TestHiveSchemaConverter.
| parquet-hive/src/test/java/parquet/hive/TestHiveSchemaConverter.java | Correct schema syntaxes for TestHiveSchemaConverter. | |
Java | apache-2.0 | 8e4dd21ef39646a7e1434eda77f1972fda3a0c94 | 0 | consulo/consulo-ui-designer,consulo/consulo-ui-designer | /*
* Copyright 2000-2014 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... | src/main/java/com/intellij/uiDesigner/AbstractToolWindowManager.java | /*
* Copyright 2000-2014 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... | wrong import
| src/main/java/com/intellij/uiDesigner/AbstractToolWindowManager.java | wrong import | |
Java | apache-2.0 | c2ee64ce3c6394e63d8c8d7d0a38e1f0c7f4ffde | 0 | BrunoEberhard/minimal-j,BrunoEberhard/minimal-j,BrunoEberhard/minimal-j | package org.minimalj.model;
/**
* A class implementing View is a model class that holds only a part
* of the fields of an other class.<p>
*
* The objects of this class are never saved if they referenced
* by other objects.<p>
*
* Note that while the concept is similar to database views this
* interface does... | src/main/java/org/minimalj/model/View.java | package org.minimalj.model;
/**
* A class implementing View is a model class that holds only a part
* of the fields of an other class.
*
* The objects of this class are never saved if they referenced
* by other objects
*
* @param <T> the class on which this view is based. Mandatory.
*/
public interface Vie... | View: added javadoc | src/main/java/org/minimalj/model/View.java | View: added javadoc | |
Java | apache-2.0 | f8a910ca37a55e6a30b2fcfb38f452dc19455b66 | 0 | gotmyjobs/couchbase-lite-java-core,mariosotil/couchbase-lite-java-core,netsense-sas/couchbase-lite-java-core,couchbase/couchbase-lite-java-core,Spotme/couchbase-lite-java-core,4u7/couchbase-lite-java-core,mariosotil/couchbase-lite-java-core,mariosotil/couchbase-lite-java-core | package com.couchbase.lite.replicator;
import com.couchbase.lite.AsyncTask;
import com.couchbase.lite.CouchbaseLiteException;
import com.couchbase.lite.Database;
import com.couchbase.lite.Manager;
import com.couchbase.lite.Misc;
import com.couchbase.lite.NetworkReachabilityListener;
import com.couchbase.lite.RevisionL... | src/main/java/com/couchbase/lite/replicator/Replication.java | package com.couchbase.lite.replicator;
import com.couchbase.lite.AsyncTask;
import com.couchbase.lite.CouchbaseLiteException;
import com.couchbase.lite.Database;
import com.couchbase.lite.Manager;
import com.couchbase.lite.Misc;
import com.couchbase.lite.NetworkReachabilityListener;
import com.couchbase.lite.RevisionL... | Issue #305 fix format string issue
https://github.com/couchbase/couchbase-lite-android/issues/305
| src/main/java/com/couchbase/lite/replicator/Replication.java | Issue #305 fix format string issue | |
Java | apache-2.0 | 7c568c0fa6ffd9d7d6ec68e99e51e6f992dc9ae8 | 0 | px3/bulldog,xjaros1/bulldog,Datenheld/Bulldog,Datenheld/Bulldog,px3/bulldog,SilverThings/bulldog,SilverThings/bulldog,xjaros1/bulldog | package org.bulldog.linux.io;
import java.io.FileDescriptor;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.Collections;
import java... | bulldog.linux/src/main/java/org/bulldog/linux/io/LinuxSerialPort.java | package org.bulldog.linux.io;
import java.io.FileDescriptor;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.Collections;
import java... | Small refactoring; | bulldog.linux/src/main/java/org/bulldog/linux/io/LinuxSerialPort.java | Small refactoring; | |
Java | bsd-2-clause | 385ba394837ba16747630ff5addc1cba20503b7e | 0 | laffer1/justjournal,laffer1/justjournal,laffer1/justjournal,laffer1/justjournal | /*
* Copyright (c) 2013 Lucas Holt
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of condition... | src/main/java/com/justjournal/ctl/api/SignUpController.java | /*
* Copyright (c) 2013 Lucas Holt
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of condition... | tweak journal creation on signup
| src/main/java/com/justjournal/ctl/api/SignUpController.java | tweak journal creation on signup | |
Java | bsd-3-clause | e50d8f12efaa288e1a68c44c5ceb3157557a2a02 | 0 | ontodev/robot,ontodev/robot,ontodev/robot | package org.obolibrary.robot;
import java.util.Collection;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import java.util.stream.Collectors;
import org.semanticweb.owlapi.apibinding.OWLManager;
import org.semanticweb.owlapi.model.*;
import org.semanticweb.owlapi.reasoner.OWLReasoner;
import org... | robot-core/src/main/java/org/obolibrary/robot/MireotOperation.java | package org.obolibrary.robot;
import java.util.Collection;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import org.semanticweb.owlapi.apibinding.OWLManager;
import org.semanticweb.owlapi.model.*;
import org.semanticweb.owlapi.reasoner.OWLReasoner;
import org.semanticweb.owlapi.reasoner.OWLReas... | Fix for overlapping classes/individuals
| robot-core/src/main/java/org/obolibrary/robot/MireotOperation.java | Fix for overlapping classes/individuals | |
Java | mit | 064390ee10939c82a965a49296ffa51e52bc4068 | 0 | zingkg/renamer-java | package com.zingkg.renamer;
import java.io.File;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
/**
* Main class for running the program as a command line application.
*/
public class CommandLine {
public static int ERROR = 1;
public static int SUCCESS = 0;
/**
* @par... | src/main/java/com/zingkg/renamer/CommandLine.java | package com.zingkg.renamer;
import java.io.File;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
/**
* Main class for running the program as a command line application.
*/
public class CommandLine {
public static int ERROR = 1;
public static int SUCCESS = 0;
/**
* @par... | Fixed grammar on command line help.
| src/main/java/com/zingkg/renamer/CommandLine.java | Fixed grammar on command line help. | |
Java | mit | 8cb5f68dd7f0b050e8d51f4b5f3320c6bad8c9f4 | 0 | domingos86/AntennaPod,drabux/AntennaPod,richq/AntennaPod,gk23/AntennaPod,twiceyuan/AntennaPod,keunes/AntennaPod,wooi/AntennaPod,mxttie/AntennaPod,LTUvac/AntennaPod,twiceyuan/AntennaPod,the100rabh/AntennaPod,waylife/AntennaPod,orelogo/AntennaPod,johnjohndoe/AntennaPod,TimB0/AntennaPod,TomHennen/AntennaPod,mxttie/Antenna... | package de.danoeh.antennapod.core.util.flattr;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnClickListener;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.Uri;
import android.... | core/src/main/java/de/danoeh/antennapod/core/util/flattr/FlattrUtils.java | package de.danoeh.antennapod.core.util.flattr;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnClickListener;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.Uri;
import android.... | removed unused code. fixes AntennaPod/AntennaPod#935
| core/src/main/java/de/danoeh/antennapod/core/util/flattr/FlattrUtils.java | removed unused code. fixes AntennaPod/AntennaPod#935 | |
Java | mit | be993103042cd7d15ff6f289f1e970cd061d688b | 0 | talandar/ProgressiveDifficulty,talandar/ProgressiveDifficulty | package derpatiel.progressivediff.modifiers;
import com.google.common.collect.Lists;
import derpatiel.progressivediff.api.DifficultyModifier;
import derpatiel.progressivediff.util.MobNBTHandler;
import net.minecraft.entity.EntityLiving;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.init.MobEffects... | src/main/java/derpatiel/progressivediff/modifiers/OnHitEffectModifier.java | package derpatiel.progressivediff.modifiers;
import com.google.common.collect.Lists;
import derpatiel.progressivediff.api.DifficultyModifier;
import derpatiel.progressivediff.util.MobNBTHandler;
import net.minecraft.entity.EntityLiving;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.init.MobEffects... | fix typo in OnHitEffectModifier that meant the poison on hit modifier was called weakness for it's enable property.
| src/main/java/derpatiel/progressivediff/modifiers/OnHitEffectModifier.java | fix typo in OnHitEffectModifier that meant the poison on hit modifier was called weakness for it's enable property. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.