blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 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 684M ⌀ | 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 132
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 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8f4fac14fa1f7077df8aae4adf403ba4f7773ae5 | 94e1a8cd679491c0d6b923f3164c151eb525fd44 | /app/src/main/java/roomies/com/roomies/controllers/secondactivity/lists/edit/EditListFragment.java | 080d81259053381e0c8e6997ad8acac4929e707f | [] | no_license | AlixAmoureux/Roomies-Android | 6ff6470760efb769dfb90ee27325d624538a6359 | d51b526bf6072d83661e9d65ebcb8b72dacfbddc | refs/heads/master | 2021-06-10T18:05:45.628942 | 2017-02-22T16:32:27 | 2017-02-22T16:32:27 | 79,747,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,529 | java | package roomies.com.roomies.controllers.secondactivity.lists.edit;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentTransaction;
import android.util.Log;
import android.view.Lay... | [
"alix.amoureux@epitech.eu"
] | alix.amoureux@epitech.eu |
6d25d088b11b47f54fbff4d17bb0a308d611b261 | 55060cb3471b4d00543cde26e0b6f0e3f4cb525a | /src/test/_617mergeTrees.java | 86f870baff2cd21b8c78ba10bca1a9956bbc5f78 | [] | no_license | kuangbo/leetcode | 3fc72ac079ca586bc3f5260b4107a2d9c4d4d8c6 | a912371c27d27e49cb97c8f1149fbf20f0faec70 | refs/heads/main | 2023-04-16T10:28:22.182877 | 2021-04-13T13:23:30 | 2021-04-13T13:23:30 | 313,488,467 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 671 | java | package test;
/**
* Created with IntelliJ IDEA.
* User: kuangbo
* Date: 2020/8/21
* Time: 下午12:27
*/
public class _617mergeTrees {
public TreeNode mergeTrees(TreeNode t1, TreeNode t2) {
if(t1 == null && t2 == null)
return null;
if(t1 == null)
return t2;
if(t2 ==... | [
"193976337@qq.com"
] | 193976337@qq.com |
76b083e8c56d94b764991bf93d845c891cd3bd7a | f38263d8861fcd1814d94ded0dc7365c61e43014 | /app/src/main/java/autoimageslider/IndicatorView/draw/drawer/type/SlideDrawer.java | 2fae28e72625d430571f37ee96fa18fc73ca6df5 | [] | no_license | dechantoine/what-could-i-cook-app | dbcd9c3168dc05876d2d0c05e76a4b13c622d75d | 0d95b410ab9dfb380a6ae80b06d284aaac89e0fe | refs/heads/master | 2023-08-18T07:36:15.164446 | 2020-01-24T10:55:34 | 2020-01-24T10:55:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,481 | java | package autoimageslider.IndicatorView.draw.drawer.type;
import android.graphics.Canvas;
import android.graphics.Paint;
import androidx.annotation.NonNull;
import autoimageslider.IndicatorView.animation.data.Value;
import autoimageslider.IndicatorView.animation.data.type.SlideAnimationValue;
import autoimageslider.In... | [
"zanis.timsans@gmail.com"
] | zanis.timsans@gmail.com |
2df4c3c012454857f5f8a9879189705fb745a343 | b2c4cf8182f6f918ee1174d8bfc0c37a88e20244 | /src/javapreviousversion/com/lambda/Greeter.java | 9f97cf9916cc8984a71e2010f22c3e5b3e5870d7 | [] | no_license | fame2105/Lambda_Java_8 | 23ffb22389c0fef0798a8834c04b41f1058e1777 | 07f0e30e31b371db0e62751fabcd56e00ce3098a | refs/heads/master | 2021-07-02T16:08:13.541942 | 2017-09-22T03:36:55 | 2017-09-22T04:27:44 | 104,066,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 581 | java | package javapreviousversion.com.lambda;
public class Greeter {
public void greet(Greeting greeting) {
greeting.perform();
// System.out.print("Hello World");
}
public static void main(String[] args) {
Greeter greeter = new Greeter();
// greeter.greet();
Greeting helloWorldGreeting = new HelloWorldGr... | [
"fame.issrani@appdirect.com"
] | fame.issrani@appdirect.com |
366974d276e86daa033e6100599455635131548a | 5dbaa26cf3ee5c3d035f23466f57b4622f7887e9 | /day3-array/Concatenate.java | 6d895977e1e27cbcec9f49feef61cf73f0c51cc6 | [] | no_license | pssruthy/learnJava | 89a4e8c10d87d517709a9069e0d127fda00a8e3a | dd9012f0b6409b9a689639de5ad799cbb550717c | refs/heads/main | 2023-01-05T11:52:03.125366 | 2020-10-30T20:29:53 | 2020-10-30T20:29:53 | 306,053,950 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 740 | java | public class Concatenate {
public static void printArray(int[] array) {
for (int i : array) {
System.out.println(i);
}
}
public static int[] concatenate(int[] array1, int[] array2) {
int[] concatenatedArray = new int[array1.length + array2.length];
for(int index = 0; index < array1.length... | [
"58027046+pssruthy@users.noreply.github.com"
] | 58027046+pssruthy@users.noreply.github.com |
2d908925c99c6d98558eb732b534e714fcafe2fe | 9794e4557796766971bb365dfd1c5f336ee75351 | /src/main/java/com/jyall/mapper/ProductMapper.java | 8fbecfaa5afd1685d48e4453dd0c2bfa52aaa72f | [] | no_license | wanglinqiao/demo-provider | 8758d4aaa3a7a534587cf56641ae690df5444d97 | 2c8417cb556e3095126433d492094d5831efa3ab | refs/heads/master | 2021-01-13T13:18:06.395319 | 2016-12-02T09:01:15 | 2016-12-02T09:01:15 | 72,634,846 | 0 | 0 | null | 2016-12-02T09:01:15 | 2016-11-02T11:49:49 | Java | UTF-8 | Java | false | false | 503 | java | package com.jyall.mapper;
import com.jyall.mapper.provider.ProductMapperProvider;
import com.jyall.pojo.Product;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.SelectProvider;
import java.util.List;
import java.util.Map;
/**
* Created by wang.linqiao on 2016/10/31.
*/
@Mapper
pub... | [
"wang.linqiao@jyall.com"
] | wang.linqiao@jyall.com |
3e3cb01fb29289a24a4b49aef1d49e3c69b4cb8e | 036b9d00098d45fc3ecc8a2fb7ef0c11dae65941 | /src/main/java/com/saviorru/comsserver/cli/command/StartTournamentCommand.java | 3fdc1077046ca835a52b6620cfce555018666d9c | [] | no_license | Doomsday46/coms-server | 7c202564965b20bea609fd4c1c6fa8fa607ce58c | 99ad0c85d08d6a18cf33130aa18afb1551399691 | refs/heads/master | 2021-04-18T11:16:33.603491 | 2018-07-28T12:21:09 | 2018-07-28T12:21:09 | 126,798,974 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 499 | java | package com.saviorru.comsserver.cli.command;
import com.saviorru.comsserver.domain.tournament.Tournament;
public class StartTournamentCommand implements Command {
private Tournament tournament;
public StartTournamentCommand(Tournament tournament) {
if (tournament == null) throw new NullPointerExcept... | [
"Gallifrey46@gmail.com"
] | Gallifrey46@gmail.com |
7fd46490fdccb4f71dcf24988639b031ff2f5225 | bfdc2e4e6a1f329ea5fc0a5836744ed5ac6d0d2e | /jaql/src/main/java/com/bordereast/jaql/JAQL.java | b5e17341736467eeabb1c2fba41150bd5659f969 | [] | no_license | bordereast/jaql | edb1acde27a75bb82534122bd08a3ed1d7e16b46 | 99ffca171777590ddb4cfde614e37be69da18c91 | refs/heads/master | 2021-01-20T06:35:48.884267 | 2017-08-26T19:55:41 | 2017-08-26T19:55:41 | 101,509,551 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,998 | java | package com.bordereast.jaql;
import com.bordereast.jaql.arango.Keyword;
import com.bordereast.jaql.arango.Logical;
import com.bordereast.jaql.arango.Operator;
import java.util.Map;
import java.util.Optional;
import com.bordereast.jaql.arango.Filter;
import com.bordereast.jaql.arango.For;
import com.bordereast.jaql.a... | [
"agrothe@gmail.com"
] | agrothe@gmail.com |
1b914bb29552c69b2368065fca2ae541b4377041 | 3aff018554883e2def5ef477deb66cfcc7ff8d9a | /app/src/main/java/com/example/tutorial/GameObject.java | f70e0e3aff78058fba5eacf5ec2d8621ce56d438 | [] | no_license | LBWNB2020/GAME | 373682249779ac8bc6f28a75e90ba6c83014d983 | f60d19e8fc96033e02de6d3b2f63ffce7438b9a6 | refs/heads/master | 2022-11-12T21:06:52.684492 | 2020-06-30T05:32:46 | 2020-06-30T05:32:46 | 276,001,216 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 159 | java | package com.example.tutorial;
import android.graphics.Canvas;
public interface GameObject {
public void draw(Canvas canvas);
public void update();
}
| [
"67581178+LBWNB2020@users.noreply.github.com"
] | 67581178+LBWNB2020@users.noreply.github.com |
a160e48adafd625ce8e6e0f97b7c907c7b58b525 | 004c1c68ab5933be098633eacc158f1b45a1aad1 | /src/main/java/com/gmail/socraticphoenix/sponge/star/chat/command/conversation/CommandPrompt.java | 2074599a2a045b3fac3f30545522f7ef862a3b10 | [] | no_license | intronate67/StarAPI | 0a269e5f00769a7911384227291ad42510339302 | 06eaec7c93d3345e3abfdb3d97a737d2a47d6dfd | refs/heads/master | 2021-01-22T16:45:00.016330 | 2015-12-24T03:50:47 | 2015-12-24T03:50:47 | 48,661,770 | 0 | 0 | null | 2015-12-27T21:51:45 | 2015-12-27T21:51:44 | null | UTF-8 | Java | false | false | 2,589 | java | /*
* The MIT License (MIT)
*
* Copyright (c) 2015 socraticphoenix@gmail.com
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
* including without limitation the ri... | [
"socraticphoenix@gmail.com"
] | socraticphoenix@gmail.com |
545d30ec4a25908cecae3e9f6c02ab9c3a618ae5 | 39b05cd987000e95a68f70abe52c23cb73434f02 | /app/src/main/java/com/utsman/moviedb/model/Genre.java | fe3269a2a637c62488a1613f2ee7b24cfe632f86 | [] | no_license | TeknopediaAsia/MovieDb | f1d1eb3cd61541f98ec0e9d6815409a0bc783fe4 | 38fb63ff303bcac44ce14256e443d401ae9ac467 | refs/heads/master | 2020-06-22T19:27:13.149315 | 2019-07-19T14:42:18 | 2019-07-19T14:42:18 | 197,789,194 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 564 | java | package com.utsman.moviedb.model;
import com.google.gson.annotations.SerializedName;
public class Genre {
@SerializedName("id")
private Integer id;
@SerializedName("name")
private String name;
public Genre(Integer id, String name) {
this.id = id;
this.name = name;
}
pub... | [
"kucingapes@gmail.com"
] | kucingapes@gmail.com |
2e1947a55cf40dfda60e21fac390ea616c695e3e | 81b3d03841dd7039fed5b11e2f48859f23eec685 | /CareerCups/ReverseWords.java | 9972e7ed44fdf3f9c2f6228684a62c3c76adca31 | [] | no_license | choitom/Algorithm | 451f74856deee514ab96e6d60e755699646371a9 | 918da6bd8457a26e88beae528cd77856c586298f | refs/heads/master | 2020-05-22T08:14:35.772977 | 2016-09-26T02:50:01 | 2016-09-26T02:50:01 | 65,788,845 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 797 | java | /**
Author : Tom Choi
Date : 08/16/2016
Problem
-> Given an input string, reverse the string word by word
where a word is defined as a sequence of non space characters
ex) the sky is blue -> blue is sky the
*/
public class ReverseWords{
public static void main(String[] args){
String str = "the sky is ... | [
"choito@carleton.edu"
] | choito@carleton.edu |
1e5fadf6ba214ea3d914b3137d6e88da76d71dd1 | 46577474beb29b57604ab2887f56c388f4faa3c0 | /eventPlanner/src/main/java/com/anz/eventplanner/controller/UserController.java | 7d7c03c8558e2afe95662faf181227dc1178d742 | [] | no_license | Amuthalakshmi/eventPlanner | 7e0ec2cc2ab3d61bb75234f60c1d28607613178e | d665f58d1445984ba835ac8bb8c203dc775b2e42 | refs/heads/master | 2021-01-20T04:54:10.806426 | 2017-06-10T05:48:29 | 2017-06-10T05:48:29 | 89,747,139 | 0 | 0 | null | 2017-06-10T05:48:29 | 2017-04-28T21:47:01 | Java | UTF-8 | Java | false | false | 2,578 | java | package com.anz.eventplanner.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.MessageSource;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotat... | [
"ammu.veera@gmail.com"
] | ammu.veera@gmail.com |
5220f07c8bd9ef7a00934353761722df3a2eee80 | 7c8896ebd1acab1bcbe3c42f71337be1066e8e34 | /src/main/java/muic/ooc/zork/items/Spinach.java | 720c313d7933cdcea5890ebda12a6ff2d2b54c69 | [] | no_license | thecheesynachos/zork_game | 6cc1ca2e373fd3ab062dccc40fe6017b79164cf7 | 40af522b5d41d3cc679a0b10d985513b35473d4d | refs/heads/master | 2020-05-25T21:10:26.449729 | 2019-05-24T15:56:27 | 2019-05-24T15:56:27 | 187,994,290 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | package muic.ooc.zork.items;
import muic.ooc.zork.gameplay.GameBag;
import muic.ooc.zork.gameplay.Observation;
public class Spinach extends Item {
public Observation use(GameBag gameBag) {
gameBag.getPlayer().incrementMaxHealth();
gameBag.getPlayer().incrementMaxAttack();
gameBag.getPlayer().incrementMaxMana... | [
"apivich.hemachandra@gmail.com"
] | apivich.hemachandra@gmail.com |
9f641ead912ce88055e19105bef8f44570c891c0 | 0305ac4a0e235825dbb8fc05f54352341e290a2c | /src/test/Test2.java | 6443c92c2b9c3ef42b73d65c9a40ae9c137bad73 | [
"MIT"
] | permissive | benTrust/Test | c9d1f7b69a9fa84a6a6e7947331bbbb98fabc76b | 7d0ba9146fc895dc09bbd319515aefe4a42d70ca | refs/heads/master | 2021-07-02T19:31:45.134946 | 2017-02-01T20:31:55 | 2017-02-01T20:31:55 | 34,114,818 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 193 | java | package test;
public class Test2 {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println("Ca ne marche pas ?");
}
}
| [
"ben@debianBen"
] | ben@debianBen |
69745b4e053f7823cde53f4c4a04449a36b67ed4 | 1a7c86c16e74a67db230e9eadf5239384cdb8d00 | /src/main/java/app/constant/UserRegistreationConstants.java | 4e61d42f46d1f12938d9e6fab479d8931c37aa59 | [] | no_license | tech-zinfinity/mumbanksocialapp | 4ed1fe48f5e011c2bfee7911ac53aafe9a6d7d23 | 21d10ea4d6286c8ad68c7028f2ff18f32ae2ba53 | refs/heads/master | 2023-06-30T13:55:28.066761 | 2021-01-10T17:55:20 | 2021-01-10T17:55:20 | 216,885,906 | 0 | 0 | null | 2023-06-14T22:31:46 | 2019-10-22T18:45:14 | Java | UTF-8 | Java | false | false | 72 | java | package app.constant;
public interface UserRegistreationConstants {
}
| [
"darshan.redkar@zinfinity.in"
] | darshan.redkar@zinfinity.in |
4619646ec0c4b4e57d804e4d84eb62b618931c20 | 6e0b9487e3b77b4ff7e9b91b68d85d53f5e3ca17 | /src/com/zhxy/chapter9/interfaces/Apply.java | 5cf87ff8f7d100f0b69d130616a52f52ccc9d53c | [] | no_license | zhxysky/thinginjava | ee1adcdce3d020ebbaa0d1a895fac061ecd96815 | dce8e09e08020631ffd0cff5d8b6d39a13169f73 | refs/heads/master | 2020-04-06T07:05:58.905479 | 2016-08-29T13:58:42 | 2016-08-29T13:58:42 | 65,739,562 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 205 | java | package com.zhxy.chapter9.interfaces;
public class Apply {
public static void process(Processor p,Object s) {
System.out.println("Using Processor "+p.name());
System.out.println(p.process(s));
}
}
| [
"zhangxiaoyan@zhangxiaoyandeMacBook-Pro.local"
] | zhangxiaoyan@zhangxiaoyandeMacBook-Pro.local |
c99e90d76d7c5f9a85fd5014c658160390ae631b | 85f2b0db09ff47517d5c31368c862e714acdc614 | /FibBenchGithub/src/ExpectedSarsa/RewardCalculator.java | 6817e96e7bc99086bb5368bc7f48e82f90c3bca5 | [] | no_license | paridee/elasticDAGscheduler | 3db4df05ce3ee89ed9f23f122f50a31481642234 | 60e7171a54dc9570925fb0f7e087e50940bc3593 | refs/heads/master | 2021-01-01T04:12:59.852207 | 2016-05-26T22:07:42 | 2016-05-26T22:07:42 | 59,289,746 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 84 | java | package ExpectedSarsa;
public interface RewardCalculator {
double giveReward();
}
| [
"paride.casulli@gmail.com"
] | paride.casulli@gmail.com |
2a50f2b53ddec8be24d16825d26a2a45ae4d5141 | 008e36b8328909c10deb72a6ce6c951d648498c7 | /tracker-storm/src/main/java/com/tracker/storm/drpc/drpcprocess/Drpc_Example.java | 65092f6698ddb9e7a6ea2e332b389914d758d93c | [] | no_license | luxr123/UserAnalysis | 3f090e32c35da31fd98412df673db5607a95b32c | e2c5740d5ba0db69bf6d9908714e2c3425702506 | refs/heads/master | 2021-01-10T19:58:49.544112 | 2014-10-31T02:04:22 | 2014-10-31T02:04:22 | 25,714,894 | 0 | 4 | null | null | null | null | UTF-8 | Java | false | false | 2,176 | java | package com.tracker.storm.drpc.drpcprocess;
//this is no longer used just for sampling
//Drpc request field value
//CLIENT-->DRPC SERVER-->TRANSPORT BOLT-->REAL TIME BOLT -->this-->Aggregate Bolt-->CLIENT
import java.io.Serializable;
import java.util.Calendar;
import java.util.Properties;
import java.util.Set;
import ... | [
"luxr123@gmail.com"
] | luxr123@gmail.com |
9582fbedf8f06d23cb24a463c11aeaaf441ed4fa | 653a0b15c48a5c12e8b6a841aacec1815384fdf8 | /src/main/java/com/wang/bean/Red.java | 928e3dfa55d9b781e794e17c3c3ac55b31271af7 | [] | no_license | SillyBoy007/spring-annotation | fe5eadb3d04c0a00a996cd657d99101eaad3465d | 1c467c0f09b5123f6fb099f38140f3cc6aa09761 | refs/heads/master | 2020-04-13T18:36:16.541103 | 2019-03-13T05:14:18 | 2019-03-13T05:14:18 | 163,379,507 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 45 | java | package com.wang.bean;
public class Red {
}
| [
"814752288@qq.com"
] | 814752288@qq.com |
c9ae0bf03ec733ba665280de97f65ec6f74b86d8 | ce0feed6f9693bf48c09d2fcc7ee1a36a315d2cb | /src/main/java/net/suncaper/mallanlisb/common/domain/Admin.java | b955608d6fc04a4974625c2d1732183fb8075fe7 | [] | no_license | smalldandan/mallanlisb | ffe665e3731067bc463c66f8e2e1b6b06f1626d2 | c7136b8c369a144a41bfd0242b4765f654e91df6 | refs/heads/master | 2022-06-23T23:07:49.379853 | 2019-12-28T12:30:03 | 2019-12-28T12:30:03 | 230,587,870 | 0 | 0 | null | 2022-06-21T02:32:17 | 2019-12-28T09:24:36 | Java | UTF-8 | Java | false | false | 1,586 | java | package net.suncaper.mallanlisb.common.domain;
import java.util.Date;
public class Admin {
private Integer id;
private String loginname;
private String password;
private Date lastlogintime;
private String remark;
public Admin(String loginname, String password) {
this.loginname = l... | [
"1209295751@qq.com"
] | 1209295751@qq.com |
d29767f44ed9270f7b8cbf5af2387ebb0e42c083 | 628e45dd5f6e4ba2b16f50988ed215bded06e6a6 | /udemy-hibernate/com.mastercard.hibernate/src/main/java/com/mastercard/hibernate/demo/entity5/Course.java | b000222294136de3fbca4b04978b7c9d1cfd4abd | [] | no_license | JessyTerada/spring-hibernate | 1dc63000754f29da92c2c3309f344de80dcfea03 | 4cd1e84825f44a93cd64c581cd78d4b5ecf3357e | refs/heads/master | 2021-07-05T02:44:13.329392 | 2017-09-28T19:39:02 | 2017-09-28T19:39:02 | 103,560,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,950 | java | package com.mastercard.hibernate.demo.entity5;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType... | [
"JE385653@wipro.com"
] | JE385653@wipro.com |
b04fa2f0141b68080849352afcb4e58ad3c819a9 | 7549c76c26095f2b6bb174cac78f7dd7b5094aad | /chicha/src/main/java/com/chicha/genericlib/FileLib.java | f691f6627db1d3a57cd190beb63462cab2805e2a | [] | no_license | yeshwanth135/chotu | 6d42db65c79ecbdfc735bf9beb1382ea84548169 | e2b5b5ddbd9880d10a3dce0196291d8d214fbefa | refs/heads/main | 2023-08-23T17:13:57.724168 | 2021-09-24T14:23:50 | 2021-09-24T14:23:50 | 405,900,118 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,566 | java | package com.chicha.genericlib;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.util.Properties;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.Workbook;
import org.apache.poi.ss.usermodel.WorkbookFactory;
public class Fil... | [
"sunny@DESKTOP-R6249JK"
] | sunny@DESKTOP-R6249JK |
6fce2a6a7faf06a6a6e81cb3e66613c83a2d36c4 | 5df6e828df86c74c88b8ff686dd2e78fc14519a9 | /iDrive/src/com/ccpress/izijia/util/GDLocationUtil.java | ffef8dda240e4c794afdb15e3dc927a679440cc1 | [] | no_license | dmz1024/IDrive | 366d317e348ee73453bec08fff6f141ef7ae5986 | abc8c2853a7a385eb967b7a37df1d3d1225ec53d | refs/heads/master | 2020-12-25T14:39:05.753920 | 2016-06-22T02:31:05 | 2016-06-22T02:31:05 | 61,682,702 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,962 | java | package com.ccpress.izijia.util;
import android.content.Context;
import android.content.SharedPreferences;
import com.amap.api.location.AMapLocation;
import com.ccpress.izijia.Constant;
import com.ccpress.izijia.entity.CityEntity;
/**
* Created by Wu Jingyu
* Date: 2015/9/8
* Time: 10:27
*/
public class GDLocatio... | [
"894350911@qq.com"
] | 894350911@qq.com |
849fa88a038ce667d3ed57a04a1ab3af3498ad27 | 70d1d5547ba3faf5347f247ab3dbf7db62cd04a3 | /pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/steps/DockerLabelStepTest.java | a602ed72eefdc0084eaec83a1844c7dfe0c21614 | [] | no_license | cloudbeers/pipeline-model-definition-plugin | c29b48ce0b75fad82653475286f92df1cc1ba84e | d646f0a758f7187c9808fb76d4091482942d848b | refs/heads/master | 2020-12-24T12:01:37.026433 | 2016-11-04T23:24:21 | 2016-11-04T23:24:21 | 73,097,623 | 0 | 2 | null | 2016-11-07T16:21:07 | 2016-11-07T16:21:06 | null | UTF-8 | Java | false | false | 5,381 | java | /*
* The MIT License
*
* Copyright (c) 2016, CloudBees, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, c... | [
"rsandell@cloudbees.com"
] | rsandell@cloudbees.com |
6eb6241244dbfda80afe984b66e27ca035e871a3 | 49009bfd3531fc9b326931f5f4f598840e2fa5ec | /app/src/main/java/cn/bsd/learn/transfer/files/utils/Utils.java | 5eccfa9e8191e9dcf1f097ba1298ccf53a185bd5 | [] | no_license | ApeCold/Learn_Transfer_Files | 04e08434d1b8be64a1d6f42c8e3a964a19db0f81 | 513c4401b6d7ddabbbbab27c7ab82da5dfed37be | refs/heads/master | 2020-05-27T05:58:21.042622 | 2019-05-25T02:26:06 | 2019-05-25T02:26:06 | 188,511,138 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,598 | java | package cn.bsd.learn.transfer.files.utils;
import com.netease.async.library.EventBus;
import com.netease.async.library.util.Constants;
import java.io.File;
import java.text.DecimalFormat;
public class Utils {
// 获取文件大小
public static String getFileSize(long length) {
DecimalFormat df = ne... | [
"bishiduo@126.com"
] | bishiduo@126.com |
742ff2a508b566cca481a291fc225a9e4ae8f517 | e08682a48609402c31d059215cfb62adb32c993b | /core/src/main/java/com/gaoding/datay/core/container/util/JobAssignUtil.java | 6dbcc95c903c921a7984bbd76af6883593f3014e | [] | no_license | ywq20011/DataY | 96b1af92bf98899efc303dc2d21a94ef9fdb643a | 60310a86f69c13a21dcacc16e294486fd79b79b4 | refs/heads/main | 2023-03-15T17:58:53.379236 | 2021-03-08T09:57:09 | 2021-03-08T09:57:09 | 345,607,997 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,669 | java | package com.gaoding.datay.core.container.util;
import java.util.ArrayList;
import java.util.Collections;
import java.util.LinkedHashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Random;
import com.gaoding.datay.common.constant.CommonConstant;
import com.gaoding.datay... | [
"yuanfang@gaoding.com"
] | yuanfang@gaoding.com |
e0726350e938059d6e2fa730b638ab59560c5235 | 53efcbcb8210a01c3a57cdc2784926ebc22d6412 | /src/main/java/br/com/fieesq/model54330/FieEsq05343.java | 0ea52701cdde3f344be411901c0fbc6606220415 | [] | no_license | fie23777/frontCercamento | d57846ac985f4023a8104a0872ca4a226509bbf2 | 6282f842544ab4ea332fe7802d08cf4e352f0ae3 | refs/heads/master | 2021-04-27T17:29:56.793349 | 2018-02-21T10:32:23 | 2018-02-21T10:32:23 | 122,322,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 768 | java | package br.com.fieesq.model54330;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Transient;
@Entity
public class FieEsq05343 {
@Id @GeneratedValue(strategy=GenerationType.IDENTITY)
private int... | [
"fie2377@gmail.com"
] | fie2377@gmail.com |
f14ae67125e078a96992d16c72cc163a592346e8 | c827bfebbde82906e6b14a3f77d8f17830ea35da | /Development3.0/TeevraServer/platform/businessobject/src/main/java/org/fixprotocol/fixml_5_0_sp2/BidDescReqGrpBlockT.java | 9ec4cf85c90bff9dc11a4a775c90c7487421cb05 | [] | no_license | GiovanniPucariello/TeevraCore | 13ccf7995c116267de5c403b962f1dc524ac1af7 | 9d755cc9ca91fb3ebc5b227d9de6bcf98a02c7b7 | refs/heads/master | 2021-05-29T18:12:29.174279 | 2013-04-22T07:44:28 | 2013-04-22T07:44:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,413 | java |
package org.fixprotocol.fixml_5_0_sp2;
import java.math.BigDecimal;
import java.math.BigInteger;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for BidDesc... | [
"ritwik.bose@headstrong.com"
] | ritwik.bose@headstrong.com |
1b1fde14f4f58b1f3bbaa233520a47327e12f1a3 | 056483e0e2fbe72fb86264f3aff0066d22b18db5 | /ch06/src/Exercise15/MemberService.java | a22d4fcddc974bcb186f5e66a2de6c6d1e0255da | [] | no_license | lx9203/java-lecture | f614f6b31f5ae547bd3d00104184dcb926255c16 | 6bf104b394fc25558c46c79bf65cf855a599bb9c | refs/heads/master | 2020-04-28T19:55:37.974525 | 2019-05-20T01:05:07 | 2019-05-20T01:05:07 | 175,526,926 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 324 | java | package Exercise15;
public class MemberService {
public boolean login(String string, String string2) {
if (string == "hong") {
if (string2 == "12345")
return true;
}
return false;
}
public void logout(String string) {
if (string == "hong")
System.out.println("로그아웃 되었습니다.");
}
}
| [
"lx9203@naver.com"
] | lx9203@naver.com |
34ed07d42150ad4cc31c677a8e7b32262ca1d33d | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/MATH-49b-3-17-Single_Objective_GGA-IntegrationSingleObjective-/org/apache/commons/math/linear/OpenMapRealVector_ESTest.java | 31fd48b76569e49c6a1d5d759170f7ce249d62ad | [
"MIT",
"CC-BY-4.0"
] | permissive | STAMP-project/Botsing-basic-block-coverage-application | 6c1095c6be945adc0be2b63bbec44f0014972793 | 80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da | refs/heads/master | 2022-07-28T23:05:55.253779 | 2022-04-20T13:54:11 | 2022-04-20T13:54:11 | 285,771,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,725 | java | /*
* This file was automatically generated by EvoSuite
* Mon May 18 02:42:33 UTC 2020
*/
package org.apache.commons.math.linear;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import org.apache.commons.math.linear.OpenMapRealVector;
import org.apache.co... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
601166cab691187a3748c7533cbab447483f7ab2 | 8fe74121699e5da3df1419360356679692c28f2f | /gui.mtm/src/main/java/zenryokuservice/gui/lwjgl/tutoriral/gitbook/chapter6/engine/graph/Mesh.java | f4f5c56ad1e8e9f51b019682c876c404dd98154c | [
"MIT"
] | permissive | ZenryokuService/MultiTaskManager | 8ee87cd2f08805898a41587c14942c812299094b | 04f3573cbdb15ca56676e55ed2e31772a7c27edd | refs/heads/master | 2021-06-09T03:36:57.853552 | 2021-04-12T11:37:40 | 2021-04-12T11:37:40 | 151,907,430 | 0 | 0 | MIT | 2020-10-13T10:18:02 | 2018-10-07T04:57:02 | Java | UTF-8 | Java | false | false | 3,206 | java | package zenryokuservice.gui.lwjgl.tutoriral.gitbook.chapter6.engine.graph;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import static org.lwjgl.opengl.GL11.*;
import static org.lwjgl.opengl.GL15.*;
import static org.lwjgl.opengl.GL20.*;
import static org.lwjgl.opengl.GL30.*;
import org.lwjgl.system.MemoryUt... | [
"yogotak45@gmail.com"
] | yogotak45@gmail.com |
fab4e0e77db32618063b846904261599066f1fc1 | 473b76b1043df2f09214f8c335d4359d3a8151e0 | /benchmark/bigclonebenchdata_partial/13949581.java | 749e6bd5f503f268cdab2cb04b5c606743bfcf3f | [] | no_license | whatafree/JCoffee | 08dc47f79f8369af32e755de01c52d9a8479d44c | fa7194635a5bd48259d325e5b0a190780a53c55f | refs/heads/master | 2022-11-16T01:58:04.254688 | 2020-07-13T20:11:17 | 2020-07-13T20:11:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 420 | java |
class c13949581 {
public static String cryptografar(String senha) {
try {
MessageDigest md = MessageDigest.getInstance("MD5");
md.update(senha.getBytes());
BigInteger hash = new BigInteger(1, md.digest());
senha = hash.toString(16);
} catch (NoSuch... | [
"piyush16066@iiitd.ac.in"
] | piyush16066@iiitd.ac.in |
5e0846ed167a386905e870604b1596360ff8a52f | 442d904a36e566e8568dc04a72edef1c0f7dfcd0 | /src/main/java/br/com/caelum/ingresso/validacao/GerenciadorDeSessao.java | d466a5127d6d3481fea7bf52d2a8821d20062b7b | [] | no_license | rodrigotavares1511/fj22-ingressos | f2db9fa5720be4ac4a258846d5804a9bc69557ad | 49ae7a10e2036fde60b519697fa1aeaab1109012 | refs/heads/master | 2021-07-19T15:42:23.770191 | 2017-10-28T00:23:14 | 2017-10-28T00:23:14 | 108,051,882 | 0 | 0 | null | 2017-10-23T23:26:51 | 2017-10-23T23:26:51 | null | UTF-8 | Java | false | false | 1,095 | java | package br.com.caelum.ingresso.validacao;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.util.List;
import br.com.caelum.ingresso.model.Sessao;
public class GerenciadorDeSessao {
private List<Sessao> sessoesDaSala;
public GerenciadorDeSessao(List<Sessao> sessoesDaSala){
this.sessoesDaS... | [
"rodrigotavares1511@gmail.com"
] | rodrigotavares1511@gmail.com |
a6a37e630074e999bd30f61f8ebf6dcb2ca26034 | 3a1c71927bb1c3c779199e0a3877ffef55118e28 | /src/创建型_单例模式/Singleton1.java | 0e3c3fcad8cd947f860bcf82f93eb9bc543d4896 | [] | no_license | Moujianming/DesignPattern | 7d4ade682f348a88bbc5926227e0d002b7d49518 | 85e32c3a3c4b23998ab5e2d36b7ac4ea3b3a4c32 | refs/heads/master | 2020-03-11T23:46:21.986041 | 2018-04-23T07:33:57 | 2018-04-23T07:33:57 | 130,331,348 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 555 | java | package 创建型_单例模式;
public class Singleton1 {
/* 持有私有静态实例,防止被引用,此处赋值为null,目的是实现延迟加载 */
private static Singleton1 single = null;
/* 私有构造方法,防止被实例化 */
private Singleton1() {};
/* 静态工程方法,创建实例 */
public static Singleton1 getinstance()
{
if(null==single)
{
return new Singleton1();
}
... | [
"31647832+Moujianming@users.noreply.github.com"
] | 31647832+Moujianming@users.noreply.github.com |
0aca9aea5f0226e93a61d6f4e8aa121b3cde987d | 37749ead9c55b6674070555c8d8d658c6e12ec20 | /SipCommunicator-Fall05/net/java/sip/communicator/sip/CallDispatcher.java | 2fc946aba900c319f157b17a74d3ce790a077194 | [
"Apache-1.1"
] | permissive | azaoui/sip-proxy-communicator | 3e22e0208b3772304d4a44108cdd28ae55017228 | 2de6a1d0181e003d393d3bd66afca3e2874d95e4 | refs/heads/master | 2021-01-10T14:00:47.675004 | 2011-04-07T18:38:22 | 2011-04-07T18:38:22 | 49,427,108 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,133 | java | /* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided th... | [
"alzaxo@gmail.com"
] | alzaxo@gmail.com |
ea047ce552d1324f5995e02aeb9a824e852571bd | eab12c28c69c3f2dbf1ae9c8336d2d75af14f0bb | /app/src/main/java/com/youqu/piclbs/hot/HotAdapter.java | 988788aff2a04964d581b9445ff3bdc07b6b6936 | [] | no_license | huangjingqiang/jiazqlx | 9d33407829b9844f7167dde2391bc02be0a47e49 | ff29122870bd7d59ec0f9cde9cf8d2812b0c8e87 | refs/heads/master | 2021-04-28T21:44:32.895744 | 2017-01-03T10:53:02 | 2017-01-03T10:53:02 | 77,736,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,794 | java | package com.youqu.piclbs.hot;
import android.app.Activity;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.youqu.piclbs.R;
import com.youqu.piclbs.bean.AddressBean;
import java.util.... | [
"1192563856@qq.com"
] | 1192563856@qq.com |
a2466f150ddf5a5987f9f65998a23194d8739362 | 55f0bb56c3e2cefe50f7f8573c6b63973ae57a68 | /src/main/java/com/zerphy/separategwt/web/rest/errors/InternalServerErrorException.java | d3c0b5a069503dbb545ff543b8a3331cffca4a7e | [] | no_license | szerphy/separate-gwt | 9e9fab573caf44fdf607001d64a02c654953201d | 1ff54871214a3f29c7d1da1561f4df05ac23a4df | refs/heads/master | 2020-04-08T14:58:01.894434 | 2018-11-28T07:16:48 | 2018-11-28T07:16:48 | 159,459,713 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 507 | java | package com.zerphy.separategwt.web.rest.errors;
import org.zalando.problem.AbstractThrowableProblem;
import org.zalando.problem.Status;
/**
* Simple exception with a message, that returns an Internal Server Error code.
*/
public class InternalServerErrorException extends AbstractThrowableProblem {
private stat... | [
"zerphy@gmail.com"
] | zerphy@gmail.com |
ccac2b0df261e84b4cf6ab553e5afea06a66e54f | 680aff4a8cb4c1a933fc6ab4e2fc4291d09ca0b5 | /blankApp-jar/src/main/java/org/silverpeas/components/blankApp/blankStuff/BlankStuffService.java | 30e88a109216dd903027eb1144a2e910a1050538 | [] | no_license | ndup0nt/archetype-sandbox | 00987b92459a6ca4a19db2cee96ee81905c86eee | 5d5b0b03e4baad6914c9bf55479b19bb83af588d | refs/heads/master | 2021-01-18T18:32:17.179830 | 2012-10-30T14:47:14 | 2012-10-30T14:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,359 | java | /**
* Copyright (C) 2000 - 2012 Silverpeas
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* As a spe... | [
"nicolas.dupont@oosphere.com"
] | nicolas.dupont@oosphere.com |
c47014c5a3dc2dd4e7a11577d61155d406253c16 | 945b8742f6ce9eaaed44c374d453bcdec3f38376 | /src/main/java/demo/testdemo.java | 65bbcc312f0a1bf7e5719797ab154fd2236b7e69 | [] | no_license | bignyy/gmall2020-parent | ee7534aa45dbc1c071b888156a9083eac08dd4ea | cd1894b298ab5f3cc432dc1e21a6d00b55cafae6 | refs/heads/master | 2022-11-20T07:56:54.815100 | 2020-07-16T07:22:40 | 2020-07-16T07:22:40 | 280,075,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 130 | java | package demo;
public class testdemo {
public static void main(String[] args) {
System.out.println("hahaha");
}
}
| [
"bignyy@126.com"
] | bignyy@126.com |
5c28c08ea5578d6b028c744539e979b50c315d1a | 5cd3c28fa0c396a943b8a32fabf6106e9cb02ad4 | /src/main/java/me/caixin/configuration/RocketMQConfiguration.java | b519f3d85aa0d6c28a806d013f98a0efd10830f3 | [
"Apache-2.0"
] | permissive | cairenjie1985/springBoot-demo | 4a43610129a619299cc979147cdbfebb8e42ba48 | 7d8c55200e84f264758bd783af209cdeaae74bd2 | refs/heads/master | 2021-01-22T00:20:33.474698 | 2017-09-05T01:36:51 | 2017-09-05T01:36:51 | 102,188,894 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,845 | java | package me.caixin.configuration;
import com.alibaba.rocketmq.client.consumer.DefaultMQPushConsumer;
import com.alibaba.rocketmq.client.producer.DefaultMQProducer;
import me.caixin.listener.MessageListener;
import me.caixin.rocketmq.RocketMQClientImpl;
import org.springframework.boot.context.properties.ConfigurationPro... | [
"cairenjie1985@163.com"
] | cairenjie1985@163.com |
ec7a9fc92ab52ab8c226960241e6fe0285dd7ff9 | 25836d343d8ad830b4452c5affe127a869cff882 | /src/test/java/it/uom/cse/MathOperationTest.java | 8d22b787c0ba98a21452e1b5c80b1e52a039c4e3 | [] | no_license | Sathira443/cse-workshop | 9f3584754a640650363f9ef4bcf644cb08abd9f8 | a8f4314e1630ca9c89ff274850837c508704a545 | refs/heads/master | 2023-08-14T08:59:09.080032 | 2021-09-23T05:13:38 | 2021-09-23T05:13:38 | 409,442,988 | 1 | 0 | null | 2021-09-23T04:40:11 | 2021-09-23T04:06:41 | Java | UTF-8 | Java | false | false | 346 | java | package it.uom.cse;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
//This is a comment
class MathOperationTest {
@Test
void add() {
assertEquals(MathOperation.add(1, 1), 2);
}
@Test
void subtract() {
assertEquals(MathOperation.su... | [
"liyanapathiranasathira@gmail.com"
] | liyanapathiranasathira@gmail.com |
e88965ebeb8812931d308b706bc96bf6b42d0ebd | 947fc9eef832e937f09f04f1abd82819cd4f97d3 | /src/apk/e/a/b/E.java | 3842b2795a0e33420ca11e29d547c3fc350260e7 | [] | no_license | thistehneisen/cifra | 04f4ac1b230289f8262a0b9cf7448a1172d8f979 | d46c6f4764c9d4f64e45c56fa42fddee9b44ff5a | refs/heads/master | 2020-09-22T09:35:57.739040 | 2019-12-01T19:39:59 | 2019-12-01T19:39:59 | 225,136,583 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,265 | java | package e.a.b;
import java.nio.charset.Charset;
/* compiled from: Util */
final class E {
/* renamed from: a reason: collision with root package name */
public static final Charset f7872a = Charset.forName("UTF-8");
public static int a(int i2) {
return ((i2 & 255) << 24) | ((-16777216 & i2) >>> ... | [
"putnins@nils.digital"
] | putnins@nils.digital |
3a697cb7700e6809f284eeb76575eabc966eae46 | 25599b5830f6d669336fbfe08bf6244822b24468 | /src/main/java/pl/edu/icm/comac/vis/server/model/Node.java | 5d1cab0d7bfb5f1989e5193fc937f8a672ecda73 | [] | no_license | CeON/comac-navigator-backend | ad7fd8417b4f4c1eedb0158d515db79b24829853 | 4ab1a2518d0c4b66bfae184f38fff8c6cdf26037 | refs/heads/master | 2021-01-10T18:12:45.562628 | 2016-11-04T10:13:36 | 2016-11-04T10:13:36 | 47,757,382 | 1 | 1 | null | 2016-11-04T10:13:37 | 2015-12-10T11:25:02 | Java | UTF-8 | Java | false | false | 1,385 | 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 pl.edu.icm.comac.vis.server.model;
/**
*
* @author Aleksander Nowinski <a.nowinski@icm.edu.pl>
*/
public class Node {
S... | [
"aleksander.nowinski@gmail.com"
] | aleksander.nowinski@gmail.com |
b43fef39e70a47e2401297ad5a086e3991fb6936 | 65e1eeaabac6009e8be0a5adb36ac6a999d348c8 | /ofdrw-reader/src/main/java/org/ofdrw/reader/tools/NameSpaceCleaner.java | 633dd52f7a8dbe29bf3ac23e02b439edbaadfe96 | [
"Apache-2.0"
] | permissive | cpacm/ofdrw | 92e67ae5c5968e8d6a16b5b6042525c2646b1f0f | 157f48ec00faa6d3b22d4c0f5aa83ae58d3d44f0 | refs/heads/master | 2022-08-29T08:44:30.574990 | 2022-07-20T12:14:51 | 2022-07-20T12:14:51 | 253,667,094 | 1 | 1 | MIT | 2020-04-07T02:30:04 | 2020-04-07T02:30:04 | null | UTF-8 | Java | false | false | 1,024 | java | package org.ofdrw.reader.tools;
import org.dom4j.Document;
import org.dom4j.Element;
import org.dom4j.Namespace;
import org.dom4j.VisitorSupport;
import org.dom4j.tree.DefaultElement;
/**
* 命名空间清理类
* <p>
* 用于清理已经存在的命名空间
*
* @author libra19911018
* @since 2020-10-15 19:38:15
*/
public class NameSpaceCleaner ext... | [
"005006007"
] | 005006007 |
d7074a55a17d9f9cb665bf70e834045b8b2b664a | f3d2df2f2aff927bad0b6bae713fc93dcbba052c | /src/me/daddychurchill/CityWorld/Support/SupportChunk.java | ed8eb6f300673589dbab4fc29b5e8773a63592e8 | [] | no_license | lazareth241/CityWorld | dbbb8f709d3df905138c5f58db41339edffeb70b | 9112f4fb1f50ff30b18bb09c38dced3975038dda | refs/heads/master | 2021-01-16T20:42:59.610649 | 2013-05-24T16:49:45 | 2013-05-24T16:49:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,698 | java | package me.daddychurchill.CityWorld.Support;
import me.daddychurchill.CityWorld.WorldGenerator;
import org.bukkit.Material;
import org.bukkit.World;
public abstract class SupportChunk {
public World world;
public int chunkX;
public int chunkZ;
public int worldX;
public int worldZ;
public int wi... | [
"eddie@virtualchurchill.com"
] | eddie@virtualchurchill.com |
ca474693a37982ea918bb4bc68b114e9d9f39924 | 082e26b011e30dc62a62fae95f375e4f87d9e99c | /docs/weixin_7.0.4_source/反编译源码/反混淆后/src/main/java/com/tencent/p177mm/plugin/game/luggage/p429b/C34286d.java | 313ad3c3c08084a66308aa787ec4d27d79ea5fc7 | [] | no_license | xsren/AndroidReverseNotes | 9631a5aabc031006e795a112b7ac756a8edd4385 | 9202c276fe9f04a978e4e08b08e42645d97ca94b | refs/heads/master | 2021-04-07T22:50:51.072197 | 2019-07-16T02:24:43 | 2019-07-16T02:24:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,437 | java | package com.tencent.p177mm.plugin.game.luggage.p429b;
import android.content.Context;
import com.tencent.luggage.p146d.C37393a.C32183a;
import com.tencent.luggage.p147g.C32192i;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.p177mm.plugin.game.luggage.p432d.C12140e;
import com.tencent.p177mm.pl... | [
"alwangsisi@163.com"
] | alwangsisi@163.com |
2db963d0fa4200919e1004a72cf03f842adbaa15 | a86f2d6be5d9f5c678f6feba007602a3d2d4e723 | /src/io/harkema/requests/PermitRequest.java | e1fba4e7cde59ac330efef5a9f63c03be28898bb | [] | no_license | tomasharkema/ooad-opdracht | cf8d92b80e23a18b8aef5951188cdd8b04a9d295 | 26269db6ca0ead3136c2fc83dbb249e440e38c70 | refs/heads/master | 2021-01-12T01:04:49.052862 | 2017-01-08T13:55:22 | 2017-01-08T13:55:22 | 78,342,701 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 487 | java | package io.harkema.requests;
import io.harkema.models.Event;
import io.harkema.models.Partner;
import io.harkema.models.User;
import java.util.Date;
/**
* Created by tomas on 08-01-17.
*/
public class PermitRequest {
public int quantity;
public String location;
public Partner partner;
public Permi... | [
"tomas@harkema.in"
] | tomas@harkema.in |
be9e469a51000737f85d0f51e4fdd780ca13fb93 | ebc4c021ba6cd87e08fdb344e1a6db3ab2abb758 | /xdengue/src/com/smartcommunities/xdengue/breedingSitesActivity.java | bfe49dd8ad82e7bf8743b2570da299d3e67d5fb1 | [] | no_license | achyut1991/Dengue | b2c614e7bd83ca605b19899985e00297e34ddccc | faf914ae39a077e30bc51ae3fbfb57e8ac60dfd2 | refs/heads/master | 2020-05-31T22:05:42.730609 | 2012-08-15T15:02:44 | 2012-08-15T15:02:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,521 | java | package com.smartcommunities.xdengue;
import android.app.Activity;
import android.content.Context;
import android.content.res.TypedArray;
import android.os.Bundle;
import android.view.ContextMenu;
import android.view.ContextMenu.ContextMenuInfo;
import android.view.MenuItem;
import android.view.View;
import ... | [
"achyut1991@gmail.com"
] | achyut1991@gmail.com |
b581be9dc2ebd77a2dce27a452637681c556da54 | 7ab4a314aa15ef538b0e6fc390325b1086c3a4a3 | /Layout/020_Controle1/src/Fenetre.java | 2155f32876916d87d5795dfe848de47cc0fe4120 | [] | no_license | S-IN/JAVA-overview | c15181f98e5fb0c974878d4e4b58066b2268d69a | 455961e661ac4bae00bda70609dd8092ecc7fda7 | refs/heads/master | 2020-05-27T09:25:30.066614 | 2019-05-25T14:13:54 | 2019-05-25T14:13:54 | 188,565,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,991 | java | // ==========================================================================
// Fenetre avec 2 CASES A COCHER et deux Labels pour avoir l'etat des cases
// Utilisation de GridLayout et FlowLayout...
// ==========================================================================
import javax.swing.*;
import java.awt.eve... | [
"annievegie@gmail.com"
] | annievegie@gmail.com |
1341895a69c89195750b8d8d5fbf609b631c0f46 | cd2ba4c9c0aff4adaa184328949849afbaea9703 | /src/main/java/com/jzc/think/mode/structure/interfacezz/AdapterSub.java | f3e72a66e21845414307864d553742a399158894 | [] | no_license | jiango0/Think | 4b2eb88a06e9d7af1d2bb83c9aa876a69bb28707 | 7d21e660a2040afa1a400fe32fe921e1837ee9c1 | refs/heads/master | 2021-01-19T23:20:17.513626 | 2017-04-24T10:03:40 | 2017-04-24T10:03:40 | 88,965,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 175 | java | package com.jzc.think.mode.structure.interfacezz;
public class AdapterSub extends AbstractWapper {
public void method(){
System.out.println("AdapterSub method");
}
}
| [
"jiangzhichao@yryz.com"
] | jiangzhichao@yryz.com |
1a6c714d0d16d3aa14746fd0e7f29a5d0c004214 | 09ffad4c41819210de5f337bade47bbad8e537bb | /BikeShare_V2/app/src/main/java/com/example/bikeshare/EndRideActivity.java | 351a4a963b8e19838a1a9630b83090533ed96d06 | [] | no_license | Jepp0103/Mobile_App_Development_BikeShare_Project | 70be7cdfbb8eb57336285d45c7e41d38bbcc859c | 48be27703138ab97bfa3eefe6e603dd0d1022e42 | refs/heads/main | 2023-01-10T05:12:57.840644 | 2020-11-19T14:50:03 | 2020-11-19T14:50:03 | 314,276,814 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,609 | java | package com.example.bikeshare;
import android.app.Activity;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.*;
import android.widget.*;
public class EndRideActivity extends Activity {
// GUI variables
private Button mAddRide;
private TextView mLastAdded;
... | [
"jeppendyekjaer@hotmail.com"
] | jeppendyekjaer@hotmail.com |
6d8e0f8c9f1a52e0cd9a6005962d5296e25e30f7 | 9686591e4b297f882f372d446f60eb2a8ecdc3b7 | /src/main/java/nl/dtls/fairdatapoint/database/mongo/migration/development/index/entry/data/IndexEntryFixtures.java | a7e91361c1d00f878a01a7f78a6fc5404ac8008d | [
"MIT"
] | permissive | rpatil524/FAIRDataPoint | d496091072cd7a4aecfba57b9313d22140c9732f | a55fcf528853ee6a0b88a21d59d95f7e49781a67 | refs/heads/master | 2023-08-31T19:45:02.107983 | 2022-04-04T06:50:27 | 2022-04-04T06:50:27 | 184,922,667 | 0 | 0 | MIT | 2023-06-09T18:52:29 | 2019-05-04T17:04:22 | Java | UTF-8 | Java | false | false | 4,502 | java | /**
* The MIT License
* Copyright © 2017 DTL
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merg... | [
"vknaisl@gmail.com"
] | vknaisl@gmail.com |
a490ab9c4d44a0abeaac176e7e4d338ad43b6713 | 3543f57f016e573d42fcec746f5e7375191ccf81 | /src/main/java/com/leetcode/PredictTheWinner.java | 97d75e933d1ecef3a260ef8bd30cb29f4edf950d | [] | no_license | chzh1229/LeetCode | 5c9cd93289305b5a46ca2d577d5cc781ea59debc | b001de6c8bef5764b5e375766a3fc61ff9875a96 | refs/heads/master | 2021-12-20T23:38:34.029527 | 2021-12-20T13:51:26 | 2021-12-20T13:51:26 | 112,096,212 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 708 | java | package com.leetcode;
import java.util.Arrays;
public class PredictTheWinner {
public boolean PredictTheWinner(int[] nums) {
int[][] d = new int[nums.length][nums.length];
for (int k=0; k<nums.length; k++) {
d[k][k] = nums[k];
}
for (int i = nums.length - 1; i>=0; i--)... | [
"chenzhang1229@googlemail.com"
] | chenzhang1229@googlemail.com |
bbd0195f7a1cba1ae923888c8b4205d01c2f5dc0 | c9ff4c7d1c23a05b4e5e1e243325d6d004829511 | /aws-java-sdk-applicationinsights/src/main/java/com/amazonaws/services/applicationinsights/model/transform/ObservationMarshaller.java | 9b3556d87c062f724b9416d228454b1d4ae7b962 | [
"Apache-2.0"
] | permissive | Purushotam-Thakur/aws-sdk-java | 3c5789fe0b0dbd25e1ebfdd48dfd71e25a945f62 | ab58baac6370f160b66da96d46afa57ba5bdee06 | refs/heads/master | 2020-07-22T23:27:57.700466 | 2019-09-06T23:28:26 | 2019-09-06T23:28:26 | 207,350,924 | 1 | 0 | Apache-2.0 | 2019-09-09T16:11:46 | 2019-09-09T16:11:45 | null | UTF-8 | Java | false | false | 5,653 | java | /*
* Copyright 2014-2019 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 "licen... | [
""
] | |
20095520228de68002f0052057606d7e02cf7825 | 11c811f67f6951352e60efb0241603e50fc23606 | /webflux-mysql/src/main/java/co/com/jsierra/webfluxmysql/controllers/Handler.java | 93e864d83e0fd26fb53e0c53fa1455631dd69dfb | [] | no_license | jsierra93/SpringWebflux_MySQL_R2DBC | f0860c90d9177fce8c212a383f0c95eb9c041698 | b45dc9f779858a7892c87e5eab17bead735a9586 | refs/heads/master | 2023-01-21T09:24:56.515476 | 2020-11-30T18:46:41 | 2020-11-30T18:46:41 | 317,211,298 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,433 | java | package co.com.jsierra.webfluxmysql.controllers;
import co.com.jsierra.webfluxmysql.models.UserModels;
import co.com.jsierra.webfluxmysql.services.DatabaseOperations;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.web.reactive.... | [
"jsierra93@hotmail.com"
] | jsierra93@hotmail.com |
44bf055af23ca32e7be56a8c0b4df1551c380387 | 206cce7698b959470b5cd7cfbc2221b33d82b84f | /src/main/java/com/stgutah/model/ParkingSlot.java | bcf2c6e531a5eea94bdc14732f608faaa97e0d83 | [] | no_license | dempey/AirportParking | 9e498fada97852725485f9c478d715f2994a6a7b | aa9457589ad982d3758ca258ffab073b25095f48 | refs/heads/master | 2021-01-01T15:55:41.727506 | 2014-06-19T19:11:00 | 2014-06-19T19:11:00 | 20,691,100 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,073 | java | package com.stgutah.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
@Entity
@Table(name = "PARKING_SLOT")
public class... | [
"empey.david@gmail.com"
] | empey.david@gmail.com |
4de334e6cd59e6e73ee845a72789cf9e17185b27 | eab8d595315fdedc308ef9046888e27f2dc8f7bf | /app/src/androidTest/java/com/dl/dlslidebanner/ApplicationTest.java | d5d88173502c20117d019397b3f42de89bed0a7b | [
"Apache-2.0"
] | permissive | DHASA2017/slidebanner | 9df8ce9307500b80ceb600c2172696e8fc6a1348 | cb636aa04516fe95d26a8c70dee9b11f0d3bdf17 | refs/heads/master | 2021-01-25T06:56:18.307348 | 2017-06-08T07:10:28 | 2017-06-08T07:10:28 | 93,629,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | package com.dl.dlslidebanner;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
su... | [
"liulin@jiuqi.com.cn"
] | liulin@jiuqi.com.cn |
8c6b9a6d0a7cd6c065daa374fd60263e9ed9cf06 | 9a412bc0aa853099ab582431d9b01f28dd3e92da | /src/main/java/com/singleandcluster/util/ListRedisUtil.java | ab94ac46876a43f34e880190bcb0b468e0e0f018 | [] | no_license | dsl1888888/common-redis | a11cf50ddacbbcb2d050ee47007735796df12580 | c9b85c35312efd480caebc7b43ce0833bbddf633 | refs/heads/master | 2021-07-08T20:49:05.328859 | 2020-12-23T03:11:50 | 2020-12-23T03:11:50 | 222,342,025 | 0 | 0 | null | 2020-10-13T17:32:13 | 2019-11-18T01:52:51 | Java | UTF-8 | Java | false | false | 8,183 | java | package com.singleandcluster.util;
import java.util.List;
import org.springframework.data.redis.core.ListOperations;
import org.springframework.data.redis.core.RedisOperations;
import org.springframework.data.redis.core.SessionCallback;
import org.springframework.data.redis.core.StringRedisTemplate;
import lombok.ex... | [
"dsl1888888@163.com"
] | dsl1888888@163.com |
0157da5445708b17db722fd91f04ca6f4cf42e84 | 82c44f4ec47692d4621c191a4a57cdf25d90a881 | /app/src/main/java/com/basicflags/ui/activities/base/BaseRxActivity.java | 8ce58a32b1b89ed9c13619c6823a0281b96e4b32 | [] | no_license | Kolyall/BasicFlags | d25a855af557d98514a19f043c74993a951feb7d | bb7bf50ead79fb49309c55015e6d51906142f974 | refs/heads/master | 2021-01-21T11:16:05.161594 | 2017-03-01T10:55:00 | 2017-03-01T10:55:00 | 83,543,926 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,128 | java | package com.basicflags.ui.activities.base;
import android.os.Bundle;
import android.support.annotation.CallSuper;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import com.basicflags.module.DependencyInjection;
import com.basicflags.service.RxApiService;
import java.util... | [
"nikolay.unuchek@gmail.com"
] | nikolay.unuchek@gmail.com |
afe87ae7c535f21913a103b4e7f76f5188631011 | 0b06fed24042da28b3ebbdd9ad21810598515765 | /src/obj/Seito.java | e088d39933cb2a1f425f0115773bf13eb8880beb | [] | no_license | t-you96/lesson | 754e989a02e85bd11af29e1858c782c2e990b82e | 56794326d20cabab23c329ba442335945996615d | refs/heads/master | 2022-06-25T19:16:26.832936 | 2020-05-12T04:45:56 | 2020-05-12T04:45:56 | 257,788,412 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 568 | java | package obj;
public class Seito {
String name;
int kokugo;
int math;
int society;
public Seito(String name,int kokugo,int math,int society) {
this.name = name;
this.kokugo = kokugo;
this.math = math;
this.society = society;
}
public void show() {
System.out.print(name + " 国語" + kok... | [
"edu02@EDUPC02.n00d01.kis.co.jp"
] | edu02@EDUPC02.n00d01.kis.co.jp |
20442e2a89974984fbb02779202df968a4b7f0e4 | 4d0e0eda0a33a520a95920e0600a4b47d51435b7 | /router-api/src/main/java/com/dovar/router_api/multiprocess/MultiRouterResponse.java | 1a44f0632a37874c76afe9047ab8d0bdff6c972b | [
"MIT"
] | permissive | huangbqsky/DRouter | 83e2872fb1bd3a10cc3fde113970a9501fb94d12 | f68606d729c86c46bfa434259d988d1c271a7fa1 | refs/heads/master | 2022-11-27T20:07:44.799420 | 2020-07-20T15:11:12 | 2020-07-20T15:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,511 | java | package com.dovar.router_api.multiprocess;
import android.os.Parcel;
import android.os.Parcelable;
/**
* auther by heweizong on 2018/8/21
* description:
*/
public class MultiRouterResponse implements Parcelable {
private String mMessage = "";
private Parcelable mData;
public String getMessage() {
... | [
"heweizong@itouchtv.cn"
] | heweizong@itouchtv.cn |
b0516fb8bb4353d60fdf2e9078a46a509f3dbe92 | 95bca13063bbdc013c85335c082778822f445298 | /src/test/java/com/tw/codeavengers/tradeawayapi/web/category/CategoryControllerTest.java | 1bba06f73af5513f03b5f6501db5d52151fe7ba6 | [] | no_license | kunalhiray7/trade-away-api | abf5256110cf101166880432d3ad44b29db01671 | b4b9343ceec65c909d6c38ee1e6193f173e2ddc9 | refs/heads/master | 2020-04-01T21:32:17.921651 | 2018-10-18T17:26:19 | 2018-10-18T17:26:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,341 | java | package com.tw.codeavengers.tradeawayapi.web.category;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.tw.codeavengers.tradeawayapi.model.Category;
import com.tw.codeavengers.tradeawayapi.service.CategoryService;
import org.hamcrest.core.Is;
import org.junit.Before;
import org.junit.Test;
import org.jun... | [
"kunal.hire@hexad.de"
] | kunal.hire@hexad.de |
e0bcfb0815d67dd72671ebbfd4387671a7a9f217 | c45dc278f9325d983d4eeb70a2f1e49fbb472d57 | /FragTransaction/app/src/main/java/com/example/rahul/fragtransaction/FragmentA.java | c22646cd6d36fe22d4e91578036675bd3e8a26e0 | [] | no_license | rahuldas11694/android | 58e90b7f55c89f05a288cd5106cf63b40fddd191 | 0d0e88064ee133b85a29b6cf432a72425f6fcd2b | refs/heads/master | 2020-05-23T05:05:12.180707 | 2017-03-28T12:13:31 | 2017-03-28T12:13:31 | 84,751,140 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,281 | java | package com.example.rahul.fragtransaction;
import android.app.Fragment;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
/**
* Created by rahul on... | [
"rahuldas11694@gmail.com"
] | rahuldas11694@gmail.com |
9d66a03f2295baf3ee875997a56641c114ccc567 | 8a2df01eabf4625a84b66b77a9d48ddd004066c9 | /meinian_parent/meinian_interface/src/main/java/com/atguigu/service/TravelGroupService.java | e224f9ef878ce9350305bf2ce38ff0a98064c7ee | [] | no_license | zhangsanatguigu/meinian2020 | 2080e14ca14e4471f980d71b00d73b04b446d6c4 | 7530596e504447623d935d2cf484f81db420434f | refs/heads/master | 2023-02-03T09:21:36.523954 | 2020-12-22T03:37:04 | 2020-12-22T03:37:04 | 311,566,130 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | package com.atguigu.service;
import com.atguigu.entity.PageResult;
import com.atguigu.pojo.TravelGroup;
import java.util.List;
public interface TravelGroupService {
void add(TravelGroup travelGroup, Integer[] travelItemIds);
PageResult findPage(Integer currentPage, Integer pageSize, String queryString);
... | [
"jlsp-zy@163.com"
] | jlsp-zy@163.com |
f03a37f8120a6c780b447ccaf7a488b063e3fb05 | a645a2a11345ea2cfd6c932c93c6a7b26abd4631 | /study/src/main/java/kr/green/study/service/MemberServiceImp.java | 556ae894e70801b1d33d9f83bf7274605799d60f | [] | no_license | kimjavi611/project_mj | cc94afcc75f6bc55e766dce8fc82c445f0312826 | 1555b9f7c375a9326fcc7ad6e9c98b906807bbdb | refs/heads/main | 2023-07-08T23:19:13.093603 | 2021-08-04T17:39:46 | 2021-08-04T17:39:46 | 361,574,822 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,452 | java | package kr.green.study.service;
import java.util.ArrayList;
import java.util.Date;
import java.util.regex.Pattern;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.springframework.security.... | [
"kimjavi611@gmail.com"
] | kimjavi611@gmail.com |
5b185c96a502b57262db5d09de602b6bd469fabe | 61d34b919382cbce5e9b8791e4880755904b8cde | /spring_boot/spring_boot-email/src/main/java/com/example/email/service/Impl/EmailServiceImp.java | a2ced2b0c62082738cddf150aea783bf1a8f2aa5 | [] | no_license | taotaozhan/learningDemo | bdf398e91593339c7834c4c7080416c601a1d7c0 | b6eab6de2b6e256b20e191c774aa34c302ae9ad1 | refs/heads/master | 2022-06-27T05:21:52.373524 | 2020-06-29T07:40:17 | 2020-06-29T07:40:17 | 225,545,288 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,444 | java | package com.example.email.service.Impl;
import com.example.email.entity.Email;
import com.example.email.service.EmailService;
import com.example.email.util.MailUtil;
import freemarker.template.Configuration;
import freemarker.template.Template;
import org.springframework.beans.factory.annotation.Autowired;
import org.... | [
"1186447959@qq.com"
] | 1186447959@qq.com |
f9208ba949f4f4cd85b9396a23b51c2607a0e5a7 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_9fa9dcd5f3d5df6295ea366e24a6a5f80301531e/NYSuffolkCountyAParserTest/10_9fa9dcd5f3d5df6295ea366e24a6a5f80301531e_NYSuffolkCountyAParserTest_s.java | 9f21967c4f73dc77a70aa4c758e3c1eeff117414 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 10,144 | java | package net.anei.cadpage.parsers.NY;
import net.anei.cadpage.parsers.BaseParserTest;
import net.anei.cadpage.parsers.NY.NYSuffolkCountyAParser;
import org.junit.Test;
public class NYSuffolkCountyAParserTest extends BaseParserTest {
public NYSuffolkCountyAParserTest() {
setParser(new NYSuffolkCo... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
1602b02aa3751dab3e8602c002b38041c78abe92 | 7ad54455ccfdd0c2fa6c060b345488ec8ebb1cf4 | /com/ibm/icu/text/RuleBasedBreakIterator.java | 4feaa169c00814b095e4ce17988baeb25b2ee82b | [] | no_license | chetanreddym/segmentation-correction-tool | afdbdaa4642fcb79a21969346420dd09eea72f8c | 7ca3b116c3ecf0de3a689724e12477a187962876 | refs/heads/master | 2021-05-13T20:09:00.245175 | 2018-01-10T04:42:03 | 2018-01-10T04:42:03 | 116,817,741 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 54,372 | java | package com.ibm.icu.text;
import com.ibm.icu.impl.Utility;
import com.ibm.icu.util.CompactByteArray;
import java.io.DataOutputStream;
import java.io.FileOutputStream;
import java.io.FilterOutputStream;
import java.io.IOException;
import java.io.PrintStream;
import java.text.CharacterIterator;
import java.text.StringCh... | [
"chetanb4u2009@outlook.com"
] | chetanb4u2009@outlook.com |
10c03f524b861160489b972133ac4ec477563d26 | 3da4e7cbac527b42c86065e4cc239b1b3559c7c0 | /app/src/main/java/com/example/keepfit/ui/dashboard/GoalsFragment.java | 7682d92f88c1126c5c8099134ca2b573a4c0c75b | [] | no_license | gmc112/KeepFit | 714c6099c5bcae13a8ae796110e2a92a4093ca9f | 388a924f53abf90bc35b22092a47af8ea89aa553 | refs/heads/master | 2020-12-29T10:28:42.399666 | 2020-02-06T00:17:43 | 2020-02-06T00:17:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,110 | java | package com.example.keepfit.ui.dashboard;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import androidx.annotation.Nullable;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androi... | [
"ntb15144@uni.strath.ac.uk"
] | ntb15144@uni.strath.ac.uk |
54620d6bbf513c0f3825a3906b9d9c1ee087b32e | e14769597d30adfc88b38d807053cbcfa92239ce | /subprojects/web/src/dtrack/web/actions/AddCommentAction.java | 4846e5afed0b1f1309c2ffb6436e776f7af6c0ef | [] | no_license | osobolev/dtrack | a99c9d2b541509f55c8e383604f7f1fbdb31146e | 023cb2bd8625260061b4c8b9e22f89fe8e1fd661 | refs/heads/master | 2023-03-10T23:53:39.590458 | 2023-02-28T14:43:15 | 2023-02-28T14:43:15 | 215,111,917 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,418 | java | package dtrack.web.actions;
import dtrack.web.dao.BugEditDao;
import javax.servlet.http.HttpServletRequest;
import java.sql.SQLException;
import java.util.Map;
public final class AddCommentAction extends Action {
private final int bugId;
private final int bugNum;
private final ProjectInfo request;
... | [
"sobolev_ov@mail.ru"
] | sobolev_ov@mail.ru |
0e19ecf884d7984337aec711b90c3adac175fb43 | 4591c6ebdba6ef84ced586da2bdd9eb95a93fa53 | /src/main/java/com/kevin/Chapter/one/ufTest.java | d238db667a9d71bc7506126eb4f03e5a8df87466 | [] | no_license | kevin19931015/MyAlgorithm | 355cbf3ba4e41657225d281dc0b7ce0754cba7ad | a11a417b8cfa68acefd5cbda5bcd1c116f79a071 | refs/heads/master | 2021-05-12T00:12:57.866257 | 2018-01-17T12:54:03 | 2018-01-17T12:54:03 | 117,529,443 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 541 | java | package com.kevin.Chapter.one;
import edu.princeton.cs.introcs.StdIn;
import edu.princeton.cs.introcs.StdOut;
public class ufTest {
public static void main(String[] args){
int N = StdIn.readInt();
UnionFind uf = new UnionFind(N);
while (!StdIn.isEmpty()){
int p = StdIn.readInt(... | [
"1137885445@qq.com"
] | 1137885445@qq.com |
fd8ea75442fdaec9d20273a14bb12641c1ab5bdc | adcf82e8f6ca858305504d13d8db79c0a6970323 | /Basic Code/Classes.java | 0d7c09db082395b9cce8bee28a41769f209dc880 | [] | no_license | Genius1237/CRUx-Android-Workshop | 8927a769f5dc22786cd467f6f9fce35a7f53a2e6 | c4c53255bfef0c8a736d7220f1921d490034bed3 | refs/heads/master | 2021-01-11T14:18:27.322624 | 2017-03-06T13:37:52 | 2017-03-06T13:37:52 | 81,328,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 479 | java | class One{
int x;
float y;
char name[100];
char id[10];
//Classes can have functions inside them
int doSomething(){
}
public void doNothing(){
}
//Constructor
One(){
}
//Constructor with arguments
One(int x,float y){
}
public static void main(String args[]){
//Object Creation
int x=5;
O... | [
"anirudhsriniv@gmail.com"
] | anirudhsriniv@gmail.com |
bd916b6adde21dc97534c7fed6e85f123a70961b | bb75a0924633fcffd620a2dbf6d6c61340c7c553 | /tradeportal/WEB-INF/src/java/com/cxsample/tradeportal/PayBill.java | 5941d017e842f4a819e91de97dc289a81440d372 | [] | no_license | Checkmarx-Clinic/TP-INSTRUCTOR | 2786391d5d8f2c0dc37944696a228d362159d85b | 40d3b3615271770ad4f3ede0e4c70927e98e9b05 | refs/heads/master | 2022-11-18T19:04:12.842675 | 2020-06-23T16:18:01 | 2020-06-23T16:18:01 | 274,244,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 924 | java | package com.cxsample.tradeportal;
import com.opensymphony.xwork2.ActionSupport;
import com.cxsample.tradeportal.database.ConnectionFactory;
import com.cxsample.tradeportal.model.Account;
import com.cxsample.tradeportal.model.AccountService;
import net.sf.hibernate.Session;
import net.sf.hibernate.Query;
import net.sf.... | [
"checkmarx.sample@gmail.com"
] | checkmarx.sample@gmail.com |
f1abbb4a61bde85a5069a9348ffb6a211eb0e310 | 95691177074cccb1281ddf9f84a8d88f9ef23164 | /src/main/java/com/sys/mype/sysce/pe/dto/ItemDTO.java | d6b3a2a3af220593cbfab927a806e0e0276cc7d7 | [] | no_license | ctucnoc/Sysce | c80381fb4afe08393f115ab9d279aeea3a0396d7 | c4223601fc312772da3a838d3585e3a93854899f | refs/heads/master | 2023-06-13T21:54:06.351568 | 2021-07-04T20:09:30 | 2021-07-04T20:09:30 | 352,447,990 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 188 | java | package com.sys.mype.sysce.pe.dto;
import lombok.Data;
@Data
public class ItemDTO {
private String displayName;
private String iconName;
private String route;
private String code;
}
| [
"ctc.tucno@gmail.com"
] | ctc.tucno@gmail.com |
a681f798226e7454a52655448923cac6aadaabd4 | 27ca483176c24274329e6c63d9903421d1ca0a8d | /src/Client/UniqClient.java | 295a7194947ded9e7e4a03d7e2ccd21e28598a15 | [] | no_license | surajbabar/unix-tools | 860abd453ebe13c6c2612d86dca8fbb9416a23bb | 2a43a59c74e68c097c6d63272a40103b925f4ae5 | refs/heads/master | 2021-01-25T10:15:11.182620 | 2017-10-15T16:57:11 | 2017-10-15T16:57:11 | 15,743,175 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package Client;
import surajbab.unixTools.Uniq;
import surajbab.unixTools.lib.File;
public class UniqClient {
public static void main(String[] args) {
Uniq uniq = new Uniq();
String filename = args[0], fileData;
fileData = new File().readFile(filename);
System.out.println(uniq.Uniq... | [
"surajbab@thoughtworks.com"
] | surajbab@thoughtworks.com |
9e5d3f73f5e7a9cd7ffd21df8bd677e35973653b | 1b2e63d4a971b8e9910f95acac013087f294970e | /src/com/cokiMing/layer/bullet/BaseBullet.java | 10be451c8cd2451013cdfd5b2407a6f26c6c0871 | [] | no_license | cokiMing/Issac-Java | 40ca761e0f9cd5c7845b58e6953d29f6683a764d | 89eeb64bf64b832aa83df5712d53713e312be567 | refs/heads/master | 2021-01-01T20:07:12.633979 | 2017-08-01T10:03:12 | 2017-08-01T10:03:12 | 98,767,309 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,551 | java | package com.cokiMing.layer.bullet;
import com.cokiMing.layer.buff.BaseBuff;
import com.cokiMing.layer.role.BaseRole;
import com.cokiMing.constant.Direction;
import java.awt.*;
import java.util.HashMap;
import java.util.Map;
/**
* Created by Coki on 2017/7/30.
*/
public abstract class BaseBullet {
//速度
prot... | [
"wuyiming@123feng.com"
] | wuyiming@123feng.com |
5d84db6898f2e0fa2179c305c86e665d7b4dd3ab | 02c248a868a2788cae024232cefd27abb2f00931 | /app/src/main/java/xyz/romakononovich/firebase/models/Message.java | 19ffc374c2c9447e9d74763b7b4cad9ab2946c62 | [] | no_license | romakononovich/Firebase | fe555d2d5c0fa5d12f325ffca6fdebb9b3d5c542 | 55dab4a23c26f3263b3d4b1f2c3e445bc77a2dfa | refs/heads/master | 2020-04-05T14:34:40.209241 | 2017-09-05T16:35:54 | 2017-09-05T16:35:54 | 94,694,121 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,243 | java | package xyz.romakononovich.firebase.models;
import java.util.Objects;
/**
* Created by romank on 13.06.17.
*/
public class Message {
private String time;
private String message;
private String title;
private String id;
public String getId() {
return id;
}
public void setId(Str... | [
"romakononovich@gmail.com"
] | romakononovich@gmail.com |
af0b280699774c58829d0367dea621315b44a4a2 | 2727bb9cf60f98034615e578cef6321d79c2bb23 | /photoviewerkit/src/main/java/com/khoinguyen/photoviewerkit/interfaces/IPhotoBackdropView.java | b70796691d926b2984b8df0a354b082298a49ae9 | [] | no_license | khoi-nguyen-2359/wallpaper-gallery | fec0c51bae66b06027808d12c194f3de8176642a | d6564aa4b3baccbba0ea897a481a9db45f2150e6 | refs/heads/master | 2021-01-21T14:40:00.711878 | 2016-07-15T09:54:32 | 2016-07-15T09:54:32 | 55,956,629 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package com.khoinguyen.photoviewerkit.interfaces;
/**
* Created by khoinguyen on 6/27/16.
*/
public interface IPhotoBackdropView<D> extends IPhotoViewerKitComponent<D> {
void updateAlphaOnShrinkAnimationUpdate(float animationProgress);
void updateAlphaOnRevealAnimationUpdate(float animationProgress);
}
| [
"akhoi90@gmail.com"
] | akhoi90@gmail.com |
cbe789660422a1c534daa3bc19257f1d8e034e77 | 064c1c2a39de354aef90228bfc32aa1e44f46183 | /ArtificialIntelegence/src/BasicBayesian/ParseDataSet.java | c49a2aca8367a414927585e9847e1cac6fdce6ec | [] | no_license | dibranxhymshiti/Viti_2_Projektet | 648dd01506f99c05865397c7926bc03bbf0f35c7 | 8dd8e1b54f75c7fc5a2540814b6345a8a90419ba | refs/heads/master | 2020-03-27T07:25:14.976659 | 2016-06-23T01:36:26 | 2016-06-23T01:36:26 | 61,762,546 | 0 | 0 | null | 2016-06-23T01:36:26 | 2016-06-23T01:15:12 | Java | UTF-8 | Java | false | false | 2,575 | java | package BasicBayesian;
import java.io.*;
public class ParseDataSet
{
/*
* ==========================================================================
* =* paseDataset
* ============================================================
* ===============
*/
public int[][] parseDataset(String training_dataset_pat... | [
"dibranxhymshiti@hotmail.com"
] | dibranxhymshiti@hotmail.com |
d9d857059da10c6045b53d4d71093bb6f6e80f7b | dc49c77325e801959163c386b832f8e0a8a0089e | /src/Airplane/cabin/Meal.java | 4ed7b0ae6a5d7bef986cf30c3e574162483dc0ce | [] | no_license | Herbert-Karl/Software-Engineering-I | f2e78cf2ed169199f8b60bdfe72a752a48547fe0 | fe5ea077fd3e928d4bfafc0ce459a1a4e994f514 | refs/heads/master | 2020-04-02T05:48:56.653090 | 2019-01-07T14:27:20 | 2019-01-07T14:27:20 | 154,107,562 | 9 | 25 | null | 2019-01-07T14:10:15 | 2018-10-22T08:07:41 | Java | UTF-8 | Java | false | false | 420 | java | package Airplane.cabin;
public class Meal {
private String description;
private double weight;
public String getDescription() {
return description;
}
public void setDescription(String description) {
this.description = description;
}
public double getWeight() {
ret... | [
"ko.goldbach@gmail.com"
] | ko.goldbach@gmail.com |
7dd1174a90b6da2f5ef01818f7aa389b53805e60 | 5d3d78d93c49823a91f5e1e18bd1565893002321 | /src/main/java/org/gwtproject/i18n/shared/cldr/impl/NumberConstantsImpl_en_TO.java | 78a0259224222abd1b0b52ab8a6b4c2757cb857f | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | vegegoku/gwt-i18n-cldr | ecf38343c0448bab21118c8cdc017ed91b628e71 | fdf25c7f898993a50ef9d10fe41ccc44c1ee500f | refs/heads/master | 2021-06-11T05:07:57.695293 | 2020-08-27T08:26:12 | 2020-08-27T08:26:12 | 128,426,644 | 2 | 1 | null | 2020-07-17T17:29:11 | 2018-04-06T17:38:54 | Java | UTF-8 | Java | false | false | 2,382 | java | // /*
// * Copyright 2012 Google Inc.
// *
// * Licensed under the Apache License, Version 2.0 (the "License"); you may not
// * use this file except in compliance with the License. You may obtain a copy of
// * the License at
// *
// * http://www.apache.org/licenses/LICENSE-2.0
// *
// * Unless required by... | [
"akabme@gmail.com"
] | akabme@gmail.com |
8181053053ab01b4dc41113fccdc8857c13adc45 | 4916ed5c8041b83dd051b5a24756bcdd5b043c3d | /src/java/demo/RulesEngine.java | fa82e0ab2851704509447cd4ce87c7611d4117c7 | [] | no_license | barba-dorada/drools-test | 8e3440efa5109df3c3845ecf6ca3f2451dcb38db | 4eb05c5c0fc10f42d7bd665bad1cf070962d8241 | refs/heads/master | 2021-01-17T17:43:29.731171 | 2016-10-11T11:06:56 | 2016-10-11T11:06:56 | 70,585,848 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,581 | java | package demo;
import java.io.InputStreamReader;
import java.io.Reader;
import org.drools.RuleBase;
import org.drools.RuleBaseFactory;
import org.drools.WorkingMemory;
import org.drools.compiler.PackageBuilder;
import org.drools.event.DebugWorkingMemoryEventListener;
import org.drools.rule.Package;
public class Rules... | [
"vad.tishenko@gmail.com"
] | vad.tishenko@gmail.com |
21c790e4fe73a65412e65f13e49a6b1a03c09cd5 | 6a4689aa2453f8a4a289db88f8a4be5eef0cf739 | /src/main/java/com/devops/service/IJobService.java | 0df3706e4d4c31d53b2e5bccf7dfbfb9d2037abd | [
"Apache-2.0"
] | permissive | bradlyyd/testsff | 8310253a7fe75af977824bdd851d027a8fbd14db | a4b5a1547d81838fd41978561572738becdab4f9 | refs/heads/master | 2020-03-22T07:04:39.864151 | 2018-06-26T09:18:20 | 2018-06-26T09:18:20 | 139,676,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 853 | java | package com.devops.service;
import java.util.Map;
import org.springframework.scheduling.annotation.Async;
import com.baomidou.mybatisplus.plugins.Page;
import com.baomidou.mybatisplus.service.IService;
import com.devops.entity.JenkinsJob;
import com.devops.entity.Template;
/**
*
* SysUser
*
*/
... | [
"szjack@163.com"
] | szjack@163.com |
84d01abde09e4e6674ddfedb22a17107f8ba8acd | c0e62d59b77aefe46ddb392a6f9e1087080c4aee | /SweetShop/src/cakes/special/Advertising.java | 761e205e1277a126f8bd2e3b725e81ca9e312619 | [] | no_license | borisb955/ITtalentsHW | 66666e46aa9783314d04b38f31014653f9314e08 | 3ff6aae1cae6d3c8f999d317cb38aa63fd92fa58 | refs/heads/master | 2021-01-01T16:51:34.846783 | 2017-08-29T20:09:19 | 2017-08-29T20:09:19 | 97,931,415 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 477 | java | package cakes.special;
import cakes.Cake;
import cakes.Cake.CakeKind;
import cakes.standard.Biscuit;
public class Advertising extends Cake implements Comparable<Advertising>{
private String name;
public Advertising(String name, String descr, int price, int pieces, String ownerName) {
super(name, descr, price, p... | [
"borisb95@abv.bg"
] | borisb95@abv.bg |
5d4fb55aeba8ae930d3c60a0cab70408aa91529f | 043472b8681153ee6754b98449dd192703e0b8d2 | /future-auth/future-auth-cas-server/src/main/java/com/github/peterchenhdu/future/auth/cas/ticket/proxy/ProxyHandler.java | acba111adb87581dea8f2e21e70690bbaef29542 | [
"Apache-2.0"
] | permissive | peterchenhdu/future-framework | 4f59c9b56a28a4e1a05bcccddc460dbcb47e5bd1 | e41555f876ffe18cf9b8aa5fee867165afc363d6 | refs/heads/master | 2018-10-25T20:02:09.896630 | 2018-08-24T14:34:55 | 2018-08-24T14:34:55 | 62,036,034 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,099 | java | /*
* Copyright (c) 2011-2025 PiChen
*/
package com.github.peterchenhdu.future.auth.cas.ticket.proxy;
import com.github.peterchenhdu.future.auth.cas.authentication.principal.Credentials;
/**
* Abstraction for what needs to be done to handle proxies. Useful because the
* generic flow for all authentication is simil... | [
"cp_hdu@163.com"
] | cp_hdu@163.com |
cc50fa6666ba0aca7ba2eb381e2a7a471596debc | 6e07004a9f84f6c45911677e02e33ce503412bc8 | /client/android/prover-e/swypeidenterprise/src/main/java/io/prover/swypeid/enterprise/viewholder/model/Hints.java | 9f841452588566ce4453279e4ab7580cb4fbf01d | [] | no_license | ProverProject/prover-enterprise-public | d0b4d54bd53696946406b4013eaa799f1282303e | c30de48346f7a926d23f9e733706093d7ca7a307 | refs/heads/master | 2020-04-04T03:50:16.959537 | 2019-07-15T08:57:52 | 2019-07-15T08:57:52 | 155,727,930 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,640 | java | package io.prover.swypeid.enterprise.viewholder.model;
import io.prover.swypeid.enterprise.R;
public enum Hints {
Other, AllDone, MakeCircular, SwypeCodeFailed, NoMoney, VideoNotConfirmed, CalculatingVideoHash, VideoHashPosted, NetworkError,
ErrorPostingHash, FileHashAddedToBlockchain, LowContrast;
publ... | [
"babay@mail.ru"
] | babay@mail.ru |
4e387e558c4b043838eaa904c14bbc4ae6e7829f | e9dbdb017ec4ca2ad396286ecf379923683cc6bb | /SobelEdgeDetection/src/main/EdgeDetection.java | 1cb2c07a1c5cb9de31e1f238de5168a7b3be0408 | [] | no_license | eman3220/sobelEdgeDetection | 382a1dada3d341a7184f069a9dff2fdd23f43e62 | 5eafe880518e3bb825640746a8eb1f4a287c2b38 | refs/heads/master | 2021-01-23T12:35:06.168540 | 2014-08-03T22:28:38 | 2014-08-03T22:28:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,737 | java | package main;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
/**
* Author: Emmanuel Godinez 300251168
*
* input: image file. Only use .png files. (note: tiff images don't seem to like
*... | [
"manuel.godinez22@gmail.com"
] | manuel.godinez22@gmail.com |
859f1da776e37f1ed9b6fccfd520441e8d7c38cd | aced47fa8684cffe5a95880305de4dfda16712f3 | /CodeInTheAir/src/com/Android/CodeInTheAir/Events/CallbackManager.java | 972f5bf69e80d769c89734665f5d3007ec6d9e87 | [] | no_license | anirudhSK/cita | ff176b7e18ea94d719bebd7b3c6b8bbefc582b15 | 9c54d26aa63268b88526dbe1ab84773248925220 | refs/heads/master | 2020-05-22T14:10:03.805098 | 2012-06-26T01:49:58 | 2012-06-26T01:49:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,056 | java | package com.Android.CodeInTheAir.Events;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.locks.ReentrantReadWriteLock;
import android.util.Log;
import com.Android.CodeInTheAir.Callback.Callback_Accl_Dat... | [
"sk.anirudh@gmail.com"
] | sk.anirudh@gmail.com |
d3834293b22c77ad622ec3b5eea7347b457d59b9 | fd0c6d66e12565fcf02fb51596ccc8a79000874b | /src/test/java/com/jsoniter/output/TestString.java | c834a285ba0d506159aa2089f878e0bbd9396ff1 | [
"MIT"
] | permissive | whitekat98/javaFinal | bd06da6e637ffa7bc1e7c88ee61dece0af432ca5 | 38bf262f7af8f8f5fab4e3b9df2a6e728365f9d7 | refs/heads/master | 2022-11-20T07:53:40.130895 | 2020-02-04T14:59:07 | 2020-02-04T14:59:07 | 238,229,167 | 0 | 0 | MIT | 2022-11-16T10:36:26 | 2020-02-04T14:43:45 | HTML | UTF-8 | Java | false | false | 507 | java | package com.jsoniter.output;
import com.jsoniter.spi.Config;
import junit.framework.TestCase;
public class TestString extends TestCase {
public void test_unicode() {
String output = JsonStream.serialize(new Config.ReBuilder().escapeUnicode(false).build(), "中文");
assertEquals("\"中文\"", output);
... | [
"59207956+whitekat98@users.noreply.github.com"
] | 59207956+whitekat98@users.noreply.github.com |
d908bad6a83881962c9f00d7aa722d2cc2de4775 | 1620a03731950562567a6427ae4e8c431a90442d | /JUnitTests/app/src/main/java/com/example/sandicarobert/junittests/MainActivity.java | bb2f1b9b2508b5836f17996e725835bbd1f5e062 | [] | no_license | sandicaRobert/UnitTests | d29523f010f238f6602ef252776c15a6459453ab | c8125aed2f6318df133f554dd5f9c66cdb2752a3 | refs/heads/master | 2021-01-01T04:04:31.052386 | 2016-05-06T17:58:54 | 2016-05-06T17:58:54 | 56,917,251 | 0 | 1 | null | 2016-05-06T17:58:54 | 2016-04-23T12:06:05 | Java | UTF-8 | Java | false | false | 349 | java | package com.example.sandicarobert.junittests;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.la... | [
"sandica_robert@yahoo.ro"
] | sandica_robert@yahoo.ro |
e1bec13110c7b0ae189368c4427e8be97afa79b9 | 437e47e6bd1803d491811f23de5be90be17bcec3 | /api/src/main/java/org/lpro/entity/Quantity.java | fa55c9a2bfed7f7c9bf47a1dabe2d3d323b07d89 | [] | no_license | MorganDbs/JavaAPI | 6a4172a7fcfac8dac2c0c581cdbc7286d537e855 | e3ebaa3188c069ceefed508183cf1e926eaeab26 | refs/heads/master | 2021-05-04T14:43:41.141937 | 2018-03-27T13:25:08 | 2018-03-27T13:25:08 | 120,208,965 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,012 | 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 org.lpro.entity;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persi... | [
"mailmorgandubois@gmail.com"
] | mailmorgandubois@gmail.com |
702dacb779370ae88c5a6b80f7d6ba7c6c0f4bf0 | dedb0b71ad97f51a3db72cc8fa741be4c9e7c3c3 | /AndroidApp/app/src/main/java/com/example/ecg/ble/Utilidades/LocationPermission.java | 4fb7c697644cd3c83feebc6932b5579cf501b69e | [] | no_license | fabianastudillo/vitalhealthuc | eee56e939320c249675394e6525c7d4604a017ad | 117177752ac8e5c535edf24a3423e90973a414a9 | refs/heads/main | 2023-03-05T02:05:47.006505 | 2021-02-12T01:44:18 | 2021-02-12T01:44:18 | 338,193,349 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,770 | java | package com.example.ecg.ble.Utilidades;
import android.app.Activity;
import android.content.pm.PackageManager;
import com.polidea.rxandroidble2.RxBleClient;
import androidx.core.app.ActivityCompat;
public class LocationPermission {
private LocationPermission(){
}
private static final int REQUEST_PERM... | [
"75911523+jlef2991@users.noreply.github.com"
] | 75911523+jlef2991@users.noreply.github.com |
e9c982ac2dcd70a0f24790425b1acd876d9b92e4 | 020c3bf8424bb2a04acfca0e3e5bcf02743970da | /yakhont/src/core/java/akha/yakhont/debug/BaseDialogFragment.java | 583fb5e1c6a3996320be6999094bdab671d266f7 | [
"Apache-2.0"
] | permissive | perlynk/Yakhont | 8594166c8dc9b02bcb97fa556216f32dc917fc64 | 04cb1eedab043777b0d43b902f5d924e82280aea | refs/heads/master | 2021-08-06T18:22:40.033100 | 2017-10-31T13:47:50 | 2017-10-31T13:47:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,340 | java | /*
* Copyright (C) 2015-2017 akha, a.k.a. Alexander Kharitonov
*
* 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... | [
"akha.yakhont@gmail.com"
] | akha.yakhont@gmail.com |
0ff854619cb1c1a33ef80b24f8bdf2969b6270ed | e157a8811bcf44365782f37734d991ae01f4379c | /Chapter11/src/sec02/exam05_static_method/RemoteControl.java | 2a28af0da927917206582905390e7390696b1a60 | [] | no_license | KIMDev-sever/study-java- | c212bf4950d20bd9b71aa72eb969ddbeffff1b44 | 1bd2dc2ff086aa449df1799b57391a764449aabf | refs/heads/master | 2022-12-20T07:42:44.537338 | 2020-10-06T01:25:40 | 2020-10-06T01:25:40 | 276,258,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 529 | java | package sec02.exam05_static_method;
public interface RemoteControl {
// 상수 public static final
int MAX_VOLUME = 10;
int MIN_VOLUME = 0;
//추상 메서드 public abstract
void turnOn();
void turnOff();
void setVolume(int volume);
//디폴트 메서드 public
default void setMute(boolean mute) {
if(mute) {
System.out.print... | [
"lunatic7208@gmail.com"
] | lunatic7208@gmail.com |
873aa75a6cf7c6531510a5dd5b45838d0b2fb907 | c811b112852833555fc46b18a91142d48652ed21 | /CrfSvm/src/crfsvm/crf/een_phuong/semi_createUlbTrainingData.java | d565b0e5aa4a4b5ddfa6868d222df255e2567096 | [] | no_license | albaniliu/thesis-nlp | 1b8348d4718c092c75d01ec13d3d7183892996aa | 258b3f0fae531aa89576508b96eaecde9cd83f82 | refs/heads/master | 2021-01-19T18:08:05.337771 | 2011-11-01T17:08:46 | 2011-11-01T17:08:46 | 38,242,322 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,563 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
* semi_createUlbTrainingData.java
*
* Created on Mar 8, 2011, 4:14:31 PM
*/
package crfsvm.crf.een_phuong;
import java.awt.Color;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import ... | [
"anhdungle1986@gmail.com"
] | anhdungle1986@gmail.com |
ef67d8255ec2cd0c62351f12d338d5878fa38ddb | 8cb04a820f6eb5b91a7b400a0b7790b1dabf2f43 | /src/main/java/sunyu/demo/security/manager/config/tld/ClassPathTldsLoader.java | babee2f067eff4e693433b3c5cac44d6cc67d45d | [
"MIT"
] | permissive | Asura0923/security-manager | f9275cd206a73c9bbae38dc1ebf17c16387cfbd5 | 7540cdf778ae7c6a15249a1a0d204f0b1a29f57e | refs/heads/master | 2020-07-14T11:57:37.119134 | 2019-08-20T06:07:16 | 2019-08-20T06:07:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 929 | java | package sunyu.demo.security.manager.config.tld;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer;
import javax.annotation.PostConstruct;
import java.util.Arrays;
import java.util.List;
/**
* tlds classpath loader
*
* @author... | [
"89333367@qq.com"
] | 89333367@qq.com |
da626828eac6ece1a8c6a03a20a7fd0a06bb3614 | ddc0744590673e6ec51d2ca47b8f534f1d794f32 | /src/main/test/com/mobiquity/service/FileServiceImplTest.java | 4c61a0f77f4f4114a5783a3e7e7d4121bec57fec | [] | no_license | tomassirio/Backend-code-assignment---Mobiquity-2021 | 4e33eeaad47b10a69f4dc62ea2486d6733a84db0 | e7e2a2162301e2f3354a8e5323d64af8fcf173c4 | refs/heads/master | 2023-05-06T13:15:35.100413 | 2021-05-26T00:29:03 | 2021-05-26T00:29:03 | 370,475,423 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,708 | java | package com.mobiquity.service;
import com.mobiquity.exception.APIException;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.powermock.core.classloader.annotations.PowerMockIgnore;
import org.powermock.core.classloader.annotations.PrepareForTest;
import org.powermock.modules.... | [
"tomassirio@gmail.com"
] | tomassirio@gmail.com |
026c1d669c58000a8ff5516f7438dc75d4173728 | 6ac9188162e53a028191962c4c7398cfd47ff250 | /topcoder/output/CombiningSlimes.java | 1e1b45740326a2da3a0383181b9ba63753619d27 | [] | no_license | mastersobg/contests | dbc83096be1b667c2546e6daba2f68472824d8eb | 822eda17a251e1ee978ff9265c2960c9d289986d | refs/heads/master | 2021-01-23T10:00:37.439738 | 2015-11-10T05:19:09 | 2015-11-10T05:19:09 | 2,923,871 | 0 | 1 | null | 2015-06-20T13:50:30 | 2011-12-06T10:09:40 | Java | UTF-8 | Java | false | false | 752 | java | import java.io.*;
import java.util.*;
import static java.lang.Math.*;
import java.util.ArrayList;
import java.util.List;
public class CombiningSlimes {
public int maxMascots(int[] a) {
List<Integer> list = ArraysUtil.asList(a);
int ret = 0;
while (list.size() > 1) {
int x = li... | [
"gorbachev.ivan@gmail.com"
] | gorbachev.ivan@gmail.com |
3b847c82efe75ff433bd180538dee2208df304b5 | 58505311d768cd861a95bb4f39f8af0840d18b1e | /WallJumper/src/com/me/walljumper/screens/GameScreen.java | 3834e3cc700c64e72a95aa164c99bebcb142d1d5 | [] | no_license | VjDroider/WallJumper | d3f0eaf96d4ac668d3fbb361cb91252f28a50c27 | 8c28d4a94cb5d37ce5f04b1a8d0ddbefd223e734 | refs/heads/master | 2021-01-18T07:34:51.414082 | 2014-06-15T02:43:03 | 2014-06-15T02:43:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,098 | java | package com.me.walljumper.screens;
import com.badlogic.gdx.Game;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.InputProcessor;
import com.badlogic.gdx.math.Interpolation;
import com.me.walljumper.DirectedGame;
import com.me.walljumper.ProfileLoader;
import com.me.walljumper.WallJumper;
import com.me.walljumper.... | [
"joeyauby@gmail.com"
] | joeyauby@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.