blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
782a635166e33976f9ce1af7dcb702411a07e669 | d9477e8e6e0d823cf2dec9823d7424732a7563c4 | /plugins/SVNPlugin/tags/0.5.1/src/ise/plugin/svn/gui/SVNInfoPanel.java | 51b43e9504f0ee10c295827d52ac6e8298a49679 | [] | no_license | RobertHSchmidt/jedit | 48fd8e1e9527e6f680de334d1903a0113f9e8380 | 2fbb392d6b569aefead29975b9be12e257fbe4eb | refs/heads/master | 2023-08-30T02:52:55.676638 | 2018-07-11T13:28:01 | 2018-07-11T13:28:01 | 140,587,948 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,239 | java | /*
Copyright (c) 2007, Dale Anson
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following discl... | [
"daleanson@6b1eeb88-9816-0410-afa2-b43733a0f04e"
] | daleanson@6b1eeb88-9816-0410-afa2-b43733a0f04e |
507e96cc0f25ee1eaed8ce9653b5c3d1d85b60c0 | a919bf3ad2b6d518438997be02b0f630ab99aefb | /src/com/ibm/igf/resources/LocaleResources_en_GB.java | ae9fe3f980029be38bb6fafd6ac8a7842e5679e7 | [] | no_license | DJBruteForce/ICNPluginExample | 3dbcd4d794dcc10c7ecf2aed6d3219946be5ca80 | 6399079a174a33a99acffe830979c3a0d654e097 | refs/heads/master | 2020-05-23T13:42:47.732391 | 2018-08-09T20:20:50 | 2018-08-09T20:20:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,304 | java | package com.ibm.igf.resources;
/**
* This type was created in VisualAge.
*/
public class LocaleResources_en_GB extends java.util.ListResourceBundle {
static final Object[][] contents = { { "GUIDATEFORMAT", "dd/MM/yyyy" }, { "DefaultFrameTitle", "GIL/GB" },
{ "COAOffLetter#Label", "Offering Letter Nu... | [
"fernando_andrade00@hotmail.com"
] | fernando_andrade00@hotmail.com |
6b1ebdbc11ad9654f7e4a1e15b19b0ed0728e385 | 9c8a96f69666fda2be4d11c8f2c0a40bb44c68e7 | /src/main/java/com/binarySearch/BinaryNode.java | 2cb294818fb6471d1a0dd5da823c280c8d9be4ca | [] | no_license | Prarthana-git/Binary-Search-Tree | 15a777a3a3fcd6561622c8d83da1cfba28fabe5a | 0f8292814fdf5c93962aaac32a8096788203395e | refs/heads/master | 2023-06-05T06:09:50.286088 | 2021-06-10T16:12:25 | 2021-06-10T16:12:25 | 375,411,539 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 912 | java | package com.binarySearch;
public class BinaryNode <T>{
T data;
BinaryNode<T> left;
BinaryNode<T> right;
/**
* this constructor initialize the data,left value and right value.
* @param data
*/
public BinaryNode(T data) {
this.data = data;
this.left = null;
... | [
"prarthanachaudhari@gmail.com"
] | prarthanachaudhari@gmail.com |
966014bbaad65831ec7ccfc45ab26517b961be8b | a0db6dc2641e0ee5d44e25f4ba7a53ae151a59b6 | /src/com/ulyssecarion/pdb/DistanceTablesBuilderTest.java | f4b2ec6098b5ccff66814944edb80af23ab94edd | [] | no_license | ucarion/PDBSandbox | 3e8d7ce895608033d348434b508891d9701f85a6 | a848c88d3c19852097f9a3d604a6095374a16d09 | refs/heads/master | 2016-09-05T13:49:31.592467 | 2013-06-24T23:54:31 | 2013-06-24T23:54:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,278 | java | package com.ulyssecarion.pdb;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import org.biojava.bio.structure.Element;
import org... | [
"ulyssecarion@gmail.com"
] | ulyssecarion@gmail.com |
1dd6eac0d227d1a344649205c93f78ccb6d9b305 | c406a30c7353ba540e2e84b4337712df7e3ff121 | /src/com/hypo/unionfind/LCS_124.java | fcbb308d9e4700d1e89ebd53bf0651fcfb9c18cb | [] | no_license | hypo123/LintCode | 6676997bd626654c0e163ce2eb94137f259f331a | 9f9c1bcc3956dde71cdbf74ec20dc2deea42345c | refs/heads/master | 2021-01-15T15:31:03.011687 | 2018-04-23T12:39:57 | 2018-04-23T12:39:57 | 61,115,753 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,365 | java | package com.hypo.unionfind;
import java.util.HashMap;
/**
* lintcode124 最长连续数列 [middle]
* 给定一个未排序的整数数组,找出最长连续序列的长度
*/
public class LCS_124
{
private static int longestConsecutive(int[] num)
{
int result = 0;
//<键值,连续序列长度>
HashMap<Integer,Integer> map = new HashMap<Intege... | [
"863153658@qq.com"
] | 863153658@qq.com |
8c56131dc7ad31c9ac77c606d82ec0f4ecf71d76 | ffc5a6c514d7c4c9ce36dd2de93974d16a15ca5f | /gen/com/skew/mws/BuildConfig.java | 44f045626dd46572b0c25abe6b7da74d96f9d4cf | [] | no_license | SkewtechIndia-Android/MWS | 3deb440542f6ec2b8a729ecb8b5164ee8ab22167 | 38a720ce44c7c55ce947388868578115aff8f301 | refs/heads/master | 2021-03-12T23:42:06.169943 | 2015-04-24T13:15:11 | 2015-04-24T13:15:11 | 34,518,175 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 154 | java | /** Automatically generated file. DO NOT MODIFY */
package com.skew.mws;
public final class BuildConfig {
public final static boolean DEBUG = true;
} | [
"vinod.s.kadam@gmail.com"
] | vinod.s.kadam@gmail.com |
f27527dda45bf842d89192cff1dbf27d4bc026ea | e92cda89f4a32f1e89d5862d0480d2e14c2d64ca | /teams/anatid19/Supply.java | 7ab9e0ddf86f7c5fc963c5a9b7f987b90e8d59da | [] | no_license | TheDuck314/battlecode2015 | e2d29e518137c563c265f854a27faba2c78c16cf | 845e52bec1a7cb9f3f7f19a3415b5635d44a2fa6 | refs/heads/master | 2016-09-05T21:26:23.066985 | 2015-02-16T17:34:22 | 2015-02-16T17:34:22 | 28,834,784 | 14 | 5 | null | null | null | null | UTF-8 | Java | false | false | 15,001 | java | package anatid19;
import battlecode.common.*;
public class Supply extends Bot {
public static void shareSupply() throws GameActionException {
RobotInfo[] nearbyAllies = rc.senseNearbyRobots(GameConstants.SUPPLY_TRANSFER_RADIUS_SQUARED, us);
double mySupply = rc.getSupplyLevel();
... | [
"theduck314@gmail.com"
] | theduck314@gmail.com |
e87ce71a0b9c8b9295dd2d754b7448df3e6105b0 | b15a75a5587d48df62b889305825e6e5acb30ec5 | /src/main/java/com/gcit/training/spring/lms/dao/genre/GenreDAO.java | 03cbe40e67e4047afecabcd760ee618ecfd99b95 | [] | no_license | serret887/GCITMVC | 661d5aa27feabd44c1640011f87bede8a62fbf01 | e342985a340d6cf1b676db95dfeb4af1747fa717 | refs/heads/master | 2021-01-10T04:56:32.300458 | 2016-03-14T19:41:06 | 2016-03-14T19:41:06 | 52,397,218 | 0 | 0 | null | 2020-06-08T18:30:48 | 2016-02-23T22:45:54 | Java | UTF-8 | Java | false | false | 3,814 | java | package com.gcit.training.spring.lms.dao.genre;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.PreparedStatementCreator;
import org.springframework.j... | [
"serret887@gmail.com"
] | serret887@gmail.com |
3c82f9a2741fecedd576767d0b50fcb2ce3dd50b | 2a8f7b524944ff248952329303bfdbff2c55bafa | /app/src/main/java/com/bluewave/nfcgame/net/UserClient.java | d8592ab944fd4f8e15f5319c7e8c8e58b3145128 | [] | no_license | ColaGom/NfcGame | 2ff1c9ca0ce80177d5d94876579bcc0c73c790cb | 132d67858f87c6b0cef30fb77907754b9211430b | refs/heads/master | 2021-01-17T20:57:13.811906 | 2016-06-21T08:59:08 | 2016-06-21T08:59:08 | 61,116,219 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,316 | java | package com.bluewave.nfcgame.net;
import android.os.Handler;
import android.util.Log;
import com.android.volley.Response;
import com.android.volley.VolleyError;
import com.bluewave.nfcgame.model.User;
import com.google.gson.Gson;
import com.navercorp.volleyextensions.volleyer.Volleyer;
import org.json.JSONException;... | [
"colabearstudio@gmail.com"
] | colabearstudio@gmail.com |
732f5bfe8f8b1c5065583547006573ca109de9ff | 139960e2d7d55e71c15e6a63acb6609e142a2ace | /mobile_app1/module116/src/main/java/module116packageJava0/Foo508.java | e33339f29b16d24ee5367a411b4e9d148aca5394 | [
"Apache-2.0"
] | permissive | uber-common/android-build-eval | 448bfe141b6911ad8a99268378c75217d431766f | 7723bfd0b9b1056892cef1fef02314b435b086f2 | refs/heads/master | 2023-02-18T22:25:15.121902 | 2023-02-06T19:35:34 | 2023-02-06T19:35:34 | 294,831,672 | 83 | 7 | Apache-2.0 | 2021-09-24T08:55:30 | 2020-09-11T23:27:37 | Java | UTF-8 | Java | false | false | 946 | java | package module116packageJava0;
import java.lang.Integer;
public class Foo508 {
Integer int0;
Integer int1;
Integer int2;
public void foo0() {
new module116packageJava0.Foo507().foo18();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2(... | [
"oliviern@uber.com"
] | oliviern@uber.com |
6599d3e2c96c2f1dc8290571603dfe60c59b65df | e59ccd9e58239f3fea1dd376cf7dc44b32768f44 | /java-web/src/main/java/step11/Servlet07.java | 865be2d1360e59c79c5ec39b21aff2037c380647 | [] | no_license | zerox7066/bitcamp | 9cdb962478ce5d6f406fecfe6aae1db9cd2575b1 | 3759bf5c9b2c4d7ffa2cf37196e26e12478ccbe2 | refs/heads/master | 2021-09-03T14:04:30.247015 | 2018-01-09T15:35:15 | 2018-01-09T15:35:15 | 104,423,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 988 | java | // 쿠키(cookie)
package step11;
import java.io.IOException;
import java.io.PrintWriter;
import java.net.URLEncoder;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServl... | [
"dazzul@naver.com"
] | dazzul@naver.com |
54cb3b80e69b14912ca3232279d4bf1eb8a16e31 | f216bd447c660a824383ed9e0112d3068fe37f2b | /WebBackend/app/api/json/models/GenericSuccessModel.java | 0bb354b6c62672f1ce9b09dfacedb565866e753f | [] | no_license | chriskdon/FlockProto | 014d2ebeab02b64bf0220488a1d5c15f67f23f91 | 239814c68ddebe511c38c68aee2295d6616cadc0 | refs/heads/master | 2021-01-22T12:29:01.961445 | 2014-11-10T13:07:49 | 2014-11-10T13:07:49 | 13,990,390 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 704 | java | package api.json.models;
/**
* Created by chriskellendonk on 11/14/2013.
*/
public class GenericSuccessModel extends JsonModelBase {
public String message;
/**
* Error response without message
*/
public GenericSuccessModel() {
this(null);
}
/**
* Error response with messa... | [
"chriskellendonk@gmail.com"
] | chriskellendonk@gmail.com |
cfbd8476c16f085703faa5f48228dd0709964506 | e1ea18df1b3ab585cdb73c1eb180640de265ab1a | /src/main/java/com/github/rodionovsasha/commentservice/services/CommentService.java | 6d2ba5889fcb9dbc76f117cd9d02848b8b6c5f2f | [
"MIT"
] | permissive | rodionovsasha/CommentService | 435821b990958fff10519e4b283d6c21674708d0 | 9bb37233390837b27423257a4d85c94715443d01 | refs/heads/master | 2021-01-23T09:25:44.354187 | 2018-05-31T11:31:30 | 2018-05-31T11:31:30 | 102,579,938 | 1 | 0 | MIT | 2018-05-31T11:31:31 | 2017-09-06T07:54:31 | Groovy | UTF-8 | Java | false | false | 395 | java | package com.github.rodionovsasha.commentservice.services;
import com.github.rodionovsasha.commentservice.entities.Comment;
import java.util.List;
public interface CommentService {
Comment add(String content, int topicId, int userId);
void update(int commentId, int userId, String content);
void archive(... | [
"noreply@github.com"
] | rodionovsasha.noreply@github.com |
d6b95d655758fd7cc8d3c17da3e499e2210d7308 | bebb61cefbaa79978329427d24b485da5161a41c | /String rotation/Main.java | 45537db4f82606f870d468be8995f6269c500007 | [] | no_license | hari284/Playground | 45c5cc29d38ad168027bc20a5c4a942868f1cd82 | 8afccdb470fc82e6dd2271b7fe656bd9319c744f | refs/heads/master | 2020-04-23T16:56:12.220391 | 2019-07-20T21:00:31 | 2019-07-20T21:00:31 | 171,315,070 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 588 | java | #include<stdio.h>
#include <string.h>
int Rotation_check(char *st1, char *st2)
{int j;
int rotation;
char temp[20];
for(int i=strlen(st1)-1;i>=0;i--)
{
if(st2[i] == st1[0])
{
rotation = i;
break;
}
}
for(int index = 0; index < strlen(st1); index++)
{
j = (index + rotation) % str... | [
"hargovindsingh202@gmail.com"
] | hargovindsingh202@gmail.com |
a0d8d6d1134362b8632c25417cf07d5a381f722e | b0c915c455942644dbd7db6046fddb2f85258f6a | /src/cn/med/controller/MedicineController.java | 024d51e777e855970704422d4f7ab4274ecb9edb | [] | no_license | yueweiran/NuclearMedicine | ff5e1daf18d1c56382e2997eab9aeeefae0fd793 | 293cb24dee3e9743267e98fbd5a8b5b6f4a23bfd | refs/heads/master | 2020-11-27T04:15:39.797312 | 2019-12-21T02:14:28 | 2019-12-21T02:14:28 | 229,300,315 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,819 | java | package cn.med.controller;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import java.util.UUID;
import javax.servlet.http.HttpServletRequest;
import org.apache.ibatis.annotations.Param;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereo... | [
"2858506079@qq.com"
] | 2858506079@qq.com |
6c9b9aada1b56279a19c9e34d25f8bd70a0a4675 | a0873fd7d98262e86e29c2279da42a8899bf7582 | /Junit&TestNG/src/com/wbl/testng/TestHomePage4.java | a6dad043b9a726d773e3d24aa0aa2a964cfcf6e6 | [] | no_license | medhawbl/JanClassCode | ce50a21993b892d3942b0fe42b88749c1277a88b | ee4c53ae6766bd2da09d90de9b723344601b4d39 | refs/heads/master | 2021-01-20T17:02:53.714373 | 2017-05-27T00:06:18 | 2017-05-27T00:06:18 | 83,361,613 | 0 | 5 | null | null | null | null | UTF-8 | Java | false | false | 696 | java | package com.wbl.testng;
import org.testng.Assert;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import com.wbl.main.HomePage;
public class TestHomePage4 {
HomePage hp;
@BeforeClass(alwaysRun=true)
public void beforeClass(){
hp = new HomePage();
}
@Test(priority=0)
publi... | [
"medhak@whitebox-learning.com"
] | medhak@whitebox-learning.com |
573dc30cd07b6c005b6f2765de852c751e535bdd | 40711484fbf4fafc57414f8baa26f3b326bd0ae1 | /netty-sample/src/main/java/com/my/netty/chapter2/EchoServer.java | ad12085eda34d223da81bd94e1b9c5c301bb6ca2 | [] | no_license | rkzhang/netty-sample | 454cd8f46a95c0ebd57bf265a035f561c6ada303 | 6310ce723113691bb90f69d9721d249e80891114 | refs/heads/master | 2021-01-01T19:39:55.016135 | 2017-08-04T06:19:28 | 2017-08-04T06:19:28 | 98,637,917 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,267 | java | package com.my.netty.chapter2;
import java.net.InetSocketAddress;
import java.util.concurrent.TimeUnit;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import io.netty.channel.ChannelFuture;
import io.netty.channel.ChannelFutureListener;
import io.... | [
"zhangrongk@126.com"
] | zhangrongk@126.com |
c476e9f3b5862797b6664432ed6f075ae4fc2a9f | c91878eb6e81a3cc11e94712875fd770b0defe45 | /src/main/java/ua/kh/baklanov/web/command/service/TypesTVCommand.java | 67abc695d245b40c236513eaa0935894dda732d8 | [] | no_license | bezcontrol/heroku | dac1b8b77999ac801d1eb4f008f0475aa72a3925 | 10fac548c095c7ebd90e2d2d5fc7105eec527e76 | refs/heads/master | 2022-07-01T23:53:40.404023 | 2020-03-17T16:54:52 | 2020-03-17T16:54:52 | 248,021,799 | 0 | 0 | null | 2022-06-21T03:00:34 | 2020-03-17T16:40:47 | JavaScript | UTF-8 | Java | false | false | 1,141 | java | package ua.kh.baklanov.web.command.service;
import org.apache.log4j.Logger;
import ua.kh.baklanov.Route;
import ua.kh.baklanov.db.dao.TVDAO;
import ua.kh.baklanov.exception.DbException;
import ua.kh.baklanov.exception.Messages;
import ua.kh.baklanov.service.DAOService;
import ua.kh.baklanov.service.DefaultService;
imp... | [
"oleksii.baklanov@nure.ua"
] | oleksii.baklanov@nure.ua |
c8e7b94e56d81175c94ebdd8c49e536d16db351a | 604bd0bfed9f7b1c11d1abe9e9b1cd3a6965ff72 | /trumobiconnect2.3_updated/src/com/cognizant/trumobi/commonabstractclass/TruMobiBaseSherlockActivity.java | 27ad365f48c5fec6b152c41b52fe07eae8d7dcec | [
"Apache-2.0"
] | permissive | tank2014gz/test | fea33331112a991a9bee7ea7b0227dfd3cc0a4d6 | 22e5ab217256220bbab0b1acd29e96b749744bbe | refs/heads/master | 2021-01-14T10:49:23.339521 | 2014-01-07T13:05:55 | 2014-01-07T13:05:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,928 | java | package com.cognizant.trumobi.commonabstractclass;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import android.support.v4.content.LocalBroadcastManager;
import android.view.KeyEvent;
import androi... | [
"Prasanna.R4@cognizant.com"
] | Prasanna.R4@cognizant.com |
30455dd2cd3debbdf9d45cf223e95925eacc9d85 | 5501066bfb3a9088648cc40db39f252ea923cf4f | /shopping/src/main/java/com/shopping/entity/Drugs.java | 6897392d4e9d7a6d5e6ed61ed82b4366db542126 | [] | no_license | KIM-JS-95/FreeNote | 50cfcce15472373df9e715f2ca2ced475baba9b7 | 6beb1337c8c81e1c6e0eb6ecba1d36146de80251 | refs/heads/master | 2023-06-28T06:53:42.429271 | 2021-07-27T13:16:51 | 2021-07-27T13:16:51 | 340,592,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | package com.shopping.entity;
import lombok.*;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
@Entity
@AllArgsConstructor
@NoArgsConstructor
@Getter
@Setter
@Builder
public class Drugs {
@Id
@GeneratedValue
private Long id;
private String name... | [
"baugh248730@gmail.com"
] | baugh248730@gmail.com |
62da1ce7173849ff954f41d5b38cd9da544a167a | 0786708b5b8aaf5b9348a994a1383f19d65e5d3e | /fr.ut2j.m1ice.fsm.edit/src-gen/fr/ut2j/m1ice/fsm/provider/FsmItemProviderAdapterFactory.java | 2dfa403e53890b54be638ff5c5307a5d892615ad | [] | no_license | fxbeckert/DSL | ec68480d5d097ab6984a6707e2bb31f442436398 | ffd29df16d95cb8feb52e4a1829415debf6520af | refs/heads/master | 2021-01-02T17:39:37.671760 | 2020-02-11T13:47:42 | 2020-02-11T13:47:42 | 239,726,061 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,221 | java | /**
*/
package fr.ut2j.m1ice.fsm.provider;
import fr.ut2j.m1ice.fsm.util.FsmAdapterFactory;
import java.util.ArrayList;
import java.util.Collection;
import org.eclipse.emf.common.notify.Adapter;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.Notifier;
import org.eclipse.emf... | [
"fxbeckert@hotmail.fr"
] | fxbeckert@hotmail.fr |
6991f274904d63b7b3e9ae5bd26b4a30b0e7793f | 30e7af9411300fd4282dfc27c6a2ec901bbb6b1e | /src/main/java/com/gameword/user/security/dto/FunctionDto.java | 714e45f11d069e4b37ecc33b2843166d2a82033a | [] | no_license | bjmajiancheng/gameword-user-service | 9e95752f6bd6a5336c1f239625ba5f729898b844 | c9c63eadfc09794d160ac3be12e0abe3759fcc69 | refs/heads/master | 2022-12-21T22:19:08.572283 | 2020-08-05T13:37:41 | 2020-08-05T13:37:41 | 246,044,278 | 1 | 0 | null | 2022-12-16T11:36:33 | 2020-03-09T13:34:08 | Java | UTF-8 | Java | false | false | 1,806 | java | package com.gameword.user.security.dto;
import java.io.Serializable;
import java.util.Date;
/**
* Created by majiancheng on 2019/9/16.
*/
public class FunctionDto implements Serializable {
private static final long serialVersionUID = 5026705051341318200L;
private Integer id;
private Integer parentId;... | [
"majiancheng@davdian.com"
] | majiancheng@davdian.com |
f7b43fc5e3cc1fa38d5fd3e2e6a9c6a9a59f3a6b | 6ab4eaff0e1bc6043221b770f5e0b417c809ae77 | /src/main/java/ourpoolstats/api/coin/GetListMarketPersonalPrepare.java | 201ed5af6cbdedb8daf7cab3e7998b522ee3fc50 | [] | no_license | albertopaletta90/ourpoolstats | 97efad0567331dea046bdd5a79949a37b14f5435 | 01b02ac2fc5b61f64721dc9652c0b8c0847241f2 | refs/heads/OPSMGR | 2022-12-30T22:07:09.600406 | 2019-05-23T22:49:12 | 2019-05-23T22:49:12 | 161,920,671 | 0 | 0 | null | 2022-12-16T09:42:52 | 2018-12-15T15:58:46 | Java | UTF-8 | Java | false | false | 1,064 | java | package ourpoolstats.api.coin;
import java.util.List;
import org.springframework.http.ResponseEntity;
import ourpoolstats.commonOperation.CommonOperationCoin;
import ourpoolstats.model.Balance;
import ourpoolstats.response.BalanceResponse;
import ourpoolstats.response.status.BalanceResponseStatus;
import ourpoolstat... | [
"alberto.paletta90@gmail.com"
] | alberto.paletta90@gmail.com |
bc5fb96f7538ad0492e1d790751ca7d5f4bf0a6c | 4733f0a44af0a40ba85ed8ceb0fabbcab26795fe | /app/src/main/java/com/dxtdkwt/zzh/appframework/ui/activity/ViewActivity.java | 41bcd9e09981cffbe646e82277d0fd37225d983a | [] | no_license | TonyFai/AppFrameWork | 13742617e23ed44bab905b91a1b63f34117553e8 | 908446d3b75255cafa61cd6e126278a5c9af09c6 | refs/heads/master | 2021-07-20T11:00:20.982088 | 2020-07-07T08:00:12 | 2020-07-07T08:00:12 | 191,485,072 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 671 | java | package com.dxtdkwt.zzh.appframework.ui.activity;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.MotionEvent;
import android.widget.LinearLayout;
import android.widget.ScrollView;
import android.widget.Scroller;
import com.dxtdkwt.zzh.appframework.R;
public class View... | [
"x13111141349@163.com"
] | x13111141349@163.com |
33f0be38bef804c885f406a7a51628134791f57e | bf232ce57489b3b41a933970c56cf049305d5770 | /src/main/java/com/wht/admin/demo/test/ABCThread.java | fdaa3d09ff34133a35873504b4b1eb5caedf30ab | [] | no_license | OceanWht/adminwht001 | 55cf85042a286bd410338a7a416bc9a206351c29 | ca7affef4b44cdb409511b7b2e1ea91c40d438fb | refs/heads/master | 2020-04-29T07:19:58.374318 | 2019-03-16T10:55:29 | 2019-03-16T10:55:29 | 175,949,092 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,635 | java | package com.wht.admin.demo.test;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
public class ABCThread {
private static int cond = 1;
priv... | [
"328295484@qq.com"
] | 328295484@qq.com |
dc3de16ed6155ce44f1985e978184a4584bad92c | 286e12844efb07d361bff2b5d905bbcf1e26f245 | /liaozl-netty/src/main/java/com/liaozl/netty/bio/TimeServerHandler.java | bc13305d1ba7865fbd9f1dcadf04b205e62e878a | [] | no_license | liaozuliang/liaozl-app | aeeb638addcd34f9e39e46539927fc0989818d90 | 41dc0395e54da2ecc2c931e36094e4f8a5ee235d | refs/heads/master | 2020-06-26T04:31:00.081849 | 2017-10-13T08:10:01 | 2017-10-13T08:10:01 | 74,546,768 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,131 | java | package com.liaozl.netty.bio;
import com.liaozl.netty.executor.TimeServerHandlerExecutePool;
import com.liaozl.netty.util.SocketUtil;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.Date;
/**
* @autho... | [
"lzlhen1988@126.com"
] | lzlhen1988@126.com |
fb77246ed0c27b133f1fb499967be301ae1ebd11 | 3f62bf02fd89c23fd57ad62d6ac77772ff4faa85 | /src/main/java/fun/StackQueueGUI.java | 475d58b72b02fd55a73dbfefd5540704648dc4b7 | [] | no_license | jborden3/Cosc210 | 983e975b4d5232eff40887ba679ed22cdc8bbcf1 | d286b1cdd1d145dace13b12e88b05e30734e6a91 | refs/heads/master | 2020-07-14T21:50:55.008487 | 2019-12-13T02:04:45 | 2019-12-13T02:04:45 | 205,410,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,541 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package fun;
import edu.samford.jonathanborden.stacksandqueues.ListQueue;
import edu.samford.jonathanborden.stacksandqueues.ListStack;... | [
"borde@172.31.157.204"
] | borde@172.31.157.204 |
1848597e5f337f9453a444b23d6a60b58dfdeef0 | 485f271606482431aa22f43ba923956c60ff6d86 | /app/src/main/java/com/example/androidpractice/easycloud/DropletsAdapter.java | d7ac008f869ae409c7592a925085eca3233cfc02 | [] | no_license | anujsp/Easy-Cloud | fdc74f0ee4663df84bd27c5ec57980c256607380 | 203a632a44b5b70936c1b1cc0b711347bc813852 | refs/heads/master | 2021-01-20T22:20:25.857788 | 2016-07-06T21:06:18 | 2016-07-06T21:06:18 | 62,753,155 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,248 | java | package com.example.androidpractice.easycloud;
import android.content.Context;
import android.content.Intent;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import andr... | [
"anuj.phophalia@gmail.com"
] | anuj.phophalia@gmail.com |
a5198cc77851063cfb1f04d46551c41453db7acf | e1273b1da9530e9a64124f335ae312092bf37be5 | /src/main/java/com/yc/threadcoreknowledge/stopThread/RightWayStopThreadWithoutSleep.java | 092a3709cf09a3eafac73ff2a8b27ca26b127e56 | [] | no_license | Fenderon/JAVA_Concurrent | b8c6e4cfffc7e3c9496cb1656bb73f6040648fc3 | c0ff9803881d8c8d88f214a56e4470caa02b002d | refs/heads/master | 2020-12-13T18:44:48.633553 | 2020-02-27T09:53:26 | 2020-02-27T09:53:26 | 234,498,307 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 863 | java | package com.yc.threadcoreknowledge.stopThread;
/**
* run 方法内没有sleep或者wait方式时,停止线程
*
* @version 1.0 create at 2020/1/18
* @auther yangchuan
*/
public class RightWayStopThreadWithoutSleep implements Runnable {
public static void main(String[] args) throws InterruptedException {
Thread thread = new Thre... | [
"842317348@qq.com"
] | 842317348@qq.com |
81483c8a51ff4914205c747bdc735b0a3dc34cd0 | 11210ea4b2dc8083d9504ace8964f6d0e2ded524 | /src/dreamschool/csourse/chapter05/MultipleFiveSumTest.java | 4524b5145c4b2798fb1c72571da8dc4841e32065 | [] | no_license | minesaves/dreamschool_java_camp | aac2c419e39b35105fb1b146b3563e61b67b8320 | 5f27dcfbc171d00a0f968648e661f004124b3fe0 | refs/heads/master | 2020-05-19T10:58:31.548838 | 2019-05-09T11:59:34 | 2019-05-09T11:59:34 | 184,980,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package dreamschool.csourse.chapter05;
public class MultipleFiveSumTest {
public static void main(String[] args) {
int count = 1;
int sum = 0;
while(sum < 100) {
int mulFive = count * 5;
sum += mulFive;
System.out.println(count +". ( + " + mulFive +" ) " + sum);
count++;
}
}
... | [
"학생44@user-pc"
] | 학생44@user-pc |
1080a5f0c8a04a068e5a94994aadfbbf59b2a86d | 3308fd04d790adfc27cc713ea627b89d47fd2488 | /app/src/main/java/com/numberx/kkmctimer/widget/ActionableToastBar.java | 32752559460328c49fa6c9ce8bf180d286f0221e | [
"Apache-2.0"
] | permissive | KhonKaenMakerClub/KKMC-IoT | 332b271b6ae2ad93d85bd30b47e64b7b4ed22aa8 | 2f03bb64d4311e3e5ba2996611bd3bc1430aaef8 | refs/heads/master | 2020-11-23T21:14:16.757462 | 2016-08-17T14:12:18 | 2016-08-17T14:12:18 | 65,912,668 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,695 | java | /*
* Copyright (C) 2012 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... | [
"phudphut@gmail.com"
] | phudphut@gmail.com |
59ec335983cc98f3ac39cd067aac8e452fa4085f | ee95a27329bd4103ebc51e05e218ac96fe61aa5b | /Malcolm test/ChatServer/src/ChatServer.java | b6240fc7ca2bad4168f35ea053caadcbf390e7aa | [] | no_license | ChadHolness/client_sever | 264ed14a9f6d5612c9f5f22cb1b665bcbaee84dc | 0ca3a88e0609ab7188deadedaf935293cdba2e87 | refs/heads/master | 2021-01-10T18:16:32.691681 | 2016-04-15T20:05:54 | 2016-04-15T20:05:54 | 53,999,799 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,549 | java | /*chat*/
import java.io.*;
import java.net.*;
import java.util.*;
public class ChatServer
{
ArrayList clientOutputStreams;
public class ClientHandler implements Runnable
{
BufferedReader reader;
Socket sock;
public ClientHandler(Socket clientSocket)
{
try
{
sock = clientSocket;
InputStre... | [
"chadwalker4@gmail.com"
] | chadwalker4@gmail.com |
b6300ac82b5d6fdbfe207c5f09acc3b23e4576ff | cc20492a1ec20c4591f7e53fd7827fdcbc11bd5e | /src/org/review/connections/ArrayTest.java | 82a330feb8c3c6085abbf3bac71ce04e52b0d272 | [] | no_license | RickUniverse/JavaBaseReview | 51d42861836a9555d16e02c824859607f3dab084 | b5f7ebad25eee84b9f2d48e222688bb7e7bc8471 | refs/heads/master | 2023-02-08T14:37:58.000647 | 2020-12-29T14:01:16 | 2020-12-29T14:01:16 | 325,299,763 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,343 | java | package org.review.connections;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
/**
* @author lijichen
* @date 2020/8/1 - 15:53
*/
public class ArrayTest {
public static void main(String[] args) {
List coll4 = new ArrayList();
coll4.add(1... | [
"tom_global@review.com"
] | tom_global@review.com |
a253df498c10c2930abc294c483c28b86118ed78 | 904946a43646ab654f092edd1be820fcb100aae5 | /open/api/src/main/java/com/varela/api/view/MainController.java | 14d0d99a21e615d9dd2cde599e76472135a8df0a | [] | no_license | guangping/open | 8fc12f0eb5f36dccd75d8ae20ab08f3e746055a9 | d0df3049d1409450e0ee048bbad84576f97b5727 | refs/heads/master | 2020-12-12T14:40:50.357051 | 2016-08-02T10:47:52 | 2016-08-02T10:47:52 | 43,875,842 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 413 | java | package com.varela.api.view;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
/**
* Created by lance on 12/10/2015.
*/
@Controller
public class MainController {
@RequestMapping(value = ... | [
"guangping.m@51offer.com"
] | guangping.m@51offer.com |
8b916550899e05ef88d5f4e99035eea842cfb8bb | e6bf8782b1067c159c8cb8097390f56c8771891c | /kritterui/api/reporting/src/main/java/com/kritter/kritterui/api/reporting/ReportingCrud.java | 40f73aca6bb382578564fdcfb78a070623984770 | [] | no_license | ieanwfg201/dsp-source | eecaacafbaeaa762128e9d2f6dc968f3b1ea6e94 | 19816478eadc31e397871508291f659d5e8723df | refs/heads/master | 2021-07-14T16:16:11.239131 | 2017-03-22T05:58:36 | 2017-03-22T05:58:36 | 104,984,410 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,216 | java | package com.kritter.kritterui.api.reporting;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMa... | [
"rohan@rohan.com"
] | rohan@rohan.com |
01cc8710c5e6cb729811828e5d276dcae701ac10 | 838b74568920666bcfdeef2760394922da6af976 | /src/main/java/com/cinematica/framework/contexto/Alterar.java | 87e0afac18a826a72b45157af85dbfecb4d27109 | [] | no_license | jadersonmb/cinematica-boot | 387994dd85542ebf58c7d69792739f2ed49fc365 | a35c1c4f5be99762273e4af567a9c5a150491e91 | refs/heads/master | 2020-12-13T11:05:06.728877 | 2020-09-29T19:12:26 | 2020-09-29T19:12:26 | 234,397,238 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 87 | java | package com.cinematica.framework.contexto;
public interface Alterar extends Contexto{} | [
"jaderson.morais@gmail.com"
] | jaderson.morais@gmail.com |
20ece2ea5a7728e0adf102d4c19aec2eddc24438 | 8f542b433af1dd0ba050a8cb1db04ae4dd2a3982 | /src/Car.java | e7744204bea388444fe79999aaa0bac25f6518c5 | [] | no_license | dominikapara/tdd_w57779_cars | 1a034f55542137b0bd74be300f1bdc950bcedb5d | 691c6f0eb5f95540cd56a5a936f297dea1e1f6c6 | refs/heads/master | 2023-03-26T00:11:02.766671 | 2021-03-22T23:13:01 | 2021-03-22T23:13:01 | 350,508,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,141 | java | public class Car {
private final String color;
private final String make;
private final float fuelConsumption;
private final int tankCapacity;
private final float fuelLevel;
private final int odometer;
private final float dailyOdometer;
public Car(String color, String make, float fuelCo... | [
"dominika.para16@gmail.com"
] | dominika.para16@gmail.com |
26abfcd32f70417800b834939305c32f7424a309 | a65785ab0a5d113b4157b2e2d0a486415fba426d | /src/main/java/chapter3/item13/Stack.java | a79cc170f66538886046a3192f6863dce67c0f4b | [] | no_license | StrongSoft/effectivejava | ab2824d643bf04c484331c877a7f2bd0db682e3c | 7c065c59e4cce35ac9d989f81a94cf523259f98f | refs/heads/master | 2023-05-26T03:36:21.187282 | 2021-06-08T13:34:34 | 2021-06-08T13:34:34 | 372,699,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,536 | java | package chapter3.item13;
import java.util.Arrays;
public class Stack {
private Object[] elements;
private int size = 0;
private static final int DEFAULT_INITIAL_CAPACITY = 16;
private Stack() {
elements = new Object[DEFAULT_INITIAL_CAPACITY];
}
private void push(Object e) {
ensureCapacity();
... | [
"regur007@gmail.com"
] | regur007@gmail.com |
a8a389a76c469e984a16f3258130cc6e85af800d | 6b23d8ae464de075ad006c204bd7e946971b0570 | /WEB-INF/plugin/reserve/src/jp/groupsession/v2/rsv/pdf/RsvGekPdfModel.java | 2b9f8d6ec63785d9179e000edcfe130ddf186a50 | [] | no_license | kosuke8/gsession | a259c71857ed36811bd8eeac19c456aa8f96c61e | edd22517a22d1fb2c9339fc7f2a52e4122fc1992 | refs/heads/master | 2021-08-20T05:43:09.431268 | 2017-11-28T07:10:08 | 2017-11-28T07:10:08 | 112,293,459 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,755 | java | package jp.groupsession.v2.rsv.pdf;
import java.util.ArrayList;
import jp.groupsession.v2.rsv.RsvWeekModel;
/**
* <br>[機 能] 施設予約[月間]PDF出力用モデルです。
* <br>[解 説]
* <br>[備 考]
*
* @author JTS
*/
public class RsvGekPdfModel {
/** ファイル名 */
private String rsvGekFileName__ = null;
/** 保存先... | [
"PK140601-29@PK140601-29"
] | PK140601-29@PK140601-29 |
7f7190474aabfbad3a798b7128a5ca9cee5c2157 | 1548aac7446d25ce8f807bcebe35440dc55cd8c8 | /src/main/java/com/eazy/brush/controller/web/TestController.java | 33b1a9356c30503e760ab8edb0249205a60234db | [] | no_license | cash2one/app_brush | a4bbfde3762e2c8a1e9124fe6286253817b646fb | 144a6851c04d49b023cacf2bdf6546434e24151f | refs/heads/master | 2020-05-23T22:59:10.955333 | 2016-10-20T08:22:21 | 2016-10-20T08:22:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,508 | java | package com.eazy.brush.controller.web;
import com.eazy.brush.controller.common.BaseController;
import com.eazy.brush.core.enums.TaskState;
import com.eazy.brush.dao.entity.Task;
import com.eazy.brush.dao.entity.TaskHistory;
import com.eazy.brush.service.TaskHistoryService;
import com.eazy.brush.service.TaskService;
im... | [
"sps457@163.com"
] | sps457@163.com |
73db2321db9046ebb60a79a98b3f059d7c196a5c | a221fc0c940ed0348bda0ebe5dff4cfcf5dfdb30 | /src/main/java/com/lmbx/ssm/vo/JqgridResponseContext.java | f428c069acdcb6f360603f21975e2f2dc6f06691 | [] | no_license | 123qweqwe123/ssm | 7cfa827fab42d5342b0478faff3b4150b4d8a223 | b10f8bb02c50020147cdf559b823ca0cc62daa2f | refs/heads/master | 2021-04-05T23:37:38.512767 | 2018-03-09T08:26:03 | 2018-03-09T08:26:03 | 124,505,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 639 | java | package com.lmbx.ssm.vo;
import java.util.List;
public class JqgridResponseContext
{
protected static ThreadLocal<JqgridResponse> localResponse = new ThreadLocal();
public static <T> JqgridResponse<T> getJqgridResponse()
{
JqgridResponse<T> jqgridResponse = (JqgridResponse)localResponse.get();
if (j... | [
"1074673969@qq.com"
] | 1074673969@qq.com |
e6770333998bdb7d9037ab5a5029dc650089a2ed | 52ff9274ecb7d68dd98bf1a2010abc922e1d4171 | /app/src/main/java/com/rishabh/companyproject/Common/LoginSignup/Login.java | a5a102fdf704508499aad8af8f7cb04966800d9b | [] | no_license | rishabhmishra705454/Agriculture-App | d1c23a90683283a1f31fe24d95694dad0e92a930 | 666023609717428ede16927d8ca70a985cb3e466 | refs/heads/master | 2023-05-03T16:39:27.586286 | 2021-05-18T03:56:13 | 2021-05-18T03:56:13 | 282,965,709 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 649 | java | package com.rishabh.companyproject.Common.LoginSignup;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import com.rishabh.companyproject.R;
public class Login extends AppCompatActivity {
@Override
protected void onCreate(Bu... | [
"rishabhmishra705454@gmail.com"
] | rishabhmishra705454@gmail.com |
b1f27fa9277a7ecb4b8b085c2bf9e4795e6d23ff | cd15447d38629d1d4e6fc685f324acd0df8e2a3a | /dsajg6e/src/main/java/learn/dsajg6e/ch07list/exer/C0726CircularDynamicArrayList.java | 7a37733a248eb473fd77494338ebb2c551026083 | [] | no_license | dpopkov/learn | f17a8fd578b45d7057f643c131334b2e39846da1 | 2f811fb37415cbd5a051bfe569dcace83330511a | refs/heads/master | 2022-12-07T11:17:50.492526 | 2021-02-23T16:58:31 | 2021-02-23T16:58:31 | 117,227,906 | 1 | 0 | null | 2022-11-16T12:22:17 | 2018-01-12T10:29:38 | Java | UTF-8 | Java | false | false | 1,270 | java | package learn.dsajg6e.ch07list.exer;
/**
* Dynamic circular array with unbounded capacity.
*/
public class C0726CircularDynamicArrayList<E> extends C0725CircularArrayList<E> {
protected static final int DEFAULT_CAPACITY = 16;
public C0726CircularDynamicArrayList() {
this(DEFAULT_CAPACITY);
}
... | [
"pkvdenis@gmail.com"
] | pkvdenis@gmail.com |
d884899a12ea97346e8c6e591927700b50f4ce54 | 7db560b4e4cbdd4a0415e2687ff342a0a5a864ad | /Transactions.java | 995452f160efc7ae57351e528f4f1a68e3489e4e | [] | no_license | Protopaco/JavaATM | 0a0fc2db0f28c18117d1c6dbf0f637319ae116dd | 456b4f8716ffb626db8cb343a141ca658c181628 | refs/heads/master | 2022-09-20T05:39:45.301428 | 2020-05-31T21:53:51 | 2020-05-31T21:53:51 | 268,368,553 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,176 | java | package com.company;
import java.util.Scanner;
public class Transactions {
//method to deposit money
public static void deposit(String accountNumber) {
Scanner scan = new Scanner(System.in);
double currentBalance;
double input;
double newBalance;
System.out.print... | [
"noreply@github.com"
] | Protopaco.noreply@github.com |
0a4f03d102775de7a9980eb814d241ab0f4ae417 | 3389348b101e48c482476ffb8c172712981286a8 | /src/CL7/Anonymous/Person.java | 698a39ad5a4617f547965123951f29792b971069 | [] | no_license | 7IsEnough/workspace4Java | 2b78c0d11acc181f85642b5131959e0b9bd88843 | 154871364907aadb7f70ccd9d606e9c1b2b0b021 | refs/heads/master | 2023-03-09T20:17:28.867838 | 2021-02-20T11:44:48 | 2021-02-20T11:44:48 | 340,636,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 205 | java | package CL7.Anonymous;
/**
* @author Promise
* @create 2019-07-22-14:26
*/
public class Person {
String name;
public void showName(){
System.out.println("我叫:"+this.name);
}
}
| [
"976949689@qq.com"
] | 976949689@qq.com |
f0c56ebd694f9bfa248530992aadc3c8cb801682 | 04fc705ca59453e59b8cc624ada90d06cae30539 | /app/src/test/java/com/example/labinternet/ExampleUnitTest.java | 37a58349e0f2ade3eed9ef89e849e7c03dbc80c5 | [] | no_license | Azamat229/Lab11-Internet | 240530e30ae55cd3b79ab53e0ee05194ca754c52 | 775c624cd7ced73ac234ed0aa4030db777d545d3 | refs/heads/master | 2023-05-01T09:43:34.620886 | 2021-05-20T10:06:37 | 2021-05-20T10:06:37 | 369,163,936 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 384 | java | package com.example.labinternet;
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
public voi... | [
"azamatmambetaliev229@gmail.com"
] | azamatmambetaliev229@gmail.com |
a77c7b008ed7b387a87b9049fe21ab238e5202b7 | 062e9ca2163326e235f2d37da10245e36617cac3 | /QMP6-pseudoCodigo.java | 78796d0a6f18267271d1adddc34976783dbd8f6d | [] | no_license | sazcoaga/QueMePongo2 | a6ef848905f8677a2a48aa13df3e581e758ea52b | eb9298d6b7b49d58c7d064083bcda3d37375dd94 | refs/heads/main | 2023-05-13T21:30:37.005207 | 2021-06-10T03:26:23 | 2021-06-10T03:26:23 | 362,606,976 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,611 | java | qmp6 pseudocodigo
//Aclaraciones
//No comprendí mucho el enunciado así que traté de diseñar algún pseudocódigo, pregunto las dudas en clase
class Usuario{
String mail
List<Notificaciones> notificaciones (tienen que tener un campo de si estan activas o no)
}
class Vestidor{
Atuendo sugerenciaDiaria = this.su... | [
"sazcoaga@est.frba.utn.edu.ar"
] | sazcoaga@est.frba.utn.edu.ar |
50c27469dd39e123623000a94fd3cba7dea7d00a | ff8327b1453796fcd0b8dc885ad2805fd66cdc32 | /loja/src/br/com/mrb/loja/imposto/CalculadoraDeImpostos.java | ebc3b5d6f5d3a4182b27b9e2bb72886d260325b1 | [] | no_license | MauroBraga/designer-pattern-java | e8c6ac5862c24167d22ad745657136dc7cff987d | 9ca8f67e8891bf45f184a2ab6f0daf4419fd52fc | refs/heads/main | 2023-04-18T14:57:16.090341 | 2021-05-05T14:11:43 | 2021-05-05T14:11:43 | 354,931,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 270 | java | package br.com.mrb.loja.imposto;
import java.math.BigDecimal;
import br.com.mrb.loja.orcamento.Orcamento;
public class CalculadoraDeImpostos {
public BigDecimal calcular(Orcamento orcamento, Imposto imposto) {
return imposto.calcular(orcamento);
}
}
| [
"M@r202150016774"
] | M@r202150016774 |
e1e8c2f3556c669590a278511fa6feaedd69b29f | dff68c431f6fb685fc825d5af2c1da590c9b0c5d | /ugckit/src/main/java/com/tencent/qcloud/ugckit/module/record/VideoRecordSDK.java | 06c5a7ee23cc4be0c8d906a629d8325f9a9dc462 | [] | no_license | holoteqdeveloper/holo-live-stream | 3124bb2ac29f98cdca40f27434a90e2d1c382222 | e74ae50192dde74c22e6e0175d903df0d9a97927 | refs/heads/master | 2023-07-09T06:12:14.754367 | 2021-08-15T08:49:47 | 2021-08-15T08:49:47 | 396,284,822 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,776 | java | package com.tencent.qcloud.ugckit.module.record;
import android.content.Context;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.provider.MediaStore;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.Log;
import com.tencent.qcloud.ugcki... | [
"thufail@holoteq.com"
] | thufail@holoteq.com |
5450fb90496b6d0f69f17ea99e5cb6cdfc4dc121 | d66f6804bb3b72e3aa1b161fc5194504a9b3cf8f | /app/src/main/java/com/rirsas/user/dinnerselect/ViewPagerAdapter.java | e1dc98e48d956eff2b23b531e1c973dde4aa16a4 | [] | no_license | RIRSAS/reposDinnerSelect | 5acf5b284843ce1e05605174683d8be1997b6e4e | b479d0a38bc56c0456f1676098cd7cd275411cad | refs/heads/master | 2021-01-21T04:25:09.858346 | 2016-07-20T14:32:13 | 2016-07-20T14:32:13 | 58,814,002 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,135 | java | package com.rirsas.user.dinnerselect;
import com.rirsas.user.dinnerselect.viewpagerMainPage;
import com.rirsas.user.dinnerselect.viewpagerSubPage;
import android.os.Parcel;
import android.os.Parcelable;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.ap... | [
"soratosyo9@gmail.com"
] | soratosyo9@gmail.com |
6568647beecf8523f465991b39483127350bcef9 | 3f462352ae70e48ee5a71914e2ae112cb247ee63 | /Projects/chapter-07/LogicGate/src/logicgatepack/Connector.java | 6e0664bc439ea8070628bf06eceedce11e8b7b9a | [] | no_license | Dan12/APCS-Projects | e2226296bf4b5691a153c622a2c10106cc0f7b67 | f9fe545e158d006d69a0cd87cf9c32ad209db25c | refs/heads/master | 2021-01-10T17:58:50.549856 | 2015-10-23T01:07:12 | 2015-10-23T01:07:12 | 44,781,361 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,181 | java | package logicgatepack;
import java.awt.Color;
import java.awt.Graphics;
public class Connector {
int conX1;
int conY1;
int conXO1;
int conYO1;
int conX2;
int conY2;
int conXO2;
int conYO2;
String cID1;
String cID2;
public Connector(int x, int y, String id, int xo,... | [
"dantech88@yahoo.com"
] | dantech88@yahoo.com |
fcafb2c3897e9e1b7e013b22692c0b61d05de91e | ee32133c38272a9ad9d4d3212110c0a20b2db019 | /app/src/main/java/com/tvt11/timemanagingapp/util/AppConstants.java | bf78d1cf3a614a67c1e9e1190b3db77c015b31b7 | [
"MIT"
] | permissive | vitran96/time_managing_app | 765d72aeab4ad15cea5dbbc2540fd5b30bf8e9b3 | 2ae75754ccfef5c0b02276476dc245743046287d | refs/heads/master | 2022-01-05T22:09:21.333986 | 2019-05-10T12:07:07 | 2019-05-10T12:07:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 183 | java | package com.tvt11.timemanagingapp.util;
public class AppConstants {
public static final String ACTION_CANCEL ="cancel";
public static final String ACTION_FINISH ="finish";
}
| [
"tranuytrieuvi@gmail.com"
] | tranuytrieuvi@gmail.com |
71b6420e9e1b89369e6a16479b87f0ddb9457cc3 | 84675d3b507f5dfba93279bc6c4df8afcc5a6ae1 | /cidade/src/tela/listagem/ListagemCidade.java | 8c0a47364553d1596aca4525e7cb7438db1dbac9 | [] | no_license | francescafborn/prova_cidade | 21774658bc75b3857a1588094c6f5c35a8128f82 | f222d3191582d3e0034599178c57e70424d05d10 | refs/heads/master | 2020-08-18T15:17:01.421880 | 2019-10-17T15:39:25 | 2019-10-17T15:39:25 | 215,805,755 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,687 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package tela.listagem;
import controlador.ControladorCidade;
import tela.manutencao.ManutencaoCidade;
/**
*
* @author Administrador
... | [
"Administrador@10.10.4.19"
] | Administrador@10.10.4.19 |
443190342a9f876840d22f33c5cbf5f32fed819a | ca030864a3a1c24be6b9d1802c2353da4ca0d441 | /classes10.dex_source_from_JADX/com/facebook/messaging/sync/delta/handler/DeltaNoOpHandler.java | 834b13db704857cffe15d430ab960e6f8b8d74af | [] | no_license | pxson001/facebook-app | 87aa51e29195eeaae69adeb30219547f83a5b7b1 | 640630f078980f9818049625ebc42569c67c69f7 | refs/heads/master | 2020-04-07T20:36:45.758523 | 2018-03-07T09:04:57 | 2018-03-07T09:04:57 | 124,208,458 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,108 | java | package com.facebook.messaging.sync.delta.handler;
import android.os.Bundle;
import com.facebook.auth.userscope.UserScoped;
import com.facebook.messaging.model.threadkey.ThreadKey;
import com.facebook.messaging.sync.delta.PrefetchedSyncData;
import com.facebook.messaging.sync.delta.handlerbase.AbstractMessagesDeltaHan... | [
"son.pham@jmango360.com"
] | son.pham@jmango360.com |
d4978689cb754f3ae26f2aaab9151a06ca09ad57 | d5dabc20b908c874e4d3ae0fe83d70b94b5d6e98 | /app/src/test/java/com/example/asus/skripsi/ExampleUnitTest.java | 6e2df24b9906ba18b0bd2938f01ef416323d2782 | [] | no_license | muhammadrofiq/G-Trans | d585e3996b367da773cd6c8363a14d14b02a4558 | b41f201c7ad6a9b6787100066274b430505d2b2f | refs/heads/master | 2020-03-27T16:03:55.426073 | 2018-08-30T14:15:49 | 2018-08-30T14:15:49 | 144,647,067 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | package com.example.asus.skripsi;
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
public vo... | [
"muhamad.rofiq@gmail.com"
] | muhamad.rofiq@gmail.com |
ef2ffe442bd3e927ce554e9ee4d76f523eba1617 | f7d18d4ca2de68c29e7f580e6b803b79c0847068 | /src/A_HomeWork/camelLetterInEachWord.java | 7fb76bdc6b810839cb77ad7f61786369cbb59ffd | [] | no_license | RdmBad/java-practice | d3f1a147b7db4a5668cc377d5c8d1c02e06b5cae | 55e953a260c5e6a1aae9d1ff5038511554f27123 | refs/heads/master | 2022-05-14T15:48:19.428802 | 2019-05-29T22:22:28 | 2019-05-29T22:22:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 488 | java | package A_HomeWork;
import java.util.Arrays;
public class camelLetterInEachWord {
public static void main(String[] args) {
String str = "java is fun";
int idx = 0;
String first = "";
String temp = "";
String word = "";
String[] arr = str.split(" ");
for(int i = 0; i < arr.length; i++) {
first = arr[i].su... | [
"rdm8power@gmail.com"
] | rdm8power@gmail.com |
9c68e51e969c310fde63d58fe90686bc7d236107 | 9c26c293dcd6ce6d4011a873c2483828129a1ca0 | /assignment 2/assignment2 final 2/src/calculator/Calculator.java | ae61bffdec30c875e81fc3029872d75d2960ca25 | [] | no_license | isaurabh19/program-design-java | 4b9b39116641e8fd7ad6810f0d280676cdb597a0 | e61d73ef673dc6918d3435f54aa83fbe9c2ffa8e | refs/heads/master | 2022-12-15T18:25:39.632403 | 2020-09-10T17:48:36 | 2020-09-10T17:48:36 | 294,481,885 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,457 | java | package calculator;
/**
* A calculator that works with whole numbers only and supports three arithmetic operations :
* addition(+), subtraction(-) and multiplication(*). The interface simulates a real time calculator
* like input i.e. it takes one character at a time as input and displays the current state of
* ou... | [
"vaidya.saur@husky.neu.edu"
] | vaidya.saur@husky.neu.edu |
b8a2e50ba443ec1d2b19db7e85942277710b279d | 364ae53a3d58cddda15f9a9a9acfad0103eee5eb | /app/src/main/java/mypocketvakil/example/com/score/activity/work_posted.java | cfbb7298ee17aa5eb3067ba68d7191860ad5f401 | [] | no_license | sanyamjain65/Score | a44710695ec17e400a899a89390c9c42cc05ac07 | e90172e7a6c1d94727f327ce3a85972d3789dbdc | refs/heads/master | 2020-12-31T06:10:04.060697 | 2017-04-06T19:53:27 | 2017-04-06T19:53:27 | 80,620,051 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,127 | java | package mypocketvakil.example.com.score.activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Bitmap;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.Handler;
import android.preference.PreferenceManager;
import android.support.v7.app.AppComp... | [
"sanyam.j65@gmail.com"
] | sanyam.j65@gmail.com |
1ac7214c678244131e091a91746595f416434dc4 | ff74949d46d0bc152caf19361a5b046944bb3005 | /src/main/java/danceschool/javaversion/controller/InstructorController.java | e68acfeb498af85eb67ce3cdbe07ac2f2c7e506e | [] | no_license | Zoe-0925/danceschool-java | ffdaf48fea026f01f8554fb8e63791ae9e19590b | 7bdce89373a46c8f5268f7459e114bdc6f8377cf | refs/heads/master | 2023-04-16T01:56:08.741065 | 2021-04-30T04:46:24 | 2021-04-30T04:46:24 | 361,623,027 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,013 | java | package danceschool.javaversion.controller;
import danceschool.javaversion.model.Instructor;
import danceschool.javaversion.service.InstructorService;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bin... | [
"jin0925aki@gmail.com"
] | jin0925aki@gmail.com |
5a059ee1050f30efc89965b59d407f6d44e8cadf | 3fb819ff26fba5a1bb18260e34b4a8c8a166edbb | /app/src/main/java/fiordor/fiocca/quotations/custom/FavouriteAdapter.java | 2fe73f0cf2a2de308cb6601e320dff1a7c454a9b | [] | no_license | Fiordor/Quotations | dc0017d82a711231b6805bf4e30e2119c4a1289c | 2943393e8220710b2a1a7c045eeff14d5cf39c26 | refs/heads/main | 2023-03-21T07:00:47.921560 | 2021-03-04T21:23:55 | 2021-03-04T21:23:55 | 343,154,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,336 | java | package fiordor.fiocca.quotations.custom;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import java.util.List;
import fiordor.fiocca.quotations.R;
pub... | [
"1fiordor@gmail.com"
] | 1fiordor@gmail.com |
a71d2a5d8a6a908d922a08b881a613cbb8124828 | bacfc49ff6f141e0467b41a854342194560d1c23 | /core/src/com/fadeland/editor/map/Tile.java | fed56027d20b0b38ed53c9e1846169e5480cd4a4 | [] | no_license | BambooBandit/fadelandEditor | b053a5295cf56503957a11664678811ea46a3d0c | c61cbc0f3e9ff221c691405841070a1651ecc3f9 | refs/heads/master | 2021-06-20T10:33:43.346794 | 2019-10-18T18:20:05 | 2019-10-18T18:20:05 | 153,363,102 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,299 | java | package com.fadeland.editor.map;
import com.badlogic.gdx.graphics.g2d.Sprite;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.utils.Array;
import com.fadeland.editor.ui.tileMenu.TileTool;
import static com.fadeland.editor.map.TileMap.tileSize;
public class Tile
{
protected TileMap map;
public S... | [
"bamboobandit.sr@gmail.com"
] | bamboobandit.sr@gmail.com |
910266ef4a2e6cad9c4603c292dc1b67dcd29c3c | 8eaf3a738dbe3cb1655538f9c5f68a90d7f6f8f9 | /com.liferay.blade.api/src/com/liferay/blade/api/ProjectTemplate.java | 272d6a9fde0858a762ee3fecb8a62f95c5131ddc | [
"Apache-2.0"
] | permissive | sez11a/liferay-blade-tools | 59392a9938350aa5ef49b292e87ec1797b24e86d | 6d8a8f9d37de7f3d5b13f56eea73b0102b795e65 | refs/heads/master | 2021-01-14T08:32:12.501283 | 2015-12-03T23:13:36 | 2015-12-03T23:13:36 | 46,747,900 | 0 | 0 | null | 2015-11-23T21:04:57 | 2015-11-23T21:04:57 | null | UTF-8 | Java | false | false | 161 | java | package com.liferay.blade.api;
import org.osgi.annotation.versioning.ProviderType;
@ProviderType
public interface ProjectTemplate {
public String name();
}
| [
"gregory.amerson@liferay.com"
] | gregory.amerson@liferay.com |
1354742f725f7b313c319db170bb261e645f09d4 | d8c71cb0914467b52263929dd795f22f213ec8c8 | /WEB-INF/classes/Inventory.java | 4a50c46629574ba2d35c6729c741afd7b259545c | [] | no_license | Malhar-Patwari/Electronic-Shop-Web-Application | 7a1d021e9d3455721db5c3ebc35efb9f2faeb785 | ea17e224495c1a42968436d6c2c77d22ba291e1c | refs/heads/master | 2020-05-17T21:26:04.575791 | 2019-04-28T23:47:37 | 2019-04-28T23:47:37 | 183,970,726 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,582 | java | import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
import java.util.*;
public class Inventory extends HttpServlet {
MySqlDataStoreUtilities ms = new MySqlDataStoreUtilities();
public void doGet(HttpServletRequest request,HttpServletResponse response) throws ServletException, IOException {
... | [
"31217091+MalharPatwari@users.noreply.github.com"
] | 31217091+MalharPatwari@users.noreply.github.com |
a3c96686ae4166b4ebf88d7fe3767e043047cb45 | ff6a6f99770e6271e68bbedbfdcce8be7bd48e6e | /quiz-service/src/main/java/com/information/center/quizservice/model/SchoolDto.java | 47a4c27937fe84b17627c41a228c20a42810662a | [
"MIT"
] | permissive | kolyaattila/information-center | a8ab6bbb235e073b1e7df26dbff81518c2ea5be3 | cdb0ba313f0133c0aa6071683598f94f9d11cb5a | refs/heads/master | 2022-12-20T20:59:17.831371 | 2021-04-30T20:30:48 | 2021-04-30T20:30:48 | 216,859,451 | 0 | 0 | MIT | 2022-12-10T05:47:26 | 2019-10-22T16:27:06 | Java | UTF-8 | Java | false | false | 346 | java | package com.information.center.quizservice.model;
import lombok.Builder;
import lombok.Getter;
import lombok.Setter;
import lombok.experimental.Tolerate;
@Builder
@Getter
@Setter
public class SchoolDto {
@Tolerate
public SchoolDto() {
}
private String externalId;
private String name;
private... | [
"attila.kolya@yahoo.com"
] | attila.kolya@yahoo.com |
0c049992ef0c1f0b4d99bfc6b137f6486ef2d523 | 18b20ac21cc8effb72c1bf0f6b4757bad80ded02 | /app/src/main/java/com/example/hospitalreviewsystem/AdapterForViewPager.java | f6c7f6bc592a448f19c0b4dc80f8f849d588ed3f | [] | no_license | NadsSani/HospitalReviewSystem | 91b6ada22f43cd47e205fa72f33a317bfc2bc666 | cb2aed646b02508cac4d48321d8e29b99ecdd46e | refs/heads/master | 2020-05-30T16:45:15.280589 | 2019-05-27T17:35:35 | 2019-05-27T17:35:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,689 | java | package com.example.hospitalreviewsystem;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v4.view.PagerAdapter;
import android.support.v4.view.ViewPager;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.... | [
"nadeemsani786@hotmail.com"
] | nadeemsani786@hotmail.com |
bc781d3ced4515080e576782be5008e56c96cf3b | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/validation/org/axonframework/messaging/unitofwork/RollbackConfigurationTypeTest.java | e3206e16882b7720fab487ab2bf80a0686d9e0a2 | [] | no_license | STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919811 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | null | UTF-8 | Java | false | false | 2,011 | java | /**
* Copyright (c) 2010-2018. Axon Framework
*
* 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 ... | [
"benjamin.danglot@inria.fr"
] | benjamin.danglot@inria.fr |
d09a76db5cebb2d524babdb3a67da1c9ad465e51 | 26b1c036a7369350ab7201d9e2ead8d417578b9b | /baseutil/src/main/java/vip/mae/baseutil/UserService.java | a6c7412a934269009f0e9a088239f1bee7fb9296 | [] | no_license | ytzht/PicScore | db57b0da25b8ec49b816c13c7897d830a04f4b25 | eccbf6ee53b82205da2ff5523fd024eb6fab6e59 | refs/heads/master | 2020-04-08T18:56:49.221345 | 2018-11-29T08:47:17 | 2018-11-29T08:47:17 | 159,631,590 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,137 | java | package vip.mae.baseutil;
import android.content.Context;
import android.content.SharedPreferences;
/**
* Created by zht on 2017/08/16 15:43
*/
public class UserService {
private static final String DeviceToken = "_deviceToken";
private static final String Token = "_token";
private static final String... | [
"1176692275@qq.com"
] | 1176692275@qq.com |
052ea80d8b8e80e87e1aa3f736c08b002fa48e93 | 6df097c5c36bbfd49d2941800da4ba4c6f0220e5 | /hazelcast/src/main/java/com/hazelcast/concurrent/idgen/IdGeneratorProxy.java | ccb91eee33cada2b9293e5d5a2ef8928aa1ec156 | [] | no_license | JiangYongPlus/easycache | cd625afb27dc5dd20c1709727e89a6e5218b2d74 | 93e6bae20dcfa97ae9c57b9581c75e5a055cd831 | refs/heads/master | 2021-01-10T16:37:41.790505 | 2016-01-27T02:41:34 | 2016-01-27T02:41:34 | 50,475,643 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,324 | java | /*
* Copyright (c) 2008-2013, 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 ... | [
"jiangyongplus@gmail.com"
] | jiangyongplus@gmail.com |
9e58fa35bc264cf09bc1368b330cbe2f91b65778 | 0b745af036cd3f4748403ae40de31b087a55e5d9 | /frequency-flashcards/stroke-img/src/test/java/com/google/code/donkirkby/GridLayoutTest.java | 3358584c4263934b93046ea16958f063f6471eea | [
"MIT"
] | permissive | guiltedom/donkirkby | 06810c2c38e98a67aff45b661501d6a450414b87 | 05dfa66fea7a63886b422aaf922d8b9d60300c96 | refs/heads/master | 2020-09-14T11:06:10.554499 | 2018-11-30T06:36:54 | 2018-11-30T06:36:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 878 | java | package com.google.code.donkirkby;
import org.junit.Assert;
import org.junit.Test;
public class GridLayoutTest {
@Test
public void testLayouts() throws Exception {
int items = 5;
int expectedRows = 1;
int expectedColumns = 5;
testOneLayout(items, expectedRows, expectedColumns);
testOneLayout(3... | [
"donkirkby@5b1e2516-15c8-11df-a35d-4d785ab5a681"
] | donkirkby@5b1e2516-15c8-11df-a35d-4d785ab5a681 |
f09103d62f14a8f482fcab363b95cc28849de41c | 7b82d70ba5fef677d83879dfeab859d17f4809aa | /tmp/sys/weixin/weixin-core/src/main/java/weixin/core/message/RespNewsMessage.java | 2d9e9bfbc98351154e0a68563821747c50caa05d | [] | no_license | apollowesley/jun_test | fb962a28b6384c4097c7a8087a53878188db2ebc | c7a4600c3f0e1b045280eaf3464b64e908d2f0a2 | refs/heads/main | 2022-12-30T20:47:36.637165 | 2020-10-13T18:10:46 | 2020-10-13T18:10:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 560 | java | package weixin.core.message;
import java.util.List;
public class RespNewsMessage extends BaseRespMessage {
// 图文消息个数,限制为10条以内
private int ArticleCount;
// 多条图文消息信息,默认第一个item为大图
private List<Article> Articles;
public int getArticleCount() {
return ArticleCount;
}
public void setArticleCount(int articleCount... | [
"wujun728@hotmail.com"
] | wujun728@hotmail.com |
5b63e0ff7710d32da79ffb1faa6ace3ced117202 | be1ea339b68bd94d3a782e1c23ce41b5ea740b79 | /dc/src/dc3_3/model/InformationFactory.java | da2eefcc9739f4414c685d0b15fcaa589dc171e7 | [] | no_license | tomitake0846/Java-Training | 25de4bc99f23f11dc175e1f8f95136c369d4f260 | 688b0a2de950d92d032b254799f53690c174ac5b | refs/heads/master | 2021-06-16T08:54:20.978565 | 2021-05-05T11:42:38 | 2021-05-05T11:42:38 | 199,947,283 | 0 | 0 | null | 2021-05-05T11:42:39 | 2019-08-01T00:24:30 | Java | UTF-8 | Java | false | false | 213 | java | package dc3_3.model;
public class InformationFactory {
private final static Information timeInstance = new Time();
public static Information getTimeInstance() {
return InformationFactory.timeInstance;
}
}
| [
"fredericab0846@gmail.com"
] | fredericab0846@gmail.com |
2af26a50db61c4110c72dbaff9eeef66ce54713b | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-sas/src/main/java/com/aliyuncs/sas/model/v20181203/ModifyVulConfigRequest.java | bd88df29f938fb75b483b5c893286fa4651bb272 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765286 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | Java | UTF-8 | Java | false | false | 1,769 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
2e47e292c06b5d74b758c3044b95e33e642cd2ad | 21f28b75a330012453ed48dd1fe8b3f3bcf1211a | /src/main/java/org/jboss/remoting3/spi/ConnectionProviderFactory.java | 0160ff25bf50e2f434aec8d35ffc0edbeae5a53b | [
"Apache-2.0"
] | permissive | jboss-remoting/jboss-remoting | 94419a153ef8d1286c9e5f19b9e8d560032350e4 | 76c75070c34632652bc2bb7cbd18663a2b4008d6 | refs/heads/main | 2023-08-15T03:33:45.158013 | 2022-10-07T08:34:38 | 2022-10-07T08:34:38 | 1,124,152 | 16 | 65 | NOASSERTION | 2023-02-14T11:38:08 | 2010-11-30T01:50:21 | Java | UTF-8 | Java | false | false | 1,608 | java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2017 Red Hat, Inc., and individual 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 Licen... | [
"david.lloyd@redhat.com"
] | david.lloyd@redhat.com |
7399fc0291ab899eb65b9688fbe37f809b471070 | 00f76974faaf34da28b3a3f1c1cd2080cfac5c77 | /src/SaveSystem/Serializer/SkinSerializer/SkinPropertyHelpSerializer/BorderPropertyHelpSerializer.java | aa339ab91db5e663656131cb3c1f5d5454580a73 | [] | no_license | weakennN/Mind-Map | fb29d74f61c91ce8918c8dac7360ab146e8660f2 | 384306ac9fadb9624e0a5dda0f2cc226521b67a6 | refs/heads/master | 2023-06-16T17:25:06.765700 | 2021-07-08T18:49:28 | 2021-07-08T18:49:28 | 379,689,707 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,914 | java | package SaveSystem.Serializer.SkinSerializer.SkinPropertyHelpSerializer;
import NodeSkin.SkinProperty.BorderProperty;
import NodeSkin.SkinProperty.SkinProperty;
import Nodes.Node;
import SaveSystem.Serializer.PropertySerializer.BorderSerializer;
import javafx.scene.layout.*;
import javafx.scene.paint.Color;
... | [
"lubomedi03@gmail.com"
] | lubomedi03@gmail.com |
9f0c71b6e3b8321a6233f712aab948fc30a1b7b6 | e53483b141a0daea13d36fa3a7a17c2be3b88008 | /src/main/java/cis410/onlinebanking/service/OnlineAccountService.java | 23b24f493a37f388a4ff21b4cd71b7f10516849d | [] | no_license | jkahn33/online-banking | 9f83e8a6c1d31d30e5f5a5304767c275b049cbf7 | db49b12b60404e9433704bd88dfd7f74595b73fe | refs/heads/master | 2020-05-06T20:12:53.056336 | 2019-04-30T02:51:50 | 2019-04-30T02:51:50 | 180,227,479 | 0 | 0 | null | 2019-04-30T02:51:51 | 2019-04-08T20:27:12 | null | UTF-8 | Java | false | false | 3,207 | java | package cis410.onlinebanking.service;
import cis410.onlinebanking.ResponseObject;
import cis410.onlinebanking.dao.AddressDAO;
import cis410.onlinebanking.dao.BankAccountDAO;
import cis410.onlinebanking.dao.CustomerDAO;
import cis410.onlinebanking.dao.OnlineAccountDAO;
import cis410.onlinebanking.entities.*;
import cis... | [
"jgkahn33@gmail.com"
] | jgkahn33@gmail.com |
89a832fb3d2c3b35834cabab753d382a54f82704 | 25729cf0666fb83f0c9b7553cd647b6c33968886 | /src/main/freesql/cn/com/ebmp/freesql/builder/xml/dynamic/DynamicContext.java | 5671a103ef8c9381b851553adb13f5fd00ac3aac | [] | no_license | 545473750/zswxglxt | 1b55f94d8c0c8c0de47a0180406cdcdacc2ff756 | 2a7b7aeba7981bd723f99db400c99d0decb6de43 | refs/heads/master | 2020-04-23T15:42:36.490753 | 2014-08-11T00:08:39 | 2014-08-11T00:08:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,672 | java | package cn.com.ebmp.freesql.builder.xml.dynamic;
import java.util.HashMap;
import java.util.Map;
import cn.com.ebmp.freesql.builder.factory.Configuration;
import cn.com.ebmp.freesql.ognl.OgnlException;
import cn.com.ebmp.freesql.ognl.OgnlRuntime;
import cn.com.ebmp.freesql.ognl.PropertyAccessor;
import cn.com.ebmp.fr... | [
"545473750@qq.com"
] | 545473750@qq.com |
48eed73b2ac0dcee1d0bf8dee117ad558ea7fcc0 | 3b5e70dd5571ffe8e867b79a0fa07565fa771f51 | /yoriessence/src/com/yoriessence/shopping/dao/ShoppingCartDao.java | 1888e918bf558f349cdec09dddc3ecc1421b5af0 | [] | no_license | HuiungJang/yorirecipe | cc16d1f07c1deb173de08b0e198b708457ca4a68 | e252f2127e5d4a7e2a647a2d650f3f0a27f9aba0 | refs/heads/main | 2023-05-06T02:27:24.904412 | 2021-05-30T04:21:13 | 2021-05-30T04:21:13 | 362,690,836 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,723 | java | package com.yoriessence.shopping.dao;
import static com.yoriessence.common.JDBCTemplate.close;
import java.io.FileReader;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import java.util.Properti... | [
"jhw1345@gmail.com"
] | jhw1345@gmail.com |
eb6c23b7d796999a4c4226ca9b25d972e6fb51ad | 796771e3fbf4666b151c89a3938513552711f68a | /eclipse/rcp/csdnclient/src/org/dollyn/csdnclient/Activator.java | 346a292cc7f610e7c26e26345f09a49074971593 | [] | no_license | Dollyn/dollynprojects | 8c6b96640e4b04586a5ba1d3ade698afe1b5e07e | 7f6896893ca9da28fc7ec645c950517c29fde948 | refs/heads/master | 2016-09-06T16:54:26.865393 | 2012-02-08T12:31:45 | 2012-02-08T12:31:45 | 35,531,541 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,246 | java | package org.dollyn.csdnclient;
import org.eclipse.jface.resource.ImageDescriptor;
import org.eclipse.jface.resource.ImageRegistry;
import org.eclipse.swt.graphics.Image;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.osgi.framework.BundleContext;
/**
* The activator class controls the plug-in lif... | [
"dollyn.sun@gmail.com"
] | dollyn.sun@gmail.com |
d667918bfbc913c346d7a817635aeae39d30db83 | eb50ede88ae3c7664777e2f661688f58c86530f2 | /src/main/java/com/techouts/fanniemae/mail/DefaultMailService.java | e8db316d256b2e4d169c367204c8c15d968873f9 | [] | no_license | KallaSwathi/Swathi | ec3acd5e4cd1c19bcf106ea395fca9b4027eda20 | 5602915098e2fe8fca7df060e1443e5aa707ea09 | refs/heads/master | 2023-05-12T01:11:54.593694 | 2019-11-27T12:05:19 | 2019-11-27T12:05:19 | 224,421,544 | 0 | 0 | null | 2023-05-09T18:15:21 | 2019-11-27T12:04:11 | Roff | UTF-8 | Java | false | false | 2,495 | java | package com.techouts.fanniemae.mail;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.Multipart;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.AddressException;
import javax.mail.internet.MimeMessage;
import javax.mail.internet.MimeMultipart;
impo... | [
"automation@techouts.com"
] | automation@techouts.com |
4e661da8acd32358e352d593148ae5fe87fe2784 | 63335074405b5190f84638116861e5729519d9c4 | /spring4/chapter15/src/main/java/com/rogercw/cache/simplecache/UserService.java | 49e91a6a7968f009b8008ad25665bed243e8c81c | [] | no_license | nanbingf2/my-work | 1f526948ae07cf43610ca5649634319a0fcdddb8 | 35d2042ee7d308e4343798d7672903c3a2ba8a44 | refs/heads/master | 2018-10-25T12:18:21.743703 | 2018-08-21T11:39:51 | 2018-08-21T11:39:51 | 120,987,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 689 | java | package com.rogercw.cache.simplecache;
import com.rogercw.cache.domain.User;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.stereotype.Service;
/**
* Created by 1 on 2018/4/16.
* 使用Spring Cache来实现缓存
*/
@Service(value = "simpleCacheUserService")
public class UserService {
//使用... | [
"2488719513@qq.com"
] | 2488719513@qq.com |
f807c565bfc911d0ddb6ccc1447d712d35bcb01d | 7932229018f7bb7e2aeaa4a714f4acc658a7f594 | /choerodon-starter-mybatis/src/main/java/io/choerodon/mybatis/autoconfigure/PageConfiguration.java | 97682f113597d82758511e6683385f54b0b64ef4 | [
"Apache-2.0"
] | permissive | readme1988/choerodon-starters | f0e420b07409f636dff0cd62048796717bef615d | 1422f2fdddd6b37007c5e3b7ec854a98de898866 | refs/heads/master | 2020-09-22T20:22:00.487158 | 2020-01-13T09:45:39 | 2020-01-13T09:45:39 | 225,314,103 | 0 | 0 | Apache-2.0 | 2020-01-13T09:45:40 | 2019-12-02T07:40:45 | null | UTF-8 | Java | false | false | 813 | java | package io.choerodon.mybatis.autoconfigure;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.web.PageableArgumentResolver;
import org.springframework.web.method.support.HandlerMethodArgumentResolver;
import org.springframew... | [
"Longhe1996@foxmail.com"
] | Longhe1996@foxmail.com |
4dc4c538f00e8ec43b86d876250dd57ada0ee7bc | d21e82cc0703cbcc29890b9d47ff4348c565cb15 | /LoaderInterface.java | d24ac4e1d6717c7f57f5843fdf91ef6a824a087f | [] | no_license | veswan/yoda_speech | 7e9d0c6963c27b3170fa7f34bd2b6ede00fdf16b | bf55ff908b82c2d17497a41d6abec529db731476 | refs/heads/master | 2020-04-06T03:59:19.375208 | 2017-02-24T21:38:33 | 2017-02-24T21:38:33 | 83,084,587 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 185 | java | package com.shopkeep.yodaspeech.interfaces;
public interface LoaderInterface {
void showTextLoading(boolean show);
void showText(String text);
void showLoadingError();
}
| [
"noreply@github.com"
] | veswan.noreply@github.com |
e50967d003ebaefeebd2d6385dab532e35ee888a | 4a842606cdb08c58e2f7ab1e72ac74afbbdd7660 | /src/cn/java/filters/demo.java | 28305fca27b429cda4c144b99055cba193efe3cb | [] | no_license | khalilwear/SSM_COMPLETE | 7c04c42b17365e4cb3d179370eea9c564c7cde5a | 00aca3dfbb81627b8056cdeab588dcbe62434a7c | refs/heads/master | 2020-05-01T03:47:47.588322 | 2019-03-23T06:48:46 | 2019-03-23T06:48:46 | 177,254,845 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 54 | java | package cn.java.filters;
public class demo {
}
| [
"clear_khalil@163.com"
] | clear_khalil@163.com |
620c806e62948511ad3ffcadeda43399638a3b6f | f1734ef3cf6a69a97120933f930ad8a70cd566a3 | /src/main/java/br/com/abbarros/moviechallenge/controller/response/MovieResponse.java | 33e6508c8cacb75a7b71cf548b56baaf2fa9d974 | [] | no_license | abbarros/movie-challenge | fa3af90929973ad64bb88bf58e5907390dd4321e | d62dfad87fdc563c6104cb3bd8ce674974d7d760 | refs/heads/master | 2022-11-07T21:57:26.466631 | 2020-06-22T13:56:37 | 2020-06-22T13:56:37 | 273,957,060 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 565 | java | package br.com.abbarros.moviechallenge.controller.response;
import br.com.abbarros.moviechallenge.model.Censorship;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.io.Serializable;
import java.time.LocalDate;
import java.util.List;
@Data
@NoArgsConstructor
@AllArgsC... | [
"alexbarros@cvc.com.br"
] | alexbarros@cvc.com.br |
97922011518b2991a1dee86e191444503643dc10 | ec69727516cce93ca7c2af1eaee8e40c17fea1da | /app/src/main/java/com/esgipa/smartplayer/server/authentication/SigninTask.java | e6b3842a212716791e7a869eab383ebb1b1e5bd4 | [] | no_license | JChatelin/PA_ESGI_2020_PhoneApp_Grp1 | 3b6dd32fe851823d3c19ed521ea3adca59d7e140 | d9e61f74b6674b94eb8bdf9b40f904febf7ba320 | refs/heads/master | 2022-12-25T11:32:01.145666 | 2020-10-05T15:26:10 | 2020-10-05T15:26:10 | 259,762,797 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,757 | java | package com.esgipa.smartplayer.server.authentication;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.AsyncTask;
import android.util.Log;
import com.esgipa.smartplayer.utils.ConnectivityUtils;
import com.esgipa.smartplayer.server.Callback;
import com.esgipa.smartplayer.server... | [
"josephchatelin@gmail.com"
] | josephchatelin@gmail.com |
027003432c6697f607dd2cf140f4c361836633f7 | 2df71d498c04df7aa7c0c3ca25544b02d9ef2b6e | /dashboard/src/main/java/nl/openweb/iot/dashboard/service/script/GroovySandboxFilter.java | 6f454f273de3de032941d536b2ad7e379171019e | [] | no_license | openweb-dennis/wio-link-java-client | baa61eb3e52a2ea4e59d2da273ab5eda830814e7 | 39f637a777248b337169b741216d9d01fb31f84f | refs/heads/master | 2021-01-19T06:22:40.604295 | 2017-04-06T15:22:39 | 2017-04-06T15:22:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 434 | java | package nl.openweb.iot.dashboard.service.script;
import org.kohsuke.groovy.sandbox.GroovyValueFilter;
public class GroovySandboxFilter extends GroovyValueFilter {
@Override
public Object filter(Object o) {
if (o != null && SandboxFilter.filter(o.getClass())) {
throw new SecurityException... | [
"ebrahim@openweb.nl"
] | ebrahim@openweb.nl |
c2927ef2f9bdac6d61d54e00402fa16b3f9d8ad5 | 621e4b2cb2e153790c5ebc8380c08bba563713ac | /src/main/java/com/demoapp/model/subscription/Marketplace.java | 77d41b2797edbedd273a723cd0ce1a81b8ced3e0 | [] | no_license | pjlacharite/demoApp | dbac96a746facd4427d78fcaee0da524132d516c | 30e9f54792137f1052177b63e2415010c56e8f6b | refs/heads/master | 2021-01-12T13:01:13.138400 | 2016-10-04T17:07:42 | 2016-10-04T17:07:42 | 69,402,717 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 413 | java | package com.demoapp.model.subscription;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import java.io.Serializable;
@Entity
public class Marketplace implements Serializable {
@Id
@GeneratedValue(strategy = Generat... | [
"pier-jean.lacharite@bellmedia.ca"
] | pier-jean.lacharite@bellmedia.ca |
cf7ae98911a42fb549abe3592674e58e4737ec5f | 2836c746634280c21a3b810f140e203582258797 | /src/day02_printlnpractice/TellMeYourself.java | 7afcce4df19a1e6a613e3eb286cb72e22ae1b624 | [] | no_license | Bashiragha/java-programming | b4bd1e5f463722bb89e96d4c5cfbb0735e560fb7 | 57e5f486be93b3a756bf731f023660fb9e6643b6 | refs/heads/master | 2023-04-26T10:26:31.646440 | 2021-05-29T14:45:13 | 2021-05-29T14:45:13 | 371,998,533 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 390 | java | package day02_printlnpractice;
public class TellMeYourself {
public static void main(String[] args) {
System.out.println("My Name is Khan.");
System.out.println("I am a test automation Engineer.");
System.out.print("My name is khan ");
System.out.println(" and i am a future SDET in ... | [
"bashiragha1991@gmail.com"
] | bashiragha1991@gmail.com |
0f7a6c532ef24125684c78754229aca48308f375 | 3ca117375cf504474aa111aedfb1ad8f3c4c0830 | /NovaSample/app/src/main/java/com/example/developeri/novasample/signUpScreen.java | 92bff5cafb7f54380d0d21739de1c84538246e7f | [
"Apache-2.0"
] | permissive | 123jyotigupta/androidApps | 58096654d6649b0937029505fc9d5b16932fbac3 | 17760bd3c4f222b406e2babc5405e27ca0e4b36a | refs/heads/master | 2021-01-10T20:03:47.147988 | 2015-08-21T21:31:03 | 2015-08-21T21:31:03 | 40,603,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,691 | java | package com.example.developeri.novasample;
import android.content.Intent;
import android.os.AsyncTask;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
impo... | [
"jyotigupta275@gmail.com"
] | jyotigupta275@gmail.com |
c2ba13f959d972fffb46b64744abb250b8301817 | 9f7f223bcc0084d6c4d17d2334bf9f912e2e32f2 | /aws-java-sdk-dms/src/main/java/com/amazonaws/services/databasemigrationservice/model/transform/DescribeCertificatesRequestMarshaller.java | 927a86818253d09464e7f9e027f45e75eef62264 | [
"Apache-2.0"
] | permissive | tahatopiwala/aws-sdk-java | faa78384df8f4f6811a36976f5eb2354b010021f | 7880b1bff54960a4ff3ab27ed0fc47ecb4637551 | refs/heads/master | 2021-01-21T05:28:36.312514 | 2016-07-22T00:35:12 | 2016-07-22T00:35:12 | 64,186,054 | 0 | 0 | null | 2016-07-26T03:15:02 | 2016-07-26T03:15:02 | null | UTF-8 | Java | false | false | 4,155 | java | /*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... | [
""
] | |
93b05c206fa11a5e9c837774c9ea36cf3fd5742c | 5e8e5007dc4e3f5ac753aa77e49decdd05d697a3 | /java/web/console/src/org/blue/star/cgi/statuswml.java | 01120dd7dde3ee9252cc4fb2ef9bdfd0756e9cbb | [] | no_license | dizhaung/bluecode | db14eb98cba26abe5526552ddbd2c8b1f879498b | b9100832814b0012a4d8b60b11fc97d11ab292ea | refs/heads/master | 2020-04-27T21:59:08.175333 | 2011-01-30T15:22:12 | 2011-01-30T15:22:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 54,804 | java | /*****************************************************************************
*
* Blue Star, a Java Port of .
* Last Modified : 3/20/2006
*
* License:
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the... | [
"rfriedman@myyearbook.com"
] | rfriedman@myyearbook.com |
b8ccdbe78aeb0721d6ce07129f980fd352439530 | a4422799ed092692fc78bbb0cc7d78e260dbe570 | /src/main/java/com/wei/learncode/classloard/Simple.java | cd0fea1b3fde6110eefd8f27e2bf8bc238990e6c | [] | no_license | skyemin/learncode | fb1fac4236b3acd772179080a431442ab792b70b | 5cea07df633c3ae0bc513418de74779256365222 | refs/heads/master | 2023-08-24T06:48:03.676448 | 2023-07-23T16:08:59 | 2023-07-23T16:08:59 | 181,654,837 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 425 | java | package com.wei.learncode.classloard;
import java.util.Random;
/**
* @Author: weizz
* @Date: 2019/4/29 9:10
* @Description:
* @Version:1.0
*/
public class Simple {
static{
System.out.println("我被初始化了");
}
public static final int a = 10;
public static final int b = new Random().nextInt(10);... | [
"1515054372@qq.com"
] | 1515054372@qq.com |
e75217d28947f5da0dd4c3189f2ea0453bd64185 | b6464c589c69cd08b33cb1985e9d72641cf57de0 | /src/main/java/ru/fly/client/ui/field/datefield/MonthPickerField.java | 01cac68dfdc6ee7aec0897c73eaef58c1e4b5397 | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown"
] | permissive | filius/fly-gwt | e5f989da0c1ac540de542b386ca882bb1a0f4731 | da965f28cbe8db9c8c545e6a5fc6f92e0f122cdd | refs/heads/master | 2021-06-08T01:08:50.498792 | 2021-05-23T18:41:18 | 2021-05-23T18:41:18 | 29,881,628 | 1 | 0 | Apache-2.0 | 2021-05-23T18:49:35 | 2015-01-26T21:07:09 | Java | UTF-8 | Java | false | false | 4,609 | java | package ru.fly.client.ui.field.datefield;
import com.google.gwt.core.client.GWT;
import com.google.gwt.dom.client.Style;
import com.google.gwt.i18n.client.DateTimeFormat;
import com.google.gwt.user.client.DOM;
import com.google.gwt.user.client.Event;
import com.google.gwt.user.client.EventListener;
import com.google.g... | [
"fil.src@gmail.com"
] | fil.src@gmail.com |
53b3af7d12fd3f7df3e3de5f7288e0453bb59dc4 | c7faf496e1a81d568329e0ca8bd43e2c6fc69682 | /src/main/java/model/BonusTempo.java | adb395fe4588a2beb1200009b28be73b8ab8d6fe | [] | no_license | Hdelesposti/prova1 | 889c9ac813c0958cb10720a686967a1b01374aa3 | 0eb05e44d18eaeba8df52cbe74e386cd8d300ea8 | refs/heads/main | 2023-04-19T12:31:21.697332 | 2021-05-01T17:51:43 | 2021-05-01T17:51:43 | 363,024,191 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 278 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package model;
/**
*
* @author Heloiza
*/
public class BonusTempo {
}
| [
"helobdelesposti@gmail.com"
] | helobdelesposti@gmail.com |
0041c052f359a825125505c877c2af5d65506cb0 | 9d54d949353cc9603c3b2b05d6a895ba4e316d75 | /ccdb-business/src/main/java/org/openepics/discs/conf/util/PropertyValueUIElement.java | 08e62c0d6532d3fa765e4a6a6fba1becbe30b59f | [] | no_license | openepics/discs-ccdb-ess | 2228b42533f11a3954dc870b25c0f053940d0253 | ceea63d44ff662ed92435a7e2cf82bdddca04605 | refs/heads/master | 2021-01-19T01:19:54.287141 | 2016-06-21T14:35:21 | 2016-06-21T14:35:21 | 61,640,811 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,281 | java | /*
* Copyright (c) 2014 European Spallation Source
* Copyright (c) 2014 Cosylab d.d.
*
* This file is part of Controls Configuration Database.
*
* Controls Configuration Database is free software: you can redistribute it
* and/or modify it under the terms of the GNU General Public License as
* published by the ... | [
"miha.vitorovic@cosylab.com"
] | miha.vitorovic@cosylab.com |
9f81cdcea1c660c5032fb484a411d9cf31220cc4 | ff194f40e9ffee051627fdb28368b54a54658ceb | /rocketmq/src/main/java/com/demo/components/rocketmq/schedule/ScheduledMessageConsumer.java | 7776c0540374f6fdbd008a798716ad7f10ac6b50 | [] | no_license | haoshuimofu/common-components-parent | 481a0cab1db60a59c3ff9b6ebbf6d063a06951ee | 8cc2cc8e41117b28b5282d538334b396106b3387 | refs/heads/master | 2023-08-31T02:14:46.265734 | 2023-08-30T16:09:21 | 2023-08-30T16:09:21 | 281,634,859 | 0 | 5 | null | 2023-04-27T09:12:55 | 2020-07-22T09:32:52 | Java | UTF-8 | Java | false | false | 2,037 | java | package com.demo.components.rocketmq.schedule;
import org.apache.rocketmq.client.consumer.DefaultMQPushConsumer;
import org.apache.rocketmq.client.consumer.listener.ConsumeConcurrentlyContext;
import org.apache.rocketmq.client.consumer.listener.ConsumeConcurrentlyStatus;
import org.apache.rocketmq.client.consumer.list... | [
"279759300@qq.com"
] | 279759300@qq.com |
a029f214b9419eb76640c56d48d15c03589a1581 | 0c95221dbcc5bc871da027c4a1cb4cceafa866ed | /HBProj-7-Hibernate-hbm2ddlAutoProperty/src/com/nt/test/SaveObjectTest1.java | 455fbc4ebac0332ce6f9825dfda3faa9d4194d31 | [] | no_license | VaibhavBelkhude/Hibernate713 | 7114c90429bcd6be941494aba17d6ea70f3957e4 | 51c5102de31ffd1f9d7c8b8ffb9d8cf8b52e61b2 | refs/heads/main | 2023-04-16T04:55:41.998426 | 2021-04-15T09:17:25 | 2021-04-15T09:17:25 | 353,301,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,902 | java | package com.nt.test;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
import com.nt.entity.Actor;
public class SaveObjectTest1 {
public static void main(String[] args)... | [
"78995969+VaibhavBelkhude@users.noreply.github.com"
] | 78995969+VaibhavBelkhude@users.noreply.github.com |
49e278ded7bafc3e7710230fc14adf7859fde663 | f9c621755f3b3e0786055c78738beff8885bc3b6 | /java210208/src/book/ch5/EmpList.java | 8300cceaa9ab71393bf46376a5aa131c635cb813 | [] | no_license | dnguddl9436/java210208-1 | b89a7d704450c33acbdef3aa01120166c24fca67 | b4e7089b5254ed1decd8022c33211229d66933fe | refs/heads/main | 2023-04-16T08:37:01.842605 | 2021-04-13T06:23:08 | 2021-04-13T06:23:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 650 | java | package book.ch5;
import com.vo.EmpVO;
public class EmpList {
/**********************************************************************************************
*
* @param empno - 사원번호
* @return String [] - 사원이름 , 부서명
********************************************************************************************... | [
"slalom0914@gmail.com"
] | slalom0914@gmail.com |
36fae74128e61619c031cf1b73c690e1d104b094 | 8e2cac9db4a01eba41e554f2f494d29cf7fb5540 | /autobahn/src/main/java/io/crossbar/autobahn/websocket/messages/Close.java | 8c90f16e3753b8aaf3ed5f41a8d38fa8cf90492e | [
"MIT"
] | permissive | crossbario/autobahn-java | 1786fef59121140659fb448533a4cb37b6cfcd2a | bdc093eea9398acfdfe3eab83d2487a0f72b518b | refs/heads/master | 2023-08-14T08:06:24.436586 | 2022-06-21T08:35:54 | 2022-06-21T08:35:54 | 2,430,530 | 712 | 181 | MIT | 2022-11-02T03:25:31 | 2011-09-21T15:15:24 | Java | UTF-8 | Java | false | false | 783 | java | package io.crossbar.autobahn.websocket.messages;
/// WebSockets close to send or received.
public class Close extends Message {
public int mCode;
public String mReason;
// Not to be delivered on the wire, only for local use.
public boolean mIsReply;
Close() {
mCode = -1;
mReason =... | [
"tobias.oberstein@crossbario.com"
] | tobias.oberstein@crossbario.com |
db05430b1a45a396a874dde6e1c040f1b942bb38 | b09646c70ae386afc63d5a72663dc83eab1e7281 | /app/src/main/java/com/example/luisguzmn/healthcare40/crearCuentaHelo.java | 9828ad03268260a2a0a336c5921196515a1f0954 | [] | no_license | WilyPonce/SmartHealthcare | 46c3d26303df3656075490331a9a48a90b42e142 | 2c11b9ad829c33cafcbf49208687381eb3186515 | refs/heads/Healthcare | 2020-03-13T15:35:19.638203 | 2018-05-16T19:04:59 | 2018-05-16T19:04:59 | 131,179,900 | 0 | 2 | null | 2018-05-07T13:58:37 | 2018-04-26T16:02:44 | Java | UTF-8 | Java | false | false | 15,934 | java | package com.example.luisguzmn.healthcare40;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.annotation.N... | [
"36051490+luis95gr@users.noreply.github.com"
] | 36051490+luis95gr@users.noreply.github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.