blob_id stringlengths 40 40 | __id__ int64 225 39,780B | directory_id stringlengths 40 40 | path stringlengths 6 313 | content_id stringlengths 40 40 | detected_licenses list | license_type stringclasses 2
values | repo_name stringlengths 6 132 | repo_url stringlengths 25 151 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 70 | visit_date timestamp[ns] | revision_date timestamp[ns] | committer_date timestamp[ns] | github_id int64 7.28k 689M ⌀ | star_events_count int64 0 131k | fork_events_count int64 0 48k | gha_license_id stringclasses 23
values | gha_fork bool 2
classes | gha_event_created_at timestamp[ns] | gha_created_at timestamp[ns] | gha_updated_at timestamp[ns] | gha_pushed_at timestamp[ns] | gha_size int64 0 40.4M ⌀ | gha_stargazers_count int32 0 112k ⌀ | gha_forks_count int32 0 39.4k ⌀ | gha_open_issues_count int32 0 11k ⌀ | gha_language stringlengths 1 21 ⌀ | gha_archived bool 2
classes | gha_disabled bool 1
class | content stringlengths 7 4.37M | src_encoding stringlengths 3 16 | language stringclasses 1
value | length_bytes int64 7 4.37M | extension stringclasses 24
values | filename stringlengths 4 174 | language_id stringclasses 1
value | entities list | contaminating_dataset stringclasses 0
values | malware_signatures list | redacted_content stringlengths 7 4.37M | redacted_length_bytes int64 7 4.37M | alphanum_fraction float32 0.25 0.94 | alpha_fraction float32 0.25 0.94 | num_lines int32 1 84k | avg_line_length float32 0.76 99.9 | std_line_length float32 0 220 | max_line_length int32 5 998 | is_vendor bool 2
classes | is_generated bool 1
class | max_hex_length int32 0 319 | hex_fraction float32 0 0.38 | max_unicode_length int32 0 408 | unicode_fraction float32 0 0.36 | max_base64_length int32 0 506 | base64_fraction float32 0 0.5 | avg_csv_sep_count float32 0 4 | is_autogen_header bool 1
class | is_empty_html bool 1
class | shard stringclasses 16
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c8df1ca5cb6f98d676d1de1fc86235baf5579717 | 36,996,848,312,936 | 99161cac529ddf13fc5ff7498bff172c6e7d1380 | /src/Servlet/GoodsByClassify.java | 832dec6ccbf297bf0605149bd0841da15abfdb1e | [] | no_license | linlianyu/MiShop | https://github.com/linlianyu/MiShop | 27230b77b4cef672b9632f8097d600e2feffc990 | 4937c7c58ef92a35a7aa9a7d26cb2d8864ef118b | refs/heads/master | 2018-11-01T15:48:47.905000 | 2018-08-24T16:38:33 | 2018-08-24T16:38:33 | 142,085,041 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Servlet;
import Data.GoodsInfo;
import Tools.DataBaseOperation;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
impor... | UTF-8 | Java | 1,361 | java | GoodsByClassify.java | Java | [] | null | [] | package Servlet;
import Data.GoodsInfo;
import Tools.DataBaseOperation;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
impor... | 1,361 | 0.771495 | 0.771495 | 35 | 35.885715 | 31.532089 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.485714 | false | false | 12 |
9b680f49c51a0c41674257b6a48eb0f73e9a4ada | 39,608,188,414,874 | c79949f6d110a41ed1d8dca59128c4b017dbd316 | /Kakfka-Assignment/src/main/java/com/knoldus/UserPojo/User.java | c3fb77f9c31e7a26ad1bb4f50370ff5bc8100365 | [] | no_license | shashankgoyal-sre/sml-dj-vwe | https://github.com/shashankgoyal-sre/sml-dj-vwe | 44dbf1337c92c3a45c84e38db14df398576d18ad | c8cc69fc94663842b76a9db27ef8f4ece199035f | refs/heads/main | 2023-03-29T11:09:53.327000 | 2021-03-10T05:10:39 | 2021-03-10T05:10:39 | 337,062,901 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.knoldus.UserPojo;
public class User {
//User class fields
private int user_id;
private int user_age;
private String user_name;
private String user_course;
//Default Constructor
public User()
{
}
//Arg-constructor to initialize fields
public User(int user_... | UTF-8 | Java | 1,150 | java | User.java | Java | [
{
"context": " this.user_age = age;\n this.user_name = user_name;\n this.user_course = user_course;\n\n }\n\n",
"end": 471,
"score": 0.7717493176460266,
"start": 462,
"tag": "NAME",
"value": "user_name"
},
{
"context": "+\"\\\"id\\\":\" + '\"'+user_id+'\"' + \",\... | null | [] | package com.knoldus.UserPojo;
public class User {
//User class fields
private int user_id;
private int user_age;
private String user_name;
private String user_course;
//Default Constructor
public User()
{
}
//Arg-constructor to initialize fields
public User(int user_... | 1,150 | 0.569565 | 0.569565 | 60 | 18.166666 | 27.785587 | 173 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 12 |
c95e3bea4cc88461afef314d333651f4f4ad2618 | 34,866,544,561,565 | 4db048132ade6f26a079f47900a4f655faf6ef04 | /JiraPlugins/atlassian-jira-4.4.3-source/jira-project/jira-func-tests/src/main/java/com/atlassian/jira/webtests/ztests/plugin/reloadable/TestReportModuleReloadability.java | 84b4c8714eee0ffce26b4540da678df222a49c58 | [] | no_license | JCVI-VIRIFX/SampleTracking | https://github.com/JCVI-VIRIFX/SampleTracking | 045f3a690161cd6735dda6cf53964a89910c2d32 | 8f68cf385a083dcef055605dc040a224576a16fe | refs/heads/master | 2018-01-07T23:30:42.211000 | 2015-12-11T04:23:38 | 2015-12-11T04:23:38 | 47,804,829 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atlassian.jira.webtests.ztests.plugin.reloadable;
import com.atlassian.jira.functest.framework.suite.Category;
import com.atlassian.jira.functest.framework.suite.WebTest;
/**
* <p>
* Test verifying that a report defined within a module can be enabled and disabled any number of times.
*
* <p>
... | UTF-8 | Java | 3,462 | java | TestReportModuleReloadability.java | Java | [] | null | [] | package com.atlassian.jira.webtests.ztests.plugin.reloadable;
import com.atlassian.jira.functest.framework.suite.Category;
import com.atlassian.jira.functest.framework.suite.WebTest;
/**
* <p>
* Test verifying that a report defined within a module can be enabled and disabled any number of times.
*
* <p>
... | 3,462 | 0.689775 | 0.68833 | 99 | 32.969696 | 32.670517 | 118 | false | false | 0 | 0 | 0 | 0 | 83 | 0.023975 | 0.444444 | false | false | 12 |
dafb9da473fe04fd8dfdcf48cec5f1221707f55d | 36,567,351,601,364 | 8d2cd540a7ac04404bedb0ffe8baf97e674f02da | /src/com/echo/voicewave/VoiceRecorder.java | cd5998a673880870c7b65316f7ff5b83e9da0705 | [] | no_license | echohaha/VoiceWave | https://github.com/echohaha/VoiceWave | 963c8a1bdf9fb0df5dc43be529d7b589ce43ca1b | 4ff2bad1ab36a27e0dad8b6c054c7bad05eb3889 | refs/heads/master | 2015-09-25T12:51:50.403000 | 2015-08-08T03:12:47 | 2015-08-08T03:12:47 | 40,389,717 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.echo.voicewave;
import android.media.MediaRecorder;
import android.os.Environment;
import android.util.Log;
import java.io.File;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
public class VoiceRecorder {
public static final String TAG = "VoiceRecorder:";
p... | UTF-8 | Java | 5,506 | java | VoiceRecorder.java | Java | [
{
"context": "lt();\n }\n initTimer();\n }\n\n //鍙栨秷褰曢煶\n public void discardRecording() {\n if (",
"end": 2717,
"score": 0.850275993347168,
"start": 2711,
"tag": "NAME",
"value": "鍙栨秷褰曢煶"
}
] | null | [] | package com.echo.voicewave;
import android.media.MediaRecorder;
import android.os.Environment;
import android.util.Log;
import java.io.File;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
public class VoiceRecorder {
public static final String TAG = "VoiceRecorder:";
p... | 5,506 | 0.527485 | 0.521842 | 186 | 28.537634 | 21.514715 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.456989 | false | false | 12 |
1e4883333a5ede2ae69b61f6c607d1536b413e75 | 35,381,940,622,944 | 982354a9df750b8845d1a40ea95e07060b07e992 | /servlet_default/src/com/servlet/dao/MemberDAO.java | 5c01b13adde7f4ef5d2331962fa8e13f9827d9f0 | [] | no_license | Jung-Young-In/javaedu | https://github.com/Jung-Young-In/javaedu | 1c5fbef7d1ed2f13449e6900e2dc735562804827 | 7cf6aaa8f84d41b8d70ec02030ae497ab87d0a6f | refs/heads/main | 2023-07-13T01:08:59.383000 | 2021-08-19T02:23:06 | 2021-08-19T02:23:06 | 397,784,350 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.servlet.dao;
import java.sql.SQLException;
import com.servlet.dto.MemberVO;
public interface MemberDAO {
MemberVO selectMemberByID(String id) throws SQLException;
}
| UTF-8 | Java | 182 | java | MemberDAO.java | Java | [] | null | [] | package com.servlet.dao;
import java.sql.SQLException;
import com.servlet.dto.MemberVO;
public interface MemberDAO {
MemberVO selectMemberByID(String id) throws SQLException;
}
| 182 | 0.802198 | 0.802198 | 10 | 17.200001 | 19.056757 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
77ae7ecbedba06649887f3ecc8994fb5614b417f | 34,230,889,403,672 | 57daa18b8718e0c2a38842ef21bff4bbc2342a47 | /src/eu/romainpellerin/remotecontrolviasms/SmsReceiver.java | 745d0d2cd28e0293d53ad47531eca358bd1b5b7e | [] | no_license | hvmunlimited/Remote-Control-via-SMS | https://github.com/hvmunlimited/Remote-Control-via-SMS | 8aaa09ed330f5e7ec3dd5f2981858a7490498421 | 381afece418028f4304cdfb5571d415e12ed1d01 | refs/heads/master | 2021-01-18T11:33:44.087000 | 2014-07-19T18:23:50 | 2014-07-19T18:23:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eu.romainpellerin.remotecontrolviasms;
import java.io.IOException;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.util.List;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences... | UTF-8 | Java | 8,523 | java | SmsReceiver.java | Java | [
{
"context": "package eu.romainpellerin.remotecontrolviasms;\r\n\r\nimport java.io.IO",
"end": 17,
"score": 0.611031174659729,
"start": 11,
"tag": "USERNAME",
"value": "romain"
}
] | null | [] | package eu.romainpellerin.remotecontrolviasms;
import java.io.IOException;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.util.List;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences... | 8,523 | 0.682672 | 0.679267 | 200 | 40.59 | 33.644344 | 208 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.995 | false | false | 12 |
b5863ed38dad6622d2df8812c693ad7a6201fda6 | 39,591,008,561,993 | 25890e35342c2c51749df035b59e2c9e9bec2f25 | /src/main/java/org/academy/pageObjects/android/ProductCatalogue.java | c32b6ec8ee8ea5b469160474f18b43f795f060e0 | [] | no_license | KeshavJha0610/AppiumFramework | https://github.com/KeshavJha0610/AppiumFramework | ccc289b8e54ef3887812b6c6b8219003670ffb0b | 29e312d25268e6d75523543d033bd759bb0c1c13 | refs/heads/main | 2023-04-18T20:56:13.301000 | 2022-07-17T17:44:10 | 2022-07-17T17:44:10 | 360,801,969 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.academy.pageObjects.android;
import java.util.List;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.PageFactory;
import org.academy.utils.AndroidActions;
import io.appium.java_client.android.AndroidDriver;
import io.appium.java_client.pagefactory.AndroidFindBy;
import io.appium.... | UTF-8 | Java | 1,210 | java | ProductCatalogue.java | Java | [] | null | [] | package org.academy.pageObjects.android;
import java.util.List;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.PageFactory;
import org.academy.utils.AndroidActions;
import io.appium.java_client.android.AndroidDriver;
import io.appium.java_client.pagefactory.AndroidFindBy;
import io.appium.... | 1,210 | 0.726446 | 0.72314 | 44 | 26.5 | 26.389133 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431818 | false | false | 12 |
78d7411a4602a495c9ee98e76de83fa7bdaa4567 | 9,156,870,293,655 | b06b976e93a57d26dae35e073bc91ffceac290ca | /app/src/main/java/com/diablo/jsonanalysis/MyJsonObj.java | 756c4364d54cd34e4cbce007fc8bd7ff66c373ad | [] | no_license | sirencode/JsonAnalysis | https://github.com/sirencode/JsonAnalysis | dafb2fc8126637f1c5b1e61a4011cec526660ca0 | f32232d1d9088dad502bd88ea80e56d5acbdbefa | refs/heads/master | 2021-07-10T04:55:23.482000 | 2017-10-09T06:46:53 | 2017-10-09T06:46:53 | 106,246,252 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.diablo.jsonanalysis;
import com.bluelinelabs.logansquare.annotation.JsonField;
import com.bluelinelabs.logansquare.annotation.JsonObject;
/**
* Created by Diablo on 2017/10/9.
*/
@JsonObject
public class MyJsonObj {
@JsonField
public String name;
@JsonField
public String city;
@JsonF... | UTF-8 | Java | 1,856 | java | MyJsonObj.java | Java | [
{
"context": "ansquare.annotation.JsonObject;\n\n/**\n * Created by Diablo on 2017/10/9.\n */\n@JsonObject\npublic class MyJson",
"end": 176,
"score": 0.9912369847297668,
"start": 170,
"tag": "NAME",
"value": "Diablo"
}
] | null | [] | package com.diablo.jsonanalysis;
import com.bluelinelabs.logansquare.annotation.JsonField;
import com.bluelinelabs.logansquare.annotation.JsonObject;
/**
* Created by Diablo on 2017/10/9.
*/
@JsonObject
public class MyJsonObj {
@JsonField
public String name;
@JsonField
public String city;
@JsonF... | 1,856 | 0.515086 | 0.511315 | 75 | 23.746666 | 14.168597 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.493333 | false | false | 12 |
9c6b52c790e2671655e98df46a1f476866d2b062 | 33,277,406,615,932 | 8ac0754c47012359b8c98cef70d1e96a7ef3031a | /dddd/src/main/java/com/example/spring/demo/mapper/usermapper.java | e08297aeec92be4845cd22974f9ec5bd05f1bf83 | [] | no_license | zzs369/aaaa | https://github.com/zzs369/aaaa | acddb8d80d89127b75fe0952e2ed228b084bc008 | f910f45134309e1c8d2cec6079090c8a7aafa1b2 | refs/heads/master | 2022-12-27T04:46:47.475000 | 2020-10-13T07:46:42 | 2020-10-13T07:46:42 | 303,621,511 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.spring.demo.mapper;
import com.example.spring.demo.entity.user;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface usermapper {
user getById(int id);
public boolean insert(String name);
public List<user> getUsers();
public boolean ... | UTF-8 | Java | 421 | java | usermapper.java | Java | [] | null | [] | package com.example.spring.demo.mapper;
import com.example.spring.demo.entity.user;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface usermapper {
user getById(int id);
public boolean insert(String name);
public List<user> getUsers();
public boolean ... | 421 | 0.75772 | 0.75772 | 15 | 27.066668 | 16.093338 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 12 |
775ab8487bc9ec7390fed3e10c1d7e3880e72ef4 | 25,598,005,129,714 | 8c181b0ce3c8fe2ab4389c06ab74f199c7f217e0 | /design/src/main/java/com/example/design/struct/bridge/extend/Child.java | 960e2410eb88f61a369b940af75be3852daeb845 | [] | no_license | apple-tm/design-world | https://github.com/apple-tm/design-world | f1976d268a23ffa54f27ead1d085633bc08cae75 | 1d8261a8a605870868b091c311391c0406a221ee | refs/heads/main | 2023-05-31T23:05:42.851000 | 2021-06-16T02:47:49 | 2021-06-16T02:47:49 | 337,002,995 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.design.struct.bridge.extend;
/**
* 父类存在非默认构造方法,子类也要有,并且需要调用 super 传递参数
* 也就是初始化子类构造方法最先执行的代码必须是 super(...)先初始化父类构造器
*/
public class Child extends Parent {
public Child(String name) {
super(name);
}
}
| UTF-8 | Java | 357 | java | Child.java | Java | [] | null | [] | package com.example.design.struct.bridge.extend;
/**
* 父类存在非默认构造方法,子类也要有,并且需要调用 super 传递参数
* 也就是初始化子类构造方法最先执行的代码必须是 super(...)先初始化父类构造器
*/
public class Child extends Parent {
public Child(String name) {
super(name);
}
}
| 357 | 0.692946 | 0.692946 | 12 | 19.083334 | 18.332386 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 12 |
6744639f598238113007e8c9c88ac7eba9f2f32a | 25,598,005,129,395 | c1822ab61406eb42a0d4fe6671f9b1b7285eca56 | /hotel-core/src/com/mangocity/hotel/order/service/impl/DebitCardService.java | fad77e1cf4f26677c589fb2bd7e19de3b3ea9e02 | [] | no_license | dallaslu/hotel | https://github.com/dallaslu/hotel | a41693769b71fb835686564219adb36b013c698e | 15d4291573e4f0000be115d307fbe4ffa790229c | refs/heads/master | 2017-12-01T05:00:51.390000 | 2013-09-18T06:23:33 | 2013-09-18T06:23:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mangocity.hotel.order.service.impl;
import java.util.ArrayList;
import java.util.List;
import com.mangocity.hotel.order.dao.IDebitCardDao;
import com.mangocity.hotel.order.service.IDebitCardService;
/**
*/
public class DebitCardService implements IDebitCardService {
private IDebitCar... | UTF-8 | Java | 791 | java | DebitCardService.java | Java | [] | null | [] | package com.mangocity.hotel.order.service.impl;
import java.util.ArrayList;
import java.util.List;
import com.mangocity.hotel.order.dao.IDebitCardDao;
import com.mangocity.hotel.order.service.IDebitCardService;
/**
*/
public class DebitCardService implements IDebitCardService {
private IDebitCar... | 791 | 0.731343 | 0.731343 | 31 | 21.774193 | 22.206814 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.83871 | false | false | 12 |
14fe4dfc9a39788d381e43f550ff785b02324c65 | 21,947,282,894,525 | 5b9c29a58be66b5514a9e2994ad3e9cbf202d620 | /SWAzam/Peer/src/main/java/at/ac/tuwien/swa/SWAzam/Peer/Peer2PeerConnector/Peer2PeerConnectorFactory.java | 366a4f31fdfff54596365047a9c27521c918e32a | [] | no_license | grumpo/SWAzam | https://github.com/grumpo/SWAzam | e32c7a9647719531da05ad619c3acfbd7353e235 | f800246a5f29cbd2d9f25924fa5d4677f38de208 | refs/heads/master | 2021-01-01T06:26:42.486000 | 2014-01-19T11:27:41 | 2014-01-19T11:27:41 | 15,003,474 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package at.ac.tuwien.swa.SWAzam.Peer.Peer2PeerConnector;
public interface Peer2PeerConnectorFactory {
Peer2PeerConnector create(String url);
}
| UTF-8 | Java | 148 | java | Peer2PeerConnectorFactory.java | Java | [] | null | [] | package at.ac.tuwien.swa.SWAzam.Peer.Peer2PeerConnector;
public interface Peer2PeerConnectorFactory {
Peer2PeerConnector create(String url);
}
| 148 | 0.817568 | 0.797297 | 5 | 28.6 | 23.440136 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 12 |
7dbae6befc0a3654e3647be63659aac63b635d3a | 30,399,778,588,773 | 36cf6e734b0fd7ef59a0167cd16629919bb8d15d | /src/main/java/iwoplaza/neonshot/graphics/HealthBarRenderer.java | ca40c82a8bc46baf11e8dc9871a2541ed7285ff1 | [] | no_license | iwoplaza/neonshot | https://github.com/iwoplaza/neonshot | de8df652cfafc0670e068807d26e598522e34928 | f0f5e329a384def7b478bca4b1ee201b1158a058 | refs/heads/master | 2023-02-12T21:40:26.183000 | 2021-01-20T18:25:57 | 2021-01-20T18:25:57 | 328,789,077 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package iwoplaza.neonshot.graphics;
import iwoplaza.meatengine.graphics.Drawable;
import iwoplaza.meatengine.graphics.mesh.Mesh;
import iwoplaza.meatengine.util.Color;
import iwoplaza.meatengine.graphics.GlStack;
import iwoplaza.meatengine.graphics.IGameRenderContext;
import iwoplaza.meatengine.graphics.mesh.FlatMesh;... | UTF-8 | Java | 6,491 | java | HealthBarRenderer.java | Java | [] | null | [] | package iwoplaza.neonshot.graphics;
import iwoplaza.meatengine.graphics.Drawable;
import iwoplaza.meatengine.graphics.mesh.Mesh;
import iwoplaza.meatengine.util.Color;
import iwoplaza.meatengine.graphics.GlStack;
import iwoplaza.meatengine.graphics.IGameRenderContext;
import iwoplaza.meatengine.graphics.mesh.FlatMesh;... | 6,491 | 0.608689 | 0.602527 | 225 | 27.848888 | 24.706532 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604444 | false | false | 12 |
663dd8a00fc359c2fbccf1846b8efd4878a597af | 21,500,606,306,393 | 9980bd1bf0aa5072830555cc2c973d0084dc08e0 | /AreaShop/src/main/java/me/wiefferink/areashop/events/ask/SellingRegionEvent.java | 612a58cf28d6907ec42358d4a0ad26de772adb72 | [] | no_license | nifeboy123/AreaShop | https://github.com/nifeboy123/AreaShop | 9ffe6b162a5b58ad8bc8a2437a8a179b4ea26726 | 816d136a62dc20951c56d8d4241bb83134fcdf45 | refs/heads/master | 2020-12-13T14:42:34.130000 | 2016-07-24T19:48:39 | 2016-07-24T19:48:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.wiefferink.areashop.events.ask;
import me.wiefferink.areashop.events.CancellableAreaShopEvent;
import me.wiefferink.areashop.regions.BuyRegion;
/**
* Broadcasted when a region is about to get sold
*/
public class SellingRegionEvent extends CancellableAreaShopEvent {
private BuyRegion region;
/**
* ... | UTF-8 | Java | 623 | java | SellingRegionEvent.java | Java | [] | null | [] | package me.wiefferink.areashop.events.ask;
import me.wiefferink.areashop.events.CancellableAreaShopEvent;
import me.wiefferink.areashop.regions.BuyRegion;
/**
* Broadcasted when a region is about to get sold
*/
public class SellingRegionEvent extends CancellableAreaShopEvent {
private BuyRegion region;
/**
* ... | 623 | 0.739968 | 0.739968 | 28 | 21.25 | 22.243177 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.821429 | false | false | 12 |
9105f286873650199ec07525be8d578765a89245 | 2,293,512,550,911 | f354015167af19918f1ee73cd41ea161fddc8906 | /app/src/main/java/com/commutersfamily/commuterfamily/Classes/LatLongClass.java | 699acb96a874fd454c8d8461eec7a5db44ea2ba7 | [] | no_license | Reyan002/Commuter_Family | https://github.com/Reyan002/Commuter_Family | f13fe815b09e7b7d3b0f4e51aa93a11647a36c45 | 29b645bf4b3563a2a345d698c29daceab29b77f3 | refs/heads/master | 2023-04-16T01:50:21.978000 | 2020-02-24T12:00:26 | 2020-02-24T12:00:26 | 216,747,057 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.commutersfamily.commuterfamily.Classes;
public class LatLongClass {
private double Lat;
private double Long;
public LatLongClass( ) {
}
@Override
public String toString() {
return "LatLongClass{" +
"Lat=" + Lat +
", Long=" + Long +
... | UTF-8 | Java | 588 | java | LatLongClass.java | Java | [] | null | [] | package com.commutersfamily.commuterfamily.Classes;
public class LatLongClass {
private double Lat;
private double Long;
public LatLongClass( ) {
}
@Override
public String toString() {
return "LatLongClass{" +
"Lat=" + Lat +
", Long=" + Long +
... | 588 | 0.517007 | 0.517007 | 34 | 16.294117 | 14.267465 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.264706 | false | false | 12 |
6ae32e2aa351bd385a98f78d4c9771a7c20df6fc | 23,699,629,607,512 | ec63c4229ce9b966fa834ec36e029e456367dcc2 | /Lab5/src/main/java/app/web/laptopsellingweb/lab5/bai42.java | f310f34f8b7a2f21a875a8cbe6e3572663198f87 | [] | no_license | VanPhungFD/-Exercise_LTW | https://github.com/VanPhungFD/-Exercise_LTW | 715d09f42731fe8d866bdf6ec42767c788f2026d | bafd15200989c83cea13b0be27b9cd7a6b843cbf | refs/heads/main | 2023-08-30T11:20:53.359000 | 2021-11-17T15:58:30 | 2021-11-17T15:58:30 | 415,780,548 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app.web.laptopsellingweb.lab5;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.annotation.*;
import java.io.IOException;
@WebServlet(name = "bai4-2", value = "/bai4-2")
public class bai42 extends HttpServlet {
@Override
protected void doGet(HttpServletRequest request, HttpSer... | UTF-8 | Java | 2,785 | java | bai42.java | Java | [] | null | [] | package app.web.laptopsellingweb.lab5;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.annotation.*;
import java.io.IOException;
@WebServlet(name = "bai4-2", value = "/bai4-2")
public class bai42 extends HttpServlet {
@Override
protected void doGet(HttpServletRequest request, HttpSer... | 2,785 | 0.606463 | 0.601436 | 70 | 38.785713 | 27.266354 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657143 | false | false | 12 |
c09e3c27c1c62bff146f0b45879ce1d23ee24f6a | 8,383,776,217,104 | b8372c575377ae773311159669fa95a5e4a2de15 | /MainMenuGUI.java | c4f7e76ff037687841eb2d5c5a4ac2e18fd6dcf1 | [] | no_license | lmtuan/Connect-Four | https://github.com/lmtuan/Connect-Four | a1b7aa17139f16e1f1480034ae9e67cbf73aae54 | 88e790fdeeea8fede6211993cc90f004963fa7ab | refs/heads/master | 2020-03-19T18:59:01.930000 | 2018-07-16T15:55:20 | 2018-07-16T15:55:20 | 136,834,687 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class MainMenuGUI extends GUI {
public MainMenuGUI() {
boxes = new Box[2];
boxes[0] = new Box(30, 20, 280, 270, 1);
boxes[1] = new Box(320, 20, 570, 270, 2);
}
public void draw() {
StdDraw.clear();
StdDraw.setXscale(0,600);
StdDraw.setYscale(0,400);
StdDraw.picture(300, 200, "i... | UTF-8 | Java | 570 | java | MainMenuGUI.java | Java | [] | null | [] | public class MainMenuGUI extends GUI {
public MainMenuGUI() {
boxes = new Box[2];
boxes[0] = new Box(30, 20, 280, 270, 1);
boxes[1] = new Box(320, 20, 570, 270, 2);
}
public void draw() {
StdDraw.clear();
StdDraw.setXscale(0,600);
StdDraw.setYscale(0,400);
StdDraw.picture(300, 200, "i... | 570 | 0.62807 | 0.492982 | 18 | 30.722221 | 22.090233 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.944444 | false | false | 12 |
ccb5c85081598dafd34a361b78c4a6916e9b6a09 | 8,349,416,488,935 | 2e6a566153aa334ece284d58eb1b2b959bf596d2 | /app/src/main/java/dhcc/cn/com/fix_phone/MyApplication.java | 902a626f5c330a636ec91476b6384f615daa875d | [] | no_license | fixphone/fix_phone | https://github.com/fixphone/fix_phone | 33af79868394237e0c664a05c1f940b0b6615027 | 88c223561187950e1d1fb21dba110d7e48bd2577 | refs/heads/master | 2021-07-23T22:46:00.443000 | 2017-11-04T10:03:07 | 2017-11-04T13:37:09 | 103,800,137 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dhcc.cn.com.fix_phone;
import android.app.ActivityManager;
import android.app.Application;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Handler;
import android.support.annotation.NonNull;
import android.support.v4.util.ArrayMap;
import android.text.TextUtils;
imp... | UTF-8 | Java | 6,776 | java | MyApplication.java | Java | [] | null | [] | package dhcc.cn.com.fix_phone;
import android.app.ActivityManager;
import android.app.Application;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Handler;
import android.support.annotation.NonNull;
import android.support.v4.util.ArrayMap;
import android.text.TextUtils;
imp... | 6,776 | 0.663508 | 0.656288 | 187 | 34.5508 | 26.879436 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.502674 | false | false | 12 |
0abd35634e732bbce1f621aa14005d1e5cc4d260 | 32,667,521,300,456 | e618a9125642c6b14e355192b37d3e960f318be3 | /java/java-functional-experiment/src/main/java/org/farrukh/examples/java/functional/interfaces/ConsumerExample.java | 33ff5666af4d9331f19c72822b855ab440ca9137 | [] | no_license | Farrukhjon/experimental-samples | https://github.com/Farrukhjon/experimental-samples | 5c062a89ba499ac2223374bcf93b431bb68fae0a | cc20db2dc2c1b28aae54933550c89c13e46040ec | refs/heads/master | 2022-07-16T19:23:03.557000 | 2019-07-27T11:34:56 | 2019-07-27T11:34:56 | 61,690,323 | 6 | 9 | null | false | 2022-10-18T18:07:38 | 2016-06-22T05:03:21 | 2020-11-01T06:41:18 | 2022-10-18T18:07:33 | 7,897 | 5 | 7 | 91 | Java | false | false | package org.farrukh.examples.java.functional.interfaces;
import java.util.Arrays;
import java.util.function.Consumer;
/**
* Created by Farrukhjon on 18-Sep-15.
*/
public class ConsumerExample {
public static void main(String[] args) {
Consumer<Integer> integerConsumer = it -> System.out.println(it * 2)... | UTF-8 | Java | 402 | java | ConsumerExample.java | Java | [
{
"context": "rt java.util.function.Consumer;\n\n/**\n * Created by Farrukhjon on 18-Sep-15.\n */\npublic class ConsumerE",
"end": 139,
"score": 0.7042234539985657,
"start": 138,
"tag": "USERNAME",
"value": "F"
},
{
"context": " java.util.function.Consumer;\n\n/**\n * Created by Farr... | null | [] | package org.farrukh.examples.java.functional.interfaces;
import java.util.Arrays;
import java.util.function.Consumer;
/**
* Created by Farrukhjon on 18-Sep-15.
*/
public class ConsumerExample {
public static void main(String[] args) {
Consumer<Integer> integerConsumer = it -> System.out.println(it * 2)... | 402 | 0.69403 | 0.669154 | 15 | 25.799999 | 26.136055 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 12 |
46adfc455095f7060ecc6ad569b085959c0047e0 | 18,056,042,565,701 | ab2283545d8bb92c6fc968337d5c300d7d718a3e | /src/com/placesandplaces/RabbitMQConn.java | 4d9dda5e10dee3bd549ff4150ed100654ee466b6 | [] | no_license | esantra/androidappforplaces | https://github.com/esantra/androidappforplaces | 07978ecabb731e695ca2c36b19f82049b2f1d44a | 6646ea85be78c3bb0708a299c78274be51a8f609 | refs/heads/master | 2021-01-20T07:43:22.128000 | 2013-12-08T01:14:24 | 2013-12-08T01:14:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.placesandplaces;
import java.io.IOException;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Connection;
import com.rabbitmq.client.ConnectionFactory;
//code inspired and built upon: http://simonwdixon.wordpress.com/2011/06/03/getting-started-with-rabbitmq-on-android-part-1/
public abstrac... | UTF-8 | Java | 1,438 | java | RabbitMQConn.java | Java | [] | null | [] | package com.placesandplaces;
import java.io.IOException;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Connection;
import com.rabbitmq.client.ConnectionFactory;
//code inspired and built upon: http://simonwdixon.wordpress.com/2011/06/03/getting-started-with-rabbitmq-on-android-part-1/
public abstrac... | 1,438 | 0.723227 | 0.716968 | 61 | 22.590164 | 21.321409 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.983607 | false | false | 12 |
25dc46ecaeb050f369522ba3b9955b19469c5fce | 21,096,879,420,707 | 90b82ad81e91b484a57ff28a58984580a9fd4cda | /src/main/java/com/market/entities/BasketEntity.java | 1e13dbcd0a08908ef2dbafd974fe3efc0173cbcb | [] | no_license | alexsearchwolf/OnlineMarket | https://github.com/alexsearchwolf/OnlineMarket | e42af7788ad1224921729b155e523e65fc475b36 | 3f9e436a795aa586525f60f9bd40fb3b9e89d894 | refs/heads/master | 2020-12-27T21:58:07.900000 | 2020-02-03T22:54:45 | 2020-02-03T22:54:45 | 238,073,248 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.market.entities;
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;
import javax.pers... | UTF-8 | Java | 2,455 | java | BasketEntity.java | Java | [] | null | [] | package com.market.entities;
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;
import javax.pers... | 2,455 | 0.753157 | 0.753157 | 95 | 24.842106 | 29.175085 | 216 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.347368 | false | false | 12 |
2b805dba8e6c7ed866e7d0fd4320430fdbbafc3c | 21,096,879,420,825 | c0445b0b9e0f6b5fe9b1d13737f4afb25d9ece21 | /src/main/java/net/strasnet/kids/ui/components/KIDSUIAbstractComponent.java | f4fe7712f6b0f3d93bbed02b7a51d9a69b7531a4 | [] | no_license | jinksunk/KIDSDevelopment | https://github.com/jinksunk/KIDSDevelopment | 4b4c191140bea8cb56d5d3a85b2a69d249c36250 | 39a1e0036125d182746283d001c6e55dd6b887cd | refs/heads/master | 2021-05-01T04:21:20.734000 | 2017-04-21T00:56:47 | 2017-04-21T00:56:47 | 12,691,183 | 0 | 0 | null | false | 2017-04-21T00:56:48 | 2013-09-09T02:07:38 | 2016-11-03T14:54:03 | 2017-04-21T00:56:48 | 798 | 0 | 0 | 36 | Web Ontology Language | null | null | /**
*
*/
package net.strasnet.kids.ui.components;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import javax.swing.tree.DefaultMutableTreeNode;
import org.apache.log4j.LogManager;
import org.semanticweb.owlapi.mo... | UTF-8 | Java | 8,953 | java | KIDSUIAbstractComponent.java | Java | [
{
"context": "et.kids.ui.problems.KIDSUIProblem;\n\n/**\n * @author cstras\n *\n * Implementation of common methods for implem",
"end": 869,
"score": 0.9996523857116699,
"start": 863,
"tag": "USERNAME",
"value": "cstras"
}
] | null | [] | /**
*
*/
package net.strasnet.kids.ui.components;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import javax.swing.tree.DefaultMutableTreeNode;
import org.apache.log4j.LogManager;
import org.semanticweb.owlapi.mo... | 8,953 | 0.707361 | 0.706579 | 279 | 31.089605 | 29.51828 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.913979 | false | false | 12 |
e8b421874435153994a34de4c8d1c0b15115d526 | 15,728,170,290,032 | fcb03efe322daae6d12a326e2e2b4937c2a6dd11 | /Data Intensive Computing/hw4/hbase/src/Phase1.java | 5c3d7f3d8ce757f9f8085ec2726da7ff04c1dc49 | [] | no_license | Naveen1789/myHub | https://github.com/Naveen1789/myHub | f2aaff92ae0a5418da2d656bd1e8945513bbc429 | 02ee8269b9cb86848918a12f300e02c11bb91808 | refs/heads/master | 2020-12-24T12:04:21.825000 | 2015-09-27T08:32:41 | 2015-09-27T08:32:41 | 31,687,182 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.IOException;
import java.util.HashMap;
import java.util.LinkedList;
import org.apache.hadoop.hbase.client.Put;
import org.apache.hadoop.hbase.client.Result;
import org.apache.hadoop.hbase.io.ImmutableBytesWritable;
import org.apache.hadoop.hbase.mapreduce.TableMapper;
import org.apache.hadoop.hbase.mapr... | UTF-8 | Java | 5,332 | java | Phase1.java | Java | [] | null | [] | import java.io.IOException;
import java.util.HashMap;
import java.util.LinkedList;
import org.apache.hadoop.hbase.client.Put;
import org.apache.hadoop.hbase.client.Result;
import org.apache.hadoop.hbase.io.ImmutableBytesWritable;
import org.apache.hadoop.hbase.mapreduce.TableMapper;
import org.apache.hadoop.hbase.mapr... | 5,332 | 0.592836 | 0.585334 | 196 | 26.204082 | 28.654507 | 225 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.678571 | false | false | 12 |
043194844dff569669c0ae5183f0719de6f841a2 | 8,564,164,825,214 | 03541926ffda46547e71fd4125c12bb831b8c214 | /src/practice/CodeInstance11.java | 6089e5f9f1484ef1314f1218473c97aaf1a893d8 | [] | no_license | zhenjingbiao/Letcode | https://github.com/zhenjingbiao/Letcode | 537875adc3be155d8074e922d5787add87235979 | 59abefccbb61e18cd80d7824f9c67b53b49b5bfe | refs/heads/master | 2020-04-23T20:23:20.968000 | 2019-05-05T08:50:01 | 2019-05-05T08:50:01 | 171,438,366 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package practice;//题目:
//我们可以用2*1的小矩形横着或者竖着去覆盖更大的矩形。请问用n个2*1的小矩形无重叠
// 地覆盖一个2*n的大矩形,总共有多少种方法?
public class CodeInstance11 {
public static void main(String[] args) {
System.out.println(numberOf1(5));
System.out.println(numberOf12(5));
System.out.println(numberOf13(5));
}
//方法一
publ... | UTF-8 | Java | 1,192 | java | CodeInstance11.java | Java | [] | null | [] | package practice;//题目:
//我们可以用2*1的小矩形横着或者竖着去覆盖更大的矩形。请问用n个2*1的小矩形无重叠
// 地覆盖一个2*n的大矩形,总共有多少种方法?
public class CodeInstance11 {
public static void main(String[] args) {
System.out.println(numberOf1(5));
System.out.println(numberOf12(5));
System.out.println(numberOf13(5));
}
//方法一
publ... | 1,192 | 0.479675 | 0.445122 | 47 | 19.936171 | 13.866237 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.404255 | false | false | 12 |
030da11c61203dca06ccadea8d534f0495fa296a | 8,564,164,825,188 | ab3b72de30ea81bc1d41cd4cd3fb80ba35ad879f | /starfish-mall/starfish-mall-bean/src/main/java/priv/starfish/mall/comn/entity/BankProvinceCode.java | 0717b426dc2f1f8ec3ca3c9e75804eea37a36809 | [] | no_license | Jstarfish/starfish | https://github.com/Jstarfish/starfish | f81f147d7a93432c6aa77e5d34eb7d12b4312b89 | 2c15e33c5d158d333d21f68b98cc161d2afa7cd3 | refs/heads/master | 2022-12-21T12:05:08.900000 | 2019-09-04T06:52:07 | 2019-09-04T06:52:07 | 126,459,466 | 0 | 1 | null | false | 2022-12-16T04:52:51 | 2018-03-23T09:01:56 | 2019-09-04T06:52:16 | 2022-12-16T04:52:48 | 90,097 | 0 | 1 | 19 | Java | false | false | package priv.starfish.mall.comn.entity;
import java.io.Serializable;
import java.sql.Types;
import priv.starfish.common.annotation.Column;
import priv.starfish.common.annotation.ForeignKey;
import priv.starfish.common.annotation.Id;
import priv.starfish.common.annotation.Table;
/**
* 银行省份代码
*
* @author "WJJ"
* ... | UTF-8 | Java | 1,496 | java | BankProvinceCode.java | Java | [
{
"context": ".annotation.Table;\n\n/**\n * 银行省份代码\n * \n * @author \"WJJ\"\n * @date 2016年1月26日 上午11:08:32\n *\n */\n@Table(nam",
"end": 315,
"score": 0.9996906518936157,
"start": 312,
"tag": "USERNAME",
"value": "WJJ"
}
] | null | [] | package priv.starfish.mall.comn.entity;
import java.io.Serializable;
import java.sql.Types;
import priv.starfish.common.annotation.Column;
import priv.starfish.common.annotation.ForeignKey;
import priv.starfish.common.annotation.Id;
import priv.starfish.common.annotation.Table;
/**
* 银行省份代码
*
* @author "WJJ"
* ... | 1,496 | 0.705442 | 0.694558 | 73 | 19.136986 | 21.460583 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.041096 | false | false | 12 |
6dc6d70ad7b459753255c4e09c2b50120cd70a79 | 1,529,008,399,003 | 08461cb5fd062b264e6589c536c76bb5b9e186b5 | /src/main/java/com/stream/consumer/receive/DiyReceiveService.java | 59dc7049e795dc861124abef4295be5868f65363 | [] | no_license | mxfdsy/consumer | https://github.com/mxfdsy/consumer | e0ce6fb4b7b5e46a0c842855f04636d4169ee145 | 007b022ac46bd04ebd5003448ac929030a74c5ec | refs/heads/master | 2020-04-28T04:50:52.249000 | 2019-03-11T12:34:45 | 2019-03-11T12:34:45 | 174,996,424 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stream.consumer.receive;
import org.springframework.cloud.stream.annotation.EnableBinding;
import org.springframework.cloud.stream.annotation.StreamListener;
/**
*/
@EnableBinding(MyDiyReceiveService.class)
public class DiyReceiveService {
@StreamListener(MyDiyReceiveService.INPUT)
public void... | UTF-8 | Java | 391 | java | DiyReceiveService.java | Java | [] | null | [] | package com.stream.consumer.receive;
import org.springframework.cloud.stream.annotation.EnableBinding;
import org.springframework.cloud.stream.annotation.StreamListener;
/**
*/
@EnableBinding(MyDiyReceiveService.class)
public class DiyReceiveService {
@StreamListener(MyDiyReceiveService.INPUT)
public void... | 391 | 0.777494 | 0.777494 | 17 | 22 | 23.527206 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 12 |
ce151035cf5187f8a629fb97b9d041481373a33d | 24,361,054,553,620 | a94b5106c315debb2072eb3786bf45fadd1c4d02 | /src/main/java/duke/task/ToDoTask.java | 26bb3f33c8645080977b78001a85cf9b34223718 | [] | no_license | seanlowjk/duke | https://github.com/seanlowjk/duke | 856ada426af2ef1e2f14d7120aa7b4963756fc18 | 95553ff84e335425ec8585388b47ca6b18093777 | refs/heads/master | 2020-07-05T16:04:49.853000 | 2019-10-06T02:50:12 | 2019-10-06T02:50:12 | 202,540,584 | 3 | 0 | null | true | 2019-08-15T12:51:38 | 2019-08-15T12:51:38 | 2019-08-15T07:33:18 | 2019-08-15T07:33:16 | 1,383 | 0 | 0 | 0 | null | false | false | package duke.task;
/**
* A Class that represents a Task in which the user wishes to do.
*/
public class ToDoTask extends Task {
/**
* Constructs a ToDo Task which sets the default of isCompleted value to false.
* @param todo The name of the task.
*/
public ToDoTask(String todo) {
supe... | UTF-8 | Java | 1,413 | java | ToDoTask.java | Java | [] | null | [] | package duke.task;
/**
* A Class that represents a Task in which the user wishes to do.
*/
public class ToDoTask extends Task {
/**
* Constructs a ToDo Task which sets the default of isCompleted value to false.
* @param todo The name of the task.
*/
public ToDoTask(String todo) {
supe... | 1,413 | 0.557679 | 0.556263 | 53 | 25.660378 | 23.163034 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.283019 | false | false | 12 |
c0a5e94d42f9fe8813049b6600488463c3e787e8 | 10,831,907,590,201 | b1ef9fd677e620f67efbfd878dcb30e9da117c92 | /self_org_control/src/main/java/com/watchtogether/autonomic/selforg/red5/manager/group/GroupReceiverAdapter.java | 2a0be0cb97c23422e1f3f5629c084b3a8b5c40e0 | [
"MIT"
] | permissive | bogsolomon/self-org-scala | https://github.com/bogsolomon/self-org-scala | 93705425c36a98cefe1b2f687b6006b8806efada | 09225bd9f84ca6663cb0da8b4db5ccb3c772eb46 | refs/heads/master | 2020-04-06T06:04:20.703000 | 2016-11-11T16:37:43 | 2016-11-11T16:37:43 | 52,645,625 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.watchtogether.autonomic.selforg.red5.manager.group;
import org.jgroups.Message;
import org.jgroups.Receiver;
import org.jgroups.ReceiverAdapter;
import com.watchtogether.common.StringMessages;
public class GroupReceiverAdapter extends ReceiverAdapter {
private GroupManager groupManager;
@Override
pu... | UTF-8 | Java | 702 | java | GroupReceiverAdapter.java | Java | [] | null | [] | package com.watchtogether.autonomic.selforg.red5.manager.group;
import org.jgroups.Message;
import org.jgroups.Receiver;
import org.jgroups.ReceiverAdapter;
import com.watchtogether.common.StringMessages;
public class GroupReceiverAdapter extends ReceiverAdapter {
private GroupManager groupManager;
@Override
pu... | 702 | 0.766382 | 0.764957 | 31 | 21.645161 | 23.364639 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.258065 | false | false | 12 |
1861ceb27044b3876b858e9889089ada3d93dad3 | 7,447,473,352,983 | 9d255746aca5cb8216bc8a531583025657343d53 | /src/main/java/beamline/core/web/miner/controllers/InstanceController.java | 1ce14ab8e34f8ab969796818e67a40cb28a1cfd4 | [] | no_license | l-esa/core | https://github.com/l-esa/core | 15102fdf15f5d09fb7effc52c6dcbfe817e5021c | 06eb871587b47a86d54466380f238c828ce26554 | refs/heads/master | 2023-07-13T05:04:31.255000 | 2021-08-27T08:31:01 | 2021-08-27T08:31:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package beamline.core.web.miner.controllers;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.h... | UTF-8 | Java | 6,927 | java | InstanceController.java | Java | [] | null | [] | package beamline.core.web.miner.controllers;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.h... | 6,927 | 0.748376 | 0.748087 | 179 | 36.698322 | 31.151613 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.396648 | false | false | 12 |
0f44a64fec97474df4868b00ca160d3a26ced8d7 | 2,456,721,321,094 | adcab187cc55aa4010ed353cc10e02b8a29d6e16 | /src/main/java/com/lhjz/portal/entity/security/GroupMember.java | 3c388689ff0f1ea1260459bcd7f3497c75e4c190 | [
"Apache-2.0"
] | permissive | czs/lhjz.portal | https://github.com/czs/lhjz.portal | 431ceb27e25616fc36022e6e26fb565acdb22e78 | edc8c15051e1cfc6ed7a2a72d69fcf5ae8ec9db1 | refs/heads/develop | 2020-04-28T12:41:55.044000 | 2015-07-05T14:06:17 | 2015-07-05T14:06:17 | 33,015,756 | 0 | 1 | null | false | 2015-06-03T12:39:12 | 2015-03-28T00:43:41 | 2015-05-15T15:03:01 | 2015-06-03T12:39:12 | 14,568 | 0 | 0 | 4 | JavaScript | null | null | package com.lhjz.portal.entity.security;
// default package
// Generated May 6, 2015 11:39:38 AM by Hibernate Tools 4.3.1
import static javax.persistence.GenerationType.IDENTITY;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedVal... | UTF-8 | Java | 1,493 | java | GroupMember.java | Java | [
{
"context": "sername) {\n\t\tthis.group = group;\n\t\tthis.username = username;\n\t}\n\n\t@Id\n\t@GeneratedValue(strategy = IDENTITY)\n\t",
"end": 897,
"score": 0.6709847450256348,
"start": 889,
"tag": "USERNAME",
"value": "username"
},
{
"context": "d setUsername(String username) {... | null | [] | package com.lhjz.portal.entity.security;
// default package
// Generated May 6, 2015 11:39:38 AM by Hibernate Tools 4.3.1
import static javax.persistence.GenerationType.IDENTITY;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedVal... | 1,493 | 0.738111 | 0.713999 | 67 | 21.283583 | 19.04418 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.074627 | false | false | 12 |
204bc82fd48124fa6288c00ee3f44cc1024fb708 | 30,983,894,111,896 | fc97069a0b4701fd7ee5d489e94abbfdba273066 | /src/main/java/f/r2/o.java | b07c8c833a6adb5b7b3eb50b0965559a9f9596ee | [] | no_license | bellmit/zycami-ded | https://github.com/bellmit/zycami-ded | 8604f1eb24fb767e4cf499e019d6e4568451bb4b | 27686ca846de6d164692c81bac2ae7f85710361f | refs/heads/main | 2023-06-17T20:36:29.589000 | 2021-07-19T18:58:18 | 2021-07-19T18:58:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0.151.
*/
package f.r2;
import f.r2.c;
import f.r2.d;
public abstract class o {
public abstract double a();
public final boolean b() {
return d.F(this.a());
}
public final boolean c() {
return d.F(this.a()) ^ true;
}
public o d(double d10) {
... | UTF-8 | Java | 472 | java | o.java | Java | [] | null | [] | /*
* Decompiled with CFR 0.151.
*/
package f.r2;
import f.r2.c;
import f.r2.d;
public abstract class o {
public abstract double a();
public final boolean b() {
return d.F(this.a());
}
public final boolean c() {
return d.F(this.a()) ^ true;
}
public o d(double d10) {
... | 472 | 0.519068 | 0.46822 | 29 | 15.24138 | 13.205681 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413793 | false | false | 12 |
6877df3431b9bcdc885604ad22f3ae53169bc7b5 | 30,983,894,113,231 | f68b6547472acd4b0700f32b73d128a08f54f693 | /src/main/java/org/launchcode/controllers/LevelController.java | acc525ce4d6d2d36d122d1d3a9dccb4c1e4dc53d | [] | no_license | hiroko-lc101/mathercise | https://github.com/hiroko-lc101/mathercise | 51642a91c0cf2519af3557bc41d85bead008bd67 | d8fa7900d7b8363474517d2a8a6f1fda7b3654a8 | refs/heads/master | 2020-03-24T12:41:45.078000 | 2018-09-29T17:09:39 | 2018-09-29T17:09:39 | 142,531,569 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.launchcode.controllers;
import org.launchcode.models.Level;
import org.launchcode.models.data.LevelDao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validation.Errors;
import ... | UTF-8 | Java | 2,725 | java | LevelController.java | Java | [] | null | [] | package org.launchcode.controllers;
import org.launchcode.models.Level;
import org.launchcode.models.data.LevelDao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validation.Errors;
import ... | 2,725 | 0.661651 | 0.661651 | 81 | 32.65432 | 22.730391 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617284 | false | false | 12 |
b8f3463b43e3ff805bad325c041d1f1a7dbd7d89 | 24,481,313,613,187 | b0f7e380c49406cc2b7cd32f77fff87776d1ef0a | /src/leetcode_array/M_34.java | 649f2db17b53265dc513f1784f1ee5ec5238ffee | [] | no_license | Jackjoily/leetcode | https://github.com/Jackjoily/leetcode | 478bdfdafb1f50bd505b31c900ee9bd7cde02267 | 74a153123b27d4725885bd7704c054334aa5ba6d | refs/heads/main | 2023-07-12T12:17:53.889000 | 2021-08-07T12:17:10 | 2021-08-07T12:17:10 | 307,641,661 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode_array;
import java.util.Arrays;
/**
* 给定一个按照升序排列的整数数组 nums,和一个目标值 target。 找出给定目标值在数组中的开始位置和结束位置。
*
* @author jackjoily
*
*/
public class M_34 {
public static void main(String[] args) {
M_34 m = new M_34();
int a[] = { 5, 7, 7, 8, 8, 10 };
System.out.println(Arrays.toStrin... | UTF-8 | Java | 2,338 | java | M_34.java | Java | [
{
"context": "标值 target。 找出给定目标值在数组中的开始位置和结束位置。\r\n * \r\n * @author jackjoily\r\n *\r\n */\r\npublic class M_34 {\r\n\r\n\tpublic static v",
"end": 148,
"score": 0.9992693662643433,
"start": 139,
"tag": "USERNAME",
"value": "jackjoily"
}
] | null | [] | package leetcode_array;
import java.util.Arrays;
/**
* 给定一个按照升序排列的整数数组 nums,和一个目标值 target。 找出给定目标值在数组中的开始位置和结束位置。
*
* @author jackjoily
*
*/
public class M_34 {
public static void main(String[] args) {
M_34 m = new M_34();
int a[] = { 5, 7, 7, 8, 8, 10 };
System.out.println(Arrays.toStrin... | 2,338 | 0.490214 | 0.465747 | 90 | 22.977777 | 19.290745 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.011111 | false | false | 12 |
e5874de11810cf3de0d6c9ae3e5c3e58b811f48b | 24,945,170,094,608 | 9791e47816597c2bd56781d1006552d6020c2184 | /Main.java | 2a783b062d0e8bfe1ac10878af8a35fe8fb3563f | [] | no_license | korias24/ChocAn | https://github.com/korias24/ChocAn | f8f46a1ac70d1dc9816462832b2397778974bdd2 | c1b3afd9b71043691991ce9ef8c4fa9f230127c8 | refs/heads/master | 2021-06-06T11:17:20.739000 | 2016-09-17T09:07:49 | 2016-09-17T09:07:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.IOException;
/**
*
* @author Enis
* The main class of the program.
*/
public class Main
{
/**
* @param args the command line arguments
*/
public static void main(String[] args) throws IOException
{
System.out.println("File loc: "+FileUtilities.FILE_LOC+"\n... | UTF-8 | Java | 522 | java | Main.java | Java | [
{
"context": "import java.io.IOException;\r\n/**\r\n *\r\n * @author Enis\r\n * The main class of the program.\r\n */\r\npublic c",
"end": 53,
"score": 0.958980917930603,
"start": 49,
"tag": "NAME",
"value": "Enis"
}
] | null | [] | import java.io.IOException;
/**
*
* @author Enis
* The main class of the program.
*/
public class Main
{
/**
* @param args the command line arguments
*/
public static void main(String[] args) throws IOException
{
System.out.println("File loc: "+FileUtilities.FILE_LOC+"\n... | 522 | 0.590038 | 0.590038 | 22 | 21.727272 | 23.159883 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 12 |
23dab5c95975478e1ec4347473e90e101fe60a1a | 29,420,525,979,426 | c2ef7c48e236c3d1780fdcac75abce25c672c652 | /src/main/java/com/job/designpattern/flyweight/WebsiteFactory.java | 42742cbdc800986b9cf564182f2588852bdecf42 | [] | no_license | ToryZhou/design-pattern | https://github.com/ToryZhou/design-pattern | 8d63b720ef54c9633eb10122c4cbeae45ae7ea1c | c9bcd6ae5cfb398e86d3af9a6a704e70a604b5cd | refs/heads/master | 2022-09-10T09:57:10.616000 | 2022-08-22T02:48:42 | 2022-08-22T02:48:42 | 132,232,311 | 62 | 31 | null | false | 2022-08-22T02:48:43 | 2018-05-05T09:11:57 | 2022-07-19T08:52:02 | 2022-08-22T02:48:43 | 65,903 | 52 | 28 | 0 | Java | false | false | package com.job.designpattern.flyweight;
import java.util.Hashtable;
public class WebsiteFactory {
private Hashtable<String, Website> hashtable = new Hashtable<>();
public Website getWebsiteCategory(String key) {
if (!hashtable.contains(key)) {
hashtable.put(key, new ConcreteWebsite(key)... | UTF-8 | Java | 455 | java | WebsiteFactory.java | Java | [] | null | [] | package com.job.designpattern.flyweight;
import java.util.Hashtable;
public class WebsiteFactory {
private Hashtable<String, Website> hashtable = new Hashtable<>();
public Website getWebsiteCategory(String key) {
if (!hashtable.contains(key)) {
hashtable.put(key, new ConcreteWebsite(key)... | 455 | 0.657143 | 0.657143 | 19 | 22.947369 | 21.816154 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 12 |
5adbfb3fdb249509d9738ee90395733d976dbd5d | 29,420,525,980,475 | 99360a7b51c1674c0352b9c073a2aceea749b564 | /valkyrie-rcp-core/src/main/java/org/valkyriercp/widget/table/glazedlists/GlazedListsSupport.java | c1c2c4635024a0ba012339984362a3795f66424e | [
"Apache-2.0"
] | permissive | lievendoclo/Valkyrie-RCP | https://github.com/lievendoclo/Valkyrie-RCP | c8e782a659c1c52d8e5cd19bb8ccbbe5fffe798b | eef9cbd2957524378b84fbf6446a3754ae6b7343 | refs/heads/master | 2021-07-04T17:50:18.891000 | 2021-03-23T20:31:08 | 2021-03-23T20:31:08 | 3,993,169 | 7 | 3 | Apache-2.0 | false | 2021-06-07T18:20:19 | 2012-04-11T12:23:15 | 2021-03-23T20:33:51 | 2021-06-07T18:20:18 | 8,371 | 23 | 10 | 6 | Java | false | false | /**
* Copyright (C) 2015 Valkyrie RCP
*
* 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 t... | UTF-8 | Java | 4,078 | java | GlazedListsSupport.java | Java | [
{
"context": "/**\n * Copyright (C) 2015 Valkyrie RCP\n *\n * Licensed under the Apache License, Vers",
"end": 34,
"score": 0.8394527435302734,
"start": 26,
"tag": "NAME",
"value": "Valkyrie"
}
] | null | [] | /**
* Copyright (C) 2015 Valkyrie RCP
*
* 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 t... | 4,078 | 0.586317 | 0.580922 | 132 | 29.886364 | 25.551981 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.371212 | false | false | 12 |
d7d16206e755c822b845001bacd5660c603a456a | 23,768,349,034,959 | 041535defb1fa30280915245dac5f3a24b60a935 | /RendirProyectos/src/java/com/ozdev/mail/utils/MailTransporter.java | 8b7b12f430b326b28dced34a5ce0a6649dc81996 | [] | no_license | google-code/actividadesproyectos | https://github.com/google-code/actividadesproyectos | fbb66a93b6b61d7e635c2fcb785cf5628b50cd36 | 708d8cb80224e3f10d6c1b65b161df2256220834 | refs/heads/master | 2016-09-06T19:25:25.781000 | 2015-03-13T18:31:24 | 2015-03-13T18:31:24 | 32,173,705 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.ozdev.mail.utils;
import com.ozdev.comun.alltest.App;
import java.util.Properties;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.mail.MessagingException;
import jav... | UTF-8 | Java | 2,048 | java | MailTransporter.java | Java | [
{
"context": ".mail.internet.MimeMessage;\r\n\r\n/**\r\n *\r\n * @author rberrezueta\r\n */\r\npublic class MailTransporter {\r\n \r\n p",
"end": 486,
"score": 0.9995610117912292,
"start": 475,
"tag": "USERNAME",
"value": "rberrezueta"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.ozdev.mail.utils;
import com.ozdev.comun.alltest.App;
import java.util.Properties;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.mail.MessagingException;
import jav... | 2,048 | 0.585938 | 0.585938 | 81 | 23.283951 | 20.973372 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.54321 | false | false | 12 |
eb25635db192d7f3f6d2b59b3c2b90ec0b88eca9 | 17,540,646,468,042 | ab0f79892c8bdb34cf9b192295248dd65342a4e1 | /com/shamchat/models/FriendGroup.java | edd7b5d261f9c2cb5282efeb0f9e1d9870f1399d | [] | no_license | jozn/Salam | https://github.com/jozn/Salam | 0dac7ce3fd8f8473a7124b5a0a23dd7c13b5798a | 322282e55bff78094745f787d1463b1ec5f6248c | refs/heads/master | 2021-01-20T03:22:24.212000 | 2016-02-04T11:23:27 | 2016-02-04T11:23:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shamchat.models;
import android.content.Context;
import android.database.Cursor;
import com.shamchat.androidclient.data.UserProvider;
public final class FriendGroup {
public static String CHAT_ROOM_NAME;
public static String DB_ID;
public static String DB_NAME;
public static String DB_RECO... | UTF-8 | Java | 1,362 | java | FriendGroup.java | Java | [] | null | [] | package com.shamchat.models;
import android.content.Context;
import android.database.Cursor;
import com.shamchat.androidclient.data.UserProvider;
public final class FriendGroup {
public static String CHAT_ROOM_NAME;
public static String DB_ID;
public static String DB_NAME;
public static String DB_RECO... | 1,362 | 0.651982 | 0.651248 | 44 | 29.954546 | 24.346882 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 12 |
9af21fe86781aecad0a7fb94b9c9b5f8aa6e45cd | 33,088,428,099,688 | 5bdf8d52abad074fe428a430f359aad07763679d | /app/src/main/java/com/example/acer/bakingapp/ItemDetailActivity.java | bac644aac57c3b5bbf283f8edf2be1d5e3789f0d | [] | no_license | PujithaKurakula/BakingApp | https://github.com/PujithaKurakula/BakingApp | 1b36fe8ab6befd1144d60895c7223c1b08f7cc77 | 6d5dc104b00504ff60b5a7511ad01631e41fac2f | refs/heads/master | 2022-11-21T13:27:46.722000 | 2020-07-08T13:25:31 | 2020-07-08T13:25:31 | 278,090,675 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.acer.bakingapp;
import android.annotation.TargetApi;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.RequiresApi;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.support.v7.app.AppCompatActivity;
... | UTF-8 | Java | 2,909 | java | ItemDetailActivity.java | Java | [] | null | [] | package com.example.acer.bakingapp;
import android.annotation.TargetApi;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.RequiresApi;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.support.v7.app.AppCompatActivity;
... | 2,909 | 0.673771 | 0.672052 | 80 | 35.375 | 23.302561 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6125 | false | false | 12 |
4c3fc855aeb1df52eed02e6d7543f43f52f0b47d | 2,516,850,851,279 | a1dc7ab48766dbc3600fdc37ad5a443657589ec2 | /src/main/java/net/floodlightcontroller/devicemanager/internal/DeviceIndex.java | dd3702cc9ebbef8fe603e39209ee3d8a6ea27a3b | [
"Apache-2.0"
] | permissive | medic0803/Ginkgo-RnD-Project-Floodlight | https://github.com/medic0803/Ginkgo-RnD-Project-Floodlight | ebb5418d4615d6242da5a32a0c45a14cf85d9c5a | 784cbd1808d9b6e24d60bc2c875d2c5461b3cdc9 | refs/heads/dev | 2023-04-29T14:43:51.469000 | 2021-05-17T13:00:29 | 2021-05-17T13:00:29 | 324,116,410 | 3 | 0 | Apache-2.0 | false | 2021-05-13T11:00:03 | 2020-12-24T09:20:01 | 2021-05-13T10:52:27 | 2021-05-13T11:00:02 | 5,517 | 3 | 0 | 1 | Java | false | false | /**
* Copyright 2012 Big Switch Networks, Inc.
* Originally created by David Erickson, Stanford University
*
* 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://... | UTF-8 | Java | 4,039 | java | DeviceIndex.java | Java | [
{
"context": " Switch Networks, Inc. \n* Originally created by David Erickson, Stanford University\n* \n* Licensed under the A",
"end": 92,
"score": 0.9997621774673462,
"start": 78,
"tag": "NAME",
"value": "David Erickson"
}
] | null | [] | /**
* Copyright 2012 Big Switch Networks, Inc.
* Originally created by <NAME>, Stanford University
*
* 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.apac... | 4,031 | 0.656846 | 0.654865 | 117 | 33.529915 | 26.727358 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 12 |
9352756a3508f16c005c9a0f65b0fdb7c440c11a | 23,828,478,574,297 | 788ce09298c45e323920ac5f3d84ad6cd4f5f613 | /src/main/java/com/java_test/App.java | 2df135d4921d323faf5b6cd6029da9101f27ca4d | [] | no_license | amitpl/java-test | https://github.com/amitpl/java-test | d3877167b39cd115a8d0e661689191c183fcfd53 | 61f95e38171f97862066141b2050c750d5653a4c | refs/heads/master | 2020-05-15T13:36:28.696000 | 2014-08-20T13:36:22 | 2014-08-20T13:36:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.java_test;
import java.io.IOException;
import org.apache.commons.lang3.exception.ExceptionUtils;
import com.google.gson.Gson;
import com.java_test.csv.CSVFileWriter;
import com.java_test.http.HttpSender;
import com.java_test.http.HttpSender.TransportException;
import com.java_test.json.GetSuggestionRespo... | UTF-8 | Java | 1,509 | java | App.java | Java | [] | null | [] | package com.java_test;
import java.io.IOException;
import org.apache.commons.lang3.exception.ExceptionUtils;
import com.google.gson.Gson;
import com.java_test.csv.CSVFileWriter;
import com.java_test.http.HttpSender;
import com.java_test.http.HttpSender.TransportException;
import com.java_test.json.GetSuggestionRespo... | 1,509 | 0.638171 | 0.634858 | 47 | 31.106382 | 34.592606 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.595745 | false | false | 12 |
c3b564e70739bc12f6af05bda75907c9c4640a83 | 34,016,140,997,437 | cd95e7264db90f5566c93e0a5a3690c773d0f4cc | /app/src/main/java/com/anikrajc/remote/ui/fragments/SeasonFragment.java | a005c9314f669a88e2576e65ee5da40e1daecd52 | [
"Apache-2.0"
] | permissive | anikraj1994/Remote | https://github.com/anikraj1994/Remote | 50cfec4ef2e439896300791e91cf83e9dd17f941 | fd9a87a9d4c3c8586809a817f4ce12f11cf80001 | refs/heads/master | 2020-02-22T08:14:58.614000 | 2017-08-11T22:51:42 | 2017-08-11T22:51:42 | 100,073,878 | 7 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.anikrajc.remote.ui.fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
imp... | UTF-8 | Java | 3,671 | java | SeasonFragment.java | Java | [
{
"context": "parator;\nimport java.util.List;\n\n/**\n * Created by anik on 08/08/17.\n */\n\npublic class SeasonFragment ext",
"end": 747,
"score": 0.9931378364562988,
"start": 743,
"tag": "USERNAME",
"value": "anik"
}
] | null | [] | package com.anikrajc.remote.ui.fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
imp... | 3,671 | 0.623263 | 0.61945 | 113 | 31.486725 | 28.89196 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.654867 | false | false | 12 |
7dfb519cc39b7cfe4ff36486b072f00faa7c58b0 | 19,825,569,088,195 | caeb322fcb641de334ee05f87467cb42a6571830 | /src/main/java/pages/environment/InsideEnvironmentPage.java | 19f55a599c9901de812984a313b25766d6bdffad | [] | no_license | catalin-parvana/nirmataPE | https://github.com/catalin-parvana/nirmataPE | 292700698fe697855c2575c3879508f4fa5c66e2 | 10f7ef3be010d1b69f4b37fc430acc25dd13c966 | refs/heads/master | 2022-10-23T18:37:12.828000 | 2020-05-20T19:28:52 | 2020-05-20T19:28:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pages.environment;
import com.codeborne.selenide.SelenideElement;
import org.openqa.selenium.WebDriver;
import pages.catalog.catalog.InsideApplicationPage;
import utils.LibraryUtils;
import static com.codeborne.selenide.Condition.*;
import static com.codeborne.selenide.Selenide.*;
import static org.testng.Ass... | UTF-8 | Java | 7,549 | java | InsideEnvironmentPage.java | Java | [] | null | [] | package pages.environment;
import com.codeborne.selenide.SelenideElement;
import org.openqa.selenium.WebDriver;
import pages.catalog.catalog.InsideApplicationPage;
import utils.LibraryUtils;
import static com.codeborne.selenide.Condition.*;
import static com.codeborne.selenide.Selenide.*;
import static org.testng.Ass... | 7,549 | 0.684462 | 0.683932 | 177 | 41.649719 | 35.67004 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655367 | false | false | 12 |
62e8085d3154bf044c6f717e7547901fc55d7447 | 36,352,603,216,895 | 6d3cf1d1f521ff5694da04037049b8dfb95700a3 | /src/com/cathalnoonan/query/Sort.java | 8e4014240cd37d496ca5460a81992868f2e9145f | [] | no_license | cathalnoonan/JavaSorting | https://github.com/cathalnoonan/JavaSorting | 7718e76b840afd21a68b12128118f24025a1d19c | 97bca1f9349ddd2aa0f04675d5b0cd41ab5f8c01 | refs/heads/master | 2018-09-20T09:49:05.487000 | 2018-06-19T16:03:57 | 2018-06-19T16:03:57 | 135,006,138 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cathalnoonan.query;
import java.util.List;
public class Sort {
/**
* Sorts a generic collection by a given key.
*
* Uses the Quick Sort algorithm to sort the collection.
*
* @param collection Collection to be sorted.
* @param predicate Return the field intended to... | UTF-8 | Java | 7,119 | java | Sort.java | Java | [] | null | [] | package com.cathalnoonan.query;
import java.util.List;
public class Sort {
/**
* Sorts a generic collection by a given key.
*
* Uses the Quick Sort algorithm to sort the collection.
*
* @param collection Collection to be sorted.
* @param predicate Return the field intended to... | 7,119 | 0.563843 | 0.557803 | 177 | 39.220341 | 38.042084 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.514124 | false | false | 12 |
b4ac98d3d8188accbdd2bf816c45405880774bcb | 31,756,988,252,420 | d5072fbeaa5bf7e4f09830b8f0fc837226468248 | /src/더블릿/threeeight.java | a3e3e8ad0d0c544674961e2b8681bed50a7727e8 | [] | no_license | anseohyun/javadouble | https://github.com/anseohyun/javadouble | 058ef779e7ab7207d8ae008358c42834727cf331 | 7a3d4115990dfb42cd6652a3a07883d9d10d31c3 | refs/heads/master | 2021-01-02T02:13:50.649000 | 2020-03-22T02:33:46 | 2020-03-22T02:33:46 | 239,449,472 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // 프로그램 명: 1ton1
// 제한시간: 1 초
//
// 자연수 n 을 입력으로 받아 1 부터 n 까지의 보기의 예와 같이 출력하는 프로그램을 작성하시오.
//
// 입력
// 1000 이하의 자연수가 입력으로 주어진다.
// 출력
// 보기에 제시된 형식으로 출력 한다. 출력되는 문자사이에 공백은 없다.
//
// 입출력 예
// 입력
// 5
// 출력
// 1+2+3+4+5=15
package 더블릿;
import java.util.Scanner;
public class threeeight {
publ... | UHC | Java | 819 | java | threeeight.java | Java | [] | null | [] | // 프로그램 명: 1ton1
// 제한시간: 1 초
//
// 자연수 n 을 입력으로 받아 1 부터 n 까지의 보기의 예와 같이 출력하는 프로그램을 작성하시오.
//
// 입력
// 1000 이하의 자연수가 입력으로 주어진다.
// 출력
// 보기에 제시된 형식으로 출력 한다. 출력되는 문자사이에 공백은 없다.
//
// 입출력 예
// 입력
// 5
// 출력
// 1+2+3+4+5=15
package 더블릿;
import java.util.Scanner;
public class threeeight {
publ... | 819 | 0.522095 | 0.492635 | 40 | 13.275 | 14.383997 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4 | false | false | 12 |
48dcac77c99ff7f4618d513f6a9cdc7f8bc91b56 | 38,706,245,284,224 | 449afe56d7be449eaca68c1d9b0a5a65a67f8bcb | /TP BIG-DATA/Projet/Projet/P1/mapreduce_maven/src/main/java/mapreduce_maven/KMeans.java | ab6901c0b0fbcc7cfeca5a45e985b04154602d61 | [] | no_license | lassouani/BigDataProject | https://github.com/lassouani/BigDataProject | 192abb56f4c9f5415e25e20fdbb90c10a10bac88 | 6855b2197e54fab4396a7bae281d3c841c7ee802 | refs/heads/master | 2020-06-14T06:11:34.323000 | 2017-02-14T22:26:43 | 2017-02-14T22:26:43 | 75,223,289 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mapreduce_maven;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.util.ArrayList;
import java.util.List;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSyst... | UTF-8 | Java | 7,774 | java | KMeans.java | Java | [] | null | [] | package mapreduce_maven;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.util.ArrayList;
import java.util.List;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSyst... | 7,774 | 0.678263 | 0.67414 | 263 | 28.513308 | 25.743374 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.809886 | false | false | 5 |
46bd1bbc664b329ba8fd362860decc46d5dda80d | 35,381,940,614,274 | d9a3d8299c93bb88e274290893ed8f95c9dd9762 | /OpenGL8/app/src/main/java/jp/ohwada/android/opengl8/SampleGLSurfaceViewRenderer.java | 43b552fbe491bdfb4017422beec7df8155102368 | [] | no_license | lzzkdxc/Android_Samples | https://github.com/lzzkdxc/Android_Samples | 67d11ca20b06ee7edeea3e4480049693f3795aad | 2c6649fef782f926a1a187d4500805c70b8c316d | refs/heads/master | 2020-12-14T00:19:21.916000 | 2020-01-16T04:24:37 | 2020-01-16T04:24:37 | 234,574,842 | 1 | 0 | null | true | 2020-01-17T15:17:49 | 2020-01-17T15:17:49 | 2020-01-16T14:23:57 | 2020-01-16T04:24:47 | 921,630 | 0 | 0 | 0 | null | false | false | /**
* OpenGL ES2.0 Sample
* draw Square and scaling Triangle
* 2019-10-01 K.OHWADA
* original : https://github.com/JimSeker/opengl/tree/master/HelloOpenGLES20
*/
package jp.ohwada.android.opengl8;
/*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (t... | UTF-8 | Java | 6,805 | java | SampleGLSurfaceViewRenderer.java | Java | [
{
"context": "* draw Square and scaling Triangle\n * 2019-10-01 K.OHWADA\n * original : https://github.com/JimSeker/opengl/",
"end": 89,
"score": 0.9998270869255066,
"start": 81,
"tag": "NAME",
"value": "K.OHWADA"
},
{
"context": "9-10-01 K.OHWADA\n * original : https://github.com/... | null | [] | /**
* OpenGL ES2.0 Sample
* draw Square and scaling Triangle
* 2019-10-01 K.OHWADA
* original : https://github.com/JimSeker/opengl/tree/master/HelloOpenGLES20
*/
package jp.ohwada.android.opengl8;
/*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (t... | 6,805 | 0.649816 | 0.628362 | 259 | 25.277992 | 25.541849 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.490348 | false | false | 5 |
21c0a8b5cc316413bb59d9c983e89f17e1ac48a6 | 38,208,029,080,676 | cc2bffa7b1ffb4f6d3728a3e2ef8c9d74695c1ec | /app/src/main/java/com/faceng/jetpackdemo/entity/User.java | d25a02009f880540b4af6c07920b8d3cbc9a4273 | [] | no_license | zengfa/jetpackdemo | https://github.com/zengfa/jetpackdemo | 626648abc183a773a8a3219878a19daefd11655a | 2da140b5fc731fa2c9e556c241a216af92db50aa | refs/heads/main | 2023-01-28T22:41:38.299000 | 2020-12-07T14:54:37 | 2020-12-07T14:54:37 | 319,345,643 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.faceng.jetpackdemo.entity;
import androidx.annotation.NonNull;
import androidx.room.ColumnInfo;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
@Entity(tableName = "user_table")
public class User {
@PrimaryKey
@NonNull
@ColumnInfo(name = "user")
private String mUser;
public ... | UTF-8 | Java | 408 | java | User.java | Java | [] | null | [] | package com.faceng.jetpackdemo.entity;
import androidx.annotation.NonNull;
import androidx.room.ColumnInfo;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
@Entity(tableName = "user_table")
public class User {
@PrimaryKey
@NonNull
@ColumnInfo(name = "user")
private String mUser;
public ... | 408 | 0.742647 | 0.742647 | 19 | 20.526316 | 16.384745 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 5 |
968b058dce61477bec3ed18e39b32a6dc2efa426 | 21,998,822,538,255 | cfe621e8c36e6ac5053a2c4f7129a13ea9f9f66b | /AndroidApplications/com.zeptolab.ctr.ads-912244/src/a/a/w.java | 61beef48485a3bdab216a17f117bfe8dc6f0eeb3 | [] | no_license | linux86/AndoirdSecurity | https://github.com/linux86/AndoirdSecurity | 3165de73b37f53070cd6b435e180a2cb58d6f672 | 1e72a3c1f7a72ea9cd12048d9874a8651e0aede7 | refs/heads/master | 2021-01-11T01:20:58.986000 | 2016-04-05T17:14:26 | 2016-04-05T17:14:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package a.a;
public abstract class w {
public abstract void a();
public abstract void a(l lVar);
} | UTF-8 | Java | 108 | java | w.java | Java | [] | null | [] | package a.a;
public abstract class w {
public abstract void a();
public abstract void a(l lVar);
} | 108 | 0.666667 | 0.666667 | 7 | 14.571428 | 13.885832 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 5 |
852b48c3bdcecd0faaa1913481517888d6ac5385 | 37,520,834,324,394 | 49795f863037438be70eec7882301c50e369e92e | /coding/src/TwoStrings.java | cec27d05129c5f054e945e5e3268a7ebbddd0b85 | [] | no_license | anshu1106/Algo-Practice-Problems | https://github.com/anshu1106/Algo-Practice-Problems | 32aaaa202ad4e915498669b578d3dc21af264224 | ea13cad09cbd784c2f2223dacae845fef87a2e05 | refs/heads/master | 2021-01-19T02:43:29.920000 | 2016-07-28T16:45:19 | 2016-07-28T16:45:19 | 28,168,184 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
class TwoStrings {
public static void main(String args[])
{
Scanner in = new Scanner(System.in);
int count = in.nextInt();
boolean flag;
for (int i=0;i<count;i++)
{
flag = false;
int lettersArray[] = new int[26];
String a=in.next();
String b = in.next();
for ( in... | UTF-8 | Java | 724 | java | TwoStrings.java | Java | [] | null | [] | import java.util.Scanner;
class TwoStrings {
public static void main(String args[])
{
Scanner in = new Scanner(System.in);
int count = in.nextInt();
boolean flag;
for (int i=0;i<count;i++)
{
flag = false;
int lettersArray[] = new int[26];
String a=in.next();
String b = in.next();
for ( in... | 724 | 0.54558 | 0.535912 | 43 | 15.83721 | 14.764713 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.046512 | false | false | 5 |
31792b9775ccc71143f5fcfcb9ceca53c6ef54ae | 37,984,690,787,674 | ab2432c3898a953d5a12ca3f1091b41de33570a3 | /GaragemModel/src/main/java/com/academico/garagem/model/entity/Garage.java | 13e6945f0eb64ca9892fcd7ad9ce3185e5b0ed07 | [] | no_license | JenniferBorges/GaragemVirtual-TCC-Faitec2018 | https://github.com/JenniferBorges/GaragemVirtual-TCC-Faitec2018 | 3cabbfd18093218e779aa337313efc8e99265ada | 27a1c75f7eb22f5de318d2879888cb7d268a2725 | refs/heads/master | 2020-04-19T23:55:23.049000 | 2019-01-31T10:49:38 | 2019-01-31T10:49:38 | 168,509,308 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.academico.garagem.model.entity;
import com.academico.garagem.model.base.BaseEntity;
import com.fasterxml.jackson.a... | UTF-8 | Java | 7,120 | java | Garage.java | Java | [
{
"context": "nd.annotation.XmlTransient;\r\n\r\n/**\r\n *\r\n * @author mathe\r\n */\r\n@Entity\r\n@Table(name = \"garage\")\r\n@XmlRootE",
"end": 1044,
"score": 0.8460075259208679,
"start": 1039,
"tag": "USERNAME",
"value": "mathe"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.academico.garagem.model.entity;
import com.academico.garagem.model.base.BaseEntity;
import com.fasterxml.jackson.a... | 7,120 | 0.638764 | 0.636798 | 237 | 28.042194 | 27.032999 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.468354 | false | false | 5 |
20a16fdd5c7f5b13d218347d04981f8cdf335530 | 34,419,867,963,041 | 1bb92e8d2b2d221cb6b6f66fd17348355a9a17a2 | /app/src/main/java/com/clientBase/util/URLDrawable.java | 190d57f4182d5f85d166fa6eb5644cb9ef5067df | [] | no_license | xujunhua555/shopclient1 | https://github.com/xujunhua555/shopclient1 | 5177a6553b25c2f6608560bbc94f1c5420a697cb | 4a44ec7864922cd60b8d245aeed34374ddc26ec6 | refs/heads/master | 2022-06-14T17:34:27.080000 | 2020-05-04T17:19:51 | 2020-05-04T17:19:51 | 261,188,145 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.clientBase.util;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
public class URLDrawable extends BitmapDrawable {
protected Drawable drawable;
public Bitmap bitmap;
@Override
pub... | UTF-8 | Java | 501 | java | URLDrawable.java | Java | [] | null | [] | package com.clientBase.util;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
public class URLDrawable extends BitmapDrawable {
protected Drawable drawable;
public Bitmap bitmap;
@Override
pub... | 501 | 0.706587 | 0.702595 | 24 | 18.875 | 17.340494 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.291667 | false | false | 5 |
ecbccb24df31b90e6552f377bfc698083820431d | 27,204,322,915,350 | 1ce5be8183cd7cdf72551df788f8b67b0b4c4d3f | /parent/rest/src/main/java/br/com/pojo/Menu.java | 71c4ad9f054cf570df68eae12a5827db9a6841f1 | [
"Apache-2.0"
] | permissive | DaviCastro/FrameWork | https://github.com/DaviCastro/FrameWork | 381393cac42779ddefdbd822873a015dd57fed48 | b93fac2dc9d1f3a472f8be0745f18986cb7f0ed1 | refs/heads/master | 2021-01-23T11:48:11.465000 | 2015-01-06T19:16:37 | 2015-01-06T19:16:37 | 24,986,213 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.pojo;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.ElementCollection;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
imp... | UTF-8 | Java | 3,653 | java | Menu.java | Java | [] | null | [] | package br.com.pojo;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.ElementCollection;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
imp... | 3,653 | 0.678894 | 0.670682 | 164 | 21.274391 | 19.127724 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.579268 | false | false | 5 |
1fd665a673308613d33da16d3ce05c8cfb4101f1 | 31,817,117,780,976 | 57b61a73ff4cc75d8dbb79b5e511208c1ea9f4db | /BayesNetDFSGraph.java | b45fbe22387a8f3b3d73dd7792365c07332ddc3a | [] | no_license | caseycode/ProbabilityBaySample | https://github.com/caseycode/ProbabilityBaySample | 03ab5830ac016e885111ec679b39d39dba559419 | e824e8a828dfb7a32be45ae53fb73813a04629a7 | refs/heads/master | 2021-01-21T12:40:40.078000 | 2012-12-14T04:37:43 | 2012-12-14T04:37:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bnp;
import java.util.ArrayList;
/*
* class BayesNetDFSGraph:
*
* Using a Depth First Search (DFS) algorithm,
* this class finds an elimination sequence that
* has a small total table size.
*
*
* A BayesNetDFSGraph object is constructed with a BayesNetGraph object.
*
* BayesNetDFSGraph makes it... | UTF-8 | Java | 18,648 | java | BayesNetDFSGraph.java | Java | [] | null | [] | package bnp;
import java.util.ArrayList;
/*
* class BayesNetDFSGraph:
*
* Using a Depth First Search (DFS) algorithm,
* this class finds an elimination sequence that
* has a small total table size.
*
*
* A BayesNetDFSGraph object is constructed with a BayesNetGraph object.
*
* BayesNetDFSGraph makes it... | 18,648 | 0.703882 | 0.702059 | 597 | 30.236181 | 21.982622 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.159129 | false | false | 5 |
22dba112eaf6baafb3f9196aeac719fc0e37880d | 29,420,525,984,071 | 9f2e5bee437ec9542995eab6bb2a3e4b0c186231 | /wicket/src/main/java/org/apache/wicket/session/DefaultPageFactory.java | 0b3c40b5cf1221be77830a0350b41ccbfb2bb133 | [
"LicenseRef-scancode-generic-export-compliance",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CDDL-1.0",
"MIT",
"LicenseRef-scancode-public-domain",
"X11",
"Apache-1.1",
"LicenseRef-scancode-oswego-concurrent",
"BSD-3-Clause"
] | permissive | astubbs/wicket.get-portals2 | https://github.com/astubbs/wicket.get-portals2 | 5498dbf711788933303040f61bda7b2979472c18 | 6ceca0773ab057880643ba2bd87eb18855e04082 | refs/heads/portal-javadoc | 2023-07-09T12:48:38.796000 | 2008-10-09T16:54:16 | 2008-10-09T16:54:16 | 61,109 | 2 | 0 | Apache-2.0 | false | 2022-06-10T22:44:44 | 2008-10-09T10:13:28 | 2019-08-13T13:37:34 | 2022-06-10T22:44:42 | 49,636 | 2 | 0 | 4 | null | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | UTF-8 | Java | 5,643 | java | DefaultPageFactory.java | Java | [
{
"context": "(IPageFactory)\n * @see IPageFactory\n * \n * @author Juergen Donnerstag\n * @author Jonathan Locke\n */\npublic final class ",
"end": 1491,
"score": 0.9998669028282166,
"start": 1473,
"tag": "NAME",
"value": "Juergen Donnerstag"
},
{
"context": "ctory\n * \n * @author ... | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | 5,623 | 0.718767 | 0.718058 | 184 | 29.673914 | 28.515675 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.815217 | false | false | 5 |
31883b49bb5ee5d7797dbe940f28bc15c68597b2 | 8,718,783,649,601 | 3a26a2426c24fe630994832d76d62da8f0978d1c | /app/src/main/java/com/example/study/fourth_pass_animation/DrawableAnimActivity.java | ac18a5b0f03a71c085a570c32d94408b631d1a89 | [] | no_license | swallowwen/Android_Element_Study | https://github.com/swallowwen/Android_Element_Study | 46d6be8aae936bbb548dec330688b8dedfbb31db | d2cf566c2b25c1aaf57deccfc02c387642ba6a52 | refs/heads/master | 2020-04-10T21:54:37.104000 | 2019-04-04T09:19:49 | 2019-04-04T09:19:49 | 161,310,057 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.study.fourth_pass_animation;
import android.graphics.drawable.AnimationDrawable;
import android.os.Bundle;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import android.widget.ImageView;
import com.example.study.R;
/**
* 帧动画
* Created by swallow on 2018/12... | UTF-8 | Java | 1,739 | java | DrawableAnimActivity.java | Java | [
{
"context": "ort com.example.study.R;\n\n/**\n * 帧动画\n * Created by swallow on 2018/12/20.\n */\n\npublic class DrawableAnimActi",
"end": 309,
"score": 0.9996806383132935,
"start": 302,
"tag": "USERNAME",
"value": "swallow"
}
] | null | [] | package com.example.study.fourth_pass_animation;
import android.graphics.drawable.AnimationDrawable;
import android.os.Bundle;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import android.widget.ImageView;
import com.example.study.R;
/**
* 帧动画
* Created by swallow on 2018/12... | 1,739 | 0.751298 | 0.725909 | 40 | 42.325001 | 31.385815 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.825 | false | false | 5 |
14264a2767c83bc5b2606603433037bbff788193 | 14,431,090,124,402 | 6cdf277f6e322f20adf147713f1ef8366a854192 | /src/view/IPlayerInterface.java | d68070f4d836d6172f09342d58a449890a95f280 | [
"MIT"
] | permissive | andrewbharrisiv/NineManMorris | https://github.com/andrewbharrisiv/NineManMorris | 898ce66bb0f9b895fff2e7bd33516196c9cdeea2 | 969973aa4e49984c4a6d01b25ad8e260e79cb68d | refs/heads/master | 2015-08-13T06:01:39 | 2014-12-12T22:24:49 | 2014-12-12T22:24:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package view;
import controller.IController;
import model.MoveInfo;
public interface IPlayerInterface {
/**
* Update the IPlayerInterface with game information from game board and
* game state.
* @param currentState
* Model of the game that keeps track of following states:
* boardState
* star... | UTF-8 | Java | 562 | java | IPlayerInterface.java | Java | [] | null | [] | package view;
import controller.IController;
import model.MoveInfo;
public interface IPlayerInterface {
/**
* Update the IPlayerInterface with game information from game board and
* game state.
* @param currentState
* Model of the game that keeps track of following states:
* boardState
* star... | 562 | 0.743772 | 0.743772 | 23 | 23.434782 | 22.115952 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.869565 | false | false | 5 |
40dbf0db95b7f555f92596352d75db7bf1a2559d | 14,431,090,125,244 | 4a44e30c1132b5e84423f2befc431a1d0088ca30 | /src/com/paulinefeytel/tests/AllListsTest.java | c549052b7267282ee04d1f22833f43b30f06df22 | [] | no_license | pauline-f/MyVocabulary | https://github.com/pauline-f/MyVocabulary | ccaa452a1e41361db47d401536672d418347dd0c | 4127df31a11bdeb14e506b8738b12d9af789a9b9 | refs/heads/master | 2021-05-07T08:33:17.823000 | 2017-11-20T21:13:06 | 2017-11-20T21:13:06 | 109,308,832 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.paulinefeytel.tests;
import com.paulinefeytel.model.AllLists;
import com.paulinefeytel.model.ListWord;
import org.junit.Test;
import static org.junit.Assert.*;
public class AllListsTest {
@Test
public void findAList() {
AllLists allLists = new AllLists();
ListWord list1 = new Lis... | UTF-8 | Java | 601 | java | AllListsTest.java | Java | [] | null | [] | package com.paulinefeytel.tests;
import com.paulinefeytel.model.AllLists;
import com.paulinefeytel.model.ListWord;
import org.junit.Test;
import static org.junit.Assert.*;
public class AllListsTest {
@Test
public void findAList() {
AllLists allLists = new AllLists();
ListWord list1 = new Lis... | 601 | 0.673877 | 0.66223 | 23 | 25.173914 | 18.79096 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.608696 | false | false | 5 |
19c6261a7ef35f651118e0c93e510568c7a53e95 | 14,431,090,124,510 | 1a16ffe491fd7c1d66dbe29c36b0cc421f1a13ff | /mybatis/mybatis04design/src/main/java/cn/dave/mybatis/cfg/Mapper.java | 58977978b89d3da7e676a3e098af49217521ea5b | [] | no_license | dave0824/ssm | https://github.com/dave0824/ssm | d8c00e8dc8016c0f42eb5b0a1df71075153c7e89 | 0a72c934bea28add2d3bedd9730e17631f4d35fc | refs/heads/master | 2022-12-23T13:48:11.133000 | 2019-08-29T13:42:48 | 2019-08-29T13:42:48 | 205,171,046 | 0 | 0 | null | false | 2022-12-15T23:57:51 | 2019-08-29T13:32:21 | 2019-08-29T13:47:47 | 2022-12-15T23:57:48 | 73,420 | 0 | 0 | 46 | JavaScript | false | false | package cn.dave.mybatis.cfg;
/**
* @program: mybatis04design
* @description:用于封装执行SQL语句和结果类型的全限定类名
* @author: dave
* @create: 2019-06-24 11:23
**/
public class Mapper {
private String queryString;
private String resultType;
public String getQueryString() {
return queryString;
}
publ... | UTF-8 | Java | 617 | java | Mapper.java | Java | [
{
"context": " * @description:用于封装执行SQL语句和结果类型的全限定类名\n * @author: dave\n * @create: 2019-06-24 11:23\n **/\n\npublic class M",
"end": 118,
"score": 0.9747213125228882,
"start": 114,
"tag": "USERNAME",
"value": "dave"
}
] | null | [] | package cn.dave.mybatis.cfg;
/**
* @program: mybatis04design
* @description:用于封装执行SQL语句和结果类型的全限定类名
* @author: dave
* @create: 2019-06-24 11:23
**/
public class Mapper {
private String queryString;
private String resultType;
public String getQueryString() {
return queryString;
}
publ... | 617 | 0.663212 | 0.639033 | 29 | 18.965517 | 16.680532 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.241379 | false | false | 5 |
a18d7ed3f5c76f456de3d595ee4e00c092bf2cef | 12,773,232,782,998 | 22a0dd0bc9e45f28d65ae4cac3978917ceb696ac | /app/src/main/java/com/example/administrator/logindemo/fragment/TeamFragment.java | 303697784e26f2960c310769e0b0d8f39e7d6068 | [] | no_license | he1995/basketball | https://github.com/he1995/basketball | 767201a4e42f548a71907f40588e9a28755c4be3 | f33a6e7118f1144e0ceb3a31b66059c8aadd98b6 | refs/heads/master | 2017-01-01T20:40:12.301000 | 2016-09-02T14:05:00 | 2016-09-02T14:05:00 | 65,717,967 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.logindemo.fragment;
import android.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import com.example.administrator.logindemo.ListviewItem.Member;
import com.example.a... | UTF-8 | Java | 2,549 | java | TeamFragment.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Administrator on 2016/8/18.\n */\npublic class TeamFragment exten",
"end": 501,
"score": 0.5680508613586426,
"start": 488,
"tag": "NAME",
"value": "Administrator"
},
{
"context": " Member kobe = new Member(R.drawab... | null | [] | package com.example.administrator.logindemo.fragment;
import android.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import com.example.administrator.logindemo.ListviewItem.Member;
import com.example.a... | 2,549 | 0.677181 | 0.65465 | 61 | 39.016392 | 31.938719 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.311475 | false | false | 5 |
054bbe15099a3d15a314732314a157171f45f58d | 12,369,505,840,451 | 77454dc9ab42abe999c4fb9bba945303469308be | /WebSifa/src/main/java/upacifico/ec/core/entity/Campus.java | a78b8e4b28bbdc74301a0ede4796c8be5a0e9681 | [
"Apache-2.0"
] | permissive | edecisions/sifa | https://github.com/edecisions/sifa | 69078f49bc6a1a342286d0085d612b1671ef263a | 7516ea68788be6a03791c91845388533bebd5940 | refs/heads/master | 2017-12-16T17:32:40.513000 | 2017-02-24T18:39:33 | 2017-02-24T18:39:33 | 77,486,986 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package upacifico.ec.core.entity;
import javax.persistence.*;
import java.util.List;
/**
* Represent the different campus of the university
*
* Pacific University http://upacifico.edu.ec
*
* @author Msc. Ing. Eduardo Alfonso Sanchez eddie.alfonso@gmail.com
* Date & Time: 23/1/2017 12:25
*/
@Entity
@Ta... | UTF-8 | Java | 1,150 | java | Campus.java | Java | [
{
"context": "ty http://upacifico.edu.ec\n *\n * @author Msc. Ing. Eduardo Alfonso Sanchez eddie.alfonso@gmail.com\n * Date & Time: 2",
"end": 239,
"score": 0.9998810887336731,
"start": 216,
"tag": "NAME",
"value": "Eduardo Alfonso Sanchez"
},
{
"context": "ec\n *\n * @author... | null | [] | package upacifico.ec.core.entity;
import javax.persistence.*;
import java.util.List;
/**
* Represent the different campus of the university
*
* Pacific University http://upacifico.edu.ec
*
* @author Msc. Ing. <NAME> <EMAIL>
* Date & Time: 23/1/2017 12:25
*/
@Entity
@Table(name = Module.CORE_PREFIX + "... | 1,117 | 0.635652 | 0.622609 | 52 | 21.115385 | 21.178411 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346154 | false | false | 5 |
7cb86f2dac23bdfd564eeb7bcf432d29eb13a033 | 21,706,764,725,575 | d3a91b8aa81aaaa52a534f6bfa6bb0b9b4dc19ea | /src/main/java/me/search/concept/util/ApplicationUtil.java | 8b05521961cbd9f69343221de02a10250d3af52a | [] | no_license | jecky100000/SearchConcept | https://github.com/jecky100000/SearchConcept | 7a9a5288700aacbdb952d2c4a18f8787bed77379 | 0d544694a980c04a48ba209912c06ddd08733007 | refs/heads/master | 2022-04-20T12:12:10.824000 | 2019-05-18T16:20:45 | 2019-05-18T16:20:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.search.concept.util;
public final class ApplicationUtil {
public static void exit() {
LogUtil.info("退出程序");
System.exit(0);
}
}
| UTF-8 | Java | 174 | java | ApplicationUtil.java | Java | [] | null | [] | package me.search.concept.util;
public final class ApplicationUtil {
public static void exit() {
LogUtil.info("退出程序");
System.exit(0);
}
}
| 174 | 0.620482 | 0.614458 | 10 | 15.6 | 14.766177 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 5 |
167095ce3afca4a20265e09d13594cc063e91f1f | 20,684,562,514,850 | bdb39a2e2b3273b267dbc75e1cabe4849b7f7503 | /src/main/java/com/shanxijuzhi/juzhi/tsak/ExcelManage.java | 2f02e3cd3e6b9468ff0b8a4db051072cf9d8266a | [] | no_license | Zhazhahui8954/test | https://github.com/Zhazhahui8954/test | 69a6efb6636ca06e978e64b33316c3bb66ffb3c0 | e6ccba24468deb333e295a4b8a83c3adfc412c74 | refs/heads/master | 2023-02-17T23:41:27.919000 | 2021-01-21T07:56:40 | 2021-01-21T07:56:40 | 330,573,780 | 0 | 0 | null | false | 2021-01-21T07:56:41 | 2021-01-18T06:21:20 | 2021-01-21T07:14:15 | 2021-01-21T07:56:40 | 1,229 | 0 | 0 | 0 | JavaScript | false | false | /*
package com.shanxijuzhi.juzhi.tsak;*/
/*
package com.shanxijuzhi.juzhi.tsak;
import com.microsoft.schemas.office.visio.x2012.main.CellType;
import com.shanxijuzhi.juzhi.model.TestDataInfo;
import com.sun.rowset.internal.Row;
import javafx.scene.control.Cell;
import org.apache.poi.xssf.usermodel.XSSFCell;
import or... | UTF-8 | Java | 9,579 | java | ExcelManage.java | Java | [] | null | [] | /*
package com.shanxijuzhi.juzhi.tsak;*/
/*
package com.shanxijuzhi.juzhi.tsak;
import com.microsoft.schemas.office.visio.x2012.main.CellType;
import com.shanxijuzhi.juzhi.model.TestDataInfo;
import com.sun.rowset.internal.Row;
import javafx.scene.control.Cell;
import org.apache.poi.xssf.usermodel.XSSFCell;
import or... | 9,579 | 0.576771 | 0.55694 | 286 | 29.856644 | 27.404068 | 117 | false | false | 0 | 0 | 0 | 0 | 71 | 0.016091 | 0.468531 | false | false | 5 |
67da5b671a9f51237619e7e7f3e13dc0b1113913 | 4,226,247,883,098 | 7edbafb8008438177675f20ee8eb19060eef7776 | /src/test/java/ch02/TestEx06.java | 9c222068ed904804bf3f2db053feca1d4fa9816a | [] | no_license | t-kensuke/Java8 | https://github.com/t-kensuke/Java8 | 2f93f51e2cbdc02c9bd737f168d4cb69b85fd7ca | 5525db015756f61748b1be449e442a7cdb0aec5a | refs/heads/master | 2021-01-22T07:39:01.487000 | 2015-05-14T10:43:14 | 2015-05-14T10:43:14 | 23,376,859 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch02;
import java.util.stream.Stream;
import junit.framework.TestCase;
public class TestEx06 extends TestCase{
public void testRand() throws Exception {
Stream<Character> charStream = Ex06.characterStream("abc");
charStream.forEach(c -> System.out.println(c));
}
}
| UTF-8 | Java | 302 | java | TestEx06.java | Java | [] | null | [] | package ch02;
import java.util.stream.Stream;
import junit.framework.TestCase;
public class TestEx06 extends TestCase{
public void testRand() throws Exception {
Stream<Character> charStream = Ex06.characterStream("abc");
charStream.forEach(c -> System.out.println(c));
}
}
| 302 | 0.708609 | 0.688742 | 16 | 16.875 | 20.931063 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 5 |
dfe894bbcc06cc3dc508b3601f201e09834cced5 | 5,978,594,543,014 | 0f7d57c0023968eaa698441a1394ce11b03689fd | /src/main/java/com/gagror/data/AbstractEditableNamedEntity.java | 4f8144d144150b544a4cd71a8e5f6cc89cab2723 | [] | no_license | spacejens/GaGrOr | https://github.com/spacejens/GaGrOr | 2ab9a71b10db664881723e1e0373a83d692017f3 | 5ac2d4039e677704e3af717db00f2f3ff72efd52 | refs/heads/master | 2020-05-31T23:11:41.153000 | 2015-02-22T13:58:03 | 2015-02-22T13:58:03 | 1,086,105 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gagror.data;
import javax.persistence.Column;
import javax.persistence.MappedSuperclass;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@NoArgsConstructor
@MappedSuperclass
public class AbstractEditableNamedEntity extends AbstractEditableEntity implements Named {
@Column(n... | UTF-8 | Java | 570 | java | AbstractEditableNamedEntity.java | Java | [] | null | [] | package com.gagror.data;
import javax.persistence.Column;
import javax.persistence.MappedSuperclass;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@NoArgsConstructor
@MappedSuperclass
public class AbstractEditableNamedEntity extends AbstractEditableEntity implements Named {
@Column(n... | 570 | 0.780702 | 0.780702 | 27 | 20.111111 | 22.193314 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.925926 | false | false | 5 |
25545bd9fb694c7b60952b85e2f8378f23f3168b | 17,669,495,456,748 | 98244b292987bb6016e1e15e2bd14185c09388a5 | /etc/marytts/java/de/dfki/lt/mary/modules/synthesis/FestivalUttSectioner.java | e6dcc8017a977692346a3ea644b5cd54aa09749d | [] | no_license | sal1023/speechapi | https://github.com/sal1023/speechapi | d2a7314a9a0a57149107864b2f5ed3899344a681 | 79e9fc81af0b8d6cfaa5f434af6bbd79203f4449 | refs/heads/master | 2021-01-10T03:58:44.963000 | 2012-06-29T19:42:28 | 2012-06-29T19:42:28 | 48,013,799 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright 2000-2006 DFKI GmbH.
* All Rights Reserved. Use is subject to license terms.
*
* Permission is hereby granted, free of charge, to use and distribute
* this software and its documentation without restriction, including
* without limitation the rights to use, copy, modify, merge, publish,
... | UTF-8 | Java | 2,835 | java | FestivalUttSectioner.java | Java | [] | null | [] | /**
* Copyright 2000-2006 DFKI GmbH.
* All Rights Reserved. Use is subject to license terms.
*
* Permission is hereby granted, free of charge, to use and distribute
* this software and its documentation without restriction, including
* without limitation the rights to use, copy, modify, merge, publish,
... | 2,835 | 0.666314 | 0.659259 | 64 | 42.296875 | 28.481726 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.671875 | false | false | 5 |
ff3546989970ece6075f4d14601bc61963a4a7e2 | 17,669,495,460,891 | 2496007c4aa21c7d2c1af99c21565b8f52ae717f | /BridgeLab/src/com/utility/Utility.java | 4545c2aa63dc96ba2069535cd210b248ce6d0932 | [] | no_license | pankaj739/BridgeLabz | https://github.com/pankaj739/BridgeLabz | 7bb2d7ba0a97cea7a1a33df142703e5dbad91801 | ace1d0ef0b37fdc4c88f99329742dee48704ba85 | refs/heads/master | 2020-07-05T16:48:37.611000 | 2019-08-16T10:01:53 | 2019-08-16T10:01:53 | 202,703,382 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.utility;
import java.util.Arrays;
import com.bridgelab.datastruture.com.MyDeque;
import com.bridgelab.datastruture.com.Node;
public class Utility {
public static void bubbleString(String[] arr) {
String temp;
System.out.println("Strings in sorted order: ");
for(int i=0;i<arr.length;i++) {
for(i... | UTF-8 | Java | 9,515 | java | Utility.java | Java | [] | null | [] | package com.utility;
import java.util.Arrays;
import com.bridgelab.datastruture.com.MyDeque;
import com.bridgelab.datastruture.com.Node;
public class Utility {
public static void bubbleString(String[] arr) {
String temp;
System.out.println("Strings in sorted order: ");
for(int i=0;i<arr.length;i++) {
for(i... | 9,515 | 0.422701 | 0.397583 | 508 | 17.236221 | 23.212543 | 130 | false | false | 0 | 0 | 0 | 0 | 140 | 0.203363 | 1.679134 | false | false | 5 |
7f32e144a23fb2ec8a2cf0bd2314d3ea8fbd0aca | 21,328,807,594,779 | 75a19778f0920cc612b9cf359dffcb446e39e7ac | /src/main/java/pl/coderslab/charity/validation/validators/SamePassword.java | f25979a3c11f029960337139fc83b84e51e3eb84 | [] | no_license | Marcin-Bojanowski/charity | https://github.com/Marcin-Bojanowski/charity | faf997c457dac467c0764186a3d98958c6082d43 | 958bc1f659777ef159ee04bf03a5fc2e614b496e | refs/heads/master | 2023-02-23T10:52:21.806000 | 2021-01-28T22:16:24 | 2021-01-28T22:16:24 | 305,449,474 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.coderslab.charity.validation.validators;
import pl.coderslab.charity.validation.validatorsClasses.PasswordValidator;
import pl.coderslab.charity.validation.validatorsClasses.SameNewPasswordValidator;
import pl.coderslab.charity.validation.validatorsClasses.SamePasswordUpdateValidator;
import pl.coderslab.ch... | UTF-8 | Java | 994 | java | SamePassword.java | Java | [] | null | [] | package pl.coderslab.charity.validation.validators;
import pl.coderslab.charity.validation.validatorsClasses.PasswordValidator;
import pl.coderslab.charity.validation.validatorsClasses.SameNewPasswordValidator;
import pl.coderslab.charity.validation.validatorsClasses.SamePasswordUpdateValidator;
import pl.coderslab.ch... | 994 | 0.82998 | 0.82998 | 22 | 44.18182 | 30.609917 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 5 |
e5b00a45c1146a53acf23cad5dcc3bae9fe56bb7 | 28,217,935,148,299 | a008d1d624624bef2846de3b6265498aeccc527a | /src/main/java/com/sharad/interview/coding/AtoI.java | 772b27530dfec4448c36d43a18a87ffdcee32001 | [] | no_license | gargsharad/coding | https://github.com/gargsharad/coding | cbd92fd2e7a2994276283207802493a59d8fe23a | 1f9679ce2b20e41f73c5334444487b896bdb2b0d | refs/heads/master | 2016-09-06T12:17:37.104000 | 2014-10-24T23:28:03 | 2014-10-24T23:28:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sharad.interview.coding;
import java.util.Scanner;
public class AtoI {
public static int atoi(String input) {
long result = 0l;
char flag = '+';
char[] inputDigitArray = input.toCharArray();
int idx = 0;
if (inputDigitArray[idx] == '-') {
flag = '-';
idx++;
} else if (input... | UTF-8 | Java | 1,599 | java | AtoI.java | Java | [] | null | [] | package com.sharad.interview.coding;
import java.util.Scanner;
public class AtoI {
public static int atoi(String input) {
long result = 0l;
char flag = '+';
char[] inputDigitArray = input.toCharArray();
int idx = 0;
if (inputDigitArray[idx] == '-') {
flag = '-';
idx++;
} else if (input... | 1,599 | 0.571607 | 0.567855 | 61 | 24.245901 | 20.209278 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.278688 | false | false | 5 |
f45b7ce0d8b1b80659bc5ef85f6d7226b543542e | 9,990,093,949,183 | 8191277f7b3e4b0baaaaf0079a0e29c3a95d8a0f | /Day01/ex01/Program.java | e8085d410999510cd5ff0fe7a7fe5ded425b17b2 | [] | no_license | EnthusiasticOrange/JavaPiscine | https://github.com/EnthusiasticOrange/JavaPiscine | 4f1aee1bc4a1bb94addb5a8e052c89f5b44ed594 | e7405725130ddff45f6166136349591f79dd63fa | refs/heads/master | 2023-07-17T19:52:48.965000 | 2021-09-04T17:23:23 | 2021-09-04T17:23:23 | 398,918,721 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Program {
public static void printUser(User user) {
System.out.println("User:");
System.out.printf("\tID: %d\n", user.getId());
System.out.printf("\tName: %s\n", user.getName());
System.out.printf("\tBalance: %d\n", user.getBalance());
System.out.println(... | UTF-8 | Java | 714 | java | Program.java | Java | [
{
"context": "ain(String[] args) {\n User bob = new User(\"Bob\", 200);\n\n User mike = new User(\"Mike\", 300",
"end": 407,
"score": 0.9984999299049377,
"start": 404,
"tag": "NAME",
"value": "Bob"
},
{
"context": " User(\"Bob\", 200);\n\n User mike = new User(\"... | null | [] | public class Program {
public static void printUser(User user) {
System.out.println("User:");
System.out.printf("\tID: %d\n", user.getId());
System.out.printf("\tName: %s\n", user.getName());
System.out.printf("\tBalance: %d\n", user.getBalance());
System.out.println(... | 714 | 0.509804 | 0.492997 | 24 | 28.791666 | 22.246683 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 5 |
c4ebfac5636af6ee3c480cf04e8d99d3ce3a43bf | 12,352,325,961,232 | f83e1d1e8a9ef81c4622a66e1136ee31892aa3be | /ExeAbst/trianguloEquilatero.java | a18078196d86cf40529edaf7ce7f1ae1b32dc704 | [] | no_license | MarcioJrios/Programacao-1 | https://github.com/MarcioJrios/Programacao-1 | c2a6f9a955b3e34a7834c9f2e6187f6542535098 | 13ca82563b87021cdaa54654533fc0962e8ac484 | refs/heads/master | 2021-01-21T12:15:20.714000 | 2018-05-24T17:38:34 | 2018-05-24T17:38:34 | 102,053,768 | 0 | 2 | null | false | 2017-09-28T23:45:39 | 2017-08-31T23:23:04 | 2017-08-31T23:25:24 | 2017-09-28T23:45:22 | 4 | 0 | 1 | 1 | Java | null | null | public class TEquilatero extends Triangulo{
@override
public double area(){
this.area = (area*altura)/2;
}
}
| UTF-8 | Java | 119 | java | trianguloEquilatero.java | Java | [] | null | [] | public class TEquilatero extends Triangulo{
@override
public double area(){
this.area = (area*altura)/2;
}
}
| 119 | 0.680672 | 0.672269 | 6 | 18.833334 | 15.301598 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 5 |
5e39a2fa1264801176e7be4651307e7b2a4590c5 | 19,550,691,147,292 | 8570e5fe4dfa5999830d1f03d3bb2423fbb3d204 | /src/main/java/dev/juho/ffmpegrender/events/events/RenderProgressEvent.java | 08873d2cb298fdee100fe6c5bafa904d8ad53f7f | [] | no_license | juhodev/multiple-computer-ffmpeg-render | https://github.com/juhodev/multiple-computer-ffmpeg-render | 04063bce1b254c7a2c5fde0772837b447081ac11 | eef384f02426b736e127c90d7e90989b6af92770 | refs/heads/master | 2020-08-07T01:36:13.408000 | 2020-02-16T20:23:33 | 2020-02-16T20:23:33 | 213,244,021 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dev.juho.ffmpegrender.events.events;
import dev.juho.ffmpegrender.events.Event;
import dev.juho.ffmpegrender.events.EventType;
public class RenderProgressEvent implements Event<EventType, Double> {
private double progress;
private boolean cancelled;
public RenderProgressEvent(double progress) {
this.pr... | UTF-8 | Java | 638 | java | RenderProgressEvent.java | Java | [] | null | [] | package dev.juho.ffmpegrender.events.events;
import dev.juho.ffmpegrender.events.Event;
import dev.juho.ffmpegrender.events.EventType;
public class RenderProgressEvent implements Event<EventType, Double> {
private double progress;
private boolean cancelled;
public RenderProgressEvent(double progress) {
this.pr... | 638 | 0.750784 | 0.750784 | 35 | 17.228571 | 17.606956 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 5 |
90908f67291f83bc76e40677de6393e41a4a4dc5 | 24,215,025,631,763 | 8be409348510fc4e07c0346d1153c1e4e1897e31 | /ETS_Review/src/test2/inheritance/q63/q63.java | bb20cbba6345bb83805059609db392fb9afec6a5 | [] | no_license | BuffaloBorn/OCA | https://github.com/BuffaloBorn/OCA | 73317064fe4c3f84a0df5ff1e1ec3044602f635b | 8840bcfcbfea4bcfe108a6b2b1b41adbc2c3c44d | refs/heads/master | 2020-07-29T11:28:06.186000 | 2017-04-03T21:59:34 | 2017-04-03T21:59:34 | 73,670,414 | 0 | 0 | null | true | 2016-11-14T05:37:55 | 2016-11-14T05:37:54 | 2015-08-09T15:57:32 | 2015-08-25T15:59:29 | 176 | 0 | 0 | 0 | null | null | null | package test2.inheritance.q63;
//Given the following definitions and reference declarations:
interface I1 { }
interface I2 { }
class C1 implements I1 { }
class C2 implements I2 { }
class C3 extends C1 implements I2 { }
// Which of these statements are legal?
class C4 extends C3 implements I1, I2 { }
... | UTF-8 | Java | 1,146 | java | q63.java | Java | [] | null | [] | package test2.inheritance.q63;
//Given the following definitions and reference declarations:
interface I1 { }
interface I2 { }
class C1 implements I1 { }
class C2 implements I2 { }
class C3 extends C1 implements I2 { }
// Which of these statements are legal?
class C4 extends C3 implements I1, I2 { }
... | 1,146 | 0.670157 | 0.621291 | 44 | 24.045454 | 26.80142 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.886364 | false | false | 5 |
90a4166d4a4844b7be74a915d52c375bce0925c6 | 7,593,502,200,914 | 4cdfe6eafbbb539c756a4adfb5fc4d2b40a852bc | /src/main/java/com/n/stu/Employee.java | 0953af65e8e26e2f406327cadc485205a7167c42 | [] | no_license | tyuya7411/20210309java | https://github.com/tyuya7411/20210309java | e99a904e58ddd283f32f1b0297db0358a78fd336 | 5e9e72b69874f93e2caa13e0a7b3ec1a37d55a31 | refs/heads/master | 2023-05-11T09:14:14.764000 | 2021-06-01T13:57:17 | 2021-06-01T13:57:17 | 352,932,636 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.n.stu;
public class Employee {
}
| UTF-8 | Java | 46 | java | Employee.java | Java | [] | null | [] | package com.n.stu;
public class Employee {
}
| 46 | 0.717391 | 0.717391 | 4 | 10.5 | 10.161201 | 23 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 5 |
74a4432a8c019f3e2e75d5d5793cae343264e080 | 9,534,827,418,011 | ad2c32be89712d598dfcd9ac3d3bffe718da697d | /Module_5/Hometask_5_3_Marine_Yegoryan_ATM2017Q2/BDD_5.3/src/test/java/builder/User.java | 68bf3473c257d4e5c80fc8a43c1c71fcbb452c22 | [] | no_license | Marine84/AutomationTrainings | https://github.com/Marine84/AutomationTrainings | 446c602c5e82efef608de4443b0c3480d5c65ee9 | 004e59434786e575751620876bbfc72f78232bea | refs/heads/master | 2021-01-25T05:10:15.701000 | 2017-09-08T13:55:52 | 2017-09-08T13:55:52 | 93,509,499 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package builder;
public class User {
private final String userName;
private final String pass;
//Constructor for Decorator pattern usage
public User(String user, String pass) {
this.userName = user;
this.pass = pass;
}
//Constructor for Builder pattern usage
public User(Us... | UTF-8 | Java | 953 | java | User.java | Java | [
{
"context": "tring user, String pass) {\n this.userName = user;\n this.pass = pass;\n }\n\n //Construct",
"end": 223,
"score": 0.9936313629150391,
"start": 219,
"tag": "USERNAME",
"value": "user"
},
{
"context": "uilder builder) {\n this.userName = builder... | null | [] | package builder;
public class User {
private final String userName;
private final String pass;
//Constructor for Decorator pattern usage
public User(String user, String pass) {
this.userName = user;
this.pass = pass;
}
//Constructor for Builder pattern usage
public User(Us... | 959 | 0.606506 | 0.606506 | 42 | 21.690475 | 17.94368 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 5 |
09b329d3184e504dcea7a678899a1ad74cd0983f | 12,635,793,836,668 | 3e1b42cf5657b0f807cb5495c217574448cd660a | /java_console/ui/src/com/rusefi/ui/widgets/EtbTestSequence.java | d7055f83a60ce310c8e4e0966d735f5ff635b8b2 | [] | no_license | aldalbert/rusefi | https://github.com/aldalbert/rusefi | 79a6aed292a92a4f8d7c6156f3af47a79866c894 | 8d924a2f49a2d4907f39ccd67bbb67af40ae24df | refs/heads/master | 2020-05-07T12:43:40.939000 | 2019-04-10T03:17:09 | 2019-04-10T03:17:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rusefi.ui.widgets;
import com.rusefi.FileLog;
import com.rusefi.TimeBasedBuffer;
import com.rusefi.core.MessagesCentral;
import com.rusefi.core.Sensor;
import com.rusefi.core.SensorCentral;
import com.rusefi.io.CommandQueue;
import org.jetbrains.annotations.NotNull;
import javax.swing.*;
import java.util.... | UTF-8 | Java | 5,577 | java | EtbTestSequence.java | Java | [
{
"context": "ETB_CONTROL_QUALITY}\n * <p>\n * https://github.com/rusefi/rusefi/issues/494\n * <p>\n * 11/16/2017\n * (c) And",
"end": 715,
"score": 0.8145756721496582,
"start": 709,
"tag": "USERNAME",
"value": "rusefi"
},
{
"context": "sefi/rusefi/issues/494\n * <p>\n * 11/16/2017\n... | null | [] | package com.rusefi.ui.widgets;
import com.rusefi.FileLog;
import com.rusefi.TimeBasedBuffer;
import com.rusefi.core.MessagesCentral;
import com.rusefi.core.Sensor;
import com.rusefi.core.SensorCentral;
import com.rusefi.io.CommandQueue;
import org.jetbrains.annotations.NotNull;
import javax.swing.*;
import java.util.... | 5,565 | 0.560696 | 0.53882 | 159 | 34.07547 | 26.082006 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540881 | false | false | 5 |
add1fee846c22f9660ae156c128081456d77872d | 12,635,793,839,717 | b6da12c2ac6f4459939d928668cd980a32ccc626 | /src/main/java/pers/linus/behavior/memento/Client.java | 9646bab5669289a6cc0889a1adba68d4923bd9bc | [] | no_license | ZexinPeng/DesignPattern | https://github.com/ZexinPeng/DesignPattern | 3e874ee1de77db860fff2ecb941c79d60a9a0419 | ba5cdb582cd5767e5c5d672c4fd2600ca2420c3e | refs/heads/master | 2022-11-12T07:00:25.158000 | 2020-07-06T09:21:23 | 2020-07-06T09:21:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.java.pers.linus.behavior.memento;
/**
* 备忘录模式(Memento)
* 适用:当必须保存一个对象在某个时刻的部分状态,并且在之后的某个时刻需要恢复它时可以使用备忘录模式。
* 关键点:Originator封装Memento来获得状态,所有状态全部保存在careTaker中
*/
public class Client {
public static void main(String[] args) {
Originator originator = new Originator("State 0");
CareTa... | UTF-8 | Java | 1,003 | java | Client.java | Java | [] | null | [] | package main.java.pers.linus.behavior.memento;
/**
* 备忘录模式(Memento)
* 适用:当必须保存一个对象在某个时刻的部分状态,并且在之后的某个时刻需要恢复它时可以使用备忘录模式。
* 关键点:Originator封装Memento来获得状态,所有状态全部保存在careTaker中
*/
public class Client {
public static void main(String[] args) {
Originator originator = new Originator("State 0");
CareTa... | 1,003 | 0.716647 | 0.710744 | 23 | 35.826088 | 26.85331 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 5 |
042afcabc60f457c7b8cdce5eacb4870323325bb | 12,412,455,528,131 | b37c8799ba3b270ccbf8489d226cdc32d1c5b4dc | /ModeVonMorgen/src/MainPackage/GUIKontoVerwalten.java | 3a0dfab0a08718b1c4533b1087796fc288330d94 | [] | no_license | LucasHnz/ModeVonMorgenSWP | https://github.com/LucasHnz/ModeVonMorgenSWP | 6b0d785615a16de0ae86e9d1f50e82e4e059a375 | 7bbf44e60c5dffd467b13d3bef28aecce7cf5520 | refs/heads/master | 2021-05-15T03:47:21.550000 | 2017-12-07T08:16:54 | 2017-12-07T08:16:54 | 112,632,946 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package MainPackage;
import java.awt.Color;
import java.awt.EventQueue;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.SystemColor;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.*;
public class GUIKontoVerwalten implements ActionListener{
... | ISO-8859-1 | Java | 9,736 | java | GUIKontoVerwalten.java | Java | [
{
"context": "eld textFieldIBAN;\r\n\t\r\n\tpublic String testName = \"Küster\";\r\n\tpublic String testVorname = \"Jochen\";\r\n\tpubli",
"end": 965,
"score": 0.9998101592063904,
"start": 959,
"tag": "NAME",
"value": "Küster"
},
{
"context": "stName = \"Küster\";\r\n\tpublic String ... | null | [] | package MainPackage;
import java.awt.Color;
import java.awt.EventQueue;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.SystemColor;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.*;
public class GUIKontoVerwalten implements ActionListener{
... | 9,713 | 0.703879 | 0.665295 | 298 | 30.614094 | 21.363474 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.083893 | false | false | 5 |
3a1ad0b7048a9cacc1a51c5fcd33bfa59b12036c | 20,126,216,792,591 | 570b1ea0d00c98809b374ce7da557b250c06bbbf | /src/main/java/com/taskmgmt/controller/LoginController.java | 5943e78d0342da222357df33bef8eebf848e59a7 | [] | no_license | nithyancse/taskmgmt-springboot | https://github.com/nithyancse/taskmgmt-springboot | 51b58b14232511b4fe3aeaf42feadb39e96faf90 | 1409b5cc82ba1cbc730e743b1ed7f6380b48e1c6 | refs/heads/master | 2020-03-17T14:59:47.502000 | 2018-06-10T20:51:45 | 2018-06-10T20:51:45 | 133,694,271 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.taskmgmt.controller;
import java.util.Locale;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.G... | UTF-8 | Java | 2,517 | java | LoginController.java | Java | [] | null | [] | package com.taskmgmt.controller;
import java.util.Locale;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.G... | 2,517 | 0.770362 | 0.768375 | 82 | 29.695122 | 24.816738 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.634146 | false | false | 5 |
b8104fe926eadb4b1819f1f797ceaaf2ba779741 | 32,392,643,401,853 | a5e0521dcde8833e99afbb94dc965ed0482b12f8 | /pokemoncore/src/main/java/aiki/game/fight/animations/AnimationInt.java | 9f5292da67eff51458cc98c9f93a387870ac9f25 | [] | no_license | Cardman/util | https://github.com/Cardman/util | 79b4058b574eb02e4ab4a5d3b20005f78258c75d | 738de94c8369391daec861762a55fd91a76dbe05 | refs/heads/master | 2020-05-23T01:15:08.932000 | 2020-05-20T16:15:50 | 2020-05-20T16:15:50 | 34,724,613 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aiki.game.fight.animations;
public interface AnimationInt {
}
| UTF-8 | Java | 72 | java | AnimationInt.java | Java | [] | null | [] | package aiki.game.fight.animations;
public interface AnimationInt {
}
| 72 | 0.791667 | 0.791667 | 5 | 13.4 | 16.057398 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 5 |
8fca65cdad1a6ffce53648dc06c8ff436f160e5c | 21,827,023,834,213 | e0cfa4222f3e40c841e3eb40c2ef11bfa122645c | /src/clps_sms/dao/DaoFactory.java | b80b79443e3fcf8c13d2615f2077fb6bf54e6d7d | [] | no_license | LeoHYS/myRepository | https://github.com/LeoHYS/myRepository | 583ca28c571a1007ccd87be66a8978904c1f5d4a | dc9caf3e9d3c9fbaac8243c6b4ca7e771bf19ad3 | refs/heads/master | 2021-01-18T16:56:46.396000 | 2017-08-16T14:03:48 | 2017-08-16T14:03:48 | 100,476,285 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/**
* All rights Reserved, Designed By Android_Robot
* @Title: DaoFactory.java
* @Package clps_sms.dao
* @Description: TODO(用一句话描述该文件做什么)
* @author: Android_Robot
* @date: Aug 16, 2017 9:54:44 PM
* @version V1.0
*/
package clps_sms.dao;
/**
* @ClassN... | UTF-8 | Java | 914 | java | DaoFactory.java | Java | [
{
"context": "Description: TODO(用一句话描述该文件做什么) \r\n * @author: Android_Robot \r\n * @date: Aug 16, 2017 9:54:44 PM \r\n * ",
"end": 193,
"score": 0.9996551871299744,
"start": 180,
"tag": "USERNAME",
"value": "Android_Robot"
},
{
"context": " @Description:TODO(这里用一句话描述这个类的... | null | [] |
/**
* All rights Reserved, Designed By Android_Robot
* @Title: DaoFactory.java
* @Package clps_sms.dao
* @Description: TODO(用一句话描述该文件做什么)
* @author: Android_Robot
* @date: Aug 16, 2017 9:54:44 PM
* @version V1.0
*/
package clps_sms.dao;
/**
* @ClassN... | 914 | 0.617169 | 0.589327 | 38 | 20.552631 | 16.391104 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684211 | false | false | 5 |
5760ef8d6dfe18ea90a9bd78b09608186b632fd6 | 21,827,023,833,134 | 235e61db2c364d432bc6dec0866fe7a6b00d945f | /app/src/main/java/com/example/wings/startactivity/fragments/RegisterOneFragment.java | 26fa2d727c16e355fe66e564465198b73270719d | [] | no_license | NSLJ/Wings | https://github.com/NSLJ/Wings | aacfc9379e0f571813c5c03db8f8dfca58f280c9 | 98749f6e5e794b75ec4260d19cdb3f072f58433a | refs/heads/master | 2023-05-24T04:38:44.186000 | 2021-06-12T21:35:17 | 2021-06-12T21:35:17 | 351,955,942 | 0 | 4 | null | false | 2021-06-12T21:35:18 | 2021-03-27T01:39:47 | 2021-06-12T16:38:49 | 2021-06-12T21:35:17 | 74,596 | 0 | 3 | 13 | Java | false | false | package com.example.wings.startactivity.fragments;
import android.content.Context;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import android.util.Log;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.vi... | UTF-8 | Java | 8,295 | java | RegisterOneFragment.java | Java | [] | null | [] | package com.example.wings.startactivity.fragments;
import android.content.Context;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import android.util.Log;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.vi... | 8,295 | 0.600241 | 0.598674 | 211 | 38.317535 | 36.503571 | 196 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535545 | false | false | 5 |
98d219d82d75d62503f40b20e21b5af48b2bf68a | 32,633,161,560,093 | 521258495e4a060c1c24e1cd4a4faea4a37e3c4e | /src/Others/Power.java | 3ea683c1242a4e0fdea3410c075c60a36a24c3c0 | [] | no_license | nikhilesh1702/DataStructurePrograms | https://github.com/nikhilesh1702/DataStructurePrograms | d623256524601d95330e1029e2ddb322991f731e | ef580e3dc42ae2146bc757029b6880438f32efbe | refs/heads/master | 2020-06-03T22:52:46.976000 | 2015-03-12T05:43:42 | 2015-03-12T05:43:42 | 32,059,317 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Others;
public class Power {
public static double power(double a, int b) {
// Base case with 0 exponent
if (b == 0) return 1;
// Negative exponent
if (b < 0) {
assert a != 0; // Negative exponent for base 0 is not allowed
return 1. / power(a, -b);
}
// General case of positive exponent
double ha... | UTF-8 | Java | 483 | java | Power.java | Java | [] | null | [] | package Others;
public class Power {
public static double power(double a, int b) {
// Base case with 0 exponent
if (b == 0) return 1;
// Negative exponent
if (b < 0) {
assert a != 0; // Negative exponent for base 0 is not allowed
return 1. / power(a, -b);
}
// General case of positive exponent
double ha... | 483 | 0.616977 | 0.590062 | 24 | 19.125 | 18.820007 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 5 |
0e614537a61349e0eeb52044a00b8d4238367b6d | 9,947,144,314,128 | 3c61fb5c8768f4b50893e6dd6732275b819c2255 | /2-java/prueba2/Lavadora.java | 8acfa6450d3899d53b7198dd515ae8f886a97940 | [] | no_license | cristobalgvera/fullstack-java-course-evaluations | https://github.com/cristobalgvera/fullstack-java-course-evaluations | 6b43e4c76629656589fc2df106a274185f47d92a | a7da553c182f93e577e3f31840421e38da46b1ea | refs/heads/master | 2022-11-16T14:46:49.233000 | 2020-07-15T12:54:42 | 2020-07-15T12:54:42 | 279,744,551 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package prueba2;
public class Lavadora extends Electrodoméstico {
private double carga;
// Constructor "vacío" por defecto
public Lavadora() {
super();
this.carga = CARGADEFECTO;
}
public Lavadora(double precioBase, double peso) {
super(precioBase, peso);
this.carga = CARGADEFECTO;
}
public Lavadora(... | WINDOWS-1252 | Java | 1,430 | java | Lavadora.java | Java | [] | null | [] | package prueba2;
public class Lavadora extends Electrodoméstico {
private double carga;
// Constructor "vacío" por defecto
public Lavadora() {
super();
this.carga = CARGADEFECTO;
}
public Lavadora(double precioBase, double peso) {
super(precioBase, peso);
this.carga = CARGADEFECTO;
}
public Lavadora(... | 1,430 | 0.653032 | 0.649506 | 46 | 29.826086 | 29.054899 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.5 | false | false | 5 |
283607e9b2a6694e47d152a2077ba15a96c7d146 | 4,148,938,455,850 | 188ef15404129450a736acc5c377a704e13278fa | /src/main/java/com/phincon/talents/app/dto/UserInfoDTO.java | f72917aee53d162b3b3b8a313804c75397e66b20 | [] | no_license | michael1234567890/Talents | https://github.com/michael1234567890/Talents | 6b0f649fe04f69132dae26f8e48ce3272488fecf | c4b29e39e9c68cb789f7c54163e2bd5d4019c2ae | refs/heads/master | 2021-01-20T02:38:04.346000 | 2018-03-07T08:56:35 | 2018-03-07T08:56:35 | 89,433,864 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.phincon.talents.app.dto;
public class UserInfoDTO {
private String username;
private String password;
private String repassword;
private String companyCode;
private Long company;
private String email;
private String firstName;
private String lastName;
private String fullName;
private ... | UTF-8 | Java | 2,409 | java | UserInfoDTO.java | Java | [
{
"context": " setUsername(String username) {\r\n\t\tthis.username = username;\r\n\t}\r\n\r\n\tpublic String getPassword() {\r\n\t\treturn ",
"end": 767,
"score": 0.710605263710022,
"start": 759,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package com.phincon.talents.app.dto;
public class UserInfoDTO {
private String username;
private String password;
private String repassword;
private String companyCode;
private Long company;
private String email;
private String firstName;
private String lastName;
private String fullName;
private ... | 2,409 | 0.676214 | 0.676214 | 147 | 14.387755 | 15.396991 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.176871 | false | false | 5 |
163f12060bd3c7c6873b0cdf137c435d88c01f09 | 26,061,861,595,240 | ca030864a3a1c24be6b9d1802c2353da4ca0d441 | /classes5.dex_source_from_JADX/com/facebook/graphql/model/GraphQLTaggableActivity__JsonHelper.java | d7b8be35883dc4a409d04b1fffe69f82e53b5ada | [] | no_license | pxson001/facebook-app | https://github.com/pxson001/facebook-app | 87aa51e29195eeaae69adeb30219547f83a5b7b1 | 640630f078980f9818049625ebc42569c67c69f7 | refs/heads/master | 2020-04-07T20:36:45.758000 | 2018-03-07T09:04:57 | 2018-03-07T09:04:57 | 124,208,458 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.facebook.graphql.model;
import com.facebook.debug.fieldusage.FieldAccessQueryTracker;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.core.JsonToken;
/* compiled from: UNPINNED */
public final class GraphQLTaggableActivity__JsonHe... | UTF-8 | Java | 12,421 | java | GraphQLTaggableActivity__JsonHelper.java | Java | [] | null | [] | package com.facebook.graphql.model;
import com.facebook.debug.fieldusage.FieldAccessQueryTracker;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.core.JsonToken;
/* compiled from: UNPINNED */
public final class GraphQLTaggableActivity__JsonHe... | 12,421 | 0.6456 | 0.633846 | 215 | 56.772095 | 42.245453 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.232558 | false | false | 5 |
d435dd440b7dc7fc43abd48117541cd46c3ed7ba | 21,217,138,493,256 | bd464b880a35000dfee6a674e4184c5e0eff49a4 | /p1/adb_privalia/src/com/model/Familia.java | 2591979118032d77010ccaf3cb3250a5e05babe3 | [] | no_license | polo070770/ADB | https://github.com/polo070770/ADB | 14d89673a26ef3474390b55065b897a9e29cf7b9 | 9d1a48f5bafe752d32c74366d80d67daae5b4640 | refs/heads/master | 2021-01-10T21:01:50.119000 | 2014-11-25T18:29:42 | 2014-11-25T18:29:42 | 24,838,187 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.model;
import java.util.Set;
public class Familia {
private int id_familia;
private String nom;
private Set<Subfamilia> subfamilies;
public Familia() {
}
public int getId_familia() {
return id_familia;
}
public void setId_familia(int id_familia) {
this... | UTF-8 | Java | 669 | java | Familia.java | Java | [] | null | [] | package com.model;
import java.util.Set;
public class Familia {
private int id_familia;
private String nom;
private Set<Subfamilia> subfamilies;
public Familia() {
}
public int getId_familia() {
return id_familia;
}
public void setId_familia(int id_familia) {
this... | 669 | 0.608371 | 0.608371 | 40 | 15.725 | 16.673313 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.275 | false | false | 5 |
0cc78d8964cf5993a512c07da1cb6a048a856105 | 21,217,138,489,572 | ecdd66391f206c348dbeb3d527922bde30e49a67 | /lesson_with_teacher/src/main/java/my/project/dao/PersonHibernateDao.java | dea590df97c4ece73079825a9b93f4eb5876723f | [] | no_license | iharMarkevich/learning_web_java | https://github.com/iharMarkevich/learning_web_java | bee3df5c7267f1b64e44c095ff1cfcac8ee3af9f | b72a90ddae2142094133ab98e1370b0becdc426d | refs/heads/master | 2023-06-05T00:35:41.573000 | 2021-06-26T07:02:27 | 2021-06-26T07:02:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package my.project.dao;
import my.project.entity.Person;
import org.hibernate.Criteria;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
import org.hibernate.criterion.Restrictions;
import org.hibernate.criterion.SimpleExpressi... | UTF-8 | Java | 4,439 | java | PersonHibernateDao.java | Java | [
{
"context": "new PersonHibernateDao().createPerson(new Person(\"Sergej\", 12));\n// new PersonHibernateDao().create",
"end": 724,
"score": 0.9996636509895325,
"start": 718,
"tag": "NAME",
"value": "Sergej"
},
{
"context": "new PersonHibernateDao().createPerson(new Person(\"Iv... | null | [] | package my.project.dao;
import my.project.entity.Person;
import org.hibernate.Criteria;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
import org.hibernate.criterion.Restrictions;
import org.hibernate.criterion.SimpleExpressi... | 4,439 | 0.640234 | 0.636179 | 130 | 33.146152 | 26.338072 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.715385 | false | false | 5 |
d6b5f20a69700ccf8358b71835df3e78383dcd78 | 5,961,414,662,733 | e11531b9d6b5c1aa435c0d2700dde37d6548635e | /src/main/java/gestion/banque/repository/jdbc/JdbcBasedEmployeRepository.java | 412ab70bcc7e429467a1ddf70cfb4dc49dd8a552 | [] | no_license | Badoulahi8/Projet.JEE.M1GL | https://github.com/Badoulahi8/Projet.JEE.M1GL | 57d4566864d4374e55e6501911521d0267fd7eb8 | 7c845c8085a4a346a9194e7f734bf41b096cd632 | refs/heads/master | 2023-03-28T02:42:53.520000 | 2021-03-27T10:17:16 | 2021-03-27T10:17:16 | 348,157,157 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gestion.banque.repository.jdbc;
import gestion.banque.domain.Employe;
import gestion.banque.repository.DataSource;
import gestion.banque.repository.EmployeRepository;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
public class JdbcBasedEmployeRepository implements EmployeRepository {
... | UTF-8 | Java | 2,628 | java | JdbcBasedEmployeRepository.java | Java | [] | null | [] | package gestion.banque.repository.jdbc;
import gestion.banque.domain.Employe;
import gestion.banque.repository.DataSource;
import gestion.banque.repository.EmployeRepository;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
public class JdbcBasedEmployeRepository implements EmployeRepository {
... | 2,628 | 0.613394 | 0.612633 | 72 | 35.5 | 24.399454 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 5 |
8bf99c0e6d4909cc291b9fef3d0d248a76d6e235 | 28,587,302,372,041 | 449035ebc0e2eac2f87a4c872f9d6a166c89d8b1 | /src/org/fanhongtao/messenger/App.java | 38508e56c2de185dd2e4416f3156d4890bcf74ca | [] | no_license | fanhongtao/android-messenger | https://github.com/fanhongtao/android-messenger | d88e6c937caaefc524262252f58376666b40ef34 | 8e0e350548191cd007f76c376b054614bc21c2d9 | refs/heads/master | 2021-01-16T18:40:30.069000 | 2012-11-13T18:05:19 | 2012-11-13T18:05:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2012 Fan Hongtao (http://www.fanhongtao.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... | UTF-8 | Java | 1,833 | java | App.java | Java | [
{
"context": "/*\n * Copyright (C) 2012 Fan Hongtao (http://www.fanhongtao.org)\n *\n * Licensed under ",
"end": 36,
"score": 0.9998771548271179,
"start": 25,
"tag": "NAME",
"value": "Fan Hongtao"
},
{
"context": "atabase.sqlite.SQLiteDatabase;\n\n/**\n * \n * @author Fan Hongtao <... | null | [] | /*
* Copyright (C) 2012 <NAME> (http://www.fanhongtao.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... | 1,810 | 0.68467 | 0.673759 | 66 | 26.772728 | 23.763224 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.439394 | false | false | 5 |
b0746a1050cbc558dcd37f2cf995b6dd108fc7a5 | 3,186,865,798,712 | 8f812a486c9aa2e224fe3f7e41af1a20a4f092f2 | /LibSqliteDemo/src/androidTest/java/com/lib/sqlite/demo/ByteSimpleModelTest.java | c88ddcff3376e77599808a97c8d8c661d1ff42d8 | [] | no_license | yline/as_lib_sqlite | https://github.com/yline/as_lib_sqlite | 7923d18289e037406d6e087d730410e7514e8221 | 2e432cc2c7540a114b52bc42cc22a91fade90c69 | refs/heads/master | 2021-07-06T12:03:40.327000 | 2018-12-28T10:30:25 | 2018-12-28T10:30:25 | 119,014,632 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lib.sqlite.demo;
import com.lib.sqlite.demo.common.AbstractByteModelTest;
import com.yline.sqlite.helper.SQLiteIOUtils;
import com.lib.sqlite.demo.dao.model.ByteModel;
import com.lib.sqlite.demo.dao.model.StringModel;
import org.junit.Assert;
/**
* NetCacheModel 装载 SimpleModel
*
* @author yline 2017/9... | UTF-8 | Java | 1,307 | java | ByteSimpleModelTest.java | Java | [
{
"context": "\n/**\n * NetCacheModel 装载 SimpleModel\n *\n * @author yline 2017/9/14 -- 14:26\n * @version 1.0.0\n */\npublic c",
"end": 313,
"score": 0.9994447827339172,
"start": 308,
"tag": "USERNAME",
"value": "yline"
}
] | null | [] | package com.lib.sqlite.demo;
import com.lib.sqlite.demo.common.AbstractByteModelTest;
import com.yline.sqlite.helper.SQLiteIOUtils;
import com.lib.sqlite.demo.dao.model.ByteModel;
import com.lib.sqlite.demo.dao.model.StringModel;
import org.junit.Assert;
/**
* NetCacheModel 装载 SimpleModel
*
* @author yline 2017/9... | 1,307 | 0.686869 | 0.67366 | 39 | 32 | 29.715748 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.564103 | false | false | 5 |
4d6a55a85cb9c337b4c671eb5e0ddd38ed6369ce | 816,043,830,290 | 3e56e722ce72c54706e202902bb8227f5d54b99c | /src/main/java/net/minestorm/server/adventure/audience/IterableAudienceProvider.java | ca393a3dba4163106ab1ca0a195be074717514bd | [
"Apache-2.0"
] | permissive | NotGeri/Minestorm | https://github.com/NotGeri/Minestorm | 7485ce0051ccdfbf645c5032677874ac1f063ccc | f99da13ad4306c1580528874574372bf30291136 | refs/heads/master | 2023-08-21T11:55:08.852000 | 2021-10-10T19:20:54 | 2021-10-10T19:20:54 | 415,670,490 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.minestorm.server.adventure.audience;
import com.google.common.collect.Iterables;
import net.kyori.adventure.audience.Audience;
import net.kyori.adventure.key.Key;
import net.minestorm.server.MinecraftServer;
import net.minestorm.server.command.ConsoleSender;
import net.minestorm.server.entity.Player;
impor... | UTF-8 | Java | 2,874 | java | IterableAudienceProvider.java | Java | [] | null | [] | package net.minestorm.server.adventure.audience;
import com.google.common.collect.Iterables;
import net.kyori.adventure.audience.Audience;
import net.kyori.adventure.key.Key;
import net.minestorm.server.MinecraftServer;
import net.minestorm.server.command.ConsoleSender;
import net.minestorm.server.entity.Player;
impor... | 2,874 | 0.727557 | 0.727557 | 84 | 33.214287 | 35.48946 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 5 |
1f5a5727995ac43c28ba13ff2b0cf4183d969d04 | 23,175,643,563,032 | 3d38d8a7764570542a4ff7368879a120dda7883b | /src/practice/Passage.java | 1e2112aa954cae2a25a27e650641d2d96e207bca | [
"MIT"
] | permissive | AmidSanai/JavaProgramming | https://github.com/AmidSanai/JavaProgramming | c41289c373852a0a7b7b8760b4ccba54772351c7 | 228e0d5e8d0663a5a4eb055c8ea6e4b372490c58 | refs/heads/master | 2023-01-19T06:04:23.881000 | 2020-11-21T15:48:00 | 2020-11-21T15:48:00 | 290,460,099 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package practice;
import java.util.Scanner;
public class Passage {
public static void main(String[] args) {
//Scanner
Scanner scan = new Scanner(System.in);
//asking for drawing
System.out.println("Draw the people who are walking through the passage.");
System.out.println(... | UTF-8 | Java | 1,146 | java | Passage.java | Java | [] | null | [] | package practice;
import java.util.Scanner;
public class Passage {
public static void main(String[] args) {
//Scanner
Scanner scan = new Scanner(System.in);
//asking for drawing
System.out.println("Draw the people who are walking through the passage.");
System.out.println(... | 1,146 | 0.561082 | 0.556719 | 37 | 30 | 22.094393 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540541 | false | false | 5 |
ccf58659229878f3c0468bf29684f82911d64969 | 27,582,280,002,085 | ad6c1790b998fa65959b0818e9c26d498723e515 | /WhippyGuard/src/main/java/com/whippy/sponge/guard/beans/Area.java | 656f8bc44aaa37dafeb7708d3aad63e01e951656 | [
"Apache-2.0"
] | permissive | WhippyCleric/WhipPlugins | https://github.com/WhippyCleric/WhipPlugins | 0d763918a8fac38d550e6c66a8caebde8e9d267e | a9e3a883dcaf5f0ac9aabacefbb24743365a6f66 | refs/heads/master | 2021-01-21T12:50:01.701000 | 2016-05-10T12:11:23 | 2016-05-10T12:11:23 | 36,115,281 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.whippy.sponge.guard.beans;
import java.awt.Rectangle;
import java.awt.geom.GeneralPath;
import java.util.ArrayList;
import java.util.List;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import com.flowpowered.math.vector.Vector3i;
import com.whippy.sponge.guard.exceptions.AreaFinali... | UTF-8 | Java | 6,621 | java | Area.java | Java | [] | null | [] | package com.whippy.sponge.guard.beans;
import java.awt.Rectangle;
import java.awt.geom.GeneralPath;
import java.util.ArrayList;
import java.util.List;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import com.flowpowered.math.vector.Vector3i;
import com.whippy.sponge.guard.exceptions.AreaFinali... | 6,621 | 0.701254 | 0.698535 | 269 | 23.613382 | 22.933214 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.501859 | false | false | 5 |
a3e02ee0409637250d67c58454b6d15b57a62eb1 | 15,281,493,659,791 | 7464f3c8d60d9ce8eb8c44b3a44f22afbd3571f6 | /src/main/java/com/spring/b2b/admin/config/ErrorLogController.java | d08714b2921944d0e704ac9053e2c16d85f5df67 | [] | no_license | ShawnJoen/springb2b | https://github.com/ShawnJoen/springb2b | 0da2551db3e47a0ffeeab948abf880900304d874 | 6ce67e21613df86d59e1a2c5add61ea2c4ed2c94 | refs/heads/master | 2022-01-17T14:56:28.602000 | 2018-02-09T04:41:10 | 2018-02-09T04:41:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.spring.b2b.admin.config;
import static com.spring.util.Common.output;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.Mes... | UTF-8 | Java | 3,627 | java | ErrorLogController.java | Java | [] | null | [] | package com.spring.b2b.admin.config;
import static com.spring.util.Common.output;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.Mes... | 3,627 | 0.734821 | 0.731714 | 101 | 33.079208 | 29.287136 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.663366 | false | false | 5 |
c4451cb2b2743b769782d851361004d8b7dda5b6 | 15,281,493,660,364 | 6dea0ed70aacc83d4af06175bb9c282410581660 | /common/src/main/java/com/yd/ydsp/common/constants/GlobalConstant.java | f68d0db942f257885599a8226880e01261b6317f | [] | no_license | P79N6A/ydjs | https://github.com/P79N6A/ydjs | db2bf166c4f4332bb76fb5a90bba66ed4c231fc7 | 299920f79de93e4e1d10d44fe1e694cd79a7e1e7 | refs/heads/master | 2020-04-06T17:23:07.588000 | 2018-11-15T05:26:15 | 2018-11-15T05:26:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yd.ydsp.common.constants;
/**
* @author zengyixun
* @date 17/12/2
*/
public class GlobalConstant {
public static final String SMS_LOGIN = "smsLogin";
}
| UTF-8 | Java | 172 | java | GlobalConstant.java | Java | [
{
"context": "kage com.yd.ydsp.common.constants;\n\n/**\n * @author zengyixun\n * @date 17/12/2\n */\npublic class GlobalConstant ",
"end": 63,
"score": 0.9994212985038757,
"start": 54,
"tag": "USERNAME",
"value": "zengyixun"
}
] | null | [] | package com.yd.ydsp.common.constants;
/**
* @author zengyixun
* @date 17/12/2
*/
public class GlobalConstant {
public static final String SMS_LOGIN = "smsLogin";
}
| 172 | 0.69186 | 0.662791 | 9 | 18.111111 | 17.79166 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 5 |
1d12754f0ebfcf9a17f725bf8c647008c1dc01d2 | 31,344,671,351,032 | e8b7bc17677840a76581d46c0ec565a8bb896b0c | /src/EulerTest/Test09.java | 02d68207469b7e6aaf4423d76a7cc14fb71ddba0 | [] | no_license | star9264/HBSelfstudy | https://github.com/star9264/HBSelfstudy | 53186d48077239548cfa392959e8127f6569109f | 9d8b953c391a813573d3fb5a769e3a117f9b88b1 | refs/heads/master | 2020-12-02T15:01:45.057000 | 2016-09-13T08:40:54 | 2016-09-13T08:40:54 | 67,431,586 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package EulerTest;
//세 자연수 a, b, c 가 피타고라스 정리 a^2 + b^2 = c^2 를 만족하면 피타고라스 수라고 부릅니다 (여기서 a < b < c ).
//예를 들면 3^2 + 4^2 = 9 + 16 = 25 = 5^2이므로 3, 4, 5는 피타고라스 수입니다.
//a + b + c = 1000 인 피타고라스 수 a, b, c는 한 가지 뿐입니다. 이 때, a × b × c 는 얼마입니까?
public class Test09 {
public static void main(String[] args) {
boolean ... | UHC | Java | 732 | java | Test09.java | Java | [] | null | [] | package EulerTest;
//세 자연수 a, b, c 가 피타고라스 정리 a^2 + b^2 = c^2 를 만족하면 피타고라스 수라고 부릅니다 (여기서 a < b < c ).
//예를 들면 3^2 + 4^2 = 9 + 16 = 25 = 5^2이므로 3, 4, 5는 피타고라스 수입니다.
//a + b + c = 1000 인 피타고라스 수 a, b, c는 한 가지 뿐입니다. 이 때, a × b × c 는 얼마입니까?
public class Test09 {
public static void main(String[] args) {
boolean ... | 732 | 0.5 | 0.43686 | 23 | 23.47826 | 22.646374 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.652174 | false | false | 5 |
3776407d5345e92c5c5aae8ca728ac03681f79c7 | 13,039,520,736,227 | c2d40681d04e11db475a5f0be7b3fe53684a8d33 | /src/Puzzle11/LastLaugh.java | 3f868b2c3a0d1ce9b6f93fbfbb584c4a9529db24 | [] | no_license | a0x/Java-Puzzlers | https://github.com/a0x/Java-Puzzlers | 290955db31bca771b40998ee84d5316a608669c9 | b121a74b18d1edd812fb9e12df1e93a1bdeede6f | refs/heads/master | 2020-04-15T20:08:54.459000 | 2013-04-06T09:21:32 | 2013-04-06T09:21:32 | 8,845,263 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Puzzle11;
public class LastLaugh {
public static void main(String[] args){
System.out.print("H" + "a");
//System.out.print('H' + 'a');
StringBuffer sb = new StringBuffer();
sb.append('H');
sb.append('a');
System.out.print(sb);
//System.out.println("2+2=" + 2 + 2);
System.out.printf("%c%c... | UTF-8 | Java | 717 | java | LastLaugh.java | Java | [] | null | [] | package Puzzle11;
public class LastLaugh {
public static void main(String[] args){
System.out.print("H" + "a");
//System.out.print('H' + 'a');
StringBuffer sb = new StringBuffer();
sb.append('H');
sb.append('a');
System.out.print(sb);
//System.out.println("2+2=" + 2 + 2);
System.out.printf("%c%c... | 717 | 0.646833 | 0.635317 | 23 | 21.695652 | 15.037445 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.73913 | false | false | 5 |
61aba47996cd094f114db1b3785c6c5812060df3 | 26,972,394,621,021 | a7f6c2e39db3239380f7e19843a0a7e5b81977a4 | /src/punching/WritePlcDialog.java | 916a913901ca29f90ca8014e93f3f80a1c0983bf | [] | no_license | duonghuynh/Punching | https://github.com/duonghuynh/Punching | b66bf2b62736d4e9e5b2baeb09f0927a1dccac34 | 2e82895a3c0cff7e82527d7359f4fe415d9b4edb | refs/heads/master | 2021-01-18T21:22:12 | 2015-07-18T03:07:25 | 2015-07-18T03:07:25 | 39,284,780 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* 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 punching;
import java.util.List;
import java.util.logging.Level;
import org.apache.log4j.Logger;
import javax.swing.SwingUtili... | UTF-8 | Java | 11,544 | java | WritePlcDialog.java | Java | [
{
"context": "ort javax.swing.SwingUtilities;\n\n/**\n *\n * @author admin\n */\npublic class WritePlcDialog extends javax.swi",
"end": 350,
"score": 0.9987742304801941,
"start": 345,
"tag": "USERNAME",
"value": "admin"
}
] | null | [] | /*
* 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 punching;
import java.util.List;
import java.util.logging.Level;
import org.apache.log4j.Logger;
import javax.swing.SwingUtili... | 11,544 | 0.600329 | 0.592962 | 293 | 38.375427 | 32.707134 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.494881 | false | false | 5 |
aa2961a7fc4c964ba1208b3a49062f5eab41b565 | 19,628,000,551,595 | 3bc5369183bd314e04e60f33f0ed7c4c132da69c | /allSorts.java | 2e02bf68252b7b0c265cec5d8497da4992796786 | [] | no_license | mvakili/all-sorts | https://github.com/mvakili/all-sorts | be53648c450ec7600abcc4c9c7ec759155bb9d51 | a15a98043999817dd098db7ad8e9f1a89c245b4c | refs/heads/master | 2022-11-05T15:11:10.032000 | 2020-06-25T04:46:42 | 2020-06-25T04:46:42 | 274,726,763 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.Font;
class Sort {
static int delay;
public static void swap(double [] a, int i, int j)
{
double tmp = a[i];
a[i] = a[j];
a[j] = tmp;
}
public static void show(double [] a, double hi, int first, int second, String title)
{
int N = a.length;
StdDraw.clear(StdDraw.WHITE);
for (int i = ... | UTF-8 | Java | 7,359 | java | allSorts.java | Java | [] | null | [] | import java.awt.Font;
class Sort {
static int delay;
public static void swap(double [] a, int i, int j)
{
double tmp = a[i];
a[i] = a[j];
a[j] = tmp;
}
public static void show(double [] a, double hi, int first, int second, String title)
{
int N = a.length;
StdDraw.clear(StdDraw.WHITE);
for (int i = ... | 7,359 | 0.484169 | 0.465824 | 324 | 21.712963 | 19.686142 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.243827 | false | false | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.