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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
72a81180bad1aa5dceb246ae6e2e12affc79900e | 2,525,440,795,717 | ef6aaa40b3229d48b96cbaa6f4ef505d425a7dd3 | /familyhas/src/main/java/com/cmall/familyhas/api/result/ApiOrderDetailsResult.java | 36fc4ad98569d48a7450fea4385b59922d05722a | [] | no_license | moutainhigh/cfamily | https://github.com/moutainhigh/cfamily | 8462eaf284f2c935275d9e329e05b8498ba29aa1 | 5c52ba1d9c4045c69fde24080045ef5fc4c95fa7 | refs/heads/master | 2023-01-01T09:10:10.637000 | 2020-10-16T02:37:39 | 2020-10-16T02:37:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cmall.familyhas.api.result;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import com.cmall.familyhas.api.model.Button;
import com.cmall.familyhas.api.model.Reason;
import com.cmall.groupcenter.account.model.ApiHomeOrderTrackingListResult;
import com.srnpr.zapcom.baseannot... | UTF-8 | Java | 14,430 | java | ApiOrderDetailsResult.java | Java | [] | null | [] | package com.cmall.familyhas.api.result;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import com.cmall.familyhas.api.model.Button;
import com.cmall.familyhas.api.model.Reason;
import com.cmall.groupcenter.account.model.ApiHomeOrderTrackingListResult;
import com.srnpr.zapcom.baseannot... | 14,430 | 0.766367 | 0.752138 | 435 | 30.18161 | 24.660297 | 174 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 13 |
b269ff272cb7f99d75458d6b480b1d46672c45e7 | 11,046,655,917,113 | 7d737ac4d549ae08cc88e8cdc2c6a3e1df286bda | /ControlFlowDemo/src/com/revature/demo/ControlDriver.java | 2eefd60c434007678295388fec1db60f1fe0a01a | [] | no_license | ammevissen/ROC | https://github.com/ammevissen/ROC | 9ae25616212845679fa1784981febc014922b812 | 4c00626e4b7e39c1f9629f48adeb82d2c8146304 | refs/heads/main | 2023-03-03T00:10:16.863000 | 2021-02-11T03:33:18 | 2021-02-11T03:33:18 | 331,049,902 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.revature.demo;
public class ControlDriver {
public static void main(String[] args) {
//If statement
int num=100;
if (num<200) {
System.out.println("num is less than 200, it is "+num);
}
//if-else statement
if (num<100) {
System.out.println("num is less than 100, it is "+num);
}e... | UTF-8 | Java | 3,050 | java | ControlDriver.java | Java | [] | null | [] | package com.revature.demo;
public class ControlDriver {
public static void main(String[] args) {
//If statement
int num=100;
if (num<200) {
System.out.println("num is less than 200, it is "+num);
}
//if-else statement
if (num<100) {
System.out.println("num is less than 100, it is "+num);
}e... | 3,050 | 0.568525 | 0.538033 | 148 | 19.608109 | 18.310621 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3 | false | false | 13 |
45da14d2924c016d80ceb6ca1e6518dd25cc45d9 | 33,165,737,484,899 | 081679ef7590a9658c1cfda8994034ba7aacd397 | /AF/AFA/standard/divcontroller/src/main/java/jp/co/ndensan/reams/af/afa/divcontroller/handler/parentdiv/AFAGMC2010/YubinShikakuTorokuValidationMessage.java | 11522ca6ba77a2506ade3f034051e9a1dd0a9dfd | [] | no_license | liuleyang/jrbb | https://github.com/liuleyang/jrbb | c710212e26ade8aa80191b7c13d5cf6bc618b61e | 9cc7a3924c9f0ec0c67f913a50ecb2b4ef460786 | refs/heads/master | 2020-05-25T08:13:28.633000 | 2017-03-27T10:05:21 | 2017-03-27T10:05:21 | 84,922,477 | 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 jp.co.ndensan.reams.af.afa.divcontroller.handler.parentdiv.AFAGMC2010;
import jp.co.ndensan.reams.ur.urz.definition.message.Ur... | UTF-8 | Java | 2,120 | java | YubinShikakuTorokuValidationMessage.java | Java | [] | 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 jp.co.ndensan.reams.af.afa.divcontroller.handler.parentdiv.AFAGMC2010;
import jp.co.ndensan.reams.ur.urz.definition.message.Ur... | 2,120 | 0.646658 | 0.639233 | 69 | 22.42029 | 24.38603 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.376812 | false | false | 13 |
41f103bb913db70e044904127e7d493244611c81 | 9,328,668,991,577 | 5936a490f5cc94baec4bac47782a00182543d02a | /IzvorniKod/src/Database/DispecerDAO.java | 48f5fb3c25404b0913c5f94c9d2606475f2e71a7 | [] | no_license | ivanzuglic/Delivery_bitsofttechnologies | https://github.com/ivanzuglic/Delivery_bitsofttechnologies | b235277740c47079925ac39ee08ac4caf358bb2b | 77b52d2142eddf1dbbad2c8ce7775ad3795f1708 | refs/heads/master | 2023-08-13T03:50:06.980000 | 2021-10-07T22:25:53 | 2021-10-07T22:25:53 | 414,703,029 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Database;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import DataStructure.Korisnik;
public class DispecerDAO {
private String userDB;
... | UTF-8 | Java | 2,323 | java | DispecerDAO.java | Java | [
{
"context": "\t\r\n\tpublic DispecerDAO () {\r\n\t\t\r\n\t\tthis.userDB = \"myuser\";\r\n\t\tthis.passwDB = \"abcd\";\r\n\t\tthis.host = \"jdbc:",
"end": 427,
"score": 0.8593732118606567,
"start": 421,
"tag": "USERNAME",
"value": "myuser"
},
{
"context": "\n\t\t\r\n\t\tthis.userDB =... | null | [] | package Database;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import DataStructure.Korisnik;
public class DispecerDAO {
private String userDB;
... | 2,329 | 0.683599 | 0.678433 | 82 | 26.353659 | 26.832075 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.890244 | false | false | 13 |
e0f0fdb26a2050ce5760520fbf0b55fc15836816 | 6,339,371,761,224 | 689c999929f235ece90c8ac6b6688f403c76b658 | /cloudata-btree/src/main/java/com/cloudata/btree/WriteTransaction.java | 0534a3baf834e9030b399811d7cc3718ea5a27b3 | [
"Apache-2.0"
] | permissive | justinsb/cloudata | https://github.com/justinsb/cloudata | 67bf6bcee7433175f8e772b3b862b2486bc6f8ed | 076735914b479642f660fd7e56383667316fefde | refs/heads/master | 2020-05-18T01:04:51.962000 | 2015-04-10T01:50:57 | 2015-04-10T01:50:57 | 15,012,247 | 16 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cloudata.btree;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Queue;
import java.util.concurrent.locks.Lock;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.cloudata.freemap.SpaceMapEntry;
import com.google.common... | UTF-8 | Java | 9,384 | java | WriteTransaction.java | Java | [] | null | [] | package com.cloudata.btree;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Queue;
import java.util.concurrent.locks.Lock;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.cloudata.freemap.SpaceMapEntry;
import com.google.common... | 9,384 | 0.584399 | 0.58344 | 292 | 31.136986 | 27.272629 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.60274 | false | false | 13 |
e33d02dd9471f25b504371558c8f63d6899ba22e | 11,321,533,829,766 | f86938ea6307bf6d1d89a07b5b5f9e360673d9b8 | /CodeComment_Data/Code_Jam/train/Counting_Sheep/S/Main(348).java | 8faf861566a25e76ed0162d5025308736b2a7bb4 | [] | no_license | yxh-y/code_comment_generation | https://github.com/yxh-y/code_comment_generation | 8367b355195a8828a27aac92b3c738564587d36f | 2c7bec36dd0c397eb51ee5bd77c94fa9689575fa | refs/heads/master | 2021-09-28T18:52:40.660000 | 2018-11-19T14:54:56 | 2018-11-19T14:54:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package methodEmbedding.Counting_Sheep.S.LYD1573;
import java.util.Scanner;
public class Main {
public static void main(String[] args)
{
Scanner input = new Scanner(System.in);
int T,temp,cnt,count10;
int[] arr;
int[] check = {0,0,0,0,0,0,0,0,0,0};
T = input.nextInt();
arr = new int[T];
... | UTF-8 | Java | 946 | java | Main(348).java | Java | [] | null | [] | package methodEmbedding.Counting_Sheep.S.LYD1573;
import java.util.Scanner;
public class Main {
public static void main(String[] args)
{
Scanner input = new Scanner(System.in);
int T,temp,cnt,count10;
int[] arr;
int[] check = {0,0,0,0,0,0,0,0,0,0};
T = input.nextInt();
arr = new int[T];
... | 946 | 0.463002 | 0.417548 | 63 | 14.015873 | 14.037922 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.571429 | false | false | 13 |
2b752d8ab980fae630a305b65cca71c5ba9fa1c7 | 18,356,690,247,612 | 9da9a238077c82ecb6e73f8ae65bf16ad867da27 | /app/src/main/java/com/mikerandrup/android/mablids/EssayActivity.java | 9601ec85d1407b776ec573dad1a6d6b8dad4d13a | [
"MIT"
] | permissive | mikerandrup/MabLidsAndroid | https://github.com/mikerandrup/MabLidsAndroid | cb1635495130a94c80a002b7be3cd9356229815b | d980ff386fa0810b9fbc87a6fcbb641d1efb0026 | refs/heads/master | 2020-05-17T18:11:16.457000 | 2015-02-13T22:05:55 | 2015-02-13T22:05:55 | 23,526,497 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mikerandrup.android.mablids;
import android.content.Context;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.inputmethod.InputMethodManager;
import android.widget.Button... | UTF-8 | Java | 4,924 | java | EssayActivity.java | Java | [] | null | [] | package com.mikerandrup.android.mablids;
import android.content.Context;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.inputmethod.InputMethodManager;
import android.widget.Button... | 4,924 | 0.657189 | 0.655565 | 147 | 31.496599 | 26.059162 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.537415 | false | false | 13 |
b8763ebf2186ebc11b6e9b921829eeed06bdf1d6 | 15,831,249,482,246 | 361b3ae93e1d8cd9d63536c37bc4aa554e207b9f | /03-xmlDemo/src/main/java/priv/huke/service/UserServiceImpl.java | 88bf28cdcecd0a9d5a7dff6c96c0ba7f10ed0fd2 | [] | no_license | Infrosdo/Spring | https://github.com/Infrosdo/Spring | 90ac1ab5ab8a2e1fd4a4e057f9ce6254d412693c | 23ae6d599dd53d9a811b1f45d7bef505d7294383 | refs/heads/master | 2020-05-19T17:13:36.419000 | 2019-05-07T08:25:51 | 2019-05-07T08:25:51 | 185,129,451 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package priv.huke.service;
import priv.huke.dao.UserDao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import priv.huke.pojo.User;
@Service
public class UserServiceImpl implements UserService{
@Autowired
UserDao userDao;
@Override
publi... | UTF-8 | Java | 389 | java | UserServiceImpl.java | Java | [] | null | [] | package priv.huke.service;
import priv.huke.dao.UserDao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import priv.huke.pojo.User;
@Service
public class UserServiceImpl implements UserService{
@Autowired
UserDao userDao;
@Override
publi... | 389 | 0.755784 | 0.755784 | 18 | 20.611111 | 18.927168 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 13 |
cfdc87bf4892f0e3189eeb998d73a76c821450dd | 5,291,399,732,398 | 2508bff721138f274584782d360316ea1f5922bc | /src/main/java/com/zrf/rabbitmq/example/atomic/AtomicExample5.java | a930be1499194cce5191b8c31345d5b544f48a8b | [] | no_license | ZZZrf123/rabbitdemo | https://github.com/ZZZrf123/rabbitdemo | f96a54cdd31aa39dc21415ae473dea2f1ec39342 | 0b4516d2f5106ae9b43bba5953df05c529395f96 | refs/heads/master | 2022-07-01T23:45:21.851000 | 2020-03-10T08:08:54 | 2020-03-10T08:08:54 | 246,239,249 | 0 | 0 | null | false | 2022-06-21T02:57:28 | 2020-03-10T07:52:14 | 2020-03-10T08:09:51 | 2022-06-21T02:57:23 | 40 | 0 | 0 | 2 | Java | false | false | package com.zrf.rabbitmq.example.atomic;
import com.zrf.rabbitmq.annoations.ThreadSafe;
import lombok.Getter;
import lombok.extern.slf4j.Slf4j;
import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;
import java.util.concurrent.atomic.AtomicReference;
@Slf4j
@ThreadSafe
public class AtomicExample5 {
@Gette... | UTF-8 | Java | 957 | java | AtomicExample5.java | Java | [] | null | [] | package com.zrf.rabbitmq.example.atomic;
import com.zrf.rabbitmq.annoations.ThreadSafe;
import lombok.Getter;
import lombok.extern.slf4j.Slf4j;
import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;
import java.util.concurrent.atomic.AtomicReference;
@Slf4j
@ThreadSafe
public class AtomicExample5 {
@Gette... | 957 | 0.706374 | 0.672936 | 32 | 28.90625 | 30.792004 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 13 |
105f25033b8b3385c8fbee7a0175a7d88b5a1db5 | 18,227,841,249,626 | 9708f640b23a52ac5cab58beb136672f2dd18179 | /RottingOranges.java | ec554280021a9a940a553f8e35c92c54095c939e | [] | no_license | ShuNayak/LeetCode | https://github.com/ShuNayak/LeetCode | 73e61173bfb091e27265a761d4f3c5a9dcd76cf4 | 6d4747d49a2ffbbe2bf35f92cbb034cafed6ad35 | refs/heads/master | 2021-08-17T11:56:48.747000 | 2020-07-24T08:49:02 | 2020-07-24T08:49:02 | 206,477,127 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leetcode.google;
import java.util.LinkedList;
import java.util.Queue;
import javax.swing.text.html.HTMLDocument.HTMLReader.IsindexAction;
public class RottingOranges {
public static class Oranges{
int x;
int y;
int layer;
public Oranges(int x, int y, int layer) {
this.x =x;
this.y= y;
t... | UTF-8 | Java | 1,570 | java | RottingOranges.java | Java | [] | null | [] | package com.leetcode.google;
import java.util.LinkedList;
import java.util.Queue;
import javax.swing.text.html.HTMLDocument.HTMLReader.IsindexAction;
public class RottingOranges {
public static class Oranges{
int x;
int y;
int layer;
public Oranges(int x, int y, int layer) {
this.x =x;
this.y= y;
t... | 1,570 | 0.580892 | 0.559873 | 70 | 21.428572 | 18.977859 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3 | false | false | 13 |
9de98203dbcb2922cc6525128d0098360618b0ff | 14,585,708,984,708 | 218a43d9c8c7ed0501e3c8511a38d9824e57cfb5 | /src/shop/local/domain/SortierungNachArtikelnummer.java | 9fb528d721e1306156893a6db6ef431bc787f82b | [] | no_license | ChristofTorres/eShop | https://github.com/ChristofTorres/eShop | edd0b3cae4f792ed1c92130d62ea1bca07865c4f | 6d51b68e339539442f7fdc6c4931e4c98ba11ce0 | refs/heads/master | 2015-08-07T17:30:09.814000 | 2013-07-05T18:43:03 | 2013-07-05T18:43:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shop.local.domain;
import java.util.Comparator;
import shop.local.valueobjects.Artikel;
public class SortierungNachArtikelnummer implements Comparator<Artikel> {
public int compare(Artikel artikel1, Artikel artikel2) {
return artikel1.getArtikelnummer() - artikel2.getArtikelnummer();
}
}
| UTF-8 | Java | 308 | java | SortierungNachArtikelnummer.java | Java | [] | null | [] | package shop.local.domain;
import java.util.Comparator;
import shop.local.valueobjects.Artikel;
public class SortierungNachArtikelnummer implements Comparator<Artikel> {
public int compare(Artikel artikel1, Artikel artikel2) {
return artikel1.getArtikelnummer() - artikel2.getArtikelnummer();
}
}
| 308 | 0.795455 | 0.782468 | 12 | 24.666666 | 27.541887 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 13 |
f85209bcc24f03a720cc80737aff495fc009df23 | 35,691,178,235,105 | f343da624fe7d7cf63012940f3379aa8461e14de | /src/Graph/Vertex.java | 2f9209269206db6c546e30e0719e87e4291f1478 | [] | no_license | halmohri/ECSA | https://github.com/halmohri/ECSA | c8e6ddc5778381b64511a3d8244c028ab32ae6be | 1fabc29d337b4e86df42c334d35bea9edf4186b2 | refs/heads/master | 2020-04-04T00:42:15.766000 | 2018-11-01T04:08:58 | 2018-11-01T04:08:58 | 155,659,769 | 1 | 2 | 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 Graph;
import java.util.List;
/**
*
* @author Hussain Almohri, Kansas State University
*/
public class Vertex implements Comparable
{
public int node;
public int xindex; //For y variables... | UTF-8 | Java | 6,501 | java | Vertex.java | Java | [
{
"context": " Graph;\n\nimport java.util.List;\n\n/**\n *\n * @author Hussain Almohri, Kansas State University\n */\n\n\npublic class Verte",
"end": 174,
"score": 0.9998754858970642,
"start": 159,
"tag": "NAME",
"value": "Hussain Almohri"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Graph;
import java.util.List;
/**
*
* @author <NAME>, Kansas State University
*/
public class Vertex implements Comparable
{
public int node;
public int xindex; //For y variables only.
... | 6,492 | 0.542378 | 0.53684 | 286 | 21.73077 | 17.363279 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416084 | false | false | 13 |
ea98f173876ddc2524b09d1e6f19e7f9308a02b0 | 26,946,624,856,813 | 080c4613850ad7d620f1408f236e9252950f14a4 | /app/src/main/java/co/adrianblan/fastbrush/globject/GLColorObject.java | 3cd9854fcd364e5ea80878421b1146eeef8f9f16 | [] | no_license | gotomypc/FastBrush | https://github.com/gotomypc/FastBrush | 9c914193c65d899bdf728cdc6b5699d2cb49af33 | 1b0d4ace17ad98ed98c483d261120a46dd974587 | refs/heads/master | 2020-06-23T20:05:15.388000 | 2016-05-18T10:14:07 | 2016-05-18T10:14:07 | 74,637,843 | 0 | 1 | null | true | 2016-11-24T04:28:33 | 2016-11-24T04:28:32 | 2016-11-02T07:49:25 | 2016-10-31T22:58:48 | 759 | 0 | 0 | 0 | null | null | null | package co.adrianblan.fastbrush.globject;
/**
* Class which provides custom color blending shaders.
*/
public class GLColorObject {
protected static final String COLOR_FRAGMENT_SHADER_CODE =
"precision mediump float;" +
"uniform vec4 vColor;" +
"uniform vec2 resolution;" +
... | UTF-8 | Java | 636 | java | GLColorObject.java | Java | [] | null | [] | package co.adrianblan.fastbrush.globject;
/**
* Class which provides custom color blending shaders.
*/
public class GLColorObject {
protected static final String COLOR_FRAGMENT_SHADER_CODE =
"precision mediump float;" +
"uniform vec4 vColor;" +
"uniform vec2 resolution;" +
... | 636 | 0.580189 | 0.572327 | 18 | 34.333332 | 25.791903 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 13 |
2cd8b4fb6fef418b1581f54cef93fccbe2e184ad | 21,912,923,172,613 | c5a70042dd9067bfd85e6b9d41448446dbd07d7a | /src/main/test/com/stackroute/testing/RepeatStringSetTest.java | 25febfe865edd309ad5a43376b5fe52058e22236 | [] | no_license | Sudip-byte/Practise_Exercise_1 | https://github.com/Sudip-byte/Practise_Exercise_1 | 2f2d3334072828e71ff2daa9da4d6c54d577c124 | 0deb11df2db5703a5748aff89789b8d698e93dc5 | refs/heads/master | 2020-06-17T00:36:51.976000 | 2019-07-08T06:11:47 | 2019-07-08T06:11:47 | 194,612,297 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stackroute.testing;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
public class RepeatStringSetTest {
RepeatStringSet object;
@Before
public void setUp() throws Exception {
object = new RepeatStringSet();
}
@After
... | UTF-8 | Java | 811 | java | RepeatStringSetTest.java | Java | [] | null | [] | package com.stackroute.testing;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
public class RepeatStringSetTest {
RepeatStringSet object;
@Before
public void setUp() throws Exception {
object = new RepeatStringSet();
}
@After
... | 811 | 0.67201 | 0.668311 | 37 | 20.945946 | 20.601686 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567568 | false | false | 13 |
5cac17b55ed93e80922394e8edd5518ccab0537a | 35,261,681,505,927 | 83c3d118ccfa65af9575a6fe9f8a6af4a42c600f | /localization/web/src/main/java/br/com/infomax/localization/facade/impl/DefaultUserFacade.java | 19f97c159f3fca3fbdb97c069fdb146e0e3f7aba | [] | no_license | maxwellcavalli/spring-boot | https://github.com/maxwellcavalli/spring-boot | 6013ca19b2e139b42ce2d63b100777ee4fea7f27 | 9364dfe45c4dc4d4c0d3bdae4151857ac2a8909a | refs/heads/master | 2020-03-23T15:47:09.053000 | 2020-03-22T12:12:55 | 2020-03-22T12:12:55 | 141,774,403 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.infomax.localization.facade.impl;
import br.com.infomax.core.Util;
import br.com.infomax.core.converter.BaseConverter;
import br.com.infomax.core.facade.impl.DefaultAbstractFacade;
import br.com.infomax.core.service.AbstractCrudService;
import br.com.infomax.localization.converter.security.UserConverter... | UTF-8 | Java | 2,162 | java | DefaultUserFacade.java | Java | [] | null | [] | package br.com.infomax.localization.facade.impl;
import br.com.infomax.core.Util;
import br.com.infomax.core.converter.BaseConverter;
import br.com.infomax.core.facade.impl.DefaultAbstractFacade;
import br.com.infomax.core.service.AbstractCrudService;
import br.com.infomax.localization.converter.security.UserConverter... | 2,162 | 0.701665 | 0.70074 | 79 | 26.367088 | 26.445635 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.43038 | false | false | 13 |
9f78f2dfd3d10359a02b03cac108038cf6e14469 | 18,270,790,880,210 | a2739da0a0e13c658ee3165b78917a70c6b2a579 | /src/java/db/Vesti.java | d2e1f34dd77401df430b25c75ebe254d3acda58e | [] | no_license | dnbnina94/diplomski | https://github.com/dnbnina94/diplomski | f3faab2b1c3eed8bb9083ebc58d12fda9f7734f3 | 685dc425f293345c79b3031b1d8c42703659cb0e | refs/heads/master | 2020-04-07T03:27:52.158000 | 2019-06-14T16:48:08 | 2019-06-14T16:48:08 | 158,016,720 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package db;
// Generated Nov 24, 2018 6:36:55 PM by Hibernate Tools 4.3.1
import java.util.Date;
import javax.faces.context.FacesContext;
import javax.servlet.http.HttpServletRequest;
import org.jsoup.Jsoup;
import org.jsoup.safety.Whitelist;
/**
* Vesti generated by hbm2java
*/
public class Vesti implements java.i... | UTF-8 | Java | 4,803 | java | Vesti.java | Java | [] | null | [] | package db;
// Generated Nov 24, 2018 6:36:55 PM by Hibernate Tools 4.3.1
import java.util.Date;
import javax.faces.context.FacesContext;
import javax.servlet.http.HttpServletRequest;
import org.jsoup.Jsoup;
import org.jsoup.safety.Whitelist;
/**
* Vesti generated by hbm2java
*/
public class Vesti implements java.i... | 4,803 | 0.64543 | 0.638976 | 180 | 25.683332 | 26.32225 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 13 |
58e9a5790b2a692bff7a625d94097ac8d51d4247 | 12,352,325,997,018 | e2ae343e6c44bd6ee8c62829d8e334dd8987fe4d | /bean-grid-addon/src/main/java/com/vaadin/peter/addon/beangrid/converter/FontIconToHtmlBeanConverter.java | c0cbf0e836aed484dd2cb8c8a694b4eeed1479ab | [
"Apache-2.0"
] | permissive | javasongjang/bean-grid | https://github.com/javasongjang/bean-grid | fc393af8bf9c04443147bfac18d5054231991170 | ae8cacef12081db0bf33dd0884f46d32f899d8cf | refs/heads/master | 2021-04-15T10:13:48.267000 | 2017-03-28T13:17:15 | 2017-03-28T13:17:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vaadin.peter.addon.beangrid.converter;
import com.vaadin.data.Converter;
import com.vaadin.data.Result;
import com.vaadin.data.ValueContext;
import com.vaadin.server.FontIcon;
import com.vaadin.ui.renderers.HtmlRenderer;
/**
* FontIconToHtmlBeanConverter is {@link Converter} capable of converting
* {@li... | UTF-8 | Java | 947 | java | FontIconToHtmlBeanConverter.java | Java | [
{
"context": "immutable and hence singleton safe.\n * \n * @author Peter / Vaadin\n */\n@SingletonConverter\npublic class Fon",
"end": 474,
"score": 0.9989613890647888,
"start": 469,
"tag": "NAME",
"value": "Peter"
},
{
"context": "e and hence singleton safe.\n * \n * @author Peter /... | null | [] | package com.vaadin.peter.addon.beangrid.converter;
import com.vaadin.data.Converter;
import com.vaadin.data.Result;
import com.vaadin.data.ValueContext;
import com.vaadin.server.FontIcon;
import com.vaadin.ui.renderers.HtmlRenderer;
/**
* FontIconToHtmlBeanConverter is {@link Converter} capable of converting
* {@li... | 947 | 0.778247 | 0.778247 | 32 | 28.59375 | 29.774002 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.90625 | false | false | 13 |
f579eb75724af358fa847d4e0fe899122aefb2c8 | 14,379,550,563,376 | 6618cc5e1b13ab31929ba272c383a036d6c47700 | /ProjectTest/edtframe-model/src/main/java/cc/edt/frame/model/result/UploadMaterialResult.java | 9ead99aa74ebcf02b1acbaf345de1df3b51693dc | [] | no_license | Wangjwei/ydtProject | https://github.com/Wangjwei/ydtProject | 6fc07fa60eb83f71af145356dfc83c2c915f7a91 | 20c3be693faef7e9fc7ecb47b3dbb0851757cd1d | refs/heads/master | 2022-06-24T04:45:54.759000 | 2019-09-25T09:04:12 | 2019-09-25T09:04:12 | 210,800,290 | 0 | 0 | null | false | 2022-07-06T20:41:03 | 2019-09-25T08:58:11 | 2019-09-25T09:11:50 | 2022-07-06T20:41:02 | 144,972 | 0 | 0 | 15 | JavaScript | false | false | package cc.edt.frame.model.result;
import java.io.Serializable;
/**
* 微信普通素材上传结果
*
* @author 刘钢
* @date 2018/3/8 10:45
*/
public class UploadMaterialResult implements Serializable {
private static final long serialVersionUID = -8161277831028011600L;
private boolean success;
private String message;
private S... | UTF-8 | Java | 856 | java | UploadMaterialResult.java | Java | [
{
"context": "io.Serializable;\n\n/**\n * 微信普通素材上传结果\n *\n * @author 刘钢\n * @date 2018/3/8 10:45\n */\npublic class UploadMa",
"end": 100,
"score": 0.9997448921203613,
"start": 98,
"tag": "NAME",
"value": "刘钢"
}
] | null | [] | package cc.edt.frame.model.result;
import java.io.Serializable;
/**
* 微信普通素材上传结果
*
* @author 刘钢
* @date 2018/3/8 10:45
*/
public class UploadMaterialResult implements Serializable {
private static final long serialVersionUID = -8161277831028011600L;
private boolean success;
private String message;
private S... | 856 | 0.71274 | 0.677885 | 51 | 15.313725 | 16.417936 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.019608 | false | false | 13 |
c72b157718d4b77ccf2217af9fd8bc4e9e028f98 | 15,607,911,164,588 | 273c6a362cdb4ffdd6dca1c0a0d1428a3764b181 | /src/main/java/controlhoras/model/bean/FaseProyecto.java | 2582438c23ab09728c561173b4ae99f4ed76dada | [] | no_license | GUILLERMOWEB/ControlHorasMaven | https://github.com/GUILLERMOWEB/ControlHorasMaven | 04ea0357f76693842816a63a25a70e4e2ac7166e | 757c21f24e564ab6e73a2c8669a9912482166fd8 | refs/heads/master | 2023-03-18T21:51:27.046000 | 2018-09-14T05:50:42 | 2018-09-14T05:50:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controlhoras.model.bean;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import controlhoras.util.Util;
@Entity
@Table(name = "faseproyecto" , catal... | UTF-8 | Java | 851 | java | FaseProyecto.java | Java | [] | null | [] | package controlhoras.model.bean;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import controlhoras.util.Util;
@Entity
@Table(name = "faseproyecto" , catal... | 851 | 0.769683 | 0.769683 | 36 | 22.638889 | 18.310823 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.138889 | false | false | 13 |
71a8b4ecceb49acec2a721d087df345a9cc77da7 | 21,680,994,964,183 | 4e1b270cf2063222560f34062c2e17a28b1ffc20 | /docroot/WEB-INF/service/net/sareweb/onddo/model/UserSettingWrapper.java | b612407038fd219208365cb78dd98282b80fb977 | [] | no_license | aritzg/Onddo-portlet | https://github.com/aritzg/Onddo-portlet | a7ecf0ab467cedc819f53ec9e6b7d5adf28fd9a6 | 04a61f85014ccf36a089bffdc8ff247f357f3e80 | refs/heads/master | 2016-08-05T06:56:44.784000 | 2012-06-19T20:08:45 | 2012-06-19T20:08:45 | 2,708,678 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 2000-2012 Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later... | UTF-8 | Java | 7,809 | java | UserSettingWrapper.java | Java | [
{
"context": " for {@link UserSetting}.\n * </p>\n *\n * @author A.Galdos\n * @see UserSetting\n * @generated\n */\npubli",
"end": 767,
"score": 0.9998706579208374,
"start": 759,
"tag": "NAME",
"value": "A.Galdos"
}
] | null | [] | /**
* Copyright (c) 2000-2012 Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later... | 7,809 | 0.731976 | 0.730695 | 322 | 23.254658 | 24.696362 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.090062 | false | false | 13 |
2da106171a4c84ca5b4f8bd689381418c544070b | 29,953,101,928,022 | e270772e939a66085b48f6d470e9b0a354346a2f | /src/test/java/com/bill99/golden/inf/mapreduce/HbaseMapper.java | bc8faed9880e926f3609050f08f24a29d240f509 | [] | no_license | toby941/SourceCode | https://github.com/toby941/SourceCode | e3f7479a6876a54b3ac7cf2f3bfbc39106e49aba | 57e4c78fd6aa55a62df954ac69b45ab94488b000 | refs/heads/master | 2021-01-20T03:35:06.195000 | 2014-07-04T06:26:13 | 2014-07-04T06:26:13 | 2,785,426 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bill99.golden.inf.mapreduce;
import java.io.IOException;
import org.apache.hadoop.hbase.KeyValue;
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;... | UTF-8 | Java | 915 | java | HbaseMapper.java | Java | [
{
"context": "op.hbase.mapreduce.TableMapper;\r\n\r\n/**\r\n * @author jun.bao\r\n * @since 2014年1月2日\r\n */\r\npublic class HbaseMapp",
"end": 347,
"score": 0.9688695073127747,
"start": 340,
"tag": "NAME",
"value": "jun.bao"
}
] | null | [] | package com.bill99.golden.inf.mapreduce;
import java.io.IOException;
import org.apache.hadoop.hbase.KeyValue;
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;... | 915 | 0.739274 | 0.730473 | 29 | 29.344828 | 30.712545 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.275862 | false | false | 13 |
c1274c57a08f0ba3ca89a524e2bcb313d9d13857 | 12,446,815,283,890 | 33ba5bcbdd36ec5f35c5d37f05999ce4648d81aa | /spring/spring-boot-reactor-example-master/src/main/java/com/deswaef/spring/examples/reactor/configuration/ReactorConfiguration.java | 09dc2c6dc53830907c4dda4ee2da29a5ce654d87 | [
"Apache-2.0"
] | permissive | monad-one/assignments | https://github.com/monad-one/assignments | cc4f9374cc444781628f6d0c7f0c5017dd4129d6 | 4a2a7e27556d6154f6fb39bb731b930c83cd6c9d | refs/heads/master | 2018-12-22T02:56:29.067000 | 2018-12-07T15:43:07 | 2018-12-07T15:43:07 | 61,398,738 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.deswaef.spring.examples.reactor.configuration;
import org.springframework.context.annotation.Configuration;
import reactor.spring.context.config.EnableReactor;
/**
* User: Quinten
* Date: 8-9-2014
* Time: 10:41
*
* @author Quinten De Swaef
*/
@Configuration
@EnableReactor
public class ReactorConfigu... | UTF-8 | Java | 331 | java | ReactorConfiguration.java | Java | [
{
"context": "spring.context.config.EnableReactor;\n\n/**\n * User: Quinten\n * Date: 8-9-2014\n * Time: 10:41\n *\n * @author Qu",
"end": 194,
"score": 0.9996128082275391,
"start": 187,
"tag": "USERNAME",
"value": "Quinten"
},
{
"context": "ten\n * Date: 8-9-2014\n * Time: 10:41\n *... | null | [] | package com.deswaef.spring.examples.reactor.configuration;
import org.springframework.context.annotation.Configuration;
import reactor.spring.context.config.EnableReactor;
/**
* User: Quinten
* Date: 8-9-2014
* Time: 10:41
*
* @author <NAME>
*/
@Configuration
@EnableReactor
public class ReactorConfiguration {
... | 321 | 0.773414 | 0.743202 | 17 | 18.529411 | 20.05615 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.176471 | false | false | 13 |
eddac649138f2217a3f99698af5a333930e9818c | 12,446,815,284,705 | 4288174a6bbec6c12fea38e3d5afde0f328c0c42 | /robotframework.jdiameter/src/test/java/org/robotframework/jdiameter/keyword/JDiameterLibraryTest.java | c5bb1f42626fc24746d43c8a6b5eec0ce4ca9adc | [] | no_license | elyast/hazecod | https://github.com/elyast/hazecod | 9c76b08b56b7c3825c1ffc27e4cce8f7b3014a25 | 16a99815231e9870335510846d41c960fbd5a9d4 | refs/heads/master | 2021-01-02T22:31:55.638000 | 2010-08-16T18:11:33 | 2010-08-16T18:11:33 | 32,116,511 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.robotframework.jdiameter.keyword;
import static org.junit.Assert.assertTrue;
import org.junit.Before;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* @author Eliot
*
*/
public cl... | UTF-8 | Java | 916 | java | JDiameterLibraryTest.java | Java | [
{
"context": "ClassPathXmlApplicationContext;\r\n\r\n/**\r\n * @author Eliot\r\n *\r\n */\r\npublic class JDiameterLibraryTest {\r\n\r\n",
"end": 300,
"score": 0.9994242191314697,
"start": 295,
"tag": "NAME",
"value": "Eliot"
}
] | null | [] | package org.robotframework.jdiameter.keyword;
import static org.junit.Assert.assertTrue;
import org.junit.Before;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* @author Eliot
*
*/
public cl... | 916 | 0.744541 | 0.744541 | 33 | 25.757576 | 24.050489 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 13 |
348b7ebd1633fef394063b2de158296cec2155dd | 8,650,064,191,497 | 24f0eb45c2f98950d9eb6ce514eac9693667e0ac | /learn_java/src/work/Vb/Vb7/Vb2.java | 9c240acd4dbd9e98c5778e7983571ea19841acce | [] | no_license | youz17/Mess | https://github.com/youz17/Mess | 98ab4f0980900cde2469192751dc0b3d2651f3d4 | 99e23a05874da89c0003d5769d5c229befac9cd7 | refs/heads/master | 2018-10-15T14:18:02.764000 | 2018-09-24T15:30:54 | 2018-09-24T15:30:54 | 126,661,456 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package work.Vb.Vb7;
import javax.swing.*;
import java.awt.*;
public class Vb2 extends JFrame{
public static void main(String[]args){
new Vb2();
}
JTextField jtf;
JButton jb1,jb2;
String st,spa[];
boolean flag,flag1;
int i = 0;
private Vb2(){
st = "hello world";
jtf = new JTextField();
jb1 = new JBut... | UTF-8 | Java | 1,159 | java | Vb2.java | Java | [] | null | [] | package work.Vb.Vb7;
import javax.swing.*;
import java.awt.*;
public class Vb2 extends JFrame{
public static void main(String[]args){
new Vb2();
}
JTextField jtf;
JButton jb1,jb2;
String st,spa[];
boolean flag,flag1;
int i = 0;
private Vb2(){
st = "hello world";
jtf = new JTextField();
jb1 = new JBut... | 1,159 | 0.581536 | 0.544435 | 66 | 16.560606 | 12.785087 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.712121 | false | false | 13 |
9c0140017eda6048fb5a8833a24f40fe2d01687a | 8,650,064,193,383 | 7bfe476a84cd032edb8307bd44db57963f96a3d3 | /leetcode/src/main/java/海量数据处理/findSameUrl.java | a7da1918463e75087a33d2c4a5a9e869a31ef3df | [] | no_license | zhaoqin1234666/leetcodeAndOther | https://github.com/zhaoqin1234666/leetcodeAndOther | fc54dda30d837da417bf9fe894e8d5fe4be27c8d | 5fcfac5f99f5efa50d8e5e471af60a49d27473e5 | refs/heads/master | 2023-03-06T10:37:45.824000 | 2021-02-18T01:55:21 | 2021-02-18T01:55:21 | 330,131,100 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package 海量数据处理;
public class findSameUrl {
/**
* 题目描述
* 给定 a、b 两个文件,各存放 50 亿个 URL,每个 URL 各占 64B,内存限制是 4G。请找出 a、b 两个文件共同的 URL。
*
* 解答思路
* 每个 URL 占 64B,那么 50 亿个 URL占用的空间大小约为 320GB。
*
* 5,000,000,000 * 64B ≈ 5GB * 64 = 320GB
*
* 由于内存大小只有 4G,因此,我们不可能一次性把所有 URL 加载到内存中处理。对于这... | UTF-8 | Java | 2,297 | java | findSameUrl.java | Java | [] | null | [] | package 海量数据处理;
public class findSameUrl {
/**
* 题目描述
* 给定 a、b 两个文件,各存放 50 亿个 URL,每个 URL 各占 64B,内存限制是 4G。请找出 a、b 两个文件共同的 URL。
*
* 解答思路
* 每个 URL 占 64B,那么 50 亿个 URL占用的空间大小约为 320GB。
*
* 5,000,000,000 * 64B ≈ 5GB * 64 = 320GB
*
* 由于内存大小只有 4G,因此,我们不可能一次性把所有 URL 加载到内存中处理。对于这... | 2,297 | 0.6253 | 0.539632 | 37 | 32.756756 | 52.73719 | 276 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513514 | false | false | 13 |
e41a4772a172012955e217bffe442d9ecd6bf86f | 30,657,476,629,151 | 092db6d5bad2c40d6ae2f216b6263016b04a4135 | /knews/src/main/java/com/kapp/knews/repository/utils/CommonShareData.java | eddf8c2e565dd5300be342b15129c6aac0d8455f | [] | no_license | mengzhiya/launcherTest | https://github.com/mengzhiya/launcherTest | d741d4e42a7d84923fe54bce12c5d827a2d84d2c | 52c27b723b3bc5b4a789fdc22e2278e3578f73c7 | HEAD | 2019-01-28T15:28:01.173000 | 2017-05-26T10:54:02 | 2017-05-26T10:54:02 | 98,407,615 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kapp.knews.repository.utils;
import android.content.Context;
import android.content.SharedPreferences;
import android.text.TextUtils;
import java.util.Set;
/**
* Created by xixionghui on 2016/12/1.
*/
public class CommonShareData {
public static final String COMMON_SHAREDPREFERENCE = "com.klaunch... | UTF-8 | Java | 2,987 | java | CommonShareData.java | Java | [
{
"context": "xtUtils;\n\nimport java.util.Set;\n\n/**\n * Created by xixionghui on 2016/12/1.\n */\n\npublic class CommonShareData {",
"end": 199,
"score": 0.9996864199638367,
"start": 189,
"tag": "USERNAME",
"value": "xixionghui"
}
] | null | [] | package com.kapp.knews.repository.utils;
import android.content.Context;
import android.content.SharedPreferences;
import android.text.TextUtils;
import java.util.Set;
/**
* Created by xixionghui on 2016/12/1.
*/
public class CommonShareData {
public static final String COMMON_SHAREDPREFERENCE = "com.klaunch... | 2,987 | 0.667899 | 0.66521 | 101 | 28.455446 | 27.290344 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.623762 | false | false | 13 |
d6d7b5911d10277e1c612c3f1ec232276c3e7d60 | 30,657,476,628,887 | 70d743de6980169528d99f2cac13f27f5ef6a54a | /src/main/java/ccampo133/fbaas/exception/EmptyQueueException.java | 15474d637aeac9e1c6b4d1f85039b71320dc075c | [
"MIT"
] | permissive | ccampo133/FBaaS | https://github.com/ccampo133/FBaaS | 1c793996f7e1723d361f3c06a70d31a868e7c10f | 9ed6d3d2998ae4a07f6e399dbad5f8eae28ae0c4 | refs/heads/master | 2021-05-19T02:18:00.363000 | 2016-04-07T16:59:14 | 2016-04-07T16:59:14 | 39,226,451 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ccampo133.fbaas.exception;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
/**
* @author Chris Campo
*/
@ResponseStatus(value = HttpStatus.NO_CONTENT)
public class EmptyQueueException extends RuntimeException {
public EmptyQueueException(final ... | UTF-8 | Java | 486 | java | EmptyQueueException.java | Java | [
{
"context": "eb.bind.annotation.ResponseStatus;\n\n/**\n * @author Chris Campo\n */\n@ResponseStatus(value = HttpStatus.NO_CONTENT",
"end": 170,
"score": 0.9998388290405273,
"start": 159,
"tag": "NAME",
"value": "Chris Campo"
}
] | null | [] | package ccampo133.fbaas.exception;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
/**
* @author <NAME>
*/
@ResponseStatus(value = HttpStatus.NO_CONTENT)
public class EmptyQueueException extends RuntimeException {
public EmptyQueueException(final Strin... | 481 | 0.748971 | 0.742798 | 19 | 24.578947 | 24.915258 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 13 |
c2b46071a257030929b32a2df63b4ed0e4361202 | 27,968,827,044,783 | abe7acc3bf48bf8f85ddaeb5895c548f0932549b | /myCollection/src/com/myjava02/IteratorDemo2.java | a7d7eb498f88f82b0179f6aad2b5b866b75c2aa0 | [] | no_license | zhangweimtan/zhangweiJava | https://github.com/zhangweimtan/zhangweiJava | 17a890897ae772176ad345135c12e3f078c2b947 | 90c2d4dbff9ea0d399de3bdba2401c312439b36e | refs/heads/master | 2020-04-05T07:22:51.506000 | 2019-05-16T09:47:59 | 2019-05-16T09:47:59 | 156,673,392 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.myjava02;
import java.util.*;
/*
需求:判断集合是否保函Java,如有添加android
Exception in thread "main" java.util.ConcurrentModificationException:并发修改异常
迭代器是依赖于集合的,相当于集合的一个副本,当迭代器在操作时候,如果出现和集合不一样,则抛出异常;
解决方法:
A:别使用迭代器
B:在使用迭代器遍历,使用迭代器来修改
*/
public class IteratorDemo2 {
public static... | UTF-8 | Java | 1,648 | java | IteratorDemo2.java | Java | [] | null | [] | package com.myjava02;
import java.util.*;
/*
需求:判断集合是否保函Java,如有添加android
Exception in thread "main" java.util.ConcurrentModificationException:并发修改异常
迭代器是依赖于集合的,相当于集合的一个副本,当迭代器在操作时候,如果出现和集合不一样,则抛出异常;
解决方法:
A:别使用迭代器
B:在使用迭代器遍历,使用迭代器来修改
*/
public class IteratorDemo2 {
public static... | 1,648 | 0.48538 | 0.483187 | 56 | 23.428572 | 15.525161 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 13 |
0f2edca86e0b09ffcbc6ea4f794875534c99a505 | 27,393,301,427,177 | dede079ad5f55b6f17c12db86b0c9ef5c6b04ba4 | /pagedemo/src/main/java/com/demo/utils/Entity.java | 9d25f9993fb132e4ae353f0d694d9166338dc0dd | [] | no_license | JiangLxx/study | https://github.com/JiangLxx/study | 89a37f2604b042cb19c057489e13a433ce72c70e | a9b742725303ab1a3c57e641a84a49b689387280 | refs/heads/master | 2021-07-17T03:15:44.934000 | 2018-10-18T02:24:00 | 2018-10-18T02:24:00 | 128,626,181 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.utils;
import java.io.Serializable;
public class Entity implements Serializable {
private static final long serialVersionUID = 8022981980434052428L;
private String id;
private String nu;
private String re;
private String ty;
private String nus;
private String tel;
private String dan;
private... | UTF-8 | Java | 1,540 | java | Entity.java | Java | [] | null | [] | package com.demo.utils;
import java.io.Serializable;
public class Entity implements Serializable {
private static final long serialVersionUID = 8022981980434052428L;
private String id;
private String nu;
private String re;
private String ty;
private String nus;
private String tel;
private String dan;
private... | 1,540 | 0.67987 | 0.667532 | 86 | 16.906977 | 13.193222 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.604651 | false | false | 13 |
5f6f57f6c498aad0a5bc0a6a34a82b06aade0cdd | 13,649,406,134,272 | 91b3ce6ffa6dbca11461f0ecf60292df843d285d | /src/test/java/com/uwefuchs/demo/goeuro/SpringBootAppTest.java | 624fdfb3ecc6fd79a39edc6cb303e13882ef5642 | [
"Apache-2.0"
] | permissive | Uwe-Fuchs/MyBusRouteService_SpringBoot | https://github.com/Uwe-Fuchs/MyBusRouteService_SpringBoot | 1ad2e951e5164d48befdc0f2db082b454a9a85aa | ae8ba7c88428c7ba933fdd97717ea0f5f74dfdc1 | refs/heads/master | 2023-01-01T05:46:21.052000 | 2020-10-15T16:03:51 | 2020-10-15T16:03:51 | 298,346,327 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.uwefuchs.demo.goeuro;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.TestPropertySource;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@TestPropertySour... | UTF-8 | Java | 480 | java | SpringBootAppTest.java | Java | [] | null | [] | package com.uwefuchs.demo.goeuro;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.TestPropertySource;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@TestPropertySour... | 480 | 0.808333 | 0.80625 | 17 | 27.235294 | 24.52017 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 13 |
82ca854015332a32113958fa7048dd0c409575a2 | 2,954,937,562,144 | e4d0329c8a73508a5ab63ee812d7eb80bd13926c | /src/main/java/org/HdrHistogram/HistogramLogAnalyzer/properties/ZoomProperties.java | 98dc325cc1f688660494be14849c95b9d9f67f6c | [
"CC0-1.0",
"BSD-2-Clause"
] | permissive | HdrHistogram/HistogramLogAnalyzer | https://github.com/HdrHistogram/HistogramLogAnalyzer | 4f28c6c50a237d1629263ac3c12009aa26e2301e | df5c6009e477e72afcfad60f84a72b253f4ebc80 | refs/heads/master | 2023-05-27T08:15:23.936000 | 2023-05-25T07:42:28 | 2023-05-25T07:42:28 | 69,583,850 | 37 | 10 | NOASSERTION | false | 2023-05-25T07:42:29 | 2016-09-29T16:00:28 | 2023-05-15T15:34:20 | 2023-05-25T07:42:28 | 737 | 35 | 8 | 8 | Java | false | false | /**
* Written by Azul Systems, and released to the public domain,
* as explained at http://creativecommons.org/publicdomain/zero/1.0/
*/
package org.HdrHistogram.HistogramLogAnalyzer.properties;
import org.HdrHistogram.HistogramLogAnalyzer.applicationlayer.HLAChartType;
import org.jfree.data.Range;
import java.be... | UTF-8 | Java | 1,561 | java | ZoomProperties.java | Java | [
{
"context": "/**\n * Written by Azul Systems, and released to the public domain,\n * as explain",
"end": 30,
"score": 0.9879195094108582,
"start": 18,
"tag": "NAME",
"value": "Azul Systems"
}
] | null | [] | /**
* Written by <NAME>, and released to the public domain,
* as explained at http://creativecommons.org/publicdomain/zero/1.0/
*/
package org.HdrHistogram.HistogramLogAnalyzer.properties;
import org.HdrHistogram.HistogramLogAnalyzer.applicationlayer.HLAChartType;
import org.jfree.data.Range;
import java.beans.Pr... | 1,555 | 0.681614 | 0.680333 | 60 | 25.016666 | 25.394548 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 13 |
c962b6f9e02453e366d9ebaa0abe2724205d0386 | 13,554,916,842,940 | 0bfed66ba230ed79840d0d0658fb210ac13d79f1 | /12_cambios/12_Cambios/src/com/imejpul/Main.java | 10be47f34f1a0976a7f390c51759e39012dbeecf | [
"Apache-2.0"
] | permissive | Imejpul/ud2-elementos-programa | https://github.com/Imejpul/ud2-elementos-programa | c10c8c4abf94c73b234bd7c03fe3c5bd59c25944 | fac24824c66ff7a5ceb43d065f73623e95c1e171 | refs/heads/master | 2021-05-14T23:25:40.230000 | 2017-10-25T19:16:02 | 2017-10-25T19:16:02 | 105,048,821 | 0 | 0 | null | true | 2017-09-27T17:34:57 | 2017-09-27T17:34:57 | 2017-09-25T16:50:04 | 2017-09-25T23:13:38 | 12 | 0 | 0 | 0 | null | null | null | package com.imejpul;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
double prc;
double cant;
BufferedReader br = new BufferedReader(new InputStreamR... | UTF-8 | Java | 1,705 | java | Main.java | Java | [] | null | [] | package com.imejpul;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
double prc;
double cant;
BufferedReader br = new BufferedReader(new InputStreamR... | 1,705 | 0.504467 | 0.460393 | 60 | 25.983334 | 29.143604 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566667 | false | false | 13 |
7f2c9afaed50940822804904d5839dc5fbf8e19a | 38,225,208,950,839 | 62486317127fb9a4de4c3ae7deb14be003d1ca54 | /ShopnShop/app/src/main/java/com/example/a533/shopnshop/ItemToSell.java | 444ad799e95230e25971c82c4eb7a9d921bad024 | [] | no_license | Guibaleno/ShopnShopAndroid | https://github.com/Guibaleno/ShopnShopAndroid | c038f9fcbacb0b177949b39f98d00365c5e22142 | 986606eee8070ffa076e02714cbeedb2a3fd4307 | refs/heads/master | 2020-04-30T18:06:23.383000 | 2019-05-06T15:29:05 | 2019-05-06T15:29:05 | 177,000,338 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.a533.shopnshop;
public class ItemToSell {
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getQuantity() {
return quantity;
}
public void setQuantity(String quantity) {
this.q... | UTF-8 | Java | 635 | java | ItemToSell.java | Java | [] | null | [] | package com.example.a533.shopnshop;
public class ItemToSell {
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getQuantity() {
return quantity;
}
public void setQuantity(String quantity) {
this.q... | 635 | 0.598425 | 0.593701 | 34 | 17.67647 | 16.415058 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 13 |
ddb7a91dddd0edbf3ddb431b11818be4e425b8ff | 1,391,569,466,208 | 0e24e344e400894fe2b01e505503d3eb6e635ed7 | /Head_First_Design_Patterns/src/decorator/StarbuzzCoffee.java | 9dda70df1f5eea70ceb85bbd7c075fec0d123ba7 | [] | no_license | wk448378469/My_Learning_Path | https://github.com/wk448378469/My_Learning_Path | 8cdd5c8c8dc55cd93705b11dda2c8883a31423a8 | a93cab7cc3cb1c8033e1888bdbdf0a3a7fdba823 | refs/heads/master | 2022-01-18T13:26:24.217000 | 2019-05-18T07:44:24 | 2019-05-18T07:44:24 | 84,651,397 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package decorator;
public class StarbuzzCoffee {
public static void main(String agrs[]){
Beverage beverage = new Espresso();
System.out.println(beverage.getDescription() + " $" + beverage.cost() + "\n");
Beverage beverage1 = new DarkRoast(); // 新的咖啡
beverage1 = new Mocha(beverag... | UTF-8 | Java | 634 | java | StarbuzzCoffee.java | Java | [] | null | [] | package decorator;
public class StarbuzzCoffee {
public static void main(String agrs[]){
Beverage beverage = new Espresso();
System.out.println(beverage.getDescription() + " $" + beverage.cost() + "\n");
Beverage beverage1 = new DarkRoast(); // 新的咖啡
beverage1 = new Mocha(beverag... | 634 | 0.578947 | 0.560855 | 15 | 39.533333 | 28.598057 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 13 |
685108f836a1bcdb46153f3cda87d280f32db4cd | 34,772,055,268,495 | 327cb5fde46933aa4679e4c5ecaac410ad750233 | /src/com/merve/service/OgretmenServisi.java | 18718eb277fb848bde75336b72f22732ae765725 | [] | no_license | mervenurgulbagci/SpringHibernateLOGIN-CRUD | https://github.com/mervenurgulbagci/SpringHibernateLOGIN-CRUD | 2a496f41ab17f60d760fcb4b7a3258f80fb75d16 | 1551c6642d66ac7e82f4d373d65957a2c388abb8 | refs/heads/master | 2022-12-04T15:20:56.384000 | 2020-08-25T14:26:02 | 2020-08-25T14:26:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.merve.service;
import java.util.List;
import com.merve.domain.Ogretmen;
public interface OgretmenServisi {
public List<Ogretmen> getOgretmenler();
public void saveOgretmen(Ogretmen ogrtmn);
public Ogretmen getOgretmen(int ogrtmnId);
public void deleteOgretmen(int ogrtmnId);
}
| UTF-8 | Java | 312 | java | OgretmenServisi.java | Java | [] | null | [] | package com.merve.service;
import java.util.List;
import com.merve.domain.Ogretmen;
public interface OgretmenServisi {
public List<Ogretmen> getOgretmenler();
public void saveOgretmen(Ogretmen ogrtmn);
public Ogretmen getOgretmen(int ogrtmnId);
public void deleteOgretmen(int ogrtmnId);
}
| 312 | 0.759615 | 0.759615 | 14 | 20.285715 | 18.335869 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785714 | false | false | 13 |
783f633adbaddf313b3469642395b89267c4fb04 | 35,854,387,017,522 | 6446864900cfd0b7e18121e533cc773bae13ebb9 | /src/Kontroll.java | 81403cca74513dc1dd126c3eb903ca57c32265f3 | [] | no_license | avattis/Sudoku | https://github.com/avattis/Sudoku | 41f42e77fd35b96ee5db4ba54736f0894417bc60 | 041ac64f096bebd2bd0d5d5107288fcff77d74a6 | refs/heads/master | 2021-01-17T14:31:52.930000 | 2017-01-06T17:48:11 | 2017-01-06T17:48:11 | 71,717,335 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Tulemuste massiivist hakkab kokku arvutama ridasid ja veerge. Iga rida/veerg annab kokku summaks 45.
* Lubab raskematel levelitel erinevid lahendeid */
import javafx.event.EventHandler;
import javafx.scene.Scene;
import javafx.scene.control.Label;
import javafx.scene.input.MouseEvent;
import javafx.scene.layout.St... | UTF-8 | Java | 2,589 | java | Kontroll.java | Java | [] | null | [] | /* Tulemuste massiivist hakkab kokku arvutama ridasid ja veerge. Iga rida/veerg annab kokku summaks 45.
* Lubab raskematel levelitel erinevid lahendeid */
import javafx.event.EventHandler;
import javafx.scene.Scene;
import javafx.scene.control.Label;
import javafx.scene.input.MouseEvent;
import javafx.scene.layout.St... | 2,589 | 0.553266 | 0.539658 | 75 | 33.293335 | 28.25445 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 13 |
00b1158d6a7f81cd7a4f2ea4bee68e96b9479d7b | 4,329,327,041,870 | 82939ae6d43e4b173b971bbe3bacf452121173ce | /src/main/java/de/lergin/sponge/test/supplyDrop/dataManipulator/SupplyDropDataManuipulatorBuilder.java | ec7d226ca39259e1e1e598c4896284031fb23043 | [] | no_license | Lergin/Sponge-Test-Plugin | https://github.com/Lergin/Sponge-Test-Plugin | 68641a9ae8fa4988b77adfaede86c7110b106f2e | 1b0b70c24029347068d876083cb9d5ae8cec7ec6 | refs/heads/master | 2021-01-20T20:05:34.634000 | 2016-08-03T20:21:09 | 2016-08-03T20:21:09 | 64,876,821 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.lergin.sponge.test.supplyDrop.dataManipulator;
import org.spongepowered.api.data.DataView;
import org.spongepowered.api.data.persistence.AbstractDataBuilder;
import org.spongepowered.api.data.persistence.InvalidDataException;
import org.spongepowered.api.item.inventory.Inventory;
import java.util.*;
publi... | UTF-8 | Java | 1,099 | java | SupplyDropDataManuipulatorBuilder.java | Java | [] | null | [] | package de.lergin.sponge.test.supplyDrop.dataManipulator;
import org.spongepowered.api.data.DataView;
import org.spongepowered.api.data.persistence.AbstractDataBuilder;
import org.spongepowered.api.data.persistence.InvalidDataException;
import org.spongepowered.api.item.inventory.Inventory;
import java.util.*;
publi... | 1,099 | 0.753412 | 0.753412 | 28 | 38.25 | 37.94698 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
4c24946ef3e4dc0b81ec096d28122e817d7f4fc1 | 1,228,360,696,108 | 2d4852fb6e6577dee676905f6282a1a77915986f | /taxi_app/src/main/java/com/example/taxi_app/controllers/RegistrationController.java | 439df643254d92a2835be12706cb3083850ba88f | [] | no_license | frolkin28/ds_lab3 | https://github.com/frolkin28/ds_lab3 | f0a390c9b95e96d8dd5aeb9aa18f4d64edb8a641 | 232a67d1f8486f594958aceeeb4d784936fec720 | refs/heads/master | 2023-01-14T02:09:22.155000 | 2020-11-15T23:31:24 | 2020-11-15T23:31:24 | 308,151,271 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.taxi_app.controllers;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpHeaders;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.a... | UTF-8 | Java | 1,296 | java | RegistrationController.java | Java | [] | null | [] | package com.example.taxi_app.controllers;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpHeaders;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.a... | 1,296 | 0.780864 | 0.780864 | 31 | 40.80645 | 29.524641 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.806452 | false | false | 13 |
b437306b8f205bd3a7f7759f4ee3390421ab6645 | 6,579,889,925,022 | cd2a43984ee2a305dd0d88c71f70aae416b1edd0 | /app/src/main/java/br/usjt/desmob/paises/PaisContract.java | d63b7255bd22000744ad5f9f490cb952b8467039 | [] | no_license | harrydlgs/PaisesFragments | https://github.com/harrydlgs/PaisesFragments | 79c6390a955f01e65e9bdd027e140630580cd5f7 | 17d2592dc9462bd3e11ae78bac5116f8b1349d47 | refs/heads/master | 2020-03-19T07:09:24.513000 | 2018-06-04T22:49:53 | 2018-06-04T22:49:53 | 136,091,055 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.usjt.desmob.paises;
import android.provider.BaseColumns;
/**
* Created by harri on 15/5/2018.
* RA 816121788
*/
public class PaisContract {
public static abstract class PaisEntry implements BaseColumns {
public static final String TABLE_NAME = "pais";
public static final String COLU... | UTF-8 | Java | 1,480 | java | PaisContract.java | Java | [
{
"context": "t android.provider.BaseColumns;\n\n/**\n * Created by harri on 15/5/2018.\n * RA 816121788\n */\n\npublic class P",
"end": 93,
"score": 0.641955554485321,
"start": 88,
"tag": "USERNAME",
"value": "harri"
}
] | null | [] | package br.usjt.desmob.paises;
import android.provider.BaseColumns;
/**
* Created by harri on 15/5/2018.
* RA 816121788
*/
public class PaisContract {
public static abstract class PaisEntry implements BaseColumns {
public static final String TABLE_NAME = "pais";
public static final String COLU... | 1,480 | 0.678378 | 0.666216 | 34 | 42.529411 | 30.31427 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 13 |
a03064fdf2d9b4b219fe41325e1298be787e0270 | 32,856,499,840,967 | a18354fdef8f8e4dc4ce8b12fa03fd83785719ee | /app/src/main/java/com/rana/loginandregister/activities/RegisterActivity.java | 4911a9e69a11222d0dca7a851acc7986453329bf | [] | no_license | sandeeprana011/LoginAndRegister | https://github.com/sandeeprana011/LoginAndRegister | ccdcf4049279f6181ffd073d74b0d47b52d93342 | bd83ff1d01747f3d517c09451cab79cf26d8acea | refs/heads/master | 2021-01-11T02:19:04.473000 | 2016-10-15T09:07:20 | 2016-10-15T09:07:20 | 70,977,756 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rana.loginandregister.activities;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.TextView;
import com.rana.loginandregister.R;
import com.rana.loginandregister.database.User;
public class RegisterActivity extends AppCompatActivit... | UTF-8 | Java | 2,056 | java | RegisterActivity.java | Java | [] | null | [] | package com.rana.loginandregister.activities;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.TextView;
import com.rana.loginandregister.R;
import com.rana.loginandregister.database.User;
public class RegisterActivity extends AppCompatActivit... | 2,056 | 0.665856 | 0.661965 | 56 | 35.714287 | 26.641613 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 13 |
cf4b3d92dc89d44b2c917aa7d351d74ea9f298f8 | 27,504,970,628,054 | 8d13e5509d47f7726d695fc262f0ae654be75677 | /impl/CompanyKPIImpl.java | 7cd24cb5d9c747dd90499c26254cf0e260af3bd0 | [] | no_license | grothentor/emf-autogenerated-code | https://github.com/grothentor/emf-autogenerated-code | 65f05da6233ad8e11d7027aaa0d4f87fb1fb857d | 07b5bf24cf90501589be910c1471270976269320 | refs/heads/master | 2020-03-19T17:24:28.556000 | 2018-06-09T20:48:40 | 2018-06-09T20:48:40 | 136,756,895 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*/
package lab1.impl;
import java.lang.reflect.InvocationTargetException;
import java.util.Collection;
import lab1.CompanyKPI;
import lab1.Compare;
import lab1.Experiment;
import lab1.KPI;
import lab1.Lab1Package;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.Notificat... | UTF-8 | Java | 10,680 | java | CompanyKPIImpl.java | Java | [] | null | [] | /**
*/
package lab1.impl;
import java.lang.reflect.InvocationTargetException;
import java.util.Collection;
import lab1.CompanyKPI;
import lab1.Compare;
import lab1.Experiment;
import lab1.KPI;
import lab1.Lab1Package;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.Notificat... | 10,680 | 0.646536 | 0.641948 | 439 | 23.328018 | 22.401125 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6082 | false | false | 13 |
afb51558b5facbca1a5dc220448fc230d12a4d4b | 18,150,531,829,734 | 8904a1372a06bc08cd29220ebfcd3430c0121357 | /Vai Estudar Fora FINAL avec JPR/ProjetoVaisEstudarFora/VaiEstidarFora/src/InterfaceFraficaAlgoritimo/RoolOverMarker.java | 9a8ea5da3a9eb452d56ecf2e45c177a540eaebff | [] | no_license | asantosnet/Vai_Estudar_Fora_JAVA | https://github.com/asantosnet/Vai_Estudar_Fora_JAVA | 86ae8c2c2500413464e69074d949acff61fc5efe | f0ec75edbec6dcbe97c87aeec5c1888c833ff537 | refs/heads/master | 2021-09-05T03:46:04.277000 | 2018-01-23T23:42:52 | 2018-01-23T23:42:52 | 107,447,609 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package InterfaceFraficaAlgoritimo;
import gov.nasa.worldwind.event.SelectEvent;
import gov.nasa.worldwind.event.SelectListener;
import gov.nasa.worldwind.geom.Position;
import gov.nasa.worldwind.layers.AnnotationLayer;
import gov.nasa.worldwind.render.GlobeAnnotation;
import gov.nasa.worldwind.render.Poi... | ISO-8859-13 | Java | 8,690 | java | RoolOverMarker.java | Java | [] | null | [] | package InterfaceFraficaAlgoritimo;
import gov.nasa.worldwind.event.SelectEvent;
import gov.nasa.worldwind.event.SelectListener;
import gov.nasa.worldwind.geom.Position;
import gov.nasa.worldwind.layers.AnnotationLayer;
import gov.nasa.worldwind.render.GlobeAnnotation;
import gov.nasa.worldwind.render.Poi... | 8,690 | 0.589826 | 0.584877 | 205 | 40.37561 | 35.460049 | 224 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517073 | false | false | 13 |
eaf79ffd7370c3c22307a776578270d096fa6892 | 25,950,192,402,614 | ee5fa0318cd20727941a92170bafb389c9b877fa | /src/com/cute/leetcode/editor/cn/NThTribonacciNumber.java | d170d20e30811729b31f72c64dd3d1713e66f41f | [] | no_license | saberlgy1/leetcode | https://github.com/saberlgy1/leetcode | f379bcb14c61313cc6f484a3869fbae8381ea498 | edd06938a8f3bd05229fe4839420f600ba8ffe15 | refs/heads/master | 2022-06-09T05:54:42.079000 | 2022-05-27T05:17:48 | 2022-05-27T05:17:48 | 269,559,480 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | //泰波那契序列 Tn 定义如下:
//
// T0 = 0, T1 = 1, T2 = 1, 且在 n >= 0 的条件下 Tn+3 = Tn + Tn+1 + Tn+2
//
// 给你整数 n,请返回第 n 个泰波那契数 Tn 的值。
//
//
//
// 示例 1:
//
// 输入:n = 4
//输出:4
//解释:
//0,1,1,2,3,5
//T_3 = 0 + 1 + 1 = 2
//T_4 = 1 + 1 + 2 = 4
//T_5 =
//
//
// 示例 2:
//
// 输入:n = 25
//输出:1389537
//
//
//
//
// 提示:
//
//
// 0 <= n <= 37
//... | UTF-8 | Java | 4,160 | java | NThTribonacciNumber.java | Java | [] | null | [] | //泰波那契序列 Tn 定义如下:
//
// T0 = 0, T1 = 1, T2 = 1, 且在 n >= 0 的条件下 Tn+3 = Tn + Tn+1 + Tn+2
//
// 给你整数 n,请返回第 n 个泰波那契数 Tn 的值。
//
//
//
// 示例 1:
//
// 输入:n = 4
//输出:4
//解释:
//0,1,1,2,3,5
//T_3 = 0 + 1 + 1 = 2
//T_4 = 1 + 1 + 2 = 4
//T_5 =
//
//
// 示例 2:
//
// 输入:n = 25
//输出:1389537
//
//
//
//
// 提示:
//
//
// 0 <= n <= 37
//... | 4,160 | 0.339525 | 0.291022 | 149 | 25.020134 | 29.167065 | 311 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.489933 | false | false | 13 |
9fbe94fdb579670a7acce18263c82351c3adb0ef | 850,403,564,795 | 3a76916c5a64803c069f7f3f856aad91e9b5464f | /src/main/java/com/zhl/card/controller/CardInfoController.java | 5eda35612bd3034924f15be4dbc93ce93805c4aa | [] | no_license | aiyaoxin-liuxi/creditCard-butler | https://github.com/aiyaoxin-liuxi/creditCard-butler | 5f0187638ccec8fd55c5ae78834ebd40ae97bd12 | faa9738b0819ce497c634946b21a30bec0340f64 | refs/heads/master | 2021-01-20T04:53:34.531000 | 2017-08-25T10:07:51 | 2017-08-25T10:07:51 | 101,391,970 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhl.card.controller;
import java.io.UnsupportedEncodingException;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.apache.commons.lang.StringUtils;
import org.pub.util.memcached.MemcacheManager;
import org.pub.util.uuid.KeySn;
... | UTF-8 | Java | 14,849 | java | CardInfoController.java | Java | [
{
"context": "ty = new ResponseEntity();\r\n String keySn = KeySn.getKey();\r\n logs.debug(\"解绑银行卡... 开始--->keySn = \"+",
"end": 7425,
"score": 0.7491706609725952,
"start": 7413,
"tag": "KEY",
"value": "KeySn.getKey"
},
{
"context": "ty = new ResponseEntity();\r\n ... | null | [] | package com.zhl.card.controller;
import java.io.UnsupportedEncodingException;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.apache.commons.lang.StringUtils;
import org.pub.util.memcached.MemcacheManager;
import org.pub.util.uuid.KeySn;
... | 14,849 | 0.596077 | 0.575306 | 355 | 36.921127 | 35.607555 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.602817 | false | false | 13 |
3d015088bb56f396a8ad3fb73c4efabb581b08e1 | 3,702,261,837,738 | 56aad23b1e45514432623da21b63f78d7b2fb964 | /core/src/main/java/com/github/drinkjava2/jsqlbox/JAVA8.java | cbe60db28a3d582a78721892e1b5ae79a93502b5 | [
"Apache-2.0"
] | permissive | drinkjava2/jSqlBox | https://github.com/drinkjava2/jSqlBox | 71c0f1ee34c2bb5df0f6157eba5ea603f01544d8 | 4b0b0b1277c3825641ac1eed59b1f6b9c2a4ea6b | refs/heads/master | 2023-04-04T14:37:56.137000 | 2022-10-19T15:46:28 | 2022-10-19T15:46:28 | 66,157,799 | 62 | 13 | Apache-2.0 | false | 2022-10-19T15:45:01 | 2016-08-20T16:54:12 | 2022-09-29T21:40:48 | 2022-10-19T15:45:00 | 5,163 | 52 | 16 | 1 | Java | false | false | package com.github.drinkjava2.jsqlbox;
/*- JAVA8_BEGIN */
import com.github.drinkjava2.jdbpro.SqlItem;
import com.github.drinkjava2.jdialects.StrUtils;
import com.github.drinkjava2.jsqlbox.AliasProxyUtil.AliasItemInfo;
import com.github.drinkjava2.jsqlbox.LambdSqlItem.ALIAS;
import com.github.drinkjava2.jsqlbox.LambdS... | UTF-8 | Java | 2,776 | java | JAVA8.java | Java | [
{
"context": ".jsqlbox;\n\n/*- JAVA8_BEGIN */\nimport com.github.drinkjava2.jdbpro.SqlItem;\nimport com.github.drinkjava2.jdia",
"end": 87,
"score": 0.6062718033790588,
"start": 79,
"tag": "USERNAME",
"value": "inkjava2"
},
{
"context": "ub.drinkjava2.jdbpro.SqlItem;\nimport com.gith... | null | [] | package com.github.drinkjava2.jsqlbox;
/*- JAVA8_BEGIN */
import com.github.drinkjava2.jdbpro.SqlItem;
import com.github.drinkjava2.jdialects.StrUtils;
import com.github.drinkjava2.jsqlbox.AliasProxyUtil.AliasItemInfo;
import com.github.drinkjava2.jsqlbox.LambdSqlItem.ALIAS;
import com.github.drinkjava2.jsqlbox.LambdS... | 2,776 | 0.722622 | 0.71938 | 78 | 34.602566 | 25.68165 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.98718 | false | false | 13 |
9ad6251b3988926a165e2124ca50abbc7acc0add | 12,266,426,627,724 | 9b3fc85955e2a35303232a9b053d7f0b8996a40d | /app/src/main/java/com/example/panda/myapplication/bean/Shelf.java | 2513bbbe84162198d3468384af8148e5db95fc89 | [] | no_license | BSHead/fjtc | https://github.com/BSHead/fjtc | fb7e0a96d74d5a762cf58b6654c141fcf9ce562a | 2ae5e6aad8b882db163a8db72728b1c5d93aa7be | refs/heads/master | 2020-05-19T16:10:30.830000 | 2019-05-06T01:17:13 | 2019-05-06T01:17:13 | 185,102,068 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.panda.myapplication.bean;
import java.util.List;
public class Shelf {
/**
* msg : 数据传输成功
* shelfList : [{"latitude":39.921124,"longitude":116.186594}]
* mt : app/findShelfByUserid.do
* type : 2000
* userid : 222222
*/
private String msg;
private String m... | UTF-8 | Java | 1,699 | java | Shelf.java | Java | [] | null | [] | package com.example.panda.myapplication.bean;
import java.util.List;
public class Shelf {
/**
* msg : 数据传输成功
* shelfList : [{"latitude":39.921124,"longitude":116.186594}]
* mt : app/findShelfByUserid.do
* type : 2000
* userid : 222222
*/
private String msg;
private String m... | 1,699 | 0.564315 | 0.538234 | 86 | 18.61628 | 16.660194 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.27907 | false | false | 13 |
4dd7c7d08a00aa74d983728265495efd7ef1c2f4 | 32,160,715,123,291 | 803e98bad1e0fd45624a93de5371ebdec72853cc | /src/main/java/com/py7hon/Q7.java | b880ebdedd81908b4d19c85d8ffd80ee3db1131b | [] | no_license | catmade/LeetCode | https://github.com/catmade/LeetCode | 6d73078c7f3613f67a8745c15cde950ffd8c278f | ae9cbf2c04f7a4fef5925a87c2f8ead79a673ee2 | refs/heads/master | 2022-12-12T21:48:58.711000 | 2020-09-04T02:46:57 | 2020-09-04T02:46:57 | 292,732,354 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.py7hon;
/**
* @author Seven
* @date 2020/2/20 22:23
* @description
* @modifiedBy
*/
public class Q7 {
public int reverse(int x) {
if (x == 0) {
return 0;
}
long result = 0;
int symbol = x > 0 ? 1 : -1;
x = Math.abs(x);
do {
i... | UTF-8 | Java | 592 | java | Q7.java | Java | [
{
"context": "package com.py7hon;\n\n/**\n * @author Seven\n * @date 2020/2/20 22:23\n * @description\n * @modi",
"end": 41,
"score": 0.9995425939559937,
"start": 36,
"tag": "NAME",
"value": "Seven"
}
] | null | [] | package com.py7hon;
/**
* @author Seven
* @date 2020/2/20 22:23
* @description
* @modifiedBy
*/
public class Q7 {
public int reverse(int x) {
if (x == 0) {
return 0;
}
long result = 0;
int symbol = x > 0 ? 1 : -1;
x = Math.abs(x);
do {
i... | 592 | 0.427365 | 0.381757 | 31 | 18.096775 | 14.518853 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451613 | false | false | 13 |
304492fc3b208daa16787b79a3d475158ed49fb1 | 3,848,290,712,240 | d9aae4473d4a76ce46a8aa66039dfcb8166c732c | /src/main/java/dataDAO/proj/impl/SensorMaxAndMinDataQueryImpl.java | 1602a03edca4978499f46aa03affcd18857ffa45 | [] | no_license | shifeixuangy/MDNetWebService | https://github.com/shifeixuangy/MDNetWebService | fa2574a76b33be28400faf44dee0102cdc5de4d9 | ed70f35dacc41a26516675642388357a234c5afe | refs/heads/master | 2020-03-10T01:18:44.348000 | 2018-04-11T14:48:42 | 2018-04-11T14:48:42 | 129,106,238 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dataDAO.proj.impl;
import commonUtil.CommonVariable;
import commonUtil.SensorDataSelects;
import data.common.QueryDensity;
import data.common.SensorType;
import data.proj.SensorData;
import dataDAO.proj.interfaces.NativeSqlQuery;
import dataDAO.proj.interfaces.SensorMaxAndMinDataQuery;
import java.sql.Timesta... | UTF-8 | Java | 3,694 | java | SensorMaxAndMinDataQueryImpl.java | Java | [
{
"context": "mestamp;\nimport java.util.List;\n\n/**\n * Created by liudongdong on 2015/8/15.\n */\npublic class SensorMaxAndMinDat",
"end": 377,
"score": 0.9993033409118652,
"start": 366,
"tag": "USERNAME",
"value": "liudongdong"
}
] | null | [] | package dataDAO.proj.impl;
import commonUtil.CommonVariable;
import commonUtil.SensorDataSelects;
import data.common.QueryDensity;
import data.common.SensorType;
import data.proj.SensorData;
import dataDAO.proj.interfaces.NativeSqlQuery;
import dataDAO.proj.interfaces.SensorMaxAndMinDataQuery;
import java.sql.Timesta... | 3,694 | 0.677078 | 0.662683 | 76 | 47.447369 | 40.378601 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.197368 | false | false | 13 |
04b8c3235c5e710a16207d5b89c1e4db14c65363 | 4,853,313,058,662 | 3d00f4dcea8d8cfbfd66d5ebfa2eb4edd83db5c2 | /app/src/main/java/com/example/sulemaia/Thread/ResolverFirstBestThread.java | 7327309393ee51b88c3646420e74245e74f72479 | [
"MIT",
"Apache-2.0"
] | permissive | launderex619/laberinto-multinivel | https://github.com/launderex619/laberinto-multinivel | 93564f2a56d16d6be21a6dc1ddfe4b88fa186d45 | e836c7a7aa9d1cf6f5611ee8b40dacfcb79235aa | refs/heads/master | 2020-07-23T01:58:33.670000 | 2019-12-03T04:28:18 | 2019-12-03T04:28:18 | 207,407,835 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.sulemaia.Thread;
import android.os.AsyncTask;
import com.example.sulemaia.Interface.iFirstTheBest;
import com.example.sulemaia.Model.HeuristicPathTree;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashSet;
/**
* Resolver class for the t... | UTF-8 | Java | 10,637 | java | ResolverFirstBestThread.java | Java | [] | null | [] | package com.example.sulemaia.Thread;
import android.os.AsyncTask;
import com.example.sulemaia.Interface.iFirstTheBest;
import com.example.sulemaia.Model.HeuristicPathTree;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashSet;
/**
* Resolver class for the t... | 10,637 | 0.550813 | 0.545079 | 266 | 38.984962 | 26.063683 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612782 | false | false | 13 |
2a24a3090a7ef530f8d0fa0d613fbef070b46718 | 10,574,209,497,616 | 0b652309bf06a64d2e0a7052c12252ee1f48c94f | /source/laconic/src/com/laconic/ar/customer/taglib/AttributeCodeListTag.java | 8bcfec3fcdd32351872ef4752d5edbc62126d08e | [] | no_license | sorinoi/laconic | https://github.com/sorinoi/laconic | 87c7a349633734acff09f3274a77706cf474ab79 | 6a73873d2cdd2e8a024a8e19418c87e3b6a9dbeb | refs/heads/master | 2020-05-19T12:58:11.231000 | 2015-07-16T11:21:52 | 2015-07-16T11:21:52 | 39,628,889 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.laconic.ar.customer.taglib;
import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.IterationTag;
import javax.servlet.jsp.tagext.Tag;
import com.laconic.ar.customer.component.*;
import com.laconic.ob.maintain.component.AttributeCode;
import java.io.IOException;
import java.util.List;
/**
* Diaplays... | UTF-8 | Java | 12,778 | java | AttributeCodeListTag.java | Java | [] | null | [] | package com.laconic.ar.customer.taglib;
import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.IterationTag;
import javax.servlet.jsp.tagext.Tag;
import com.laconic.ar.customer.component.*;
import com.laconic.ob.maintain.component.AttributeCode;
import java.io.IOException;
import java.util.List;
/**
* Diaplays... | 12,778 | 0.684536 | 0.684458 | 185 | 68.075676 | 42.198563 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583784 | false | false | 13 |
98392352645e1d16a5a048848a257e3bdf7ab3a3 | 5,961,414,623,943 | b4c2d21ff9104c1df71d9c1d4afb34275a5c90ec | /src/com/onurersen/javadesignpatterns/decorator/WideAngleLens.java | 2bda79f53bbfa647e83bc55a0ec6d6a45a4ed5e1 | [] | no_license | onurersen/java-design-patterns | https://github.com/onurersen/java-design-patterns | 08375e46a3dfda42d6c7e9339c6ba68341c410c4 | 08f59824cd24da2568ef5678983b456e26b4fa29 | refs/heads/master | 2022-12-02T21:57:01.570000 | 2019-07-16T12:43:08 | 2019-07-16T12:43:08 | 288,946,629 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.onurersen.javadesignpatterns.decorator;
public class WideAngleLens extends CameraDecorator {
public WideAngleLens(Camera camera) {
super(camera);
}
public String prepareCamera(){
return assembleWideAngleLens(camera.prepareCamera());
}
public String assembleWideAngleLe... | UTF-8 | Java | 413 | java | WideAngleLens.java | Java | [] | null | [] | package com.onurersen.javadesignpatterns.decorator;
public class WideAngleLens extends CameraDecorator {
public WideAngleLens(Camera camera) {
super(camera);
}
public String prepareCamera(){
return assembleWideAngleLens(camera.prepareCamera());
}
public String assembleWideAngleLe... | 413 | 0.711864 | 0.699758 | 16 | 24.8125 | 24.713909 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 13 |
6a109487b22226e99f9e07f17cdbb8414b73d8ae | 30,356,828,859,424 | 6df5cd50d2e28d883382edd38c292e0d19acbd96 | /src/main/java/br/com/hcb/learn/heroesapi/controller/HeroesController.java | 5929d13117b4ecb3e3aba576fa5634aa32a72495 | [] | no_license | hugaleno/dio_api_reativa_super_heroes | https://github.com/hugaleno/dio_api_reativa_super_heroes | f85edd8a54a506f4e005fd50ff208369ffd5afa0 | 5c4696b1149a66684983f25227604c7e85225d78 | refs/heads/master | 2023-03-23T08:22:46.111000 | 2021-03-03T01:24:30 | 2021-03-03T01:24:30 | 343,961,986 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.hcb.learn.heroesapi.controller;
import static br.com.hcb.learn.heroesapi.contants.HeroesConstant.HEROES_ENDPOINT_LOCAL;
import br.com.hcb.learn.heroesapi.document.Heroes;
import br.com.hcb.learn.heroesapi.repository.HeroesRepository;
import br.com.hcb.learn.heroesapi.service.HeroesService;
import lombo... | UTF-8 | Java | 2,161 | java | HeroesController.java | Java | [] | null | [] | package br.com.hcb.learn.heroesapi.controller;
import static br.com.hcb.learn.heroesapi.contants.HeroesConstant.HEROES_ENDPOINT_LOCAL;
import br.com.hcb.learn.heroesapi.document.Heroes;
import br.com.hcb.learn.heroesapi.repository.HeroesRepository;
import br.com.hcb.learn.heroesapi.service.HeroesService;
import lombo... | 2,161 | 0.795928 | 0.79454 | 60 | 35.016666 | 25.565922 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483333 | false | false | 13 |
09224e3f27bb41069b1a68abf1d74728d2d1ae35 | 10,660,108,842,753 | c46c9294d6121a9f3f92cc93ac39ff8cbbc50374 | /services/s3control/src/test/java/software/amazon/awssdk/services/s3control/internal/functionaltests/arns/S3OutpostBucketArnTest.java | f41f0d0b39320e6f93b04d791e4628684dd70533 | [
"Apache-2.0"
] | permissive | devfest-bugbust/aws-sdk-java-v2 | https://github.com/devfest-bugbust/aws-sdk-java-v2 | 8387eb245eb08c6022fc7c7c12942cae53a5d6a1 | 02f47aa9f82150b174487a6d7edf1c11d013002b | refs/heads/master | 2023-08-17T05:43:20.856000 | 2021-09-22T09:53:12 | 2021-09-22T19:51:29 | 404,018,407 | 0 | 4 | Apache-2.0 | true | 2021-09-23T13:42:57 | 2021-09-07T14:54:04 | 2021-09-22T19:51:48 | 2021-09-23T13:42:57 | 159,641 | 0 | 4 | 3 | Java | false | false | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file ... | UTF-8 | Java | 11,951 | java | S3OutpostBucketArnTest.java | Java | [
{
"context": " .withHeader(\"x-amz-account-id\", equalTo(\"123456789012\")));\n assertThat(getRecordedEndpoints().si",
"end": 10478,
"score": 0.9988706707954407,
"start": 10466,
"tag": "KEY",
"value": "123456789012"
},
{
"context": " .withHeader(\"x-amz-account... | null | [] | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file ... | 11,951 | 0.717011 | 0.65869 | 265 | 44.098114 | 41.269726 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509434 | false | false | 13 |
e053ad38d4fea20b91fbe37e3f6e0b3b48ec1a54 | 5,523,327,965,702 | fab9e444c4d57dc75fc2518f34a91dd8f1a96508 | /src/main/java/com/br/phdev/srs/models/Restaurante.java | 258bd97598802ab34e5ca77c8eee3555087f8bd1 | [] | no_license | henrique-dev/wanted-sistema-restaurante-servidor | https://github.com/henrique-dev/wanted-sistema-restaurante-servidor | 8cb6dd24312edc45f5dc45717f4702e53dc3a8ed | dd55bcb290e19043cfe3a232e9c7a423d89e0e6c | refs/heads/master | 2022-03-18T22:47:30.101000 | 2019-11-21T00:05:24 | 2019-11-21T00:05:24 | 195,236,064 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) Paulo Henrique Goncalves Bacelar, Inc - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Paulo Henrique Gonacalves Bacelar <henrique.phgb@gmail.com>, Dezembro 2018
*/
package com.br.phdev.srs.models;
/**
... | UTF-8 | Java | 904 | java | Restaurante.java | Java | [
{
"context": "/*\n * Copyright (C) Paulo Henrique Goncalves Bacelar, Inc - All Rights Reserved\n * Unauthorized copyin",
"end": 52,
"score": 0.9998815059661865,
"start": 20,
"tag": "NAME",
"value": "Paulo Henrique Goncalves Bacelar"
},
{
"context": "ited\n * Proprietary and confident... | null | [] | /*
* Copyright (C) <NAME>, Inc - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by <NAME> <<EMAIL>>, Dezembro 2018
*/
package com.br.phdev.srs.models;
/**
*
* @author <NAME> <<EMAIL>>
*/
public class Restaurante {
... | 792 | 0.654485 | 0.650055 | 39 | 22.153847 | 23.714691 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
ae268aa5cd4b918ed379decd6f9edb7b5c19251a | 24,799,141,184,542 | 43cf9a8baf64fc2041e2366bc8ca3b28f51b9ca7 | /app/src/main/java/com/example/notesapplication/Shared_Preferences.java | ae060bf6672f5eb3445380550ad95f8df28c6825 | [] | no_license | bertugilk/NotesApplication | https://github.com/bertugilk/NotesApplication | 42908cbef206581ba9ce7cc484340ad88438e207 | 614604c90c5b65995eddd328240555d54ed6da09 | refs/heads/main | 2023-01-31T06:01:53.828000 | 2020-12-11T11:34:46 | 2020-12-11T11:34:46 | 320,556,056 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.notesapplication;
import android.content.Context;
import android.content.SharedPreferences;
public class Shared_Preferences {
static final String PREF_NAME="Login";
public void saveText(Context context, String key, String value){
SharedPreferences settings=context.getSharedPrefere... | UTF-8 | Java | 1,368 | java | Shared_Preferences.java | Java | [] | null | [] | package com.example.notesapplication;
import android.content.Context;
import android.content.SharedPreferences;
public class Shared_Preferences {
static final String PREF_NAME="Login";
public void saveText(Context context, String key, String value){
SharedPreferences settings=context.getSharedPrefere... | 1,368 | 0.729532 | 0.729532 | 33 | 40.454544 | 29.688372 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.030303 | false | false | 13 |
5b385ef30237a7b4d48f39959d3c2171d56ba7f8 | 28,278,064,697,493 | 09be6cd6878d6b36a2fd17f336b84d5abba2a1b8 | /src/main/java/com/lance/pattern/Behavioral/chainOfResponsibility/Handler.java | 847d7a6223943c66753ef0f21b2b5f1903fa8075 | [
"Apache-2.0"
] | permissive | lanceli328/pattern | https://github.com/lanceli328/pattern | e2f4e9fd3bc6cba75468a9726e1f9dad7dcf2fa1 | 227eb4bcc241ba350a56354ad4124eb777811969 | refs/heads/master | 2021-10-13T06:47:00.247000 | 2021-09-28T01:13:31 | 2021-09-28T01:13:31 | 89,489,620 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lance.pattern.Behavioral.chainOfResponsibility;
/**
* Created by lihua on 24/4/2017.
* email: lihua@qq.com
*/
public abstract class Handler {
private int level = 0;
private Handler nextHandler;
public Handler(int _level) {
this.level = _level;
}
public void setNextHandler(Handler nextHa... | UTF-8 | Java | 759 | java | Handler.java | Java | [
{
"context": "havioral.chainOfResponsibility;\n\n/**\n * Created by lihua on 24/4/2017.\n * email: lihua@qq.com\n */\npublic a",
"end": 84,
"score": 0.9990280270576477,
"start": 79,
"tag": "USERNAME",
"value": "lihua"
},
{
"context": ";\n\n/**\n * Created by lihua on 24/4/2017.\n * e... | null | [] | package com.lance.pattern.Behavioral.chainOfResponsibility;
/**
* Created by lihua on 24/4/2017.
* email: <EMAIL>
*/
public abstract class Handler {
private int level = 0;
private Handler nextHandler;
public Handler(int _level) {
this.level = _level;
}
public void setNextHandler(Handler nextHandler... | 754 | 0.638999 | 0.628458 | 33 | 22.030304 | 20.794062 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 13 |
9ebd7f1fee739366c9ea53ce4a0853883f302a9a | 32,263,794,392,112 | 9b5be9bfaaee6c823ad0d9257a096d893b172130 | /src/main/java/cz/daps/general/api/IntervalChart.java | cc8de57716eaf85760effea1ef79ce00f1ff5a12 | [] | no_license | duchacjan/daps-chart | https://github.com/duchacjan/daps-chart | 7166985ad42ffb6bda4e1bbc326a292d004ac576 | 8c8b5c941f56047f68dcd30688cdc032a0bff1cc | refs/heads/master | 2016-08-08T12:12:21.144000 | 2014-05-03T15:32:29 | 2014-05-03T15:32:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cz.daps.general.api;
import cz.daps.library.constants.TachometerChartConstants;
import java.awt.Paint;
public class IntervalChart {
protected TextChart title = new TextChart();
protected Double startValue = TachometerChartConstants.START_VALUE;
protected Double endValue = TachometerChartConstan... | UTF-8 | Java | 2,406 | java | IntervalChart.java | Java | [] | null | [] | package cz.daps.general.api;
import cz.daps.library.constants.TachometerChartConstants;
import java.awt.Paint;
public class IntervalChart {
protected TextChart title = new TextChart();
protected Double startValue = TachometerChartConstants.START_VALUE;
protected Double endValue = TachometerChartConstan... | 2,406 | 0.611388 | 0.608063 | 94 | 24.595745 | 21.868231 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.404255 | false | false | 13 |
cb655431ae0b383b1fce89e89de930836cec1403 | 11,467,562,707,450 | 3a73d4c61d23f9d0c332f88c80790df64853c921 | /src/main/java/com/sapashev/actions/DividePrevious.java | acbd063a2a34c050e5b02a9572cb0d07e0000169 | [] | no_license | ArslanSapashev/InteractCalc | https://github.com/ArslanSapashev/InteractCalc | 72055afb1d31693cff5962a89f3ef6a4c4271596 | 3b6367201628caf853d6a8923fc6f9225460cc32 | refs/heads/master | 2016-09-01T10:54:51.444000 | 2016-03-28T15:03:32 | 2016-03-28T15:03:32 | 54,731,745 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sapashev.actions;
import com.sapashev.model.Calculable;
import com.sapashev.model.Calculator;
import com.sapashev.input.Input;
/**
* Divides previous result by the argument
*/
public class DividePrevious extends BaseAction {
private final Calculable calc;
public DividePrevious (Calculable calc... | UTF-8 | Java | 722 | java | DividePrevious.java | Java | [] | null | [] | package com.sapashev.actions;
import com.sapashev.model.Calculable;
import com.sapashev.model.Calculator;
import com.sapashev.input.Input;
/**
* Divides previous result by the argument
*/
public class DividePrevious extends BaseAction {
private final Calculable calc;
public DividePrevious (Calculable calc... | 722 | 0.682826 | 0.682826 | 28 | 24.821428 | 21.011992 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392857 | false | false | 13 |
1ed8eb130df39be15f34424c922e4e9a398d0509 | 27,436,251,093,522 | 4e9b40040f167f9d5496b96d07e1d866ef73f472 | /src/model/banks/KnownBank.java | 64a8a29f8bec946802ee83df25c56f9d6883c89d | [] | no_license | AlieNiT/Sharif_Bank | https://github.com/AlieNiT/Sharif_Bank | a198536bf8c80375be7e3c9e395ab539b6a74356 | 00c1f52f54d856c069c4a434b00af741343afb5a | refs/heads/master | 2023-04-30T17:17:49.357000 | 2021-05-24T18:47:19 | 2021-05-24T18:47:19 | 364,000,261 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.banks;
public enum KnownBank {
MELLI("603799", "melli"),
SEPAH("589210", "sepah"),
SADERAT("603769", "saderat"),
KESHAVARZI("603770", "keshavarzi"),
MASKAN("628023", "maskan"),
EGHTESADE_NOVIN("627412", "eghtesade novin"),
PARSIAN("622106", "parsian"),
SARMAYEH("639607", "... | UTF-8 | Java | 706 | java | KnownBank.java | Java | [] | null | [] | package model.banks;
public enum KnownBank {
MELLI("603799", "melli"),
SEPAH("589210", "sepah"),
SADERAT("603769", "saderat"),
KESHAVARZI("603770", "keshavarzi"),
MASKAN("628023", "maskan"),
EGHTESADE_NOVIN("627412", "eghtesade novin"),
PARSIAN("622106", "parsian"),
SARMAYEH("639607", "... | 706 | 0.584986 | 0.491501 | 31 | 21.774193 | 14.100354 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.967742 | false | false | 13 |
9311338d05f612240e5ead230af622fc37c9e32b | 21,449,066,684,513 | ecdbab77fce8ce6a6920ad33f43422ec2b92c819 | /bai13_jdbcQuerying_Transaction/thuc_hanh/Create_procedure_from_JDBC/src/main/java/repositories/impl/UserRepositoryImpl.java | 2787a2244f8486d4bbbeed5146b2b19da6b00fdb | [] | no_license | donghg201/A0321I1-VoTienHuyDong-Module3 | https://github.com/donghg201/A0321I1-VoTienHuyDong-Module3 | 2bddb5a560bb5c69baea0973d477edcaa8be8f51 | 091d77c779a3fa0e6f6c361baccc4e5e04a97f9d | refs/heads/main | 2023-08-26T10:12:22.490000 | 2021-11-03T09:23:02 | 2021-11-03T09:23:02 | 404,366,419 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package repositories.impl;
import bean.User;
import repositories.UserRepository;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
public class UserRepositoryImpl implements UserRepository {
@Override
public void insertUser(User user) {
Connection connection = DBConnection.getConn... | UTF-8 | Java | 6,877 | java | UserRepositoryImpl.java | Java | [] | null | [] | package repositories.impl;
import bean.User;
import repositories.UserRepository;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
public class UserRepositoryImpl implements UserRepository {
@Override
public void insertUser(User user) {
Connection connection = DBConnection.getConn... | 6,877 | 0.504435 | 0.501963 | 191 | 35.005234 | 22.548492 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.628272 | false | false | 13 |
5b31373bbb58a780006fb607456cea402feba33c | 7,327,214,236,448 | 79109bde051ad846253e3761e1c2553dd97e1dcb | /app/src/main/java/com/packruler/googlefontsservice/SortComparable.java | 01330b27c69618318a0756c655bed64e00fe896d | [] | no_license | EthanLeisinger/GoogleFontsHandler | https://github.com/EthanLeisinger/GoogleFontsHandler | 376ba32d0af488925e4c42bb161906e7e46c49c7 | 1b66fe2f06eb812fdeae0ea823393c45bc0148a9 | refs/heads/master | 2021-05-28T05:15:23.775000 | 2015-03-19T16:56:32 | 2015-03-19T16:56:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.packruler.googlefontsservice;
import java.util.Comparator;
/**
* Created by Packruler on 3/5/2015.
*/
public class SortComparable implements Comparator {
private String sort;
public SortComparable(String sort) {
this.sort = sort;
}
@Override
public int compare(Object lhs, ... | UTF-8 | Java | 997 | java | SortComparable.java | Java | [
{
"context": ";\n\nimport java.util.Comparator;\n\n/**\n * Created by Packruler on 3/5/2015.\n */\npublic class SortComparable",
"end": 95,
"score": 0.8758037686347961,
"start": 91,
"tag": "USERNAME",
"value": "Pack"
},
{
"context": "port java.util.Comparator;\n\n/**\n * Created by P... | null | [] | package com.packruler.googlefontsservice;
import java.util.Comparator;
/**
* Created by Packruler on 3/5/2015.
*/
public class SortComparable implements Comparator {
private String sort;
public SortComparable(String sort) {
this.sort = sort;
}
@Override
public int compare(Object lhs, ... | 997 | 0.676028 | 0.67001 | 29 | 33.379311 | 39.112934 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 13 |
6fadac898f602279a3e9f5d6b77f8bfb2cb6e380 | 30,236,569,775,184 | afd6cd99f8b3ab862261c262ae4ededdab2114eb | /src/java/com/amerika/swe/model/SweDefperfAsociahrXleng.java | 78de25c7da142b067089b695d68c60cd13efe471 | [] | no_license | Katthacar/SWE-2.8 | https://github.com/Katthacar/SWE-2.8 | 73a4a9b3eabe80046d4aa531f60100f5832dbb41 | 6475047dea3fb590652ce3f2adf4c7542a8570a2 | refs/heads/master | 2021-01-17T06:07:13.075000 | 2016-06-26T20:57:48 | 2016-06-26T20:57:48 | 49,743,125 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.amerika.swe.model;
// Generated 10/09/2013 09:52:41 AM by Hibernate Tools 3.2.1.GA
import java.math.BigDecimal;
import java.util.Date;
/**
* SweDefperfAsociahrXleng generated by hbm2java
*/
public class SweDefperfAsociahrXleng implements java.io.Serializable {
private int idPerfhrleng;
pri... | UTF-8 | Java | 2,544 | java | SweDefperfAsociahrXleng.java | Java | [] | null | [] | package com.amerika.swe.model;
// Generated 10/09/2013 09:52:41 AM by Hibernate Tools 3.2.1.GA
import java.math.BigDecimal;
import java.util.Date;
/**
* SweDefperfAsociahrXleng generated by hbm2java
*/
public class SweDefperfAsociahrXleng implements java.io.Serializable {
private int idPerfhrleng;
pri... | 2,544 | 0.704009 | 0.696934 | 85 | 28.905882 | 29.283051 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.494118 | false | false | 13 |
1d1afc260fe6504601713adbe630f87a6d13238f | 28,733,331,240,150 | 611e867681d227b98d2e66a8618e83888c3f3137 | /LearnNepali/app/src/main/java/np/com/sulab/learnnepali/Word.java | a9774877ad77026ff476488f9b4693569c00d4d5 | [] | no_license | sulabhbartaula/nepali | https://github.com/sulabhbartaula/nepali | edcf9944cd965cad1c3e280b42c0c3d8b2fc7361 | c86f994068fd5ccfd0bf22d9415e9fd153cb731e | refs/heads/master | 2021-01-17T20:53:20.737000 | 2016-07-14T14:23:25 | 2016-07-14T14:23:25 | 63,342,544 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package np.com.sulab.learnnepali;
/**
* Created by Sulabh on 7/8/2016.
*/
public class Word {
private String mDefaultTranslation;
private String mNepaliTransaltion;
private int mImageResourceId = -1;
public Word(String defaultTranslation, String nepaliTransaltion) {
this.mDefaultTranslation ... | UTF-8 | Java | 1,360 | java | Word.java | Java | [
{
"context": "ckage np.com.sulab.learnnepali;\n\n/**\n * Created by Sulabh on 7/8/2016.\n */\npublic class Word {\n private ",
"end": 59,
"score": 0.9990384578704834,
"start": 53,
"tag": "NAME",
"value": "Sulabh"
}
] | null | [] | package np.com.sulab.learnnepali;
/**
* Created by Sulabh on 7/8/2016.
*/
public class Word {
private String mDefaultTranslation;
private String mNepaliTransaltion;
private int mImageResourceId = -1;
public Word(String defaultTranslation, String nepaliTransaltion) {
this.mDefaultTranslation ... | 1,360 | 0.709559 | 0.703676 | 50 | 26.18 | 24.787651 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.38 | false | false | 13 |
75f0942d43b32b905dfbfc58763db1918554b799 | 16,329,465,723,071 | 721f2c22d45c46b7136347a2be3fce81f56ceafc | /src/cryptopals/set3/Challenge21.java | ae4aaa82167bc458bf753cc8d2c97a62f96580ba | [] | no_license | Jobarion/cryptopals | https://github.com/Jobarion/cryptopals | 565c8360a6a2d33dfc07a3cb59c7f79e7acd2f1b | 21711128ce620a6a544366fd05da03d10f25285f | refs/heads/master | 2021-06-06T18:26:09.616000 | 2016-10-06T20:03:04 | 2016-10-06T20:03:04 | 70,188,392 | 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 cryptopals.set3;
import java.util.ArrayList;
import java.util.Random;
import java.util.logging.Level;
import java.util.logging... | UTF-8 | Java | 3,712 | java | Challenge21.java | Java | [
{
"context": "mport java.util.logging.Logger;\n\n/**\n *\n * @author balsfull\n */\npublic class Challenge21 {\n \n// public sta",
"end": 356,
"score": 0.9993276596069336,
"start": 348,
"tag": "USERNAME",
"value": "balsfull"
}
] | 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 cryptopals.set3;
import java.util.ArrayList;
import java.util.Random;
import java.util.logging.Level;
import java.util.logging... | 3,712 | 0.477909 | 0.44639 | 112 | 32.142857 | 22.500736 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705357 | false | false | 13 |
f33445f8169b72f14c94443cfff78697712940a5 | 17,867,063,965,271 | cb90c674a9d7c27ebe0c2ad1fd6658150d92fe75 | /app/src/main/java/com/beyond/popscience/module/home/entity/GroupUserInfo.java | bd62be06b0b8d40df826fb1bbf28e4eb05a1b721 | [
"Apache-2.0"
] | permissive | sunhaiteng2016/iknow-android | https://github.com/sunhaiteng2016/iknow-android | b5ad49e8bf14cf3a22b72d9da3c6757a7abc41cf | b1aeec07a70953b776d0c113384b04cef3b36869 | refs/heads/master | 2020-07-16T09:59:34.249000 | 2019-09-02T02:33:43 | 2019-09-02T02:34:14 | 205,760,878 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.beyond.popscience.module.home.entity;
public class GroupUserInfo {
/**
* code : 0
* message : 获取成功!
* data : {"id":null,"userid":151623,"groupid":"72079545270273","groupname":"孙崇泽的群组","darao":2,"zhiding":2,"status":null,"createtime":null,"createUser":151623,"isMe":null}
*/
pr... | UTF-8 | Java | 3,316 | java | GroupUserInfo.java | Java | [
{
"context": "d\":151623,\"groupid\":\"72079545270273\",\"groupname\":\"孙崇泽的群组\",\"darao\":2,\"zhiding\":2,\"status\":null,\"createti",
"end": 213,
"score": 0.7420591115951538,
"start": 210,
"tag": "NAME",
"value": "孙崇泽"
},
{
"context": "* groupid : 72079545270273\n * groupna... | null | [] | package com.beyond.popscience.module.home.entity;
public class GroupUserInfo {
/**
* code : 0
* message : 获取成功!
* data : {"id":null,"userid":151623,"groupid":"72079545270273","groupname":"孙崇泽的群组","darao":2,"zhiding":2,"status":null,"createtime":null,"createUser":151623,"isMe":null}
*/
pr... | 3,316 | 0.514321 | 0.496953 | 154 | 20.311687 | 19.669186 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.337662 | false | false | 13 |
b6c73f2aa23270c3f7eefce31dd31f5055462dc6 | 11,149,735,117,813 | 7a16e795b5356c5a3cbe34843ad744daf6b01eb0 | /app/src/main/java/com/idbi/app/SplashActivity.java | d5074424281ef2c7f9f166ee95656c196efabe76 | [] | no_license | Meenal28/IDBILifeInsurance | https://github.com/Meenal28/IDBILifeInsurance | 06462c40e59fe65667261629ba94798d9b05252f | a64d55d48cba8527a809013ad903650e3d6f0378 | refs/heads/master | 2018-02-14T18:45:09.150000 | 2017-02-25T05:22:11 | 2017-02-25T05:22:11 | 63,574,454 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.idbi.app;
import android.content.Context;
import android.content.pm.PackageManager;
import android.content.res.AssetManager;
import android.os.Build;
import android.os.Bundle;
import android.os.Environment;
import android.os.Handler;
import android.support.v4.app.ActivityCompat;
import android.support.v4.c... | UTF-8 | Java | 5,781 | java | SplashActivity.java | Java | [
{
"context": "stants.PERMISSION_REQUEST_CODE;\n\n/**\n * Created by Sudesi infotech on 7/18/2016.\n */\npublic class SplashActivity ext",
"end": 849,
"score": 0.9998882412910461,
"start": 834,
"tag": "NAME",
"value": "Sudesi infotech"
}
] | null | [] | package com.idbi.app;
import android.content.Context;
import android.content.pm.PackageManager;
import android.content.res.AssetManager;
import android.os.Build;
import android.os.Bundle;
import android.os.Environment;
import android.os.Handler;
import android.support.v4.app.ActivityCompat;
import android.support.v4.c... | 5,772 | 0.613043 | 0.609237 | 178 | 31.477528 | 30.513435 | 185 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.58427 | false | false | 13 |
1b956ee806623c429c7394f4f7ee72169280e6c5 | 27,608,049,788,537 | d87f77058081bd79d3b7938cae708c04baa01ebf | /DiscordMmoBot/src/mmoGame/Exit.java | 6e16169e8e028bf061a4c9d6bcbe9986b5a54790 | [] | no_license | LordRedLion9/DiscordMMO | https://github.com/LordRedLion9/DiscordMMO | 4cbb120ada7e03a1244f6e40db428e92f9b0cbfb | 11cebbf2174291cf5c68fb80b066e5455648c6e8 | refs/heads/master | 2021-01-01T18:10:04.353000 | 2017-09-19T07:03:00 | 2017-09-19T07:03:00 | 98,266,436 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mmoGame;
public class Exit {
private String exitName = "Generic exit gate";
private Location loc1;
private Location loc2;
public Exit(Location L1, Location L2){
loc1 = L1;
loc2 = L2;
}
public String getExitName() {
return exitName;
}
public void s... | UTF-8 | Java | 982 | java | Exit.java | Java | [] | null | [] | package mmoGame;
public class Exit {
private String exitName = "Generic exit gate";
private Location loc1;
private Location loc2;
public Exit(Location L1, Location L2){
loc1 = L1;
loc2 = L2;
}
public String getExitName() {
return exitName;
}
public void s... | 982 | 0.560081 | 0.535642 | 54 | 17.185184 | 17.858574 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.314815 | false | false | 13 |
dd77a5afd874de3ea86d467b746bcafa0ca7dece | 27,608,049,792,036 | a2b9ee6c7635a31963956141e2f0a624bdf7bdc5 | /sniper-support/src/main/java/org/sniper/support/counter/IntervalCounter.java | 9f647a7ffc1e2f0e862fe6004e7965c4f54407f6 | [] | no_license | bellmit/sniper | https://github.com/bellmit/sniper | 08ad632fabe9499b3b712a8e3c4843edb07abebf | a4995ef22df8a199855250e060e0a70b06ab94b4 | refs/heads/master | 2023-06-27T00:53:00.815000 | 2021-08-03T02:53:36 | 2021-08-03T02:53:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... | UTF-8 | Java | 1,553 | java | IntervalCounter.java | Java | [
{
"context": "r.support.counter;\r\n\r\n/**\r\n * 区间计数器接口\r\n * @author Daniele\r\n * @version 1.0\r\n */\r\npublic interface IntervalC",
"end": 741,
"score": 0.9994160532951355,
"start": 734,
"tag": "NAME",
"value": "Daniele"
},
{
"context": "nds Counter<V> {\r\n\t\r\n\t/**\r\n\t *... | null | [] | /*
* Copyright 2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... | 1,553 | 0.631802 | 0.619788 | 69 | 18.507246 | 20.416407 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.782609 | false | false | 13 |
c4f6f6e75abd3ff13fe7f14ebe8a9ca8f829ade3 | 27,573,690,053,513 | 8dd9b60284b45268c5df5e22cfb190c6173efeab | /src/Lemming/Sens.java | 2861b3c64c52974671acbda5d804b5a0a9bec913 | [] | no_license | Bilb/projet-VI51 | https://github.com/Bilb/projet-VI51 | b79853026bcd836fb509fa42915f883ad12266b5 | 6236e2d07c3a0fcd56ab873f77d7e8664a601371 | refs/heads/master | 2021-01-19T18:11:48.063000 | 2013-06-21T14:27:26 | 2013-06-21T14:27:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Lemming;
/**
* cet enum indique les different sens dans lesquels le Lemming peut se deplacer
*/
public enum Sens {
LEFT(-1) {
},
STAY(0) {
},
RIGHT(1) {
}
;
Sens(int dx) {
this.dx = dx;
}
public int dx;
}
| UTF-8 | Java | 245 | java | Sens.java | Java | [] | null | [] | package Lemming;
/**
* cet enum indique les different sens dans lesquels le Lemming peut se deplacer
*/
public enum Sens {
LEFT(-1) {
},
STAY(0) {
},
RIGHT(1) {
}
;
Sens(int dx) {
this.dx = dx;
}
public int dx;
}
| 245 | 0.559184 | 0.546939 | 25 | 8.8 | 15.653753 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.12 | false | false | 13 |
25210d5a3aae0fe19cea12334190e6c7b965bf24 | 8,873,402,448,472 | b03163fdbf41cf725a35e1536e354eeab7b216da | /javashop-eop/src/com/enation/app/base/core/service/solution/IAdminThemeInfoFileLoader.java | 4086d3ce9ea23bedfcede802ae326ba247e09e3f | [] | no_license | i-robot/myshop | https://github.com/i-robot/myshop | f38c7f7814df1bf11cc6bd9ff65657001f2c625d | 975d5553bb0d502b337492f65f5ca5c701af367e | refs/heads/master | 2021-01-17T06:34:15.335000 | 2013-09-26T17:54:38 | 2013-09-26T17:54:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.enation.app.base.core.service.solution;
import org.w3c.dom.Document;
public abstract interface IAdminThemeInfoFileLoader
{
public abstract Document load(String paramString1, String paramString2, Boolean paramBoolean);
}
/* Location: D:\project_resource\eop.jar
* Qualified Name: ... | UTF-8 | Java | 424 | java | IAdminThemeInfoFileLoader.java | Java | [] | null | [] | package com.enation.app.base.core.service.solution;
import org.w3c.dom.Document;
public abstract interface IAdminThemeInfoFileLoader
{
public abstract Document load(String paramString1, String paramString2, Boolean paramBoolean);
}
/* Location: D:\project_resource\eop.jar
* Qualified Name: ... | 424 | 0.742925 | 0.728774 | 13 | 30.76923 | 33.363163 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 13 |
0e1b0264c3b4cddc021d3a4c1ef358ca4021b401 | 8,873,402,448,039 | ebb4c08c87b8932ff0574283d9e733a6dd797fc5 | /src/main/java/com/hongluomeng/model/ProductAttribute.java | 9c0fe3c4501ca2b8f38ba4df2af4a395fdaa7b7a | [] | no_license | nowui/XieTong_Api | https://github.com/nowui/XieTong_Api | f60fe965257806cce7bf873c2537524937f97f8b | a20c389c6e1ebca822fc7f11fd11d90b24fa8d74 | refs/heads/master | 2020-09-22T12:34:33.322000 | 2017-04-09T13:52:00 | 2017-04-09T13:52:00 | 67,059,757 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hongluomeng.model;
import com.jfinal.plugin.activerecord.Model;
public class ProductAttribute extends Model<ProductAttribute> {
private static final long serialVersionUID = 1L;
public static final String KEY_PRODUCT_ATTRIBUTE = "product_attribute";
public static final String KEY_PRODUCT_ID = "product... | UTF-8 | Java | 974 | java | ProductAttribute.java | Java | [] | null | [] | package com.hongluomeng.model;
import com.jfinal.plugin.activerecord.Model;
public class ProductAttribute extends Model<ProductAttribute> {
private static final long serialVersionUID = 1L;
public static final String KEY_PRODUCT_ATTRIBUTE = "product_attribute";
public static final String KEY_PRODUCT_ID = "product... | 974 | 0.75154 | 0.750513 | 38 | 24.631578 | 24.54043 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.184211 | false | false | 13 |
c7a33fd984e436fdeb6d9d0b5d85ff769d596d2c | 25,314,537,255,841 | f36f6cfc2e03199722435a998a50402a1230c991 | /wisdom/app/src/main/java/com/cnst/wisdom/ui/activity/Feedback.java | bff5daead375584b0bba5d02c151ea642523a38c | [] | no_license | csuhanshuai/wisdom | https://github.com/csuhanshuai/wisdom | ed496dd9d651739ce46ec5bbe1c9d94ce00c0259 | 1d0a40fa3336c2fd66a6270ea422259a97b4b20a | refs/heads/master | 2020-04-05T23:15:30.407000 | 2016-07-02T02:33:57 | 2016-07-02T02:33:57 | 62,430,066 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cnst.wisdom.ui.activity;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.ImageButton;
import com.cnst.wisdom.R;
/**
* <需求反馈>
* <需求反馈页面展示,>
*
* @author pengjingang.
* @see [相关类/方法]
* @since [产品/模版版本]
*
*/
public class Feedba... | UTF-8 | Java | 922 | java | Feedback.java | Java | [
{
"context": "sdom.R;\n/**\n * <需求反馈>\n * <需求反馈页面展示,>\n *\n * @author pengjingang.\n * @see [相关类/方法]\n * @since [产品/模版版本]\n *\n */\npubl",
"end": 255,
"score": 0.9822742342948914,
"start": 244,
"tag": "USERNAME",
"value": "pengjingang"
}
] | null | [] | package com.cnst.wisdom.ui.activity;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.ImageButton;
import com.cnst.wisdom.R;
/**
* <需求反馈>
* <需求反馈页面展示,>
*
* @author pengjingang.
* @see [相关类/方法]
* @since [产品/模版版本]
*
*/
public class Feedba... | 922 | 0.645309 | 0.644165 | 41 | 20.317074 | 19.126587 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.317073 | false | false | 13 |
2304138908a5db037e2eaf38e3b23dcd94029339 | 16,088,947,505,474 | 3c98a51dd41046a29df60f3aab28a8c28b47085b | /com/master/schoolcontrol/Main.java | 5d74c13fdf5d59ca162e5ed83f5b6fb828a77785 | [] | no_license | coderdiaz/demo-app-console | https://github.com/coderdiaz/demo-app-console | a127cb348293d5d7938fd4d75ab72b957c29ed50 | 18f2b5097193d0b3084c23010cca696553e4ac7e | refs/heads/master | 2020-04-02T05:37:51.286000 | 2018-10-22T05:53:11 | 2018-10-22T05:53:11 | 154,093,386 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.master.schoolcontrol;
import java.util.Scanner;
import java.util.ArrayList;
public class Main {
Scanner scanner;
private ArrayList<Professor> professors = new ArrayList<Professor>();
private ArrayList<Student> students = new ArrayList<Student>();
private ArrayList<Subject> subjects = new ArrayList... | UTF-8 | Java | 9,502 | java | Main.java | Java | [
{
"context": "professors.add(new Professor(initialProfessor++, \"Paloma Corona\", \"\"));\n professors.add(new Professor(initialP",
"end": 8081,
"score": 0.9998663663864136,
"start": 8068,
"tag": "NAME",
"value": "Paloma Corona"
},
{
"context": "professors.add(new Professor(initia... | null | [] | package com.master.schoolcontrol;
import java.util.Scanner;
import java.util.ArrayList;
public class Main {
Scanner scanner;
private ArrayList<Professor> professors = new ArrayList<Professor>();
private ArrayList<Student> students = new ArrayList<Student>();
private ArrayList<Subject> subjects = new ArrayList... | 9,423 | 0.59223 | 0.584018 | 255 | 36.25098 | 25.598402 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.980392 | false | false | 13 |
a7ba6b4e287039aff9fce4a4f0181f39b7a87b13 | 11,862,699,703,252 | 412ba2ef911eb5df688e18296a101f852f9ee3fb | /app/src/main/java/br/com/inpar/datasource/TalkDataSource.java | 1aedf0498f44fb59a37bfecf72b4fe3a95c5670e | [] | no_license | paulovitorns/Inpar | https://github.com/paulovitorns/Inpar | 5dfd242b7a638db553afb3a5f3cf2495cbb627d6 | 552c376cbe2d3c87ec7bae4733a511ef3515871c | refs/heads/master | 2018-01-10T16:22:46.659000 | 2016-03-22T02:25:23 | 2016-03-22T02:25:23 | 49,785,111 | 1 | 0 | null | false | 2016-02-14T23:57:59 | 2016-01-16T18:18:12 | 2016-01-16T18:18:29 | 2016-02-14T23:57:59 | 8,637 | 0 | 0 | 0 | Java | null | null | package br.com.inpar.datasource;
import br.com.inpar.dao.TalkEntity;
import br.com.inpar.model.TalkEntityModel;
/**
* Created by roquebuarque on 3/6/16.
*/
public class TalkDataSource {
private static TalkEntityModel model;
public static Long saveTalk(Long deliveryId, Long serverId, String contactName, S... | UTF-8 | Java | 1,532 | java | TalkDataSource.java | Java | [
{
"context": "om.inpar.model.TalkEntityModel;\n\n/**\n * Created by roquebuarque on 3/6/16.\n */\npublic class TalkDataSource {\n\n ",
"end": 144,
"score": 0.9996825456619263,
"start": 132,
"tag": "USERNAME",
"value": "roquebuarque"
}
] | null | [] | package br.com.inpar.datasource;
import br.com.inpar.dao.TalkEntity;
import br.com.inpar.model.TalkEntityModel;
/**
* Created by roquebuarque on 3/6/16.
*/
public class TalkDataSource {
private static TalkEntityModel model;
public static Long saveTalk(Long deliveryId, Long serverId, String contactName, S... | 1,532 | 0.580287 | 0.577676 | 53 | 27.905661 | 25.29991 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.622642 | false | false | 13 |
f6b5898ae94f5309d364b351ee0df3d54552254b | 1,400,159,375,973 | 0bff529c184813c9d38e67287dc09314679ea150 | /components/registry/org.wso2.carbon.registry.jcr/src/main/java/org/wso2/carbon/registry/jcr/RegistryRepositoryFactory.java | 725758f7e095fad146cbcc598339b8b49fba4995 | [
"Apache-2.0"
] | permissive | wso2/carbon-registry | https://github.com/wso2/carbon-registry | 06083122c9f56bc82d917cbea2baad6c64d78757 | 16d853878e79b833e17842c24eda684d6ac5684a | refs/heads/master | 2023-09-05T02:46:42.536000 | 2023-07-27T06:26:02 | 2023-07-27T06:26:02 | 16,100,959 | 44 | 195 | Apache-2.0 | false | 2023-08-10T04:37:32 | 2014-01-21T11:42:25 | 2023-06-29T07:50:40 | 2023-08-10T04:37:32 | 42,897 | 20 | 199 | 21 | Java | false | false | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.o... | UTF-8 | Java | 3,984 | java | RegistryRepositoryFactory.java | Java | [
{
"context": "istryURL\"),\n (String) map.get(\"userName\"),\n (String) map.get(\"password",
"end": 2375,
"score": 0.9988089799880981,
"start": 2367,
"tag": "USERNAME",
"value": "userName"
}
] | null | [] | /*
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.o... | 3,984 | 0.665663 | 0.658635 | 101 | 38.376236 | 30.334717 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.455446 | false | false | 13 |
76871f12f046423ede5baa6363e9dc1032c3c26e | 1,400,159,373,610 | 1f0e07fc78129b822117b8ec324d6fd8c289f4a1 | /app/src/main/java/com/neteru/hermod/fragments/MainFragments/ReadlaterFragment.java | b5f1934c63d7bc329cc3a39d1599fa17d3e9ea94 | [] | no_license | Netersoft/DirectNews | https://github.com/Netersoft/DirectNews | c5e9adff88d8a95c50daf6af31c381d198606cb8 | 16bbcf041a094ac5dc31a8579bc47e081eeb810b | refs/heads/master | 2022-12-10T19:55:21.930000 | 2022-11-10T17:58:20 | 2022-11-10T17:58:20 | 293,826,155 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.neteru.hermod.fragments.MainFragments;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androi... | UTF-8 | Java | 3,049 | java | ReadlaterFragment.java | Java | [] | null | [] | package com.neteru.hermod.fragments.MainFragments;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androi... | 3,049 | 0.702197 | 0.702197 | 90 | 32.877777 | 29.402504 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677778 | false | false | 13 |
e0d22ab0f4271ef003f1b25e5edb455524a5d589 | 23,450,521,467,984 | 8d1543a4996b2fa645c001b341ddda923c28c2e6 | /business/src/main/java/dev/saxionroosters/Dataset.java | 65d86711a30f3d6e0aef15f5091fda644109d9db | [
"BSD-3-Clause"
] | permissive | doppie/SaxionRoosters | https://github.com/doppie/SaxionRoosters | 10ffc9480803df9ae7a05aa950bcef849038db49 | e0f2d6a4d35179bb2a3a213159dac8d1d9d5e0e2 | refs/heads/develop | 2021-05-04T11:27:43.176000 | 2017-05-26T09:59:22 | 2017-05-26T09:59:22 | 52,515,324 | 3 | 6 | null | false | 2017-05-25T13:44:31 | 2016-02-25T10:09:35 | 2017-05-22T12:14:11 | 2017-05-25T13:44:31 | 38,300 | 2 | 3 | 5 | Java | null | null | package dev.saxionroosters;
import java.util.ArrayList;
import dev.saxionroosters.model.Schedule;
import dev.saxionroosters.model.SearchResult;
/**
* Created by jelle on 29/11/2016.
*/
public class Dataset {
private ArrayList<Schedule> schedules;
private ArrayList<SearchResult> results;
private stat... | UTF-8 | Java | 2,022 | java | Dataset.java | Java | [
{
"context": "ionroosters.model.SearchResult;\n\n/**\n * Created by jelle on 29/11/2016.\n */\n\npublic class Dataset {\n\n p",
"end": 170,
"score": 0.9993648529052734,
"start": 165,
"tag": "USERNAME",
"value": "jelle"
}
] | null | [] | package dev.saxionroosters;
import java.util.ArrayList;
import dev.saxionroosters.model.Schedule;
import dev.saxionroosters.model.SearchResult;
/**
* Created by jelle on 29/11/2016.
*/
public class Dataset {
private ArrayList<Schedule> schedules;
private ArrayList<SearchResult> results;
private stat... | 2,022 | 0.596439 | 0.592483 | 78 | 24.923077 | 23.020487 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.269231 | false | false | 11 |
6d8a379ab39af305277105fdceb460a3b94d5217 | 23,450,521,465,858 | bccc186ad23059e684c005cf85443b0860502918 | /src/chap5/MainTest.java | 00dcdcf81e14d4fe6af01e54cfa8590e7be87d51 | [] | no_license | hongh815/JavaSourceStudy | https://github.com/hongh815/JavaSourceStudy | a5dbf1ac1157c17346a7d42188faea50007ea484 | 7844d95130d23095726557c48f86dc8464c5fdd3 | refs/heads/master | 2022-11-05T06:01:37.636000 | 2020-06-17T02:56:53 | 2020-06-17T02:56:53 | 271,710,516 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chap5;
public class MainTest {
public static void main(String[] args) {
// TODO Auto-generated method stub
// 명령형매개변수 입력받은 갯수만큼 내용 출력
System.out.println("입력값갯수="+ args.length);
for(int i = 0; i < args.length; i++) {
System.out.println(args[i]);
}
//연산식을 만들고 싶을때 ex)2개의 정수 입력
System.o... | UTF-8 | Java | 777 | java | MainTest.java | Java | [] | null | [] | package chap5;
public class MainTest {
public static void main(String[] args) {
// TODO Auto-generated method stub
// 명령형매개변수 입력받은 갯수만큼 내용 출력
System.out.println("입력값갯수="+ args.length);
for(int i = 0; i < args.length; i++) {
System.out.println(args[i]);
}
//연산식을 만들고 싶을때 ex)2개의 정수 입력
System.o... | 777 | 0.637437 | 0.598651 | 25 | 22.719999 | 21.617622 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.72 | false | false | 11 |
d947da54e1d411862f7c8df11e7a3382f92d530b | 4,252,017,669,193 | 5d7af26b996f10c7c3d99473ae2fc4d4ca061bc6 | /source/handlebars/src/main/java/com/mattdamon/core/base/BaseController.java | 22bf9e65b4b5e87720ad9aff6e1c334e6e5fe54a | [] | no_license | codepasser-source/03_full_stack_0014_handlebars | https://github.com/codepasser-source/03_full_stack_0014_handlebars | 1be0fca2839bfa92c83c71683bf8555f8dce6669 | d7fbc19de785baa34dd3414f5ec260a918437070 | refs/heads/master | 2022-12-20T03:52:51.288000 | 2020-03-11T07:59:24 | 2020-03-11T07:59:24 | 138,124,322 | 0 | 0 | null | false | 2022-12-16T01:50:59 | 2018-06-21T05:41:01 | 2020-03-11T07:59:37 | 2022-12-16T01:50:56 | 134 | 0 | 0 | 18 | Java | false | false | package com.mattdamon.core.base;
import com.mattdamon.core.env.EnvrionmentHandler;
/**
*
* BaseController
*
* @author <A>cheng.yy@neusoft.com</A>
*
* @date Apr 16, 2015
*
* @Copyright: © 2001-2015 东软集团股份有限公司
*
*/
public class BaseController extends EnvrionmentHandler {
}
| UTF-8 | Java | 307 | java | BaseController.java | Java | [
{
"context": "dler;\n\n/**\n * \n * BaseController\n *\n * @author <A>cheng.yy@neusoft.com</A>\n *\n * @date Apr 16, 2015\n *\n * @Copyright: © ",
"end": 148,
"score": 0.9999296069145203,
"start": 128,
"tag": "EMAIL",
"value": "cheng.yy@neusoft.com"
}
] | null | [] | package com.mattdamon.core.base;
import com.mattdamon.core.env.EnvrionmentHandler;
/**
*
* BaseController
*
* @author <A><EMAIL></A>
*
* @date Apr 16, 2015
*
* @Copyright: © 2001-2015 东软集团股份有限公司
*
*/
public class BaseController extends EnvrionmentHandler {
}
| 294 | 0.695804 | 0.646853 | 18 | 14.888889 | 18.495913 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 11 |
ef79875c49e84cda17a3c67722f69729203ed8e8 | 14,388,140,479,566 | 5a90cbdba7170bdfb3f49f1094f90e8de1c9f430 | /web/basicframework/springboot2.0-mybatis/src/main/java/dimu/ssm/config/mq/rabbit/MQConfig.java | c891c5a5c0678cec16fee8bdd3f551bd21163303 | [] | no_license | dimu/fortnight | https://github.com/dimu/fortnight | df717aecab02e1dcd70713e89bbefc92dc74aa43 | 42912977bd1940143ac030541730c827045ae696 | refs/heads/master | 2023-08-03T23:37:53.696000 | 2023-03-22T03:45:55 | 2023-03-22T03:45:55 | 191,578,687 | 0 | 0 | null | false | 2023-07-22T08:11:16 | 2019-06-12T13:40:50 | 2022-01-10T06:18:02 | 2023-07-22T08:11:16 | 2,323 | 0 | 0 | 9 | Java | false | false | package dimu.ssm.config.mq.rabbit;
import org.springframework.amqp.core.Queue;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
* spring boot rabbitmq config
* 声明创建队列
* @author dwx
*
*/
@Configuration
public class MQConfig {
//queue name d... | UTF-8 | Java | 560 | java | MQConfig.java | Java | [
{
"context": " spring boot rabbitmq config\n * 声明创建队列 \n * @author dwx\n *\n */\n@Configuration\npublic class MQConfig {\n\n ",
"end": 254,
"score": 0.9996598362922668,
"start": 251,
"tag": "USERNAME",
"value": "dwx"
}
] | null | [] | package dimu.ssm.config.mq.rabbit;
import org.springframework.amqp.core.Queue;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
* spring boot rabbitmq config
* 声明创建队列
* @author dwx
*
*/
@Configuration
public class MQConfig {
//queue name d... | 560 | 0.680147 | 0.680147 | 27 | 19.148148 | 19.434036 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.259259 | false | false | 11 |
e35c34e1daa7739b28cc1b9366e0751b62ac256a | 27,857,157,923,613 | 4483227e39a24346a99d9ee92f1715dd68c553e6 | /Team5_Project/src/Main/nonsense/project/util/DAO.java | 0d60224b6178607a166094591b5a0b396ae0ffef | [] | no_license | stux12/SimSimHae.com-Project | https://github.com/stux12/SimSimHae.com-Project | 6e614fc1a1e926d22c5f97e9238e71a25d090c5f | 380b765d551c8aa42ce75bfe7afcd3e8098695a5 | refs/heads/main | 2023-04-19T11:34:10.363000 | 2021-05-06T11:32:34 | 2021-05-06T11:32:34 | 359,938,372 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Main.nonsense.project.util;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ArrayList;
import java.util.List;
import Main.nonsense.project.QuestionVO;
public class DAO {
private Connection conn = null;
private PreparedStatement pstmt = null;
priva... | UTF-8 | Java | 3,171 | java | DAO.java | Java | [] | null | [] | package Main.nonsense.project.util;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ArrayList;
import java.util.List;
import Main.nonsense.project.QuestionVO;
public class DAO {
private Connection conn = null;
private PreparedStatement pstmt = null;
priva... | 3,171 | 0.670736 | 0.641825 | 98 | 30.765306 | 23.050434 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.438776 | false | false | 11 |
fc1e8ebefbebb2adf137de62ace60d7b780161c6 | 31,009,663,923,328 | e435c4f53c3db3a0bb5c4b835c8e7e0bd1d66a26 | /src/main/java/java2/lesson4/model/SimpleChatItem.java | 7b44bc2c410dff4a90b8f334f9268ba3c68808cf | [] | no_license | Benefic/JavaGB | https://github.com/Benefic/JavaGB | 2f013f253219d0a2f5b22874e6e588ff2a089e88 | bf0af674b6611f3058decbfb6489f77263075fff | refs/heads/master | 2023-02-06T10:52:21.104000 | 2020-12-17T16:15:44 | 2020-12-17T16:15:44 | 288,501,884 | 0 | 0 | null | false | 2020-12-17T16:28:36 | 2020-08-18T16:02:50 | 2020-12-17T16:15:58 | 2020-12-17T16:28:26 | 5,555 | 0 | 0 | 1 | Java | false | false | package java2.lesson4.model;
import javafx.beans.property.SimpleStringProperty;
import javafx.beans.property.StringProperty;
import java.util.LinkedList;
import java.util.List;
public class SimpleChatItem implements ChatItem {
private final List<String> messages = new LinkedList<>();
private StringProperty ... | UTF-8 | Java | 852 | java | SimpleChatItem.java | Java | [] | null | [] | package java2.lesson4.model;
import javafx.beans.property.SimpleStringProperty;
import javafx.beans.property.StringProperty;
import java.util.LinkedList;
import java.util.List;
public class SimpleChatItem implements ChatItem {
private final List<String> messages = new LinkedList<>();
private StringProperty ... | 852 | 0.658451 | 0.656103 | 44 | 18.363636 | 17.771391 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.295455 | false | false | 11 |
da3429d0814264cb8d20c3117846e783b638da43 | 31,009,663,922,684 | dc4c7f47a4650a54da733aecb72ff801bfc300cc | /vbp-util/src/main/java/com/sgai/vbp/util/excel/Merge.java | 00adb1a22404d311a8c85d9495a1f636c205acda | [] | no_license | muruiheng/vbp | https://github.com/muruiheng/vbp | 1576946c96b3eea2d75deac512acc5e35954090e | 3226bf1f23950b8db6474203e7bf3c4f7a2ee2de | refs/heads/master | 2020-03-17T05:19:05.179000 | 2018-05-14T06:27:29 | 2018-05-14T06:27:29 | 133,311,324 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sgai.vbp.util.excel;
/**
* 对齐
* @author mrh
*
*/
class Merge
{
private int rowIndexBegin = 0;
private int rowIndexEnd = 0;
private int cellIndexBegin = 0;
private int cellIndexEnd = 0;
public int getRowIndexBegin()
{
return this.rowIndexBegin;
}
public void setR... | UTF-8 | Java | 940 | java | Merge.java | Java | [
{
"context": "com.sgai.vbp.util.excel;\r\n\r\n/**\r\n * 对齐\r\n * @author mrh\r\n *\r\n */\r\nclass Merge\r\n{\r\n private int rowIndexB",
"end": 62,
"score": 0.9994943737983704,
"start": 59,
"tag": "USERNAME",
"value": "mrh"
}
] | null | [] | package com.sgai.vbp.util.excel;
/**
* 对齐
* @author mrh
*
*/
class Merge
{
private int rowIndexBegin = 0;
private int rowIndexEnd = 0;
private int cellIndexBegin = 0;
private int cellIndexEnd = 0;
public int getRowIndexBegin()
{
return this.rowIndexBegin;
}
public void setR... | 940 | 0.650641 | 0.646368 | 54 | 15.37037 | 16.663662 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.240741 | false | false | 11 |
d4ef2d70e1f797f2a9f99687d3048e09d1519425 | 15,470,472,260,952 | c4345ec586a80f8e8e5c8a83d21a1135bfd61db4 | /app/src/main/java/org/fireking/xiukemeitu/MainActivity.java | 2570ac0923aa0f9a7bf8b2dea5d5b338f15bf8fd | [] | no_license | NEIL-ORZZH/xiukemeitu | https://github.com/NEIL-ORZZH/xiukemeitu | 97d877080d406493d4331b4f051f336e94c16f2c | 3a8bdf503fd97ae6df2f7acbfa44b23279cf3798 | refs/heads/master | 2021-05-30T04:42:11.244000 | 2015-05-06T16:14:04 | 2015-05-06T16:14:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.fireking.xiukemeitu;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import org.fireking.xiukemeitu.ui.ClothFragment;
import org.fireking.xiukemeitu.ui.HotFragment;
import org.fireking.xiukemeitu.ui.RecomFragment;
import org.fireking.xiukemeitu.ui.SettingFragment;
... | UTF-8 | Java | 1,493 | java | MainActivity.java | Java | [] | null | [] | package org.fireking.xiukemeitu;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import org.fireking.xiukemeitu.ui.ClothFragment;
import org.fireking.xiukemeitu.ui.HotFragment;
import org.fireking.xiukemeitu.ui.RecomFragment;
import org.fireking.xiukemeitu.ui.SettingFragment;
... | 1,493 | 0.768922 | 0.752177 | 30 | 48.766666 | 61.399612 | 198 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 11 |
8876b97f4b6b33ba406f1586cbc6a00669004154 | 31,413,390,839,005 | 7e82619565556710c5ef15287a1a9939dc94ce2c | /app/src/main/java/com/example/myblog/adapter/HomeRecyclerViewAdapter.java | eb55bb9cddc1f05d66f91f65111d837a6da32360 | [] | no_license | gitofleonardo/MyBlog | https://github.com/gitofleonardo/MyBlog | dd87a785452e0ca4e2ffd5e016df16ce858aa955 | 31a3c654620727762ffa2d4aa4a18d10211baec6 | refs/heads/master | 2020-07-22T20:28:42.520000 | 2019-09-29T05:39:56 | 2019-09-29T05:39:56 | 207,318,283 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.myblog.adapter;
import android.app.Activity;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.res.Resources;
import android.text.Html;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annot... | UTF-8 | Java | 8,889 | java | HomeRecyclerViewAdapter.java | Java | [] | null | [] | package com.example.myblog.adapter;
import android.app.Activity;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.res.Resources;
import android.text.Html;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annot... | 8,889 | 0.635842 | 0.633705 | 250 | 34.556 | 27.949791 | 248 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548 | false | false | 11 |
8c18f174c8e715b1c8b6e21580e9760a887ea202 | 26,972,394,645,480 | 237385c898077c28a3cd595e40473e2a4e7bbca8 | /core/src/test/java/ttaomae/connectn/RandomPlayerTest.java | 62f7dc740aae79c06b136cbcbf9f2b8a8aa7b7b1 | [
"BSD-2-Clause"
] | permissive | davidTeraoka/ConnectN | https://github.com/davidTeraoka/ConnectN | 4084f84a6d73d11acd4d9b9be2709883b2ec4565 | 3562e864321697bf0aa43efa32c7a779cd7e5587 | refs/heads/master | 2021-05-27T19:04:26.980000 | 2014-06-05T01:44:30 | 2014-06-05T01:44:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ttaomae.connectn;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
public class RandomPlayerTest
{
@Test
public void testRandomPlayer()
{
Board board = new Board();
Player player = new RandomPlayer();
for (int i... | UTF-8 | Java | 638 | java | RandomPlayerTest.java | Java | [] | null | [] | package ttaomae.connectn;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
public class RandomPlayerTest
{
@Test
public void testRandomPlayer()
{
Board board = new Board();
Player player = new RandomPlayer();
for (int i... | 638 | 0.633229 | 0.631661 | 24 | 25.583334 | 25.881004 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 11 |
ababc0a219e6e31063f9be132997519cfb9dcd74 | 26,972,394,646,070 | 6d3152ed3efb6a0b4f9d2a86619a072f066ba7fd | /src/main/java/com/revature/project1/entities/ParamStringBuilder.java | e225c725c136e6d7eac12b0061c853c5fde696a3 | [] | no_license | texas-mule/project-1-ookyspookyhouseofhorrors | https://github.com/texas-mule/project-1-ookyspookyhouseofhorrors | 3befb1b882ed54ebcb7d7744113a5e9151651c9a | e9353aecced70576a214648741f164aa3b3a6aed | refs/heads/master | 2020-05-21T01:17:05.656000 | 2019-05-20T14:14:03 | 2019-05-20T14:14:03 | 185,853,767 | 0 | 0 | null | false | 2019-05-20T06:28:03 | 2019-05-09T18:43:31 | 2019-05-20T03:29:20 | 2019-05-20T06:28:02 | 74 | 0 | 0 | 0 | Java | false | false | package com.revature.project1.entities;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.util.Map;
public class ParamStringBuilder {
public static String getParamString(Map<String, String> params) throws UnsupportedEncodingException{
StringBuilder sb = new StringBuilder(... | UTF-8 | Java | 707 | java | ParamStringBuilder.java | Java | [] | null | [] | package com.revature.project1.entities;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.util.Map;
public class ParamStringBuilder {
public static String getParamString(Map<String, String> params) throws UnsupportedEncodingException{
StringBuilder sb = new StringBuilder(... | 707 | 0.671853 | 0.663366 | 23 | 28.73913 | 25.139986 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.086957 | false | false | 11 |
99fc3241cdfec31e5eb7527f72809dd95541fdea | 19,086,834,709,439 | 57fd0e8faaa189db86ce5450b44b0926c7f49ece | /src/main/java/com/getui/logful/server/GlobalReference.java | d342169adfa7e429e4f72299b5ccde8a7035b067 | [
"MIT"
] | permissive | ProWei/logful-api | https://github.com/ProWei/logful-api | 41b35b0a12bb2c5b1f2bf6c6a5fb9f582a289750 | 83cbb03a5b3b5b68eea7d6e95b12b459b7250131 | refs/heads/master | 2020-03-28T20:56:09.554000 | 2016-02-17T12:32:25 | 2016-02-17T12:32:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.getui.logful.server;
import com.getui.logful.server.entity.Layout;
import org.apache.commons.lang.StringUtils;
import java.util.HashMap;
import java.util.Map;
public class GlobalReference {
private static final int MAX_CAPACITY = 1000;
private HashMap<String, Layout> layoutMap = new HashMap<>();... | UTF-8 | Java | 1,341 | java | GlobalReference.java | Java | [] | null | [] | package com.getui.logful.server;
import com.getui.logful.server.entity.Layout;
import org.apache.commons.lang.StringUtils;
import java.util.HashMap;
import java.util.Map;
public class GlobalReference {
private static final int MAX_CAPACITY = 1000;
private HashMap<String, Layout> layoutMap = new HashMap<>();... | 1,341 | 0.607755 | 0.604027 | 43 | 30.186047 | 24.435255 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55814 | false | false | 11 |
15a784a83f84bf2515e67de2b80ca62c525cb4a9 | 12,730,283,116,892 | 750c2bfc256725b96c16615f3f86841978542cc2 | /PP/PortalServices/Projects/NewsLetterVC/src/newsSubAdminBean.java | fe663b0a4b5a61bc40cfb1222d3a7274a55028b6 | [] | no_license | mmitkees/Tacme | https://github.com/mmitkees/Tacme | b38da19379a0cf5329e8843d760ff0a2b24882ef | 890a64b660c94df7f754784158ef356993dd6020 | refs/heads/master | 2020-05-21T16:20:38.495000 | 2016-12-18T07:12:28 | 2016-12-18T07:12:28 | 64,146,074 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Properties;
import javax.mail.Message;
import javax.el.ELContext;
import java... | UTF-8 | Java | 11,902 | java | newsSubAdminBean.java | Java | [
{
"context": " _user);\n props.put(\"mail.smtp.password\", _pwrd);\n props.put(\"mail.smtp.port\", _port);\n ",
"end": 7421,
"score": 0.9711382389068604,
"start": 7417,
"tag": "PASSWORD",
"value": "pwrd"
}
] | null | [] | import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Properties;
import javax.mail.Message;
import javax.el.ELContext;
import java... | 11,908 | 0.550748 | 0.548731 | 338 | 34.213017 | 25.012581 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.627219 | false | false | 11 |
08634ddd6fefd756b5925c17df43a82f7e10a9ff | 12,730,283,116,638 | 3661d36ec7d67d2544615f3c9a3b5f056dcec773 | /src/q006.java | 86f30598c368df7d4d37acaaf204a31836856aa4 | [] | no_license | kalildeoliveira/teste-java | https://github.com/kalildeoliveira/teste-java | 14bffe593231a7f07bc8384ad2d1ff5a7b09e4ba | 6c4af43506084c6fd39eaa0f3f3e97dca744d2f5 | refs/heads/master | 2023-08-12T11:11:01.850000 | 2021-10-15T12:58:30 | 2021-10-15T12:58:30 | 412,182,325 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // questão 06 - lê um número transformando-o em par ou impar
import java.util.Scanner;
public class q006 {
public static void main(String[] args) {
Scanner entrada = new Scanner(System.in);
int numero, troca;
System.out.println("Escreva um número para conversão.");
System.out.print("Número: ");
n... | ISO-8859-1 | Java | 626 | java | q006.java | Java | [] | null | [] | // questão 06 - lê um número transformando-o em par ou impar
import java.util.Scanner;
public class q006 {
public static void main(String[] args) {
Scanner entrada = new Scanner(System.in);
int numero, troca;
System.out.println("Escreva um número para conversão.");
System.out.print("Número: ");
n... | 626 | 0.630293 | 0.615635 | 20 | 28.700001 | 25.550146 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.05 | false | false | 11 |
3171e9d41d245827291a90e67e9ae43ac6c8eecb | 19,052,474,946,367 | 4fff554e4c5b8d3acfd3161313c1694171d15dbe | /ecp-web/ecp-web-mall/src/main/java/com/zengshi/ecp/app/resp/Prom001Resp.java | 9caa8ba011651e0cd5cb40267abb5a1e2ed7b5dd | [] | no_license | lhllhl2/ecp-busi | https://github.com/lhllhl2/ecp-busi | b21f46374bf0b01342b5a2bef1c2accbbfd0f6e9 | a13d84e59cf4fa14f98db2d443b1ff2b37fafbbb | refs/heads/master | 2020-04-28T18:49:13.731000 | 2019-03-13T20:30:08 | 2019-03-13T20:30:08 | 175,491,111 | 1 | 3 | null | false | 2020-06-15T21:16:34 | 2019-03-13T20:07:34 | 2019-09-09T12:09:22 | 2020-06-15T21:16:32 | 42,414 | 1 | 2 | 6 | Java | false | false | package com.zengshi.ecp.app.resp;
import java.util.List;
import com.zengshi.butterfly.app.model.IBody;
public class Prom001Resp extends IBody{
List<PromInfoRespVO> resList;
public List<PromInfoRespVO> getResList() {
return resList;
}
public void setResList(List<PromInfoRespVO> resList) {
this.resList = re... | UTF-8 | Java | 332 | java | Prom001Resp.java | Java | [] | null | [] | package com.zengshi.ecp.app.resp;
import java.util.List;
import com.zengshi.butterfly.app.model.IBody;
public class Prom001Resp extends IBody{
List<PromInfoRespVO> resList;
public List<PromInfoRespVO> getResList() {
return resList;
}
public void setResList(List<PromInfoRespVO> resList) {
this.resList = re... | 332 | 0.759036 | 0.75 | 18 | 17.444445 | 18.765282 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 11 |
8cf6a80aae934083e750b61046526395d5232f3c | 7,696,581,455,495 | ef9fdb60d68f3ded58d134a8dafaab429aed60e0 | /src/tema7.java | d7b7f590181e1561c96256b4a9079fe309ea5973 | [] | no_license | Flav89/Fast-Lab4-IntroJava | https://github.com/Flav89/Fast-Lab4-IntroJava | 78b29f2e68ce384d3142e97739a1ccf8f119e765 | f9ab9006a4634475b40db6f3e03467309397bb85 | refs/heads/master | 2021-01-12T17:38:29.152000 | 2016-10-28T15:28:50 | 2016-10-28T15:28:50 | 71,623,235 | 0 | 0 | null | true | 2016-10-22T07:15:02 | 2016-10-22T07:15:02 | 2016-03-30T20:06:48 | 2016-03-30T20:06:46 | 1 | 0 | 0 | 0 | null | null | null | /**
* Created by fav on 10/27/2016.
*/
/*
Se da un sir de numere.
Sa se afiseze perechile de numere
pentru care primul numar este mai mare decat al doilea.
de ex pt 11 13 9 8 16
se va afisa 13 9 , 9 8
*/
public class tema7 {
public static void main(String[] args) {
int[] a ... | UTF-8 | Java | 525 | java | tema7.java | Java | [
{
"context": "/**\n * Created by fav on 10/27/2016.\n */\n\n /*\n Se da un sir de nu",
"end": 21,
"score": 0.9825940728187561,
"start": 18,
"tag": "USERNAME",
"value": "fav"
}
] | null | [] | /**
* Created by fav on 10/27/2016.
*/
/*
Se da un sir de numere.
Sa se afiseze perechile de numere
pentru care primul numar este mai mare decat al doilea.
de ex pt 11 13 9 8 16
se va afisa 13 9 , 9 8
*/
public class tema7 {
public static void main(String[] args) {
int[] a ... | 525 | 0.470476 | 0.407619 | 26 | 19.153847 | 18.98115 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346154 | false | false | 11 |
0604e3ebbe438aa6ffea986a82a0b3e6980ea24a | 3,358,664,486,662 | 583023add24aa796ffcec6b2975e3309ddb83a11 | /src/main/java/com/guestbook/beans/TextEntry.java | ff61ce4d751d1750a3b7b59d9605c9dcc72e4cb0 | [] | no_license | ashokramam/Guestbook | https://github.com/ashokramam/Guestbook | c5315e2acd2ccf21ed817930d7e21b3fbea2d1b2 | c0d618bade367de9cf71b3a9b96354434fa8a269 | refs/heads/master | 2023-01-10T11:57:30.232000 | 2020-10-20T14:07:38 | 2020-10-20T14:07:38 | 305,287,574 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.guestbook.beans;
public class TextEntry extends Entry {
private String textData;
public void insertData(String textData) {
this.textData = textData;
}
public String getTextData() {
return textData;
}
public void setTextData(String textData) {
this.textData = textData;
}
}... | UTF-8 | Java | 322 | java | TextEntry.java | Java | [] | null | [] | package com.guestbook.beans;
public class TextEntry extends Entry {
private String textData;
public void insertData(String textData) {
this.textData = textData;
}
public String getTextData() {
return textData;
}
public void setTextData(String textData) {
this.textData = textData;
}
}... | 322 | 0.692547 | 0.692547 | 18 | 15.888889 | 16.016966 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.055556 | false | false | 11 |
c4c510546e4493454feffd6c7a5d955563e16c70 | 25,074,019,141,084 | 02af78763df14cdddd0f3f0d2267ea0bd97a6ead | /Practica 12/src/Slider.java | ab59eecf4e13b5dc3157ad42bf9c2c654a62ef9d | [] | no_license | Franklonchas/1DAW_Java | https://github.com/Franklonchas/1DAW_Java | 8d94c616306e0772d851f0a1bbab047af741c019 | 7a30935095603efb62d04fc7887d2e03066f3dfd | refs/heads/master | 2020-03-12T14:49:53.700000 | 2018-06-14T10:33:54 | 2018-06-14T10:33:54 | 130,677,198 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.awt.*;
import java.awt.event.*;
public class Slider extends Frame {
private Panel pColor, pAbajo, pRed, pGreen, pBlue;
private Scrollbar sRed, sGreen, sBlue;
private Label lRed, lGreen, lBlue;
private Color color;
public Slider(String title) {
super(title);
setLayout... | UTF-8 | Java | 2,605 | java | Slider.java | Java | [] | null | [] |
import java.awt.*;
import java.awt.event.*;
public class Slider extends Frame {
private Panel pColor, pAbajo, pRed, pGreen, pBlue;
private Scrollbar sRed, sGreen, sBlue;
private Label lRed, lGreen, lBlue;
private Color color;
public Slider(String title) {
super(title);
setLayout... | 2,605 | 0.543954 | 0.533973 | 88 | 28.59091 | 24.521158 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 11 |
a087af0d28601c276f1faff427b58a6a79d1fcc5 | 24,386,824,344,259 | 9c8c72e1cb53ab7a5e894043d1e473ee7c2cd578 | /test/org/apache/catalina/core/TestDefaultInstanceManager.java | f2b1ec583022f3f875f5b191b59408629ca9343c | [
"Zlib",
"LZMA-exception",
"CPL-1.0",
"bzip2-1.0.6",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference",
"EPL-2.0",
"CDDL-1.0"
] | permissive | apache/tomcat | https://github.com/apache/tomcat | 2588e7c8bc859ca20c0219588489aa0e1066d82c | ff53af8b692c179606404d00344511ea7ca8eae3 | refs/heads/main | 2023-09-05T16:00:56.632000 | 2023-09-05T14:46:21 | 2023-09-05T14:46:21 | 2,493,904 | 7,606 | 5,795 | Apache-2.0 | false | 2023-09-14T16:03:26 | 2011-10-01T07:00:19 | 2023-09-14T13:22:31 | 2023-09-14T16:03:25 | 156,074 | 6,916 | 4,702 | 18 | Java | 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,446 | java | TestDefaultInstanceManager.java | Java | [] | 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,446 | 0.639736 | 0.633309 | 163 | 32.411041 | 27.75633 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.496933 | false | false | 11 |
4b19398c14f0273bc9d22f9dd5fdb2b363750789 | 14,851,996,962,004 | ed91778b9c9c52f58ea2c7d08eddc522720a9ec8 | /src/main/java/com/memoforward/blog/utils/MarkdownUtils.java | a2c358ef7076a18a10808fe9259d700b953abb1d | [] | no_license | MemoForward/SpringBoot_Blog | https://github.com/MemoForward/SpringBoot_Blog | ef48808209e3fd4b67f4deac11bd13d04323514e | 0ae1a765a79616bd557442c34db0f68ca67f8ba6 | refs/heads/master | 2022-06-21T18:22:39.511000 | 2020-04-22T01:22:17 | 2020-04-22T01:22:17 | 257,757,275 | 0 | 0 | null | false | 2022-06-21T03:16:39 | 2020-04-22T01:19:53 | 2020-04-22T01:22:54 | 2022-06-21T03:16:39 | 8,325 | 0 | 0 | 1 | JavaScript | false | false | package com.memoforward.blog.utils;
import org.commonmark.Extension;
import org.commonmark.ext.gfm.tables.TableBlock;
import org.commonmark.ext.gfm.tables.TablesExtension;
import org.commonmark.ext.heading.anchor.HeadingAnchorExtension;
import org.commonmark.node.Code;
import org.commonmark.node.Node;
import org.commo... | UTF-8 | Java | 2,312 | java | MarkdownUtils.java | Java | [] | null | [] | package com.memoforward.blog.utils;
import org.commonmark.Extension;
import org.commonmark.ext.gfm.tables.TableBlock;
import org.commonmark.ext.gfm.tables.TablesExtension;
import org.commonmark.ext.heading.anchor.HeadingAnchorExtension;
import org.commonmark.node.Code;
import org.commonmark.node.Node;
import org.commo... | 2,312 | 0.679066 | 0.679066 | 60 | 37.533333 | 25.914261 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566667 | false | false | 11 |
802da000e338c130e2dfef491fc9a95dd5d52938 | 29,961,691,879,587 | f5ef8757caad48134561e81800278e57284f56d6 | /src/main/java/org/dsequeira/telegrambot/model/User.java | daa4604994ae0b8a115f91b7a04e1b8276ad69f6 | [] | no_license | danielsequeira/telegram-bot | https://github.com/danielsequeira/telegram-bot | 05693b5e981c2238b7242c9b80dfce6a22fbc371 | 5b89b877786d6c874a52489c053d2039d315f292 | refs/heads/master | 2021-01-20T21:16:18.627000 | 2016-06-23T14:47:34 | 2016-06-23T14:47:34 | 61,812,845 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.dsequeira.telegrambot.model;
import com.google.gson.annotations.SerializedName;
/**
*
* @author daniel.sequeira
*/
public class User {
private Integer id;
@SerializedName(value = "first_name")
private String firstName;
@SerializedName(value = "last_name")
private String lastName;
... | UTF-8 | Java | 818 | java | User.java | Java | [
{
"context": "son.annotations.SerializedName;\n\n/**\n *\n * @author daniel.sequeira\n */\npublic class User {\n\n private Integer id;\n",
"end": 127,
"score": 0.9702689051628113,
"start": 112,
"tag": "NAME",
"value": "daniel.sequeira"
}
] | null | [] | package org.dsequeira.telegrambot.model;
import com.google.gson.annotations.SerializedName;
/**
*
* @author daniel.sequeira
*/
public class User {
private Integer id;
@SerializedName(value = "first_name")
private String firstName;
@SerializedName(value = "last_name")
private String lastName;
... | 818 | 0.599022 | 0.599022 | 41 | 18.95122 | 18.791475 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.341463 | false | false | 11 |
d3df7b0f1c5ea0ba0fe042bbcaef4a3e6e1cc41f | 28,106,266,031,734 | 6ff85b80c6fe1b3ad5416a304b93551a5e80de10 | /Java/Algorithm/Smallest.java | 0793a43024388fed63daf8bca2711987aa60584a | [
"MIT"
] | permissive | maniero/SOpt | https://github.com/maniero/SOpt | c600cc2333e0a47ce013be3516bbb8080502ff2a | 5d17e1a9cbf115eaea6d30af2079d0c92ffff7a3 | refs/heads/master | 2023-08-10T16:48:46.058000 | 2023-08-10T13:42:17 | 2023-08-10T13:42:17 | 78,631,930 | 1,002 | 136 | MIT | false | 2023-01-28T12:10:01 | 2017-01-11T11:19:24 | 2023-01-27T18:56:19 | 2023-01-28T12:10:00 | 5,294 | 414 | 76 | 1 | C# | false | false | class Main {
public static void main(String[] args) {
System.out.println(smallest(1, 3));
}
public static int smallest(int n1, int n2) {
if (n1 < n2) return n1;
else return n2;
}
}
//https://pt.stackoverflow.com/q/457223/101
| UTF-8 | Java | 265 | java | Smallest.java | Java | [] | null | [] | class Main {
public static void main(String[] args) {
System.out.println(smallest(1, 3));
}
public static int smallest(int n1, int n2) {
if (n1 < n2) return n1;
else return n2;
}
}
//https://pt.stackoverflow.com/q/457223/101
| 265 | 0.592453 | 0.528302 | 11 | 23.09091 | 18.272953 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 11 |
8d94c5e368ce25076b7642eecc9adbd3a5c500f3 | 23,751,169,210,915 | d72a44763d41bd766432bb4ca9d1b958e6aa5b6e | /LFUCache.java | 76d7ff5681867d7ddfd537f3eec0f626f601a53d | [] | no_license | ShaluRani/Design-7 | https://github.com/ShaluRani/Design-7 | 71eb2098a241cbdf233bd103e089eaf46ce39d19 | b0924126d54d44dfc33694ffebbbacb3d75aa706 | refs/heads/master | 2022-04-18T04:00:16.946000 | 2020-04-14T00:44:35 | 2020-04-14T00:44:35 | 254,916,113 | 0 | 0 | null | true | 2020-04-11T17:08:49 | 2020-04-11T17:08:48 | 2019-10-23T17:08:51 | 2020-04-09T23:28:42 | 6 | 0 | 0 | 0 | null | false | false | // Time Complexity : O(1) for both put and get operations
// Space Complexity : O(c) c-> capacity, two hashmaps used and one doubly linked list
// Did this code successfully run on Leetcode : Yes
// Any problem you faced while coding this : No
// Approach:
// For performing both get and put operations in O(1), we need... | UTF-8 | Java | 4,783 | java | LFUCache.java | Java | [] | null | [] | // Time Complexity : O(1) for both put and get operations
// Space Complexity : O(c) c-> capacity, two hashmaps used and one doubly linked list
// Did this code successfully run on Leetcode : Yes
// Any problem you faced while coding this : No
// Approach:
// For performing both get and put operations in O(1), we need... | 4,783 | 0.556345 | 0.553209 | 149 | 31.100672 | 30.569921 | 221 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.57047 | false | false | 11 |
6583975c10dbff9edb26d18edda0d53b57c2a95a | 20,143,396,620,116 | 678f7ab352201bce766787dfa841c51eb07cd391 | /src/alphabuster/TT.java | 5f4bf1cdffd5d3de96e61029531e6545c75afc63 | [] | no_license | mingchaoliao/DomineeringAI | https://github.com/mingchaoliao/DomineeringAI | c9538ec0c812491c7ced9f704e1f56bd8de8067e | 4528ac04ca4f34f9d8f0ad86886306ae8c7722c6 | refs/heads/master | 2021-01-17T08:15:41.507000 | 2015-11-08T23:44:03 | 2015-11-08T23:44:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package alphabuster;
import java.util.ArrayList;
public class TT {
private TTEntry[] tt;
private int size;
public TT(int size) {
this.size = size;
this.tt = new TTEntry[size];
}
public void store(TTEntry tte) {
//System.out.println(tt.size());
int i = (int) (tte.getHashkey()%size);
if(tt[i]==null ... | UTF-8 | Java | 649 | java | TT.java | Java | [] | null | [] | package alphabuster;
import java.util.ArrayList;
public class TT {
private TTEntry[] tt;
private int size;
public TT(int size) {
this.size = size;
this.tt = new TTEntry[size];
}
public void store(TTEntry tte) {
//System.out.println(tt.size());
int i = (int) (tte.getHashkey()%size);
if(tt[i]==null ... | 649 | 0.604006 | 0.602465 | 36 | 17.027779 | 14.678946 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.833333 | false | false | 11 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.