blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e630fa5b69b458b9a008aa5500c795ad695ccad9 | 6fddfe5550775b20e4fc02266e4ca5c44fafb510 | /CompCipherDesc.java | 76bb7bd1fd754e3ad1ae6c685fcb151620e447cf | [] | no_license | ArtemGit-dot/Practice | b2042a4f1c984a6359ee2a307283f2c4db0d7020 | 9f171cefcba77046c7964d9f53a98c153f9d8252 | refs/heads/master | 2022-11-20T12:57:44.025966 | 2020-07-20T17:24:39 | 2020-07-20T17:24:39 | 281,179,834 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | import java.util.*;
public class CompCipherDesc implements Comparator{
public int compare (Object ob1, Object ob2){
Planet plan1 = (Planet) ob1;
Planet plan2 = (Planet) ob2;
if (plan1.getCipher() < plan2.getCipher()) return 1;
else if (plan1.getCipher() == plan2.getCipher()) return 0;
else re... | [
"noreply@github.com"
] | noreply@github.com |
e76f417a6b9d729ba4294222d7909f242a534df1 | a611666e1405b74734fb89fa60b1b570bf533705 | /app/src/test/java/com/dicoding/kharisazhar/mykamus/ExampleUnitTest.java | 4156d25a8759d7e8fc8e7bd0736107f495464e66 | [] | no_license | kharisazhar/MyKamus | 37be2d2efa74f2b16b77e8684076d44c431344e4 | ad92ebbd2fab620377a6aa08b356773108b6b9c4 | refs/heads/master | 2020-03-24T13:39:35.415514 | 2018-07-29T09:45:40 | 2018-07-29T09:45:40 | 142,748,700 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 393 | java | package com.dicoding.kharisazhar.mykamus;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
p... | [
"muhammadkharisazhar149a@gmail.com"
] | muhammadkharisazhar149a@gmail.com |
8220c16d04bb6442c6973fd0e9f0dd74c6e8459e | a998d1ebbd98c0ae67fc403580eeff08ded1e26f | /Converter.java | 13f92e835d83fd6e65de98ebc1ec08dc6355f634 | [] | no_license | Rshomali/A1Group12 | 3c34d8d6dca807e98f118a2659dd5b7af2f5aaa8 | 18ee503840a15f3253da0e995bafa8ce0c33de8c | refs/heads/master | 2020-04-05T23:42:56.228412 | 2011-02-08T19:52:23 | 2011-02-08T19:52:23 | 1,313,576 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 888 | java | import java.util.*;
import java.io.*;
public class Converter extends StandardFilter
{
protected HashMap<Integer, ConversionFunction> conversionFunction;
public Converter(PipedInputStream inputReadPort[], PipedOutputStream outputWritePort[], HashMap<Integer, ConversionFunction> IDsAndFuncs)
{
super(inputReadPort,... | [
"kalluskydominik@cmu-206444.wv.cc.cmu.edu"
] | kalluskydominik@cmu-206444.wv.cc.cmu.edu |
b888e42cafd48477b847a19770e84bb1cee80f0c | cf3074728b305f250cc46a535cab12047a22430e | /app/src/main/java/com/mcarr/officialsmooviesapp/util/Constants.java | 07b975908e5fa49721179d64cd3aa686333b4b17 | [] | no_license | mikelcarr92/outwarecodesample | a69915b08feab929750b38c5ae14a1e1c29d8830 | 86625716e6146b44fd52d878f5f3428804c032ff | refs/heads/master | 2021-01-18T18:34:17.109074 | 2016-08-10T09:48:56 | 2016-08-10T09:48:56 | 65,370,620 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 403 | java | package com.mcarr.officialsmooviesapp.util;
/**********************************
* Created by Mikel on 20-May-16.
*********************************/
public class Constants {
public static final String BASE_URL = "withdrawn";
public static final String AUTH_KEY = "AUTH_KEY";
public static final String USE... | [
"mikelcarr92@gmail.com"
] | mikelcarr92@gmail.com |
ee1359728e60cc70760f6da061d910043638c407 | cd10d1c1e0b0ee8a361c7f7cec7102ce0210b75a | /project-hypnus-common/project-hypnus-common-service-impl/src/main/java/com/catt/hypnus/service/impl/base/eventMgr/ApneaEventBaseServiceImpl.java | 978a6bcc5745a8c1df8f11b40030df8556d927cc | [] | no_license | Catfeeds/hypnusMgr | 24ff90a6b7786166c3e039877ca14da4361f3a19 | 6a0aff2bd4ab93ca1c0a588353eff5f3e0e5e43b | refs/heads/master | 2020-04-07T21:26:15.253730 | 2018-05-16T10:07:39 | 2018-05-16T10:07:39 | 158,727,141 | 0 | 1 | null | 2018-11-22T16:39:54 | 2018-11-22T16:39:54 | null | UTF-8 | Java | false | false | 730 | java | package com.catt.hypnus.service.impl.base.eventMgr;
import com.catt.common.base.service.impl.BaseServiceImpl;
import com.catt.hypnus.repository.dao.eventMgr.ApneaEventDao;
import com.catt.hypnus.repository.entity.eventMgtr.ApneaEvent;
import com.catt.hypnus.service.base.eventMgr.ApneaEventBaseService;
import org.sprin... | [
"815596159@qq.com"
] | 815596159@qq.com |
e17001f5eac773fa4cd3f274ffe6fc9977a9d27c | 11dd45ef3cf1e790f9f5837699441f44a6240e5a | /app/src/main/java/com/example/myapplication/ui/home/KeranjangBayar.java | 7d2a352f710c46405765f7d15837c41c993182da | [] | no_license | widianapw/NextCoffeeShop | 79ef52b2a0e1d0c2183aad23284c2c221d0e8358 | 04a1f0223c171a11202574945a14e885f897100c | refs/heads/master | 2020-09-26T06:12:48.464167 | 2019-12-16T10:46:01 | 2019-12-16T10:46:01 | 226,185,284 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,337 | java | package com.example.myapplication.ui.home;
import androidx.appcompat.app.AppCompatActivity;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.Log;
import andro... | [
"widianaputraa@gmail.com"
] | widianaputraa@gmail.com |
650c5685131c8bf75592a0accd0c732a798e2ace | d2729718636f653c810425bd482e0cf4efde5497 | /src/main/java/com/demo/app/service/soap/impl/MqygtWebServiceImpl.java | 0bb43e4947c64eb62e93f95a8ba12abaecfcef5a | [] | no_license | acdodo/Springboot-Restful-Api | 0dc9faa0f6833d712e881418cc302596e1fcec15 | 2a900a8ae6a42b2334bf5bfd153e92ab461d08a1 | refs/heads/master | 2022-06-22T07:13:27.822450 | 2020-04-07T06:26:31 | 2020-04-07T06:26:31 | 253,679,886 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,411 | java | package com.demo.app.service.soap.impl;
import com.alibaba.fastjson.JSONObject;
import com.grid.mqygtapp.service.MqygtService;
import com.demo.app.service.soap.MqygtWebService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import javax.jws.WebService;
... | [
"39312866@qq.com"
] | 39312866@qq.com |
dc09d9455caa92c91e6bd5ed6b341a4ff4b3d7b4 | adac2aa85196b28c24ed6a282e4f10b07b42672b | /android/app/src/main/java/host/exp/exponent/generated/AppConstants.java | 2c02557ca1e6f050bcd56cedf5bb6c04e7a99ccf | [] | no_license | giampaolli/WeCast | ca3e719cfb402e65f8f3756bd60b7ebc916391e0 | 9d2b9dd6bf8de92e652b9a651c88794f2c14db37 | refs/heads/master | 2020-04-18T02:20:32.607892 | 2019-01-24T11:10:43 | 2019-01-24T11:10:43 | 167,158,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,702 | java | package host.exp.exponent.generated;
import com.facebook.common.internal.DoNotStrip;
import java.util.ArrayList;
import java.util.List;
import host.exp.exponent.BuildConfig;
import host.exp.exponent.Constants;
@DoNotStrip
public class AppConstants {
public static final String VERSION_NAME = "2.10.5";
public st... | [
"giampaoli2011@gmail.com"
] | giampaoli2011@gmail.com |
9728b50fcae52ffbfa27b5088b86480e634182c6 | 40b9fabadbc6a6f9f57024af1245a0f6bc6ddaa0 | /src/main/java/com/zhiyou100/video/controller/UserCourseController.java | 069720e74455cf8377788cb0bd904839d5849f1a | [] | no_license | wang-66-jia-66-peng/video | e387a52d30bc8d63f1590dc27bd7758a9f810345 | 899734bda1f371447711fa14e8c286db03560c3b | refs/heads/master | 2021-01-21T06:33:19.573403 | 2017-08-31T11:42:47 | 2017-08-31T11:42:47 | 101,945,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,899 | java | package com.zhiyou100.video.controller;
import java.util.List;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMa... | [
"Administrator@2013-20161116TE"
] | Administrator@2013-20161116TE |
9e6aed5e3fa7ba555ed0ddc93e530a71ac29db8f | a3c3bf1d28573a5c44a4d9ba6416b98c96dab283 | /app/build/tmp/kapt3/stubs/debug/restaurant/sa/com/sarestaurant/appview/weather/WeatherApiClient.java | 23ea928b046d45951072ffd30b7d98d4695d08e6 | [] | no_license | SoniKarsh/SARestaurant | 0c3facef5890951f2816e2bc19c11494ae09fec4 | 6759d320544969e19bd4108f67ba9d880af012a1 | refs/heads/master | 2020-03-23T11:59:32.676689 | 2018-08-06T02:52:35 | 2018-08-06T02:53:06 | 141,530,269 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,200 | java | package restaurant.sa.com.sarestaurant.appview.weather;
import java.lang.System;
@kotlin.Metadata(mv = {1, 1, 9}, bv = {1, 0, 2}, k = 1, d1 = {"\u0000\u001c\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0002\bf\u0018\u00002\u00020\u0001J... | [
"soni.karsh53@gmail.com"
] | soni.karsh53@gmail.com |
d04c13c115d16e26035f72b326c8219589517179 | daa98d38f6e0679fdb9c91522f71ee5b47f659b9 | /testjava/src/com/leoLW/javasestudy/day12/homework/Test.java | 91d20b2e9cbafabd4efdc3fe28fe708bfb7ad4ea | [] | no_license | Will-liu923/adas | 32060c2701ad93df8bb017a4ddc2bcc50a671371 | 7cbd9837db10b38f170a023b5d9e243529162344 | refs/heads/master | 2023-07-12T11:24:12.800190 | 2021-08-19T12:51:04 | 2021-08-19T12:51:04 | 397,938,096 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,526 | java | package com.leoLW.javasestudy.day12.homework;
public class Test {
public static void main(String[] args) {
Bird bird = new RedBird();
DanGong danGong = new DanGong();
danGong.tanShe(bird);
System.out.println("=========================");
Instrument instrument = new Violin... | [
"leoLW923@outlook.com"
] | leoLW923@outlook.com |
f734cde354c81991c3ce9d1af063c79ce0e66100 | a494d9658cbaee34ea5e8f79a9a35e0f6e696bc0 | /src/main/java/org/nfunk/jep/function/List.java | 70ec28635a563521c62a0c05c938bbc348b75034 | [
"MIT",
"GPL-2.0-only"
] | permissive | Pokecube-Development/Pokecube-Issues-and-Wiki | 60e137a1e3b87589979bb3e3ba2181c82d3f87b9 | 751ea5cc5837d49c742564f5610345707e6ae3dd | refs/heads/1.18.2 | 2023-06-22T21:53:14.893433 | 2023-06-20T22:24:32 | 2023-06-20T22:24:32 | 145,372,884 | 35 | 83 | MIT | 2023-09-13T22:32:40 | 2018-08-20T06:01:59 | Java | UTF-8 | Java | false | false | 1,298 | java | /*****************************************************************************
* JEP - Java Math Expression Parser 2.3.1
* January 26 2006
* (c) Copyright 2004, Nathan Funk and Richard Morris
* See LICENSE.txt for license information.
*****************************************************************************/
... | [
"elpatricimo@gmail.com"
] | elpatricimo@gmail.com |
1fbbb4829112553c04c42569379652622861e20e | c31f9627ffa5bb0cc93b84e2c49243f795e33917 | /src/io/lacuna/bifurcan/IDiffList.java | 8ddf35d6671c311c0fdbe9049bdf0eed6ff341df | [
"MIT"
] | permissive | mitghi/bifurcan | e5668aa3baebe86b98a8770954582a87aafc634b | 6f1d389cc07b9bc31c2dddf369a8943c83766f42 | refs/heads/master | 2020-12-09T09:39:04.906344 | 2020-01-09T06:54:33 | 2020-01-09T06:54:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,556 | java | package io.lacuna.bifurcan;
import io.lacuna.bifurcan.utils.Iterators;
import java.util.Iterator;
public interface IDiffList<V> extends IList<V>, IDiff<IList<V>, V> {
class Range {
public final long start, end;
public Range(long start, long end) {
this.start = start;
this.end = end;
}
... | [
"ztellman@gmail.com"
] | ztellman@gmail.com |
fb9942dbe20caf1dc1f405e43c240cf84cba864c | 62d065c055b1683da1f4268137659f1054128ee9 | /modules/core/src/main/java/org/mycontroller/standalone/db/tables/RoleSensorMap.java | d45ba5269841fa2f5cda493d9047cf92a809a952 | [
"Apache-2.0"
] | permissive | IFabioI/mycontroller | 9425be361844338be3193e641a9ecd1cfb675fd7 | e7ae76bb61890092824d28fe782a8f0da9e01b07 | refs/heads/development | 2020-03-17T19:46:51.420338 | 2018-06-19T16:24:00 | 2018-06-19T16:24:00 | 133,877,718 | 0 | 0 | Apache-2.0 | 2018-06-14T19:05:31 | 2018-05-17T23:14:38 | Java | UTF-8 | Java | false | false | 1,755 | java | /*
* Copyright 2015-2017 Jeeva Kandasamy (jkandasa@gmail.com)
* and other contributors as indicated by the @author tags.
*
* 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://... | [
"jkandasa@gmail.com"
] | jkandasa@gmail.com |
a0512efedc72f9d5c28e92630fd79d71c92f8115 | 2b4f4b41e8a28a5024d41223b2876c87ee1eaa1a | /Eis-portlet/docroot/WEB-INF/service/com/idetronic/eis/service/MemberCategoryServiceUtil.java | fe66cd75fc7608d775d5333ffe379821591617a9 | [] | no_license | merbauraya/lportal6.2 | 48bb99e5b6b937fce6e20e5c76303c4982bcad02 | e7446107fd793a8ab557b4748f3214a83dbe6ce6 | refs/heads/master | 2021-01-21T19:51:52.682108 | 2017-08-08T14:42:38 | 2017-08-08T14:42:38 | 92,167,957 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,147 | java | /**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any la... | [
"mazlan.mat@gmail.com"
] | mazlan.mat@gmail.com |
270d4172a4a7653f0ee4fe898313d2036a471b49 | a65921c7e4803beeef39c02253d1b00ccf0e0e4b | /Quine.java | e8d6001d25df275d024f0d1243de402a412271ac | [] | no_license | Javaliant/Downloads | fec23e189674e445b76b11c53d08713e7ba1ee8d | 2ecd097657638e9c0618b475004bfdd1e9b743b3 | refs/heads/master | 2016-09-15T03:21:32.311676 | 2016-03-03T15:41:10 | 2016-03-03T15:41:10 | 41,165,204 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 730 | java | /* Author: Luigi Vincent */
import java.io.PrintWriter;
import java.io.FileNotFoundException;
import java.io.File;
import java.io.IOException;
import java.util.Scanner;
public class Quine {
public static void main(String[] args) throws FileNotFoundException, IOException {
String originalName = Quine.class.getSimpl... | [
"luigipvincent@gmail.com"
] | luigipvincent@gmail.com |
ce5a6375c490d9cbefa63ddbbc337789e14c7650 | f52d89e3adb2b7f5dc84337362e4f8930b3fe1c2 | /com.fudanmed.platform.core.web/src/main/java/com/fudanmed/platform/core/web/client/warehouse/WorkItemOutStockRecordListGrid.java | f8b37ad81b5a61996564355963594a736114a5f0 | [] | no_license | rockguo2015/med | a4442d195e04f77c6c82c4b82b9942b6c5272892 | b3db5a4943e190370a20cc4fac8faf38053ae6ae | refs/heads/master | 2016-09-08T01:30:54.179514 | 2015-05-18T10:23:02 | 2015-05-18T10:23:02 | 34,060,096 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,862 | java | package com.fudanmed.platform.core.web.client.warehouse;
import com.fudanmed.platform.core.domain.proxy.RCEmployeeProxy;
import com.fudanmed.platform.core.domain.proxy.RCWorkItemTaskProxy;
import com.fudanmed.platform.core.warehouse.proxy.RCWarehouseProxy;
import com.fudanmed.platform.core.web.shared.warehouse.UIWorkI... | [
"rock.guo@me.com"
] | rock.guo@me.com |
e121f933f6607521be2cdbde18bc97b109d39ee4 | e26a8434566b1de6ea6cbed56a49fdb2abcba88b | /model-setr-mx/src/generated/java/com/prowidesoftware/swift/model/mx/MxSetr01100102.java | 56fa39647f9b50f96b0b362f9011a9140221907b | [
"Apache-2.0"
] | permissive | adilkangerey/prowide-iso20022 | 6476c9eb8fafc1b1c18c330f606b5aca7b8b0368 | 3bbbd6804eb9dc4e1440680e5f9f7a1726df5a61 | refs/heads/master | 2023-09-05T21:41:47.480238 | 2021-10-03T20:15:26 | 2021-10-03T20:15:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,992 | java |
package com.prowidesoftware.swift.model.mx;
import com.prowidesoftware.swift.model.mx.dic.*;
import com.prowidesoftware.swift.model.mx.AbstractMX;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annot... | [
"sebastian@prowidesoftware.com"
] | sebastian@prowidesoftware.com |
0ea0eb63b5923ecdcab98e15e52021de7ca91a78 | b3205744499b6b5b878193eb1fc3b83ac34bce2b | /net.bearfather.goslink2/src/net/bearfather/goslink2/Connector.java | e6243ac948c8dcac871ec5f7f90d7b1f355434a7 | [] | no_license | BearFather/GosLink2 | 0eae16f61188cf8b1ecf5f4255ec3ae7ee546271 | f4190a77a12a5c686c7ae2e7af2d7215e20e90fe | refs/heads/master | 2020-12-23T10:02:35.425463 | 2018-08-05T00:19:02 | 2018-08-05T00:19:02 | 38,735,964 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,340 | java | package net.bearfather.goslink2;
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintStream;
import java.net.SocketException;
import org.apache.commons.net.telnet.TelnetClient;
/*
* This Class was made to do a rewrite,
* I have haven't got far but maybe used
* in the future.
... | [
"BearFather@gmail.com"
] | BearFather@gmail.com |
be866cf2d5fcc1685485129e31e04c4d6af02853 | 723f67236e08646ea04607f971d0d1584f6c9a7f | /src/plantuml-asl/src/net/sourceforge/plantuml/creole/legacy/StripeCode.java | 70ba1851044b2e35411e78e8ed07a8a4673807c5 | [
"Apache-2.0"
] | permissive | yakup/umldoclet | c15e8b8ed1609cf9471d969cc134b2d78d93b7ae | d61f8090bf12e077fd2676dab0de06c1193a786f | refs/heads/master | 2023-04-21T19:58:42.191452 | 2021-03-12T19:16:16 | 2021-03-12T19:16:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,396 | java | /* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* (C) Copyright 2009-2020, Arnaud Roques
*
* Project Info: https://plantuml.com
*
* If you like this project or if ... | [
"noreply@github.com"
] | noreply@github.com |
e2bf350555912e688f054652bb6d0ecca5e7b63b | 5fcb6a88e7f72b072088dbf568a7d8797a2a3ff0 | /app/src/main/java/com/br/pagpeg/fragment/shopper/ShopperProfileFragment.java | 003c90a5ad49755b02ce9be6e370901197947333 | [] | no_license | brunoteixeiralc/pagpeg_android | 4245fa8c2647a3706130651397843718105688e3 | fd50177322e25093f00356ca25dd5d339f32c0f8 | refs/heads/master | 2020-05-21T20:31:54.332511 | 2017-04-20T02:03:32 | 2017-04-20T02:03:32 | 63,353,767 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,665 | java | package com.br.pagpeg.fragment.shopper;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.widget.Toolbar;
import android.view.LayoutInflater;
import an... | [
"brunoteixeiralc@gmail.com"
] | brunoteixeiralc@gmail.com |
0b803f9ce23659aed2c7c689161ec30d7e87be38 | 6eebee304f3f238ff7085cfdb620c2ae2d38f040 | /src/org/ironrhino/rest/doc/annotation/Field.java | 5fd8e77a2cb730c572844b6737ce5e868219d997 | [] | no_license | ironrhino/ironrhino | a7d29498fd5e947a45fcf6a5e90659f61f72b72a | 5678a09fa8a98704ece8c3df40af884aeb75222a | refs/heads/develop | 2023-07-10T02:04:15.460408 | 2023-06-21T03:48:17 | 2023-06-25T07:45:02 | 16,971,008 | 62 | 50 | null | 2020-06-01T07:37:39 | 2014-02-19T02:09:37 | Java | UTF-8 | Java | false | false | 587 | java | package org.ironrhino.rest.doc.annotation;
import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.ElementType.PARAMETER;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
@Target({ PARAMETE... | [
"zhouyanming@gmail.com"
] | zhouyanming@gmail.com |
5b2ea57a909ac8707e551ed698d651a1c3a372fa | cee186762c5f71acd51990b5d1e659428648d0f6 | /src/main/java/com/searchinner/dao/CommentDAO.java | 32758c5e69ae9a1fa3697b7fb666bcb1af5ba49a | [] | no_license | fjj596894378/searchInner | 535e5b2081fa84b1ef1f01f736f4401e48ad8be8 | 1a98dcc648060456f13c7f7141a900f1d1e84408 | refs/heads/gnntdev | 2021-01-10T11:29:27.161247 | 2016-04-25T05:17:28 | 2016-04-25T05:17:28 | 55,022,503 | 0 | 0 | null | 2016-04-25T05:17:29 | 2016-03-30T01:26:18 | JavaScript | UTF-8 | Java | false | false | 564 | java | package com.searchinner.dao;
import java.util.List;
import com.searchinner.model.Comment;
public interface CommentDAO {
/**
* 添加评论
* @param comment
* @return
*/
public Comment addComment( Comment comment);
/**
* 通过评论Id获得用户信息
* @param commentId
* @return
*/
public Comment getComment(String com... | [
"596894378@qq.com"
] | 596894378@qq.com |
73cdb06ac422a40ea50ade8e149f43caa4aeb4f8 | fc5593863c275681a4cd6899479fbe213596d5dd | /src/main/java/uiActions/Menu_MyWalletPage.java | e4c6997ed68f1d34224864057f94e8c9a400928a | [] | no_license | AutomationExpert07/WebV1 | 9f1a5176bf23335616e7ec7cd08670c6d468b832 | 2205d528f600931ef46fb898538199e07228661e | refs/heads/master | 2020-03-24T17:17:04.145324 | 2018-04-16T16:36:14 | 2018-04-16T16:36:14 | 142,855,001 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,178 | java | package uiActions;
import org.apache.log4j.Logger;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import testBase.TestBase;
public class Menu_MyWalletPage extends TestBase{
public static final Lo... | [
"sohaibcool@gmail.com"
] | sohaibcool@gmail.com |
b392ebc31bb96212bccb619ff85f883f55c78fa2 | c8545ea093da5c39f75e89b26e4bcc48c6f7881b | /app/src/main/java/com/demo/jetpack/util/toast/IToastStyle.java | 55c3a84539d942b15ed09840ff6829280a9f5aea | [] | no_license | zp0511/JetPackDemo | 19914dbf038d2cf614d1e12ca082a5ffcc68fc8f | 473c624ac22f33257695f0ac5429817a98badf8d | refs/heads/master | 2020-06-30T21:04:03.583599 | 2019-12-03T13:52:20 | 2019-12-03T13:52:20 | 200,950,633 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 772 | java | package com.demo.jetpack.util.toast;
/**
* author : Android 轮子哥
* github : https://github.com/getActivity/ToastUtils
* time : 2018/09/01
* desc : 默认样式接口
*/
public interface IToastStyle {
int getGravity(); // 吐司的重心
int getXOffset(); // X轴偏移
int getYOffset(); // Y轴偏移
int getZ(); // ... | [
"shineourlove@qq.com"
] | shineourlove@qq.com |
c6c579eed3e13d12ccc93e096d0f3b2d2b55a408 | 6baa09045c69b0231c35c22b06cdf69a8ce227d6 | /modules/dfp_appengine/src/main/java/com/google/api/ads/dfp/jaxws/v201602/AspectRatioImageCreative.java | 4308f9646fa97f355498d3eb54eec83a0eb21a6b | [
"Apache-2.0"
] | permissive | remotejob/googleads-java-lib | f603b47117522104f7df2a72d2c96ae8c1ea011d | a330df0799de8d8de0dcdddf4c317d6b0cd2fe10 | refs/heads/master | 2020-12-11T01:36:29.506854 | 2016-07-28T22:13:24 | 2016-07-28T22:13:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,381 | java |
package com.google.api.ads.dfp.jaxws.v201602;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
*
* A {@code Creative} intended for mobile platforms that di... | [
"api.cseeley@gmail.com"
] | api.cseeley@gmail.com |
ba0c9be62614b4f64b134ae11f0b70d994d0877d | 79b846f530a4fe958efba3eac26f35bd599a3b67 | /catleap/src/main/java/com/nespresso/exercice/cat/Cat.java | 62517be5556a5a94f4b8873907681ab73ece0b4a | [] | no_license | rayomar/SQLITraining | 8f3e1cf2997a62026882b09f0c5b9696640506dd | 8209b082b67eae8abe1da199ee6941baf5adb52f | refs/heads/master | 2021-05-29T05:07:18.912601 | 2015-05-10T20:01:17 | 2015-05-10T20:01:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package com.nespresso.exercice.cat;
public class Cat {
private int leapCounter;
private final static int maxLeapSize = 4;
public Cat(){
leapCounter = 0;
}
public void leap() {
leapCounter++;
}
public String path() {
return Display.DisplayCatPath(leapCoun... | [
"errady.adil@gmail.com"
] | errady.adil@gmail.com |
df23681e34072283f9700417827fc9b2e22ef064 | 83c4526ec85ea4ffea4c40deb95d4a967424b3ca | /PHRMS_Mobile/Android App/app/src/main/java/com/pkg/healthrecordappname/appfinalname/modules/fragments/PHRMS_WellnessWeight_Fragment.java | 35d68e562e67424f4190c809007d4b5ffb6255b2 | [] | no_license | dmaulikr/MyHealthRecord | a64e0afbe11d82be495c6087651fc63c9fad0846 | fdcceca7371a6026fc197145bc74317222429d26 | refs/heads/gh-pages | 2021-01-22T00:51:06.436789 | 2017-05-15T06:29:59 | 2017-05-15T06:29:59 | 102,191,576 | 1 | 0 | null | 2017-09-02T11:20:23 | 2017-09-02T11:20:22 | null | UTF-8 | Java | false | false | 16,276 | java | package com.pkg.healthrecordappname.appfinalname.modules.fragments;
import android.app.Activity;
import android.app.Fragment;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.widget.SwipeRefresh... | [
"deepak007_bisht@yahoo.co.in"
] | deepak007_bisht@yahoo.co.in |
6e7915608b23e8fd2461bf9e8031dcc9bfa37a76 | 8254725ef309e53f33221e1676c48c15a71a3d72 | /src/main/java/org/study/arithmetic/util/NumberUtil.java | 9d963bacea003e80810564ebdac2cfbe3df1f91c | [] | no_license | lenxin/arithmetic | 4c527c92c793483a70f88b9f9b8c04b4a29c9a40 | f46c8506d4fd09b77bfb48e11d8c76090e1ffdcd | refs/heads/master | 2021-07-02T09:54:38.357346 | 2020-08-06T16:23:31 | 2020-08-06T16:23:31 | 174,164,669 | 0 | 0 | null | 2020-10-13T12:31:47 | 2019-03-06T14:52:56 | Java | UTF-8 | Java | false | false | 303 | java | package org.study.arithmetic.util;
public final class NumberUtil {
private NumberUtil(){}
public static int max(int... nums) {
int max = nums[0];
for (int num : nums) {
if (num > max) {
max = num;
}
}
return max;
}
} | [
"LifeOfProgram@aliyun.com"
] | LifeOfProgram@aliyun.com |
0c949dd8d8cbb1da2f4ac010c0a5bab367de7731 | 75754e8446f6e8223876528b2de6ac1369f1eacc | /src/main/java/org/todoapp/dbflute/bsentity/BsMemberStatus.java | 182ffc7c85650ef8998f5c6b2706f06b9bd27486 | [
"Apache-2.0"
] | permissive | RyoheiYamamoto/todoapp | d2fc1ac82ab7c7bcac7cf92f9cf86066d0408888 | 59ab2ce6c6c9b82177089a29ca6a18222a7b0231 | refs/heads/master | 2021-01-21T12:01:25.035456 | 2017-05-05T12:20:06 | 2017-05-05T12:20:06 | 91,770,299 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,534 | java | /*
* Copyright 2015-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"h031203yama@gmail.com"
] | h031203yama@gmail.com |
30c3f7afab46d7a467cfb55685ceb63a995f1c55 | 8154b67005de67496b37c8e70503bbe67a0e93f8 | /app/src/main/java/com/nextoneday/customview/animation/PropertyAnimationActivity.java | f6d5997568fca6b94d43fab97ccc2ecaf8bb3805 | [] | no_license | NextOneDay/CustomView | 06d1cfa9bb6533a801502a4158010a138bd82f9c | 19210909ed170f6abe0dd71aaff90b66992e89ae | refs/heads/master | 2021-04-18T18:40:12.937320 | 2018-12-06T15:54:31 | 2018-12-06T15:54:31 | 126,299,858 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,912 | java | package com.nextoneday.customview.animation;
import android.animation.Animator;
import android.animation.AnimatorInflater;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.annotation.SuppressLint;
import android.os.Bundle;
import android.support.annotation.Nullable;
import ... | [
"nextonedaygg@163.com"
] | nextonedaygg@163.com |
a788e68c00e45ff0b9a51a56edcbdf84f5c4a742 | e3dbc591fe86704d6d73120145ed04502502d1c1 | /src/main/java/com/fstg/hrm/service/CommandeItemService.java | f04bcfb39841eb8cc8ebd1e494710334619cf1b3 | [] | no_license | softcodeur/hrm-FSTG | a162192f79abe2b9824c850d1673245a9fcc968e | 3cc22a0f714124621d172c5a48e4e3fac33521f0 | refs/heads/master | 2022-03-19T17:57:16.281886 | 2020-01-04T12:46:03 | 2020-01-04T12:46:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 327 | java | package com.fstg.hrm.service;
import com.fstg.hrm.bean.CommandeItem;
import java.util.List;
public interface CommandeItemService {
public void save( CommandeItem commandItem);
public List<CommandeItem> findAll();
public CommandeItem update(Long id,CommandeItem commandeItem);
public void deleteById(Long... | [
"beloweb9718@gmail.com"
] | beloweb9718@gmail.com |
7edaf71b7d44d831e7e8938412f02f5020c76155 | 29b2a9b7d2ae3d9250735e3e39581fc4ee0332d4 | /src/main/java/com/xwc1125/telegrambot/model/UserProfilePhotos.java | 585a8bb8a9704daa3da35a7541cd825b4705f3b9 | [
"Apache-2.0"
] | permissive | xwc1125/java-telegram-bot-api | 14d0a461c157641825544ce3a199ef417c2a34ef | 476fc1cd2280ca179ea77ae683a6bc99f7db81e5 | refs/heads/master | 2020-05-13T14:49:27.506347 | 2019-04-16T06:57:32 | 2019-04-16T06:57:32 | 129,072,000 | 0 | 0 | Apache-2.0 | 2019-01-01T13:50:17 | 2018-04-11T09:50:34 | Java | UTF-8 | Java | false | false | 1,247 | java | package com.xwc1125.telegrambot.model;
import java.io.Serializable;
import java.util.Arrays;
/**
* stas
* 8/5/15.
*/
public class UserProfilePhotos implements Serializable {
private final static long serialVersionUID = 0L;
private Integer total_count;
private PhotoSize[][] photos;
public Integer ... | [
"xmcr1125@qq.com"
] | xmcr1125@qq.com |
212114468fe806013f450da37c2281d3db432022 | 1bea6bc699627ed9430c17daf9a78615cb8d2bc1 | /eureka-service/src/main/java/eureka/EurekaApp.java | d16b31228c6626ce4854c94ee5e28c7da4e2841d | [] | no_license | HyderYang/spring-cloud | f2f3e4580dd98d02aba7790d338f2b8ad8b62696 | e9f43fab01b4b1c07793f9f4eb92b03050f24c82 | refs/heads/master | 2022-07-15T07:31:31.870752 | 2019-09-04T15:44:19 | 2019-09-04T15:44:19 | 205,705,222 | 0 | 0 | null | 2022-06-21T01:47:27 | 2019-09-01T16:46:29 | Java | UTF-8 | Java | false | false | 447 | java | package eureka;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
/**
* @author: 杨欢
* @created: 2019/9/2 下午4:19
* @description:
*/
@EnableEurekaServer
@SpringBootApplica... | [
"yanghuan0613@gmail.com"
] | yanghuan0613@gmail.com |
ca4dde38fc7567c383358758b211b21ff83ed2ce | d4d982b2f6c0933cc01e2269b1a3e96820324c0f | /src/net/gbicc/xbrl/ent/model/GeneImport.java | 18053e14c54b62b08226db451fb7cc75f21ea50b | [] | no_license | gwfxp/xbrlcore | 48a44b633b3546b360cc1669b7b7360c7ab15183 | 065a5b4ac851e29c250507209321b00a7af1b205 | refs/heads/master | 2021-05-27T06:09:57.238535 | 2014-06-06T10:36:08 | 2014-06-06T10:36:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,554 | java | package net.gbicc.xbrl.ent.model;
public class GeneImport {
/**
* 需要插入数据表的名称
*/
private String tableName;
/**
* 需要插入数据表的字段,字符串形式
*/
private String fieldString;
/**
* 需要插入数据表的值,字符串形式
*/
private String valueString;
/**
* 需要插入数据表的上下文字段
*/
private String contextcolumn;
/**
... | [
"joe.phoenix@gmail.com"
] | joe.phoenix@gmail.com |
6016a9dc2fd1c44917e9d1f6d6a5b52ac8808d67 | 92225460ebca1bb6a594d77b6559b3629b7a94fa | /src/com/kingdee/eas/fdc/invite/supplier/app/SupplierChangeGradeControllerBean.java | 246196b1bdc64095d6f99b1abdabff844e3d069f | [] | no_license | yangfan0725/sd | 45182d34575381be3bbdd55f3f68854a6900a362 | 39ebad6e2eb76286d551a9e21967f3f5dc4880da | refs/heads/master | 2023-04-29T01:56:43.770005 | 2023-04-24T05:41:13 | 2023-04-24T05:41:13 | 512,073,641 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,432 | java | package com.kingdee.eas.fdc.invite.supplier.app;
import org.apache.log4j.Logger;
import javax.ejb.*;
import java.rmi.RemoteException;
import com.kingdee.bos.*;
import com.kingdee.bos.util.BOSObjectType;
import com.kingdee.bos.util.BOSUuid;
import com.kingdee.bos.metadata.IMetaDataPK;
import com.kingdee.bos.metadata.ru... | [
"yfsmile@qq.com"
] | yfsmile@qq.com |
59ed2a23cf731e05ba088c3a07bba0b418391dae | 712a5e8475b6c9276bd4f8f857be95fdf6f30b9f | /android/support/v7/app/AppCompatDelegateImplV14.java | ecf044194c2c44cf4d8763a363bf0f77cb5f38df | [] | no_license | swapnilsen/OCR_2 | b29bd22a51203b4d39c2cc8cb03c50a85a81218f | 1889d208e17e94a55ddeae91336fe92110e1bd2d | refs/heads/master | 2021-01-20T08:46:03.508508 | 2017-05-03T19:50:52 | 2017-05-03T19:50:52 | 90,187,623 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,442 | java | package android.support.v7.app;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.res.Configuration;... | [
"swasen@cisco.com"
] | swasen@cisco.com |
18f60fa35a75dba0e5d558c87f8a06230d8d7d05 | ea34e1e848f150f47dbd5dbb794bba7d78c08bea | /app/src/main/java/com/jhonlee/musicpf/view/rank/RankPageAdapter.java | 46b4ef08985fd679cb807b0e5e8135652eca9951 | [] | no_license | JhoneLeedx/Music_PF | ef634bd4ac7eb9e39f1b2254a23071331fc02298 | cc2748de4e07aae3e0a710a368fcc1b30d7e4741 | refs/heads/master | 2021-01-23T03:04:59.854470 | 2017-04-11T06:59:40 | 2017-04-11T06:59:40 | 86,046,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 850 | java | package com.jhonlee.musicpf.view.rank;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import java.util.List;
/**
* Created by JhoneLee on 2017/3/23.
*/
public class RankPageAdapter extends FragmentPagerAdapter {
priva... | [
"lijing930615@live.com"
] | lijing930615@live.com |
d4c206bf3d08f00f5ddad5aed91813440020a5c9 | 71803a80c315f7004bb7afd60026fd68a1b03716 | /src/test/java/Multiple/Payment.java | 802792261c9ddfff00ac7260a865900f19bc9b94 | [] | no_license | Manojmj143/TestNg_project | 1422bb70bf334b8bc72f4873f4a0059cf8ef96bb | 5d126ac76146952bc3f48c22026135fd293eb241 | refs/heads/master | 2023-08-15T08:28:02.772661 | 2021-09-28T15:54:00 | 2021-09-28T15:54:00 | 411,345,929 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 530 | java | package Multiple;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
public class Payment {
public WebDriver driver;
public Payment(WebDriver driver2) {
this.driver= driver2;
PageFactory.initEle... | [
"manojboss883@gmail.com"
] | manojboss883@gmail.com |
6d64f03021bdc735d9181e0bc0580749c72234e3 | be76c9f8a1e0fbfd5ee668f9ae2e7589f365cd12 | /Corvus.WSClient/test/hk/hku/cecid/corvus/ws/data/DataFactoryUnitTest.java | 7bfe2f0cfbfec304c21c6789d050169b6261e27c | [] | no_license | hostcc/hermes2 | f45d1b73c691b6a095b4f7b3e76620e20394e24e | 16a2026f2c21780e44f77ade2f2624708ae6fe54 | refs/heads/master | 2021-07-12T04:16:58.339723 | 2016-09-29T00:31:03 | 2016-09-29T00:31:03 | 10,525,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,421 | java | /*
* Copyright(c) 2005 Center for E-Commerce Infrastructure Development, The
* University of Hong Kong (HKU). All Rights Reserved.
*
* This software is licensed under the GNU GENERAL PUBLIC LICENSE Version 2.0 [1]
*
* [1] http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
*/
package hk.hku.cecid.co... | [
"ilia.sotnikov@asstra.com"
] | ilia.sotnikov@asstra.com |
2173177fe470e217d588f83d1890c32b851a8cae | 0f1a73dc0329cead4fa60981c1c1eb141d758a5d | /kfs-parent/core/src/main/java/org/kuali/kfs/module/cab/dataaccess/PurchasingAccountsPayableReportDao.java | b4be7ce375a7de1e1e4c1b856dc898c1f8f4ff4e | [] | no_license | r351574nc3/kfs-maven | 20d9f1a65c6796e623c4845f6d68834c30732503 | 5f213604df361a874cdbba0de057d4cd5ea1da11 | refs/heads/master | 2016-09-06T15:07:01.034167 | 2012-06-01T07:40:46 | 2012-06-01T07:40:46 | 3,441,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,344 | java | /*
* Copyright 2011 The Kuali Foundation.
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless requir... | [
"r351574nc3@gmail.com"
] | r351574nc3@gmail.com |
12300d04c89650cbfddd654580b526e89994aa6f | c330d71fb5a96dc45e23e794c3d0327d71f051ee | /HomeWork-6/src/main/java/su/svn/hiload/socialnetwork/controllers/RestMessageController.java | 2d38c045d66e923eca5b76dcd52647e04ac03824 | [
"Unlicense"
] | permissive | vskurikhin/otus-java-2020-04-VSkurikhin | bb16b669bcf4a0439c03a0ab55ad9c1be9be1b26 | 7634d9e3b2732f11b306ebbbdd9195fed6e9de9a | refs/heads/master | 2022-10-01T07:32:26.927502 | 2020-06-08T04:47:37 | 2020-06-08T04:47:37 | 259,087,791 | 0 | 0 | Unlicense | 2020-06-08T04:47:39 | 2020-04-26T17:09:32 | HTML | UTF-8 | Java | false | false | 1,114 | java | package su.svn.hiload.socialnetwork.controllers;
import org.springframework.web.bind.annotation.*;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
import su.svn.hiload.socialnetwork.model.Message;
import su.svn.hiload.socialnetwork.services.ReactiveService;
@RestController
public class RestMes... | [
"vskurikhin@gmail.com"
] | vskurikhin@gmail.com |
eee29c353a6a3e3117aad62539d51588abdc9980 | 81de790988148db3228a5f7c08e39029353b1813 | /src/main/java/org/cojen/tupl/io/WindowsMappedPageArray.java | 2633b2dea02f5a0912fb337282fc3642a22ec033 | [
"Apache-2.0"
] | permissive | truward/Tupl | 13eb06ab21e2c2807d592fd32f1b0673c8e060ca | bdbfca5ef6f4368de1afa25277d3928af215f2cb | refs/heads/master | 2020-12-28T20:09:13.852365 | 2016-12-19T00:15:14 | 2016-12-19T00:15:14 | 43,733,040 | 1 | 0 | null | 2015-10-06T06:11:15 | 2015-10-06T06:11:14 | null | UTF-8 | Java | false | false | 7,387 | java | /*
* Copyright 2015 Cojen.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-2.0
*
* Unless required by applicable law or agreed... | [
"broneill@users.noreply.github.com"
] | broneill@users.noreply.github.com |
ab174816b1653e9929bef72dbef23c4b9375dc2d | 81e01bf66ebd3ae8f4f5cc829981c635453ded25 | /src/main/java/com/rquest/test/jsoupdemo/JsoupUtil.java | 89c003288225e04f77363d872091bd1a8479a1e3 | [] | no_license | sl43793390/javaTools | 179afdcaf13e1773aeeb89bd6600e99d94057f78 | c1404dc6ea962e3e2ed65ca4d551fac1490b077a | refs/heads/master | 2022-12-14T05:43:18.306104 | 2020-07-05T01:42:46 | 2020-07-05T01:42:46 | 234,514,817 | 0 | 0 | null | 2022-12-06T00:34:24 | 2020-01-17T09:24:22 | Java | UTF-8 | Java | false | false | 14,813 | java | /**
* JsoupUtil.java
*
* Function:Jsoup utility class.
*
* ver date author
* ──────────────────────────────────
* 1.0 2017/02/22 bluetata
*
* Copyright (c) 2017, [https://github.com/] All Rights Reserved.
*/
package com.rquest.test.jsoupdemo;
import java.io.IOException;... | [
"noreply@github.com"
] | noreply@github.com |
1816e7d7f7994a74b08c22701e7d37f6513ddab7 | aaabffe8bf55973bfb1390cf7635fd00ca8ca945 | /src/main/java/com/microsoft/graph/requests/generated/BaseWorkbookFunctionsAverageARequestBuilder.java | 22ee5eb7132bf1fa7c43ab50aec340bd858900f3 | [
"MIT"
] | permissive | rgrebski/msgraph-sdk-java | e595e17db01c44b9c39d74d26cd925b0b0dfe863 | 759d5a81eb5eeda12d3ed1223deeafd108d7b818 | refs/heads/master | 2020-03-20T19:41:06.630857 | 2018-03-16T17:31:43 | 2018-03-16T17:31:43 | 137,648,798 | 0 | 0 | null | 2018-06-17T11:07:06 | 2018-06-17T11:07:05 | null | UTF-8 | Java | false | false | 2,594 | java | // ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... | [
"caitbal@microsoft.com"
] | caitbal@microsoft.com |
1de9efe737fd73d587a9316700e2ec5512cd70cf | 4f8dae9201da32745663a9b5356377cf1a14128f | /src/main/java/practice/leetcode/oj331to340/OJ332.java | bc32249ecf02e3bc61c1718a4f010448ddf330f5 | [] | no_license | xiaoyue26/july | 09805465e2c2a4432876bb45e85780ba9330940f | a388405d31e1a6cd3d09424d9ce8c3aef8632712 | refs/heads/master | 2021-06-02T02:32:49.672546 | 2020-03-09T07:04:11 | 2020-03-09T07:04:25 | 133,506,411 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,492 | java | package practice.leetcode.oj331to340;
import java.util.*;
/*
* 开头固定是JFK, 出一个字母序最小的路线
* */
public class OJ332 {
private final String FROM = "JFK";
private static class Node {
String to;
int index;
public Node(String to, int index) {
this.to = to;
this.index ... | [
"296671657@qq.com"
] | 296671657@qq.com |
6794843bc59e30ff7d87426dccde402a11fc4311 | ef9c6f6f29276c360254595cfbb6dfa4b89facc6 | /src/test/java/play/canvas/test/TestCanvasBuildValidity.java | d2252e4d3dc24eac4e987a5fed9a8f9efc777f2e | [] | no_license | catalinFlorea/AsciiCanvas | 3dbb8c3617a0ed0dc44f1c59dca00442055cd970 | df5f9f767e5abab2dae10859cd090624a9ac207a | refs/heads/master | 2022-11-10T12:31:03.420403 | 2020-06-21T21:56:52 | 2020-06-21T21:56:52 | 273,779,537 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,087 | java | package play.canvas.test;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
import play.canvas.Canvas;
class TestCanvasBuildValidity {
@Test
void testInvalid0WidthAndHeight() {
Throwable exception = assertThrows(IllegalArgumentException.class, () -> new Canvas(0, 0));
asse... | [
"catalin.florea@abslbs.com"
] | catalin.florea@abslbs.com |
603f782fd41bbe943ff09441e64b5b86af886b4b | ff8181576481edb6a72f46c2c5fefb76f50eee59 | /src/main/java/com/springcore/EL/Main.java | a23f1573bffcf6bf995cc077c9fac3a9fa02079c | [] | no_license | akgarg0472/SpringCore | 44fa5e18a640502207fb35e45e7645dd901a7483 | b9cfc8fcb11463ab0eb8452d67543455ea84c257 | refs/heads/master | 2023-02-28T05:05:46.184298 | 2021-02-04T17:01:05 | 2021-02-04T17:01:05 | 335,484,334 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,514 | java | package com.springcore.EL;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.expression.Expression;
import org.springframework.expression.ExpressionParser;
import org.springframework.expression.spel.standard.Spel... | [
"akgarg0472@gmail.com"
] | akgarg0472@gmail.com |
55ffad2b5ac6af5c1f10f69211e00beee860c17c | ef8876ff618e854a2d74f1332c377dc9b7ffa8d5 | /abframe-util/src/main/java/org/abframe/util/DateUtil.java | 973d7862a386adf0e16437f4bcc3aefd988ebb1f | [] | no_license | liubiao240/abframe | 60a84603c492c0b8552064a3ae5a223be8f7ff4e | 5d9cb02d0f5eda2fc9e22c5057aa73d95b5d2fd9 | refs/heads/master | 2021-01-18T07:28:45.933875 | 2015-08-26T10:19:23 | 2015-08-26T10:19:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,853 | java | package org.abframe.util;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class DateUtil {
private final static SimpleDateFormat sdfYear = new SimpleDateFormat("yyyy");
private final static SimpleDateFor... | [
"krisibm@163.com"
] | krisibm@163.com |
e5050a34853f5226bdc171fce492ff13643a1527 | ac50fe6ab1d054e2bf38f8731022e3fae5905bc9 | /Commons/src/main/java/com/almi/pgs/game/packets/Packet.java | db7ff45e415cc1a9e545d558faf4fc5d97e9d6ae | [] | no_license | mstasiak92/PGS-Server | 9e8427d821ac5a2353e6cace2653c472d84205dc | 4b622e081752d935d88bad0bca437599b4d1815b | refs/heads/master | 2021-12-13T16:37:08.216946 | 2017-01-18T13:58:03 | 2017-01-18T13:58:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 311 | java | package com.almi.pgs.game.packets;
/**
* Created by Almi on 2016-12-31.
* TLV packet structure:
* Type, Length, Value
*
* Type is represented by packet concrete class,
* Length is common for all packets, hence set up here,
* Value depends on concrete packet class
*
*/
public interface Packet {
}
| [
"michal.stasiak.92@gmail.com"
] | michal.stasiak.92@gmail.com |
413bcf9c1744a5ec3e54e47024643433df14c077 | 2aca2c25ef63596a3f2c3703841c7ece7266d0d1 | /Practice check/admin-service/src/main/java/com/cognizant/truyum/adminservice/service/MenuItemServiceImpl.java | 3e7596304dd94f84c94372828b5b57ec18513d22 | [] | no_license | RishabhGupta15/Cognizant-Internship | a0d4e74bfc2798de6d3519330236a5844978531b | f1ad491fdf51d3c731295e8e5e806ca5061e4e91 | refs/heads/main | 2023-09-03T18:40:53.492566 | 2021-10-12T11:51:11 | 2021-10-12T11:51:11 | 381,082,087 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,719 | java | package com.cognizant.truyum.adminservice.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.cognizant.truyum.adminservice.exception.MenuItemNotFoundException;
import com.cognizant.truyum.adminservice.model.MenuItem... | [
"48063952+RishabhGupta15@users.noreply.github.com"
] | 48063952+RishabhGupta15@users.noreply.github.com |
cdeafb9195076f53afdf24051946f7296b1d2c34 | dfa95c875f578d4c60ca9811b91b62584ef716b8 | /quicklearn-app-rest/quicklearn-app-rest-web/src/main/java/com/quicklearn/web/dto/EnrollmentDTO.java | fbbea43e18e18bc768ec1e2da0dd3e04cc95f775 | [
"MIT"
] | permissive | louisgy/quickLearn | 9e323074e21af03a2fa9799c35c63f8ecbbcaf62 | 6796dba9946c7af399b2abc6e414ae9c225659ab | refs/heads/master | 2020-04-13T20:02:17.156532 | 2019-03-22T00:48:19 | 2019-03-22T00:48:19 | 163,419,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,300 | java | package com.quicklearn.web.dto;
import java.util.Date;
import javax.validation.constraints.NotNull;
import com.quicklearn.web.validator.CourseSessionExistence;
import com.quicklearn.web.validator.DateOrdering;
import com.quicklearn.web.validator.StudentExistence;
@DateOrdering
public class EnrollmentDTO {
@NotNu... | [
"louis.georgy@gmail.com"
] | louis.georgy@gmail.com |
1c288316440f2024c6592f8fe7955cd234373e97 | aaaa396961346b381478249231d59c3a683f8147 | /src/stillness/WriterOutputStream.java | f3513e09afd025509a18123692f07e37996047ea | [
"Apache-2.0"
] | permissive | cbrisson/stillness | 2778dedcf25a0eea12b53b3133cee58b3e2034af | a375c2e33b848f0bfe5bcba079c7a001f25f69c8 | refs/heads/master | 2021-01-10T13:25:22.740638 | 2015-06-02T21:52:17 | 2015-06-02T21:52:17 | 36,596,013 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,149 | java | /*
* Copyright 2003 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | [
"claude@renegat.net"
] | claude@renegat.net |
d9d739667c4eeb3433721300363584d41aea5f95 | ad583ed989bad964055a7529ea25660d0d620268 | /app/src/main/java/com/ufrbuild/mh4x0f/painelufrb/utils/interactors/ProgressDialogStatus.java | b49f3735aa156d2be643274035533e411dc970b3 | [
"Apache-2.0"
] | permissive | UFRBuild/Painel-Aulas-UFRB | 1c92754694cd6e9d7791e9bffad6fc62723371b3 | 27c3a5b21584ab25ab90b5ceb98aa406005db310 | refs/heads/dev | 2022-12-25T12:04:38.632987 | 2022-12-12T23:16:25 | 2022-12-12T23:16:25 | 200,312,273 | 3 | 0 | Apache-2.0 | 2022-12-12T23:16:26 | 2019-08-03T00:12:43 | Java | UTF-8 | Java | false | false | 1,587 | java | /*
This file is part of the Painel de Aulas UFRB Open Source Project.
Painel de Aulas UFRB is licensed under the Apache 2.0.
Copyright 2019 UFRBuild - Marcos Bomfim
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
... | [
"mh4root@gmail.com"
] | mh4root@gmail.com |
e1147c35f007371d17d178f0e6aab7d12f21270a | 53769d390845e6e5e0f562cb41dfb71000c8a560 | /src/com/zhoug/plugin/android/beans/ResIdBean.java | 25f52b718f73c98d21e9e525973c0663a1a17ada | [] | no_license | zhougan870822/findviews | 702aca7a8d3637b218c154c19370ccc846dd9b1b | 3250806d4e9baa01964bc5f343b6635b1b9da37a | refs/heads/master | 2020-09-06T13:16:13.080132 | 2020-06-12T03:35:39 | 2020-06-12T03:35:39 | 220,434,485 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,283 | java | package com.zhoug.plugin.android.beans;
import com.zhoug.plugin.android.ClassWriter;
public class ResIdBean {
private String name;//标签名,即组件类名
private String id;//标签id
private String _fieldName;//生成的全局变量的名字
private boolean addOnclick=false;
private boolean select=true;//是否生成
public ResIdBean()... | [
"564169392@qq.com"
] | 564169392@qq.com |
be663215e0ba91fa7464b87669c0538c43831ee1 | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/Chart-6/org.jfree.chart.util.ShapeList/BBC-F0-opt-50/tests/15/org/jfree/chart/util/ShapeList_ESTest_scaffolding.java | f25cecdecdce0775fcb668ba14df630af9393871 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 3,491 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Wed Oct 20 15:36:43 GMT 2021
*/
package org.jfree.chart.util;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
5ce2cfb8e1657dcddb98e58c7aac1ef55a9d0af8 | fedc23b66d26f68eacf4cc04a3ef87bfc716b3e0 | /PPM.java | 82ae3d049df99b9a98cd00c735e682491d688cb1 | [] | no_license | joshuasewhee/PPM | f00b7c02a1939de600395f571e5c7f909deea2a4 | fa2d5279f006835c443d9705c8eeaa66712ad35a | refs/heads/master | 2021-06-09T09:28:35.522858 | 2016-12-01T03:42:19 | 2016-12-01T03:42:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,686 | java | import java.io.File;
import java.io.FileNotFoundException;
import java.io.PrintWriter;
import java.util.Scanner;
/**
* Created by Joshua Sew-Hee on 11/21/2016.
*/
public class PPM {
// create an array of Pixels
int[][] r;
int[][] g;
int[][] b;
String magic;
int width, height, depth;
//... | [
"jysewhee@mail.lipscomb.edu"
] | jysewhee@mail.lipscomb.edu |
aa43692e0c9fe10cdd009eaca703089201632edf | 7d343ea71b4355f707d1869ed0ce31339dc13f19 | /src/com/company/TxtWorldStatsGenerator.java | e8a29b6827646b4ed36ecbf4dbbae53f6f936cae | [] | no_license | matszach/CaveExplorer | 8c5966592cd607040c90d5789c6f87ba607514a0 | 2dad88ffc7aa9a01695c746af6202580800aca22 | refs/heads/master | 2020-04-19T07:29:12.707461 | 2019-02-12T11:44:33 | 2019-02-12T11:44:33 | 168,048,440 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 952 | java | package com.company;
import java.io.PrintWriter;
public final class TxtWorldStatsGenerator {
private TxtWorldStatsGenerator instance = new TxtWorldStatsGenerator();
private static PrintWriter writer;
private static long[] tileAmountGenerator(int[][]tileTypes){
long[] tileAmount = new long[14];... | [
"lkaszubowski@gmail.com"
] | lkaszubowski@gmail.com |
854350c4087b65a8d3c0a3f21d7fee10bd95f2ee | b894ed99f09f16c29b4a9799f876d7a056a3b816 | /src/main/java/com/javaguru/student_vadim_migun/lesson_5/level_4_junior/ArrayOddNumbers.java | 37e5b5496a89383b01b3fbc5f12238102c4feb01 | [] | no_license | javaGuruBY/belarus-jg-java-1-august-2020 | 66a6b532d3058c27055d83499869c9a134aca4ee | 9f307c06b626fb361241920eba4d15f95822f61e | refs/heads/master | 2023-01-24T05:37:23.633305 | 2020-12-10T13:02:49 | 2020-12-10T13:02:49 | 290,787,542 | 2 | 1 | null | 2020-08-28T19:24:07 | 2020-08-27T13:48:01 | Java | UTF-8 | Java | false | false | 932 | java | package com.javaguru.student_vadim_migun.lesson_5.level_4_junior;
/*
Напишите программу, в которой:
- создайте массив произвольной длины
- заполните массив случайными числами
- распечатайте на консоль все элементы массива
- найдите все нечётные числа в массиве и выведети их на консоль.
*/
class ArrayOddNumbers {
... | [
"vadimka193308@gmail.com"
] | vadimka193308@gmail.com |
cc55d11167db1caaba8997298219578314b3a0b7 | 977e7363c953e09c5757d5bd1bdfc1979b0fb878 | /src/main/java/wycc/io/HeapPrinter.java | f06a11c90cd1e4f303142529614bd2dabce9bf54 | [
"Apache-2.0"
] | permissive | Whiley/WhileyCompiler | 1be9ad2d6284d4486d94380296a3698984772ead | 4e1a0ea61aa3729dc7b3cdc8f44996d819873ee0 | refs/heads/main | 2023-02-18T08:56:39.383937 | 2022-08-10T22:10:28 | 2022-08-10T22:10:28 | 1,100,771 | 165 | 32 | Apache-2.0 | 2021-07-25T01:21:11 | 2010-11-21T22:32:44 | Java | UTF-8 | Java | false | false | 2,310 | java | // Copyright 2011 The Whiley Project Developers
//
// 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... | [
"david.pearce@ecs.vuw.ac.nz"
] | david.pearce@ecs.vuw.ac.nz |
27abfb36fd205629ae83e6f1784b5c2ed3fffbc3 | 141da474d154927e5a9c905ed4e5f5ebc88717ef | /src/main/java/science/mengxin/spring5app/domain/Notes.java | 3166d359052bb0752877eb957aabdfc5b8b2570f | [] | no_license | xmeng1/spring5-app | 4a9d811fd341b4f4f8c5ac85362efcdd79874148 | 7fd391f50753dbee24f055f0f2bfa2e4f1096426 | refs/heads/master | 2020-03-12T18:25:51.078935 | 2019-08-30T07:04:39 | 2019-08-30T07:04:39 | 130,759,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 978 | java | package science.mengxin.spring5app.domain;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Lob;
import javax.persistence.OneToOne;
/**
* <p>Date: 25/04/18
*
* @author mengxin
* @version 1.0
... | [
"mengxin.city@gmail.com"
] | mengxin.city@gmail.com |
7cd98ee32f5464eba2cfbd6becc92e17a6f45c7b | e4b4b56b656da76056ef87176b5698947ceb26b1 | /AppInfoSystem/src/cn/appsys/service/AppCategoryServiceImpl.java | c7106470a8660f486e97d4dca54db32c9540a642 | [] | no_license | groupappinfo/appinfosystemproject | 11da85e8f4dadc724401904d65fc7a1c0cf5c36c | 39f253f6d09c9a81168cc5fe011b37c87797f8fb | refs/heads/master | 2020-06-18T06:39:01.689413 | 2017-06-17T08:30:26 | 2017-06-17T08:30:26 | 94,161,933 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 99 | java | package cn.appsys.service;
public class AppCategoryServiceImpl implements AppCategoryService {
}
| [
"1021981156@qq.com"
] | 1021981156@qq.com |
c776f90c8e28fd2d26e33ff807a412aa7c9ed11d | ebc9949ba32df96d18e9645663ee283b2c07133c | /src/main/java/ua/rubezhanskii/javabookshop/dto/CategoryDto.java | bec321c3f07da3be225639bf51882e58e424133d | [] | no_license | VitaliiRubezhanskii/JavaZoneBookShop | 710e2991d35c6c2c6c6b68bfff32a71f56a03708 | 88a7d220b584442daf1a55884ea3eb853d8a7554 | refs/heads/master | 2022-02-05T17:23:21.595813 | 2020-05-02T16:32:33 | 2020-05-02T16:32:33 | 125,268,190 | 0 | 0 | null | 2022-01-21T23:25:38 | 2018-03-14T20:12:21 | Java | UTF-8 | Java | false | false | 252 | java | package ua.rubezhanskii.javabookshop.dto;
import lombok.Data;
import lombok.RequiredArgsConstructor;
import java.util.Set;
@Data
@RequiredArgsConstructor
public class CategoryDto {
private Integer categoryId;
private String category;
}
| [
"Vitalii.Rubezhanskii@gmail.com"
] | Vitalii.Rubezhanskii@gmail.com |
befff4b27ac63f6da5c98496c7ac28e9e950fce7 | b9648eb0f0475e4a234e5d956925ff9aa8c34552 | /google-ads-stubs-v8/src/main/java/com/google/ads/googleads/v8/services/GetCampaignSimulationRequest.java | 0fe19220937db9e9c24bdb18386a150a9c75e795 | [
"Apache-2.0"
] | permissive | wfansh/google-ads-java | ce977abd611d1ee6d6a38b7b3032646d5ffb0b12 | 7dda56bed67a9e47391e199940bb8e1568844875 | refs/heads/main | 2022-05-22T23:45:55.238928 | 2022-03-03T14:23:07 | 2022-03-03T14:23:07 | 460,746,933 | 0 | 0 | Apache-2.0 | 2022-02-18T07:08:46 | 2022-02-18T07:08:45 | null | UTF-8 | Java | false | true | 22,156 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v8/services/campaign_simulation_service.proto
package com.google.ads.googleads.v8.services;
/**
* <pre>
* Request message for
* [CampaignSimulationService.GetCampaignSimulation][google.ads.googleads.v8.services.CampaignSimu... | [
"noreply@github.com"
] | noreply@github.com |
b2cd97f5074d5c3c8bd546d701a61befa3e6af6e | 4aa5cab1379be0255de82362b5119146e8a374b6 | /DisplayMessageDialogHandler.java | 9a9dac1c2ede702f354e0ae19e4dddcd40fbc2a9 | [] | no_license | ericso/psu_edu_ist411sp11_topic3excercise_imclientserver | 61be74eed62b85268dc69b3f688e9eff2277b3fd | 851565ad65b250b4f2e5f91ca9318a36587b0bdb | refs/heads/master | 2020-05-19T22:27:20.025727 | 2011-04-23T20:42:50 | 2011-04-23T20:42:50 | 1,609,371 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,537 | java | package so.eric.im.handler;
import so.eric.im.*;
import so.eric.im.ui.*;
import java.net.*;
import java.util.*;
import java.awt.event.*;
import javax.swing.*;
public class DisplayMessageDialogHandler extends MouseAdapter {
private String clientUsername;
private HashMap<String, InstantMessageDialog... | [
"services@ericso.me"
] | services@ericso.me |
1f86817d4b534ee50fefb7ef9fd12a5e68cc6bc2 | 4f81b43605678c0d37efabdcaebdae12fd294623 | /src/main/java/org/mifos/beyonicIntegration/util/MfiProperties.java | 3e4b3353f70595b313180a694f317ef4b5148675 | [] | no_license | vladimirfomene/beyonic-integration | 0abeca8208293a27a1b1554add3315eac17a2493 | e58343363267c0ac49b5c8705b5c7284e9814d77 | refs/heads/master | 2021-01-20T04:57:44.898304 | 2017-12-02T19:48:33 | 2017-12-02T19:48:33 | 101,400,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 496 | java | /**
* MfiProperties.java
* ========================================
* This class has properties for a particular tenant
* @author vladimirfomene
*/
package org.mifos.beyonicIntegration.util;
import lombok.Data;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Compo... | [
"vladimirfomene@gmail.com"
] | vladimirfomene@gmail.com |
dacf3fc562fee8df418c7aa9f1ff803ce3c21ec6 | 62b4ede0590db689437339d41ec7e41e14b536fe | /src/main/java/nl/hu/ipass/quizschoolapp/webservices/Quiz.java | 7cc8c5015f485168bc68e7c1b3dcc30746a79364 | [] | no_license | JeroenVerkerk/IPASS-Source-Code | f51e97548d5105f8aadf19c8168ced0b3599b640 | df9b3928d48cc5a8d527be40b5163f03ff199ebe | refs/heads/master | 2021-01-13T06:15:34.035800 | 2017-06-21T15:52:24 | 2017-06-21T15:52:24 | 95,018,997 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,103 | java | package nl.hu.ipass.quizschoolapp.webservices;
public class Quiz {
private int id;
private String vak;
private String niveau;
private String gemaaktDoor;
private String naam;
public Quiz(String vak, String niveau, String gemaakt, String naam) {
this.vak = vak;
this.niveau = niveau;
this.gemaaktDoor = gem... | [
"jdverkerk@gmail.com"
] | jdverkerk@gmail.com |
454d85218084e103610299790824ea10114465c4 | 31f3e3c27d26de2bfead0845b2c0baba8e3e3b84 | /src/main/java/com/example/drugsafety/repository/DrugDataRepository.java | 61d9d2e8f91f28a17e9f5cf0939f654b29f0fa17 | [] | no_license | vikrant47/DrugSafety | 24bf796d2f969207e90e1f006fea6a495cfe6089 | f158959e0411be1bf15558fe12cc1444e6b454d1 | refs/heads/master | 2020-03-21T07:07:05.217998 | 2018-06-21T11:24:08 | 2018-06-22T06:05:20 | 137,093,448 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 383 | java | package com.example.drugsafety.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import com.example.drugsafety.entity.DrugData;
import com.example.drugsafety.entity.acl.Role;
public interface DrugDataRepository extends JpaRepository<DrugData, Integer>{
public Role findByName(String n... | [
"vikrant.singh1990@yahoo.in"
] | vikrant.singh1990@yahoo.in |
fd608c799fa74f9935c3bac939019ed1c5ab7c45 | f78c20627e126fea16a3c1fe811597a4a295d7fe | /xland/src/main/java/org/xman/lear/service/FellowServiceImpl.java | a197cd0dd44d61425e1003e98ed6bdb932392034 | [] | no_license | TaylorXian/Learless | 476fc00ce3fe68c41a58f6e604706d9f832a448a | 7ea3e88903b95a78d6e8c4613ceaa1b2fe186eca | refs/heads/master | 2021-01-18T23:14:32.247956 | 2017-06-24T09:02:59 | 2017-06-24T09:02:59 | 3,135,737 | 0 | 0 | null | 2016-10-26T02:44:23 | 2012-01-09T10:36:53 | Java | UTF-8 | Java | false | false | 671 | java | package org.xman.lear.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.xman.lear.domain.Fellow;
import org.xman.lear.domain.FellowExample;
import org.xman.lear.persistence.FellowMapper;
@Service
public class Fello... | [
"taylorsaltfish@gmail.com"
] | taylorsaltfish@gmail.com |
9c4ab81c34bf9cd52818ed974f14e38399dd67d8 | a3109e5c6ecb38ff3a2f54889874b9df5b4a0340 | /iRemember/src/edu/vuum/mocca/orm/TagsCreator.java | 4f8ce16fcd6991d48fa22ce6909648352e62f651 | [] | no_license | ddieffen/iRemember---Clean | b04a0645b804fcbde64cb1395640034c7ef01ec3 | 1615d732e5b01f02a2dc2b9065b00a2538541cdb | refs/heads/master | 2016-09-06T06:38:58.041511 | 2014-03-30T23:44:00 | 2014-03-30T23:44:00 | 18,275,572 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,746 | java | /*
The iRemember source code (henceforth referred to as "iRemember") is
copyrighted by Mike Walker, Adam Porter, Doug Schmidt, and Jules White
at Vanderbilt University and the University of Maryland, Copyright (c)
2014, all rights reserved. Since iRemember is open-source, freely
available software, you are free to use... | [
"ddieffen@gmail.com"
] | ddieffen@gmail.com |
b6e8d875abbc5901b211675ee3b1075ef914f65f | 7f4157724af82cc5c6607b9123b279682eb32cc5 | /top-auto-sdk/src/main/java/com/dingtalk/api/request/OapiCallCalluserRequest.java | 89bcabc2f6743431237997910d0305041867c770 | [] | no_license | wangyingjief/dingding | 0368880b1471a2bfcfca0611dbc98ff57109ac50 | b00fb55451eb7d0f2165f9599a7be66aee02a8a2 | refs/heads/master | 2020-03-26T00:12:41.233087 | 2018-08-10T16:43:31 | 2018-08-10T16:43:31 | 144,310,543 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,197 | java | package com.dingtalk.api.request;
import com.taobao.api.internal.util.RequestCheckUtils;
import java.util.Map;
import java.util.List;
import com.taobao.api.ApiRuleException;
import com.dingtalk.api.BaseDingTalkRequest;
import com.dingtalk.api.DingTalkConstants;
import com.taobao.api.internal.util.TaobaoHashMap;
impor... | [
"joymting@qq.com"
] | joymting@qq.com |
bbb7aef05e1387562dd0d66221c25226c84d71bd | c3e41080a30e92a8f026371b8a40062766a34cca | /src/yc/java/offer/RectCover.java | 46aac7709aedf358c1f077a1c0d994dfa05ae961 | [] | no_license | ycFw/Algorithm-Practices | f0c7004cc382fdb848abb3f604a4c0659d4aacfe | 8c7cdc852b3791a54848a1ff6d07790d12b03734 | refs/heads/master | 2020-09-15T22:46:53.500998 | 2020-05-03T08:10:47 | 2020-05-03T08:10:47 | 223,574,571 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 487 | java | package yc.java.offer;
/**
* @program: algorithm-practices
* @description: 矩形覆盖
* @author: yc
* @create: 2020-01-19 22:24
**/
public class RectCover {
public int rectCover(int n) {
if (n <= 2)
return n;
int pre2 = 1, pre1 = 2;
int result = 0;
for (in... | [
"2698676480@qq.com"
] | 2698676480@qq.com |
35ac6a66e2634521d148dfe9f68c5dd9a21029c0 | cda40165a916985e079e2a483d271aa505fa1cd6 | /Theja_Dande-logger-exceptionhandling-master/src/main/java/com/epam5/logger_exceptionhandling/App.java | 72edf01a3f6eb2b46ee7d8bc21528148375f52f3 | [
"BSD-2-Clause"
] | permissive | DandeTheja/Exceptions-Logging | 766aea164bc09077c94169bb32ebd39ecfb2e047 | 92d3fb1c27c85239d7599b4debbae8c0bff2c8d6 | refs/heads/master | 2022-11-24T10:03:07.756871 | 2020-07-20T06:46:38 | 2020-07-20T06:46:38 | 281,036,297 | 0 | 0 | BSD-2-Clause | 2020-07-20T08:15:17 | 2020-07-20T06:44:24 | Java | UTF-8 | Java | false | false | 3,463 | java | package com.epam5.logger_exceptionhandling;
import java.util.*;
import infrastructureLayer.InfrastructureLayer;
import domainLayer.DomainLayer;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
/**
* Hello world!
*
*/
interface UserInterface {
/*
Hence LAYERED ARCHITECTURE an... | [
"noreply@github.com"
] | noreply@github.com |
47e815c8f5d924483e41643754400378eed574cc | ca19fec3ea5be4da7824f78cfb4e82d434601e94 | /src/lab5/hasWaiters/Consumer.java | 38797618371933da8d811878dbc81d06eae51694 | [] | no_license | werkaaa/Concurrency | 0861512bc3834500f50fdb208d5e7f535dd8448b | 0cda95500b5836d4bc0ab2926c170ea7878ee4f9 | refs/heads/master | 2023-03-22T06:14:02.923438 | 2021-03-10T15:03:41 | 2021-03-10T15:03:41 | 304,652,882 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | package lab5.hasWaiters;
public class Consumer implements Runnable{
private Buffer buffer;
private int maxConsumed;
private int id;
public Consumer(int id, Buffer buffer, int maxConsumed){
this.id = id;
this.buffer = buffer;
this.maxConsumed = maxConsumed;
}
private i... | [
"weronika.ormaniec@gmail.com"
] | weronika.ormaniec@gmail.com |
b88994a49d9ef93f14fd407e5fe7f09a5714a687 | 9bcb95c9d8c7c5f135045ae8cefea38325536457 | /ServerRaspberryPi/src/main/java/server/home/board/type/ControllerTvInterface.java | ea23d2be8b197368e9b8797fda8bc8895b4b509e | [] | no_license | lterminiello/tesis-terminiello-sirimarco | c4c8a6eaff9171b209ca763a5503b79d643cbf75 | d1c96992979ac9f6e9ca77d712351ece6c5b7d53 | refs/heads/master | 2021-01-11T01:25:02.942377 | 2018-03-07T03:16:38 | 2018-03-07T03:16:38 | 70,709,053 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 111 | java | package server.home.board.type;
public interface ControllerTvInterface extends AbstractControllerInterface{
}
| [
"lucas.terminiello@despegar.com"
] | lucas.terminiello@despegar.com |
4cfb99a4f9cdbe2ebe69436569b089a50c95254e | 8e87640d66f9988c510bc32a1e70cbe7c1191884 | /pTolemy3DViewer/branches/refactor-0.1.1/src/org/ptolemy3d/math/Vector3f.java | ac2fb4bd0389a0352e0a0627e754d9e5f4de9dbb | [] | no_license | mwkorver/ptolemy3d | 5ace8b4c576f30fcd74f9da1202343c31a0b39a4 | 830e65b2f8e3fe0661c5d612b9c5aed7fd5b8d7e | refs/heads/master | 2021-01-22T16:38:12.427010 | 2015-03-23T22:22:31 | 2015-03-23T22:22:31 | 32,748,476 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,670 | java | /**
* Ptolemy3D - a Java-based 3D Viewer for GeoWeb applications.
* Copyright (C) 2008 Mark W. Korver
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the Licens... | [
"jerome@a6184b05-b731-6c71-0e7b-69934b2a1c39"
] | jerome@a6184b05-b731-6c71-0e7b-69934b2a1c39 |
bfe5a6c0a08854818e643e8326d82368f674e161 | 28a1ef26a95e5751324dbf9ffe690c8ab7970ef7 | /chapter6/core/SimpleContextValve.java | 3c1cee7a72de25f57723852dc18ed28021faa4aa | [] | no_license | pacosonTang/HowTomcatWorks | ff9a420120a5a3100465140ba7432ab952f4c208 | 3e63e995ac7d33539c874fdb9691ca256f769796 | refs/heads/master | 2021-01-21T04:51:12.848251 | 2016-06-08T11:45:53 | 2016-06-08T11:45:53 | 55,671,344 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,682 | java | package com.tomcat.chapter6.core;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.catalina.Context;
import org.apache.catalina.Contained;
import org.apache.catalina.Container;
import org.ap... | [
"pacoson@163.com"
] | pacoson@163.com |
c3ddbba8d5b54764c652045716396ec4ef97acce | 4ed13753f5bc20ec143dc25039280f80c3edddd8 | /gosu-core-api/src/main/java/gw/lang/reflect/features/IPropertyReference.java | 908a4af1effbab5b417238bba9bca74563a540b2 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause"
] | permissive | hmsck/gosu-lang | 180a96aab69ff0184700e70876bb0cf10c8a938f | 78c5f6c839597a81ac5ec75a46259cbb6ad40545 | refs/heads/master | 2021-02-13T06:53:30.208378 | 2019-10-31T23:15:13 | 2019-10-31T23:15:13 | 244,672,021 | 0 | 0 | Apache-2.0 | 2020-03-03T15:27:47 | 2020-03-03T15:27:46 | null | UTF-8 | Java | false | false | 245 | java | /*
* Copyright 2014 Guidewire Software, Inc.
*/
package gw.lang.reflect.features;
import gw.lang.reflect.IPropertyInfo;
public interface IPropertyReference<R, T> extends IFeatureReference<R, T>
{
public IPropertyInfo getPropertyInfo();
}
| [
"lboasso@guidewire.com"
] | lboasso@guidewire.com |
74933bdada9c4fa3f779a809aa1cfb51cc207c57 | 7d10796ff34f7bedef0d4be590d0443c939dd0bd | /core/src/com/github/aligator/stuckinaloop/systems/BossSystem.java | f3c8db1516aee92285e2f96fab8788ba83b2c82f | [] | no_license | aligator/StuckInALoop-LudumDare47 | a0eabbd5947bb305c71daabc42b61894cc349b75 | fc11f843f33d549cca539b0157cca3077e6030c9 | refs/heads/master | 2022-12-26T03:23:04.557766 | 2020-10-04T22:23:19 | 2020-10-04T22:23:19 | 300,822,584 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,402 | java | package com.github.aligator.stuckinaloop.systems;
import com.badlogic.ashley.core.Entity;
import com.badlogic.ashley.core.Family;
import com.badlogic.ashley.systems.IteratingSystem;
import com.github.aligator.stuckinaloop.components.*;
public class BossSystem extends IteratingSystem {
public BossSystem() {
... | [
"johannes.hoermann@tiffinger-thiel.de"
] | johannes.hoermann@tiffinger-thiel.de |
1690dadd5a1eb1fa431faa4e63ae63238a2a9b9f | aeaf0b3d97dc46944731f60c0d8a594471d5eccc | /src/stds/mech/Collision.java | 4d495500e7bfa4835aa9b680b7e0aa0cc72fd931 | [] | no_license | John6923/SimpleTopDownScroller | 7652b1f7c3297c34ff79a73526189d1b27ce04c5 | b75bcbe0aab90922011811ecfd4108a074b1ff87 | refs/heads/master | 2016-09-05T18:22:36.280428 | 2013-11-12T20:24:00 | 2013-11-12T20:24:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,042 | java | package stds.mech;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.Timer;
import stds.constants.Constants;
import stds.constants.GameStage;
import stds.gfx.Dialogue;
@SuppressWarnings("serial")
public abstract class Collision extends Input {
protected void handleKeyPre... | [
"john6923@live.com"
] | john6923@live.com |
5889e798d6b4f36661f8178d227cd413e47c958f | 1efea98101813282ac12fa296bac88368e4ee11b | /src/kr/go/police/sms/MyMessageDeleteAction.java | 79c11a418f1d7a12ec9ec11cf0b1e594380e1d26 | [] | no_license | everontech/SMS | f5a98284924cdf55b8e904a055071e6d7cf5c55b | 752c9b19841aed9ca745032a8f975362b36ef0b9 | refs/heads/master | 2021-01-18T06:39:10.778269 | 2013-01-11T05:22:51 | 2013-01-11T05:22:51 | null | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,362 | java | package kr.go.police.sms;
import java.io.PrintWriter;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import kr.go.police.action.Action;
import kr.go.police.action.ActionForward;
/**
* 문자함 삭제 action
*/
publi... | [
"juwan@juwan-PC.(none)"
] | juwan@juwan-PC.(none) |
bb187d4e6f546f7aae7a10a2c9d290c94d1e022c | 928b76753840df16cfce4f5fbdbe046272f689c9 | /febs-common/src/main/java/cc/mrbird/febs/common/config/FebsAuthExceptionConfigure.java | e815f81be6d8c821e26c1d7929d56d3156e7de3b | [] | no_license | inspire90/febs-cloud | 039d761209c11eefd5a575022093cbb51413b29b | 0ec06b7609af4b5e4aee986a8874ad016a0a1e5c | refs/heads/master | 2023-06-01T00:48:56.680255 | 2021-06-24T10:40:05 | 2021-06-24T10:40:05 | 379,204,649 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 728 | java | package cc.mrbird.febs.common.config;
import cc.mrbird.febs.common.handler.FebsAccessDeniedHandler;
import cc.mrbird.febs.common.handler.FebsAuthExceptionEntryPoint;
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
import org.springframework.context.annotation.Bean;
public class FebsA... | [
"st13849375638@163.com"
] | st13849375638@163.com |
3150c4759e0eace7d2b107219c641f3a6c16f4a9 | c323bbc499f3bf1ae2e8af3a2b4f5fb6b68708b7 | /src/n_19_5/EndTest_ChenMang_ThayHung.java | 4eb841c40977d845dc234389dd0e7c27cd438b63 | [] | no_license | 7zism3/KITST_2021 | 6819e5edabcb04745c3a32a7c1e8d1f41c1aeae7 | 9c818fecca40f6dff0542f5267506b69e993c27c | refs/heads/master | 2023-05-18T16:34:38.828553 | 2021-05-30T06:00:49 | 2021-05-30T06:00:49 | 372,128,781 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,385 | java | package n_19_5;
public class EndTest_ChenMang_ThayHung {
public static void main(String args[]) {
int[] a = new int[10];
a[0] = 1;
a[1] = 2;
a[2] = 5;
a[3] = 8;
a[4] = 20;
a[5] = 50;
//a ={ 1, 2, 5, 8, 20, 50 ,0 ,0,... | [
"7zism3@gmail.com"
] | 7zism3@gmail.com |
92c4bce756ebc6107b56f994662d88914ca6c118 | 961234c564180110e57ca85b8471faa03c5636b5 | /eclipse/jsonTest/src/main/main.java | 31cbe62f56f16686da5ebac9ef44e881af038611 | [] | no_license | awedz/uni | 14c45ca99e0866a62db8cf4654cbe149696bbe5f | 35aa047ae98abe90ffa01ef99408eb9bdab312af | refs/heads/master | 2023-01-11T15:59:16.293421 | 2019-08-06T01:45:09 | 2019-08-06T01:45:09 | 157,736,246 | 0 | 0 | null | 2022-12-09T10:48:41 | 2018-11-15T15:53:20 | HTML | UTF-8 | Java | false | false | 699 | java | package main;
import java.nio.file.Files;
import java.nio.file.Paths;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
public class main {
public static void main(String[] args) throws Exception {
// TODO Auto-generated method stub
WriteJson();
}
public static void WriteJson() throws E... | [
"kiril.g88@gmail.com"
] | kiril.g88@gmail.com |
04cf145dc88054f86bdbdc85ec82febe5d1d611c | 06a3a07124c9df79c40c0212f4ea81fd46c110ee | /src/main/java/com/ghlabs/snippez/entity/User.java | 8753d3564c2a9a1b162d577e9de687b9fd0684ef | [] | no_license | gunay5858/Snippez | cfdad3257681841c26bd067ac984f603d93b6919 | 643f909222cf1b6315d8ad198d7530eba51eb720 | refs/heads/master | 2023-01-18T13:59:01.477189 | 2020-10-31T09:00:35 | 2020-10-31T09:00:35 | 306,421,040 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,483 | java | package com.ghlabs.snippez.entity;
import com.fasterxml.jackson.annotation.JsonIdentityInfo;
import com.fasterxml.jackson.annotation.ObjectIdGenerators;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.*;
import javax.validation.constraints.NotEmpty;
import java.io... | [
"adminghlabs.de"
] | adminghlabs.de |
b64cc8273c40a9c902ba4b4f9a32d6697b871eb5 | 6ddbd333fbb0b082eaa44b2a1e6a5b6d08ded7c3 | /test/com/github/rajda/FitnessTest.java | 13578b107e8da5a0984c97157e68ad73095e652b | [
"MIT"
] | permissive | rajda/bee-colony-for-nphard | f3930fd0733b46036a9e37701b0e3064d6517c73 | e50506dbba917125cf50478546b6256887cf7438 | refs/heads/master | 2021-01-10T05:38:24.220865 | 2016-03-09T19:06:37 | 2016-03-09T19:06:37 | 50,693,232 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 324 | java | package com.github.rajda;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
public class FitnessTest {
@Before
public void setUp() throws Exception {
}
@After
public void tearDown() throws Exception {
}
@Test
public void testGetValue() throws Exception {
... | [
"rajda@interia.pl"
] | rajda@interia.pl |
8ee4aaf9a202fc3b082ce229e771dfdbfd3bc3f3 | c318a447869c76c861eaec319fbc985a59bad122 | /solution/src/main/java/com/feizi/thread/demo/GuessANumber.java | f0bf8d9b37ee3cb23ebd5ec255f5233b347643b2 | [] | no_license | hu1991die/lintcode | 7647adf75660d54aedde45e8d18caa25bb8c24ca | 6527ed369b31010fc7f23ccd0d45392f1bfa0002 | refs/heads/master | 2021-01-20T14:25:11.928797 | 2017-02-22T02:35:57 | 2017-02-22T02:35:57 | 82,751,728 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 720 | java | /*
* Copyright (c) 2014 Javaranger.com. All Rights Reserved.
*/
package com.feizi.thread.demo;
/**
* @Desc
* @Author feizi
* @Date 2016/11/10 17:57
* @Package_name com.feizi.thread.demo
*/
public class GuessANumber extends Thread {
private int number;
public GuessANumber(int number) {
this.number... | [
"ruanpeng@zhixueyun.com"
] | ruanpeng@zhixueyun.com |
3475bbafd0fa5b377a1f0cf8686a73e3a5f3d499 | 53825aeef71ce9498dc65e5ec9c6bdc71316b5f8 | /src/main/java/bob/command/ListCommand.java | 92e2cb5cd77618b86d914f9f4dfc356f62d757dd | [] | no_license | Caleblyx/ip | db38bce1b51a5ad11fe1a4d91d2f997cad4ef051 | 0ec23d65b88e3787268068f795595e3f7a28f351 | refs/heads/master | 2022-12-17T02:30:20.878905 | 2020-09-17T14:27:21 | 2020-09-17T14:27:21 | 287,751,198 | 0 | 0 | null | 2020-09-10T14:44:12 | 2020-08-15T13:24:27 | Java | UTF-8 | Java | false | false | 926 | java | package bob.command;
import bob.exception.BobIndexOutOfBoundsException;
import bob.Storage;
import bob.TaskList;
import bob.UI;
/**
* This command when executed prints out all tasks on a TaskList.
*/
public class ListCommand extends Command {
/**
* Executes the command by calling on the UI to return the c... | [
"caleblyx@outlook.com"
] | caleblyx@outlook.com |
d9ecc718eb05251638beef28620bd5dd7d7c9f91 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /IntroClassJava/dataset/smallest/e9c6206d3a4862876b0dead881ac55078f11e291f60215ab028651f06fcbee2a591a31a7727037774542df4fe051a89460d85f6067a0b9729ae86e4afe1e6e92/000/mutations/117/smallest_e9c6206d_000.java | c7ac547009973772aa9d2cbbef2f82d16718653b | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,289 | java | package introclassJava;
class IntObj {
public int value;
public IntObj () {
} public IntObj (int i) {
value = i;
}
}
class FloatObj {
public float value;
public FloatObj () {
} public FloatObj (float i) {
value = i;
}
}
class LongObj {
public long value;
public... | [
"justinwm@163.com"
] | justinwm@163.com |
cebe11263bafba5082ed2e6972f159b47c7a55b6 | 89b2ea77ac226cdbe74739971c9ef74688d3c9df | /src/main/java/de/flapdoodle/embed/mongo/transitions/ExecutedMongoDumpProcess.java | 2129d73adcb2f3e7294d3399731b60b58c665732 | [
"Apache-2.0"
] | permissive | flapdoodle-oss/de.flapdoodle.embed.mongo | 160e79c7ec59bfbb6689d245ce67adc8b112ea91 | 578d85aa70fb2a4d01301a9dfb4257400f91b9db | refs/heads/main | 2023-07-26T15:24:00.784185 | 2023-07-16T20:58:18 | 2023-07-16T20:58:18 | 4,083,576 | 761 | 169 | Apache-2.0 | 2023-07-02T05:52:29 | 2012-04-20T06:04:38 | Java | UTF-8 | Java | false | false | 1,661 | java | /**
* Copyright (C) 2011
* Michael Mosmann <michael@mosmann.de>
* Martin Jöhren <m.joehren@googlemail.com>
*
* with contributions from
* konstantin-ba@github,Archimedes Trajano (trajano@github)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compli... | [
"michael@mosmann.de"
] | michael@mosmann.de |
ce98750f7b4102b5e2cb40c5b7ffc874095836b2 | b1f8f13cb05e5d605bfcfc5bf486dbf82aa88c0a | /src/columntorow/Archivos.java | 578842aab75f2c97ba9f2320c270e38b5927cb07 | [
"MIT"
] | permissive | tonsquemike/ColumnToRow | 6eadcf4faf9f2ba63f3c41488565fdc719dbe1f3 | fd2f28e47ea1d8009f37f0dcc50dd2e6ac64460b | refs/heads/master | 2021-01-19T00:34:33.094477 | 2016-08-17T23:13:19 | 2016-08-17T23:13:19 | 65,753,873 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,849 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package columntorow;
import java.io.*;
/**
*
* @author Miguel
*/
public class Archivos {
public static int cantidadDePalabras(String nombreArchivo){
File archivo ;
... | [
"tonsquemike@outlook.com"
] | tonsquemike@outlook.com |
ef93f12ab9397c8dfa9ee26b4b86dfb30550b55f | 2fad0dbd92680370e6d766d8f6ee50ba88b6462a | /src/Value.java | 44cf6fc182c6d3ad70ffdb08f5cc6d9b6553c425 | [] | no_license | cd888/InsuranceCalcApplication | 2aace917e88282aee226e9e5e0c21a316e1b9882 | 031c86246e7f47f00935681b91419b4ebb341783 | refs/heads/master | 2021-01-19T22:01:28.243950 | 2017-01-30T10:31:26 | 2017-01-30T10:31:26 | 80,412,090 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 936 | java | /**
*
* @author Chris Daly
* @version 27/01/2017
* This class is the Value Object class which creates the four variables used in the calculations.
*/
public class Value {
public double np;
public double il;
public double di;
public double pv;
public Value(double pv, double np, double il, double di){
... | [
"c.daly888@gmail.com"
] | c.daly888@gmail.com |
24fd3e4b812750acfd34147275874c4b96904bf6 | 08a4c8bf8123f74a5c711e1371f402fbed693453 | /app/src/main/java/com/example/game/LaserBeamObj.java | 776bdfcecfe9d3668b0926b6d32df70eb32fadce | [] | no_license | FlinkerCode/Game | fc50008386131cb81916b9ed75ae1c88098e0e62 | acd11dbc70205bdd995ef648bf648e6cfcaf3eb8 | refs/heads/master | 2022-12-06T00:57:35.434180 | 2020-08-23T12:51:50 | 2020-08-23T12:51:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,141 | java | package com.example.game;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
public class LaserBeamObj extends GameObject {
private Paint paint;
private float x_player;
private float y_player;
private int damageValue;
public LaserBeamObj(String name, fl... | [
"tobias.heinzle@hotmail.de"
] | tobias.heinzle@hotmail.de |
ad99ffa55a579ea5435229c48b4cd48e464d5cb0 | 6062156ac530d70135b80dfc14d3a24596503fc2 | /app/src/main/java/com/example/user/navbartemplatejava/util/NetworkUtils.java | 04f7cadfcefd27a2c725c7e1e9279dbfedba5c6e | [] | no_license | toganjr/android-apk | 06af9278e5dc3de8dea958dc01578b54962c551b | f33ebab5fa7f23dfbbea96e49f3f22af0d9a162a | refs/heads/master | 2020-03-25T13:06:02.780898 | 2018-10-18T06:35:07 | 2018-10-18T06:35:07 | 143,808,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 924 | java | package com.example.user.navbartemplatejava.util;
import android.content.Context;
import android.location.LocationManager;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
public final class NetworkUtils {
private NetworkUtils() {
// require blank constructor
}
public stati... | [
"Yugijr@gmail.com"
] | Yugijr@gmail.com |
2cefb188a0650a7fa55ac3d1817e2917490f2483 | 17bd1a929a29bb0f68ac788b616cf4f0bdfaadcf | /android/app/src/main/java/com/archninjas_rn/MainActivity.java | d724c77074b8ee7a0547ea4f56f6303ce23344f4 | [] | no_license | rodrigoAOliveira/ArchNinjas_RN | 421bc3cc9000acf69ec3e0a7be9754595cbd51c1 | d2b6347d493a413870656dd3e520144163f1ab46 | refs/heads/master | 2020-05-24T03:04:09.486319 | 2019-05-08T18:47:06 | 2019-05-08T18:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 857 | java | package com.archninjas_rn;
import com.facebook.react.ReactActivity;
import com.facebook.react.ReactActivityDelegate;
import com.facebook.react.ReactRootView;
import com.swmansion.gesturehandler.react.RNGestureHandlerEnabledRootView;
public class MainActivity extends ReactActivity {
/**
* Returns the name o... | [
"enzo.jorge@devninjas.com.br"
] | enzo.jorge@devninjas.com.br |
fb658f4bff7f909deaf663679c6d2a523b0c27e4 | 12f4c837eca56d3fdc64cfbce08c0cf3e8eb18cc | /app/src/main/java/com/example/robertuspamungkas/projectpam16/auth/BaseActivity.java | 0cb5ff977d1c4b22f11373f800e32302ce89632e | [] | no_license | pluntaz/ProjectPam16v1 | 8e259ba12d084860513dcade23ce3f44d65a276d | dbc35ca58c903078f2cbef88b5672e1f6cf919d1 | refs/heads/master | 2020-12-22T20:35:12.572472 | 2020-01-29T07:13:53 | 2020-01-29T07:13:53 | 236,924,632 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 946 | java | package com.example.robertuspamungkas.projectpam16.auth;
import android.app.ProgressDialog;
import android.support.annotation.VisibleForTesting;
import android.support.v7.app.AppCompatActivity;
import com.example.robertuspamungkas.projectpam16.R;
public class BaseActivity extends AppCompatActivity {
@VisibleFor... | [
"pluntaz@users.github.com"
] | pluntaz@users.github.com |
0ba292e2bfe1f5d9452df8e55b5a47a4d8b914ea | 7d6c6612690f0be2463002d09901301bafc4aac4 | /src/com/test/Test.java | 12b943ce52e6594eaff99a7427d7838f3e0ea275 | [] | no_license | hnluke/propertyManage | ae24d8b7c16a9440a0918db324b2a08f539ec3ee | df0edec3a51e4a9bed10775631dcf591392f0c4c | refs/heads/master | 2021-05-16T18:37:59.784626 | 2020-05-18T10:14:45 | 2020-05-18T10:14:45 | 250,422,532 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,422 | java | package com.test;
import com.db.DBConnection;
import com.db.ExcelInDbo;
import com.pojo.Purchase;
import javax.swing.*;
import javax.swing.filechooser.FileSystemView;
import java.io.File;
import java.net.URL;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util... | [
"32723445@qq.com"
] | 32723445@qq.com |
69458d55eca9d7a313fd2a7a838298c8637aa69f | c62726a703d99a8510996e8cfbd152167b9ba80a | /buyerTool/src/main/java/com/nahuo/buyertool/adapter/PicGridViewAdapter.java | 90ae408af283148286f3c3fa78c2ea28cf609427 | [] | no_license | JameChen/buyertools | e16c833d513692ccba9abd69248d1911da172afc | cf0ae14a68bc68c8d1041d788ac6855952b7beb6 | refs/heads/master | 2020-07-12T20:14:46.000632 | 2019-08-28T09:54:24 | 2019-08-28T09:58:16 | 204,896,443 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,364 | java | package com.nahuo.buyertool.adapter;
import java.io.File;
import android.content.Context;
import android.content.res.Resources;
import android.text.TextUtils;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AbsListView;
import android.widget.BaseAdapter;
import android.widget.ImageView;... | [
"1210686304@qq.com"
] | 1210686304@qq.com |
15cc7ac16feba17d21be34fabb8855dce2058027 | 32386cc93708c88e412d17ff34c77e84b60cfa8f | /src/main/java/io/github/pascalgrimaud/service/EntityWithServiceImplAndDTOService.java | 9319851d3d7f9a0d540458421ba8ebf53a94a832 | [] | no_license | pascalgrimaud/jhipster180901-react | 8541f150c18d11342d2f9ce52fdb94188000f859 | 71067d687f944c0544e27293ea8fedb5c422e684 | refs/heads/master | 2020-03-27T19:25:07.923308 | 2018-09-01T10:04:34 | 2018-09-01T10:04:34 | 146,987,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,069 | java | package io.github.pascalgrimaud.service;
import io.github.pascalgrimaud.service.dto.EntityWithServiceImplAndDTODTO;
import java.util.List;
import java.util.Optional;
/**
* Service Interface for managing EntityWithServiceImplAndDTO.
*/
public interface EntityWithServiceImplAndDTOService {
/**
* Save a ent... | [
"pascalgrimaud@gmail.com"
] | pascalgrimaud@gmail.com |
e7a4d93cb70d2d857468b6d51ebc3b48bcdeff13 | 3abc6260ace0e50e76db1ce170da673ea92a9d35 | /mmap-region/src/main/java/org/tools4j/mmap/region/impl/AsyncVolatileStateMachineRegion.java | ff9d20e83029b3c954757606464c3b5acdea6dde | [
"MIT"
] | permissive | kimmking/mmap | 3f5bd7c327c48e5ebf687e8387a246d2036abf7e | 547b472bbd3b0054d44dccbfda40663ea285602b | refs/heads/master | 2020-04-12T04:14:08.771849 | 2018-12-02T11:14:41 | 2018-12-02T11:14:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,362 | java | /**
* The MIT License (MIT)
*
* Copyright (c) 2016-2018 mmap (tools4j), Marco Terzer, Anton Anufriev
*
* 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 wi... | [
"terzerm@gmail.com"
] | terzerm@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.