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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a7e8cb2bc89a9e8c4f0f38fd425c3d2357ea342a | 9,165,460,266,325 | b47b95efe74a525695f755c97ec3e47ee2e4f229 | /CloudEmoji/src/main/java/org/ktachibana/cloudemoji/databases/FavoritesDatabaseOpenHelper.java | 9e85f4046f527a8c2e750bbe6591539caa627c86 | [
"Apache-2.0"
] | permissive | einverne/cloudemoji | https://github.com/einverne/cloudemoji | 6c6c313dcdd2f45cf1eb44ead3feba87a7070e41 | 15683d0afb97de7df8bff256700141ae2a3f40ed | refs/heads/master | 2021-01-15T11:58:12.932000 | 2014-04-06T02:16:01 | 2014-04-06T02:16:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ktachibana.cloudemoji.databases;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
public class FavoritesDatabaseOpenHelper extends SQLiteOpenHelper {
public static final String TABLE_FAV = "favorites";
public static fi... | UTF-8 | Java | 1,056 | java | FavoritesDatabaseOpenHelper.java | Java | [] | null | [] | package org.ktachibana.cloudemoji.databases;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
public class FavoritesDatabaseOpenHelper extends SQLiteOpenHelper {
public static final String TABLE_FAV = "favorites";
public static fi... | 1,056 | 0.677083 | 0.676136 | 38 | 26.789474 | 24.041803 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
7e6244d04c538dd56ddff7f26fa57e33c1f5ed91 | 39,591,008,544,228 | 6a3eb8549113d2f072b8738213ee27f2d9991435 | /Hillel/src/homework8/AbstractShape.java | 536ab7612ba8a03d9d9f927e94d9a3a4dccda1e8 | [] | no_license | YRibak/hillelJava | https://github.com/YRibak/hillelJava | a49dd1d744eb9463b5a88fbc52963ebde91f0e07 | 54b2362c59e37c7757c06270ad15ce8af51667bb | refs/heads/master | 2021-01-13T02:26:11.075000 | 2015-09-29T06:27:51 | 2015-09-29T06:27:51 | 37,870,360 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package homework8;
/**
* Created by yura on 19.07.15.
*/
abstract class AbstractShape {
private AbstractColor colorProperties;
public AbstractShape(AbstractColor colorProperties) {
this.colorProperties = colorProperties;
}
public abstract double getSquare();
public double consumption()... | UTF-8 | Java | 582 | java | AbstractShape.java | Java | [
{
"context": "package homework8;\n\n/**\n * Created by yura on 19.07.15.\n */\nabstract class AbstractShape {\n ",
"end": 42,
"score": 0.7742152214050293,
"start": 38,
"tag": "USERNAME",
"value": "yura"
}
] | null | [] | package homework8;
/**
* Created by yura on 19.07.15.
*/
abstract class AbstractShape {
private AbstractColor colorProperties;
public AbstractShape(AbstractColor colorProperties) {
this.colorProperties = colorProperties;
}
public abstract double getSquare();
public double consumption()... | 582 | 0.685567 | 0.67354 | 26 | 21.384615 | 21.60676 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.269231 | false | false | 12 |
6510742279cc6563c4adb8ef70193c362ef4e54f | 16,217,796,526,369 | d97932551cef864e9daf809d622058eb610f8ee1 | /tongxunluFinally92/app/src/main/java/com/example/tongxunluf/service/ResponseService.java | 4308a3cc9154bf70c5dd330a1e899f9cd1076be4 | [] | no_license | rainy811/CallLogSender | https://github.com/rainy811/CallLogSender | 32339149a99ed36ff419d27542157d26ccd35915 | 997c471f1434a69effdb3f9f29e3f6b4750e0c88 | refs/heads/main | 2023-01-29T15:07:19.572000 | 2020-12-01T02:34:10 | 2020-12-01T02:34:10 | 302,344,987 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.tongxunluf.service;
import android.app.AlarmManager;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import a... | UTF-8 | Java | 2,179 | java | ResponseService.java | Java | [] | null | [] | package com.example.tongxunluf.service;
import android.app.AlarmManager;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import a... | 2,179 | 0.736144 | 0.734723 | 61 | 33.606556 | 31.723331 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.688525 | false | false | 12 |
beb6449cb2f83d25fa9ae3a68535bcdf62b0b9f7 | 6,691,559,051,270 | dc45ccb8ae6f223f3f2fc5526ad88fe8db7c0e15 | /src/main/java/com/fdmgroup/model/User.java | a0886fcab35d4a63d530d765cf9e9b67014f1a87 | [] | no_license | Lovejit352/FridayGameProject | https://github.com/Lovejit352/FridayGameProject | 63bcb6b32040e7b3cf29d54d4e25831a7b98aad8 | 20706cec9f4a30ca2fb5ca932c81ba0ea993c31c | refs/heads/master | 2022-12-22T00:09:17.205000 | 2019-05-23T01:28:01 | 2019-05-23T01:28:01 | 188,136,820 | 0 | 0 | null | false | 2022-12-16T04:32:39 | 2019-05-23T01:08:49 | 2019-05-23T01:27:39 | 2022-12-16T04:32:37 | 50,001 | 0 | 0 | 26 | Java | false | false | package com.fdmgroup.model;
import java.util.Date;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.FetchType;
import javax.persistence.Generate... | UTF-8 | Java | 3,523 | java | User.java | Java | [
{
"context": "d setPassword(String password) {\n\t\tthis.password = password;\n\t}\n\n\tpublic String getEmailAddress() {\n\t\treturn ",
"end": 2359,
"score": 0.8955117464065552,
"start": 2351,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "rId;\n\t\tthis.fullName = fullName... | null | [] | package com.fdmgroup.model;
import java.util.Date;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.FetchType;
import javax.persistence.Generate... | 3,527 | 0.732614 | 0.73006 | 158 | 21.297468 | 20.535707 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.474684 | false | false | 12 |
fbf935387a7c86747b936271b495edd8e86d6769 | 3,049,426,782,008 | c26631c75ad6d5b52341d625a4090cede7d62a94 | /document/fr.opensagres.xdocreport.document.docx/src/main/java/fr/opensagres/xdocreport/document/docx/preprocessor/sax/DocXBufferedDocumentContentHandler.java | 772f9937b4a53c766331e2c6e836433f08e2697a | [] | no_license | dbarra/xdocreport | https://github.com/dbarra/xdocreport | 96912461c518cd50ae1ff21fcb3ed18ff89858c7 | 6cfaaadeb1edf8f5ffe12068c0442b40746944cf | refs/heads/master | 2016-08-11T12:40:15.290000 | 2015-06-10T06:48:19 | 2015-06-10T06:48:19 | 51,185,157 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (C) 2011-2012 The XDocReport Team <xdocreport@googlegroups.com>
*
* All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restrictio... | UTF-8 | Java | 10,096 | java | DocXBufferedDocumentContentHandler.java | Java | [
{
"context": "*\n * Copyright (C) 2011-2012 The XDocReport Team <xdocreport@googlegroups.com>\n *\n * All rights reserved.\n *\n * Permission is h",
"end": 79,
"score": 0.9999279975891113,
"start": 52,
"tag": "EMAIL",
"value": "xdocreport@googlegroups.com"
}
] | null | [] | /**
* Copyright (C) 2011-2012 The XDocReport Team <<EMAIL>>
*
* All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* with... | 10,076 | 0.731082 | 0.72296 | 283 | 34.674911 | 26.965237 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.961131 | false | false | 12 |
6f06f49ceaadfa2c43a221e3eb4da9f18b30dc38 | 16,922,171,146,916 | 7b23d10e96ecb1d2547d3ead6ad879521195870d | /src/main/java/org/vamdc/validator/gui/textpanel/TextSearchPanel.java | e445af4410a29115b4078c4910275cd7b72353c4 | [] | no_license | misdoro/VAMDC-TAP-Validator | https://github.com/misdoro/VAMDC-TAP-Validator | a773a7446077664b97e6463ea51605f9c59c7d99 | 953733d146de0257a377bf34b9c5f39e628ef175 | refs/heads/master | 2020-05-31T20:32:51.102000 | 2015-11-06T14:14:04 | 2015-11-06T14:14:04 | 4,522,434 | 0 | 3 | null | false | 2015-08-25T11:41:19 | 2012-06-01T17:47:50 | 2013-12-03T15:16:51 | 2015-08-25T11:41:19 | 1,648 | 1 | 1 | 2 | Java | null | null | package org.vamdc.validator.gui.textpanel;
import java.awt.BorderLayout;
import java.awt.Color;
import javax.swing.JOptionPane;
import javax.swing.text.BadLocationException;
import javax.swing.text.DefaultHighlighter;
import org.vamdc.validator.gui.search.SearchInterface;
import org.vamdc.validator.gui.search.Search... | UTF-8 | Java | 3,149 | java | TextSearchPanel.java | Java | [
{
"context": "Panel extension adding the search panel\n * @author doronin\n *\n */\npublic abstract class TextSearchPanel exte",
"end": 399,
"score": 0.9963374137878418,
"start": 392,
"tag": "USERNAME",
"value": "doronin"
}
] | null | [] | package org.vamdc.validator.gui.textpanel;
import java.awt.BorderLayout;
import java.awt.Color;
import javax.swing.JOptionPane;
import javax.swing.text.BadLocationException;
import javax.swing.text.DefaultHighlighter;
import org.vamdc.validator.gui.search.SearchInterface;
import org.vamdc.validator.gui.search.Search... | 3,149 | 0.727533 | 0.717688 | 115 | 26.382608 | 24.395859 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.582609 | false | false | 12 |
b7a83cf40ca95b990eab02ce25646cb80704f606 | 16,338,055,640,262 | 16af6df25c043f6ea030e594dcf0f38bc4075585 | /src/Tree/Solution102.java | d244578dc00b43b9ffb6c12b464b53863021c359 | [] | no_license | HyukSoa/leetcodeJ | https://github.com/HyukSoa/leetcodeJ | cb251a925c902cda0d458b83df5f43e0ab8e31cc | acc1115904c94177846aad7c74bbe99fadc5f858 | refs/heads/master | 2017-12-06T06:55:06.224000 | 2017-11-23T11:49:48 | 2017-11-23T11:49:48 | 80,011,552 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Tree;
import DS.TreeNode;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import java.util.Queue;
/**
* Created by Hae on 2017/3/7.
* BFS
*/
public class Solution102 {
public List<List<Integer>> levelOrder(TreeNode root) {
List<List<Integer>> ans = new ArrayList... | UTF-8 | Java | 1,481 | java | Solution102.java | Java | [
{
"context": "l.List;\nimport java.util.Queue;\n\n/**\n * Created by Hae on 2017/3/7.\n * BFS\n */\npublic class Solution102 ",
"end": 162,
"score": 0.9375901222229004,
"start": 159,
"tag": "USERNAME",
"value": "Hae"
}
] | null | [] | package Tree;
import DS.TreeNode;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import java.util.Queue;
/**
* Created by Hae on 2017/3/7.
* BFS
*/
public class Solution102 {
public List<List<Integer>> levelOrder(TreeNode root) {
List<List<Integer>> ans = new ArrayList... | 1,481 | 0.584065 | 0.573937 | 48 | 29.854166 | 25.482828 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.729167 | false | false | 12 |
1acb0f82eba2f6ee560c07b66fa46f7503fe0ed7 | 18,794,776,897,464 | d04f593f4c1a1950bbfd4effb329692bcaeae839 | /service/src/main/java/com/global/service/model/BillForm.java | 0343e7fd82dfb9e726f1e4cfa5f82772d8028266 | [] | no_license | hthuyet/GlobalPost | https://github.com/hthuyet/GlobalPost | 29a2859e914c240f25c136c3e9d2a5a55f4bbfa0 | 939d1575b89a6459e5bba93079c1b3f022c042d7 | refs/heads/master | 2020-04-01T19:27:45.693000 | 2019-04-21T08:47:45 | 2019-04-21T08:47:45 | 153,554,810 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.global.service.model;
/**
*
* Created by ThuyetLV
*/
public class BillForm {
public Long id;
public String bil... | UTF-8 | Java | 1,302 | java | BillForm.java | Java | [
{
"context": "ge com.global.service.model;\n\n/**\n *\n * Created by ThuyetLV\n */\npublic class BillForm {\n\n public Long id;\n",
"end": 249,
"score": 0.9286669492721558,
"start": 241,
"tag": "USERNAME",
"value": "ThuyetLV"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.global.service.model;
/**
*
* Created by ThuyetLV
*/
public class BillForm {
public Long id;
public String bil... | 1,302 | 0.711214 | 0.711214 | 51 | 24.529411 | 13.349529 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.803922 | false | false | 12 |
18063feb98332d10d418fff35359a0deee7d1d3e | 11,098,195,518,135 | a63eb63ac02ac60f6ffd24eb73ff608194199abf | /src/javax/java/scs/javax/web/request/InvalidRequestFieldException.java | 8fa07873730b4aa41c786c7921d32b18e2a2e6c7 | [] | no_license | sebcsaba/GeoResults | https://github.com/sebcsaba/GeoResults | 92ccd4b11a135c3606650efebbf9314bb10e26cf | 924b2a0366a2ef047ba651dc542a0a09badf6464 | refs/heads/master | 2016-09-06T17:18:14.920000 | 2012-10-11T22:00:23 | 2012-10-11T22:00:23 | 2,615,595 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package scs.javax.web.request;
import scs.javax.web.WebException;
public class InvalidRequestFieldException extends WebException
{
public InvalidRequestFieldException ( String name )
{
super( name );
}
public InvalidRequestFieldException ( Throwable ex )
{
super( ex );
}
}
| UTF-8 | Java | 317 | java | InvalidRequestFieldException.java | Java | [] | null | [] | package scs.javax.web.request;
import scs.javax.web.WebException;
public class InvalidRequestFieldException extends WebException
{
public InvalidRequestFieldException ( String name )
{
super( name );
}
public InvalidRequestFieldException ( Throwable ex )
{
super( ex );
}
}
| 317 | 0.684543 | 0.684543 | 18 | 15.611111 | 20.891623 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 12 |
f1af31e830dcdcb8e48a07caf18a64784839413d | 28,956,669,536,604 | b94eee4b44e804b0d0032ceb224fdeeb3d6ed696 | /src/main/java/fr/diginamic/oerations/Operations.java | 44b3d6561a8618576e0e33c48cd5abefd90819c1 | [] | no_license | btoulemonde/approche-objet | https://github.com/btoulemonde/approche-objet | 97ef4c4945f0518ed245fc7cbf9d7a4dc6df39c2 | 17559bb076f8736ef5469c49425cc3a520e36ddb | refs/heads/master | 2021-06-26T22:28:05.392000 | 2019-12-13T17:41:53 | 2019-12-13T17:41:53 | 221,423,912 | 0 | 0 | null | false | 2021-04-26T19:42:20 | 2019-11-13T09:40:59 | 2019-12-13T17:42:09 | 2021-04-26T19:42:20 | 112 | 0 | 0 | 2 | Java | false | false | package fr.diginamic.oerations;
/*
* Dans ce package créez une classe Operations
o cette classe a une méthode static calcul qui prend en paramètre 2 double a et b et un opérateur qui est de type char.
o Si l’opérateur vaut ‘+’ alors la méthode calcul retourne a+b
o Si l’opérateur vaut ‘-‘ alors la méthode calcul reto... | WINDOWS-1252 | Java | 885 | java | Operations.java | Java | [] | null | [] | package fr.diginamic.oerations;
/*
* Dans ce package créez une classe Operations
o cette classe a une méthode static calcul qui prend en paramètre 2 double a et b et un opérateur qui est de type char.
o Si l’opérateur vaut ‘+’ alors la méthode calcul retourne a+b
o Si l’opérateur vaut ‘-‘ alors la méthode calcul reto... | 885 | 0.678322 | 0.67366 | 33 | 25 | 28.309973 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.242424 | false | false | 12 |
805569f83569f90296d0b76adc44511a70f51394 | 28,424,093,623,554 | 318935e20aaef5d69f824976f9a1ac8f270218fd | /epubChecker/src/com/adobe/epubcheck/util/AdditionalInfo.java | 9533275c73e64e7ed0c786c917e6d75233ad9694 | [] | no_license | pandruszewski/epc | https://github.com/pandruszewski/epc | 40095d5e91152cf08c35e01d26c6ac25dcc66fe5 | 51452accf1987eef2234a1bddceedb2c9eb50286 | refs/heads/master | 2020-05-17T21:18:45.133000 | 2012-11-17T18:47:08 | 2012-11-17T18:47:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.adobe.epubcheck.util;
public class AdditionalInfo {
private String id;
private Severity severity;
private String message;
private String messageShortDescription;
private String messageLongDescription;
private String messageMainCategory;
private String messageSubCategory;
public Additi... | UTF-8 | Java | 1,355 | java | AdditionalInfo.java | Java | [] | null | [] | package com.adobe.epubcheck.util;
public class AdditionalInfo {
private String id;
private Severity severity;
private String message;
private String messageShortDescription;
private String messageLongDescription;
private String messageMainCategory;
private String messageSubCategory;
public Additi... | 1,355 | 0.757934 | 0.757934 | 55 | 22.636364 | 20.525251 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.545455 | false | false | 12 |
662df03c8860646d7ff4222c98248bd618e1ec86 | 12,833,362,305,091 | 5ca3901b424539c2cf0d3dda52d8d7ba2ed91773 | /src_cfr/com/google/security/zynamics/bindiff/gui/dialogs/criteriadialog/conditions/outdegree/OutdegreeCriterium.java | d34e22f10c611ca52599f67b5be2c80ccc372812 | [] | no_license | fjh658/bindiff | https://github.com/fjh658/bindiff | c98c9c24b0d904be852182ecbf4f81926ce67fb4 | 2a31859b4638404cdc915d7ed6be19937d762743 | refs/heads/master | 2021-01-20T06:43:12.134000 | 2016-06-29T17:09:03 | 2016-06-29T17:09:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0_115.
*/
package com.google.security.zynamics.bindiff.gui.dialogs.criteriadialog.conditions.outdegree;
import com.google.security.zynamics.bindiff.gui.dialogs.criteriadialog.conditions.ConditionCriterium;
import com.google.security.zynamics.bindiff.gui.dialogs.criteriadialog.conditions.outd... | UTF-8 | Java | 2,253 | java | OutdegreeCriterium.java | Java | [] | null | [] | /*
* Decompiled with CFR 0_115.
*/
package com.google.security.zynamics.bindiff.gui.dialogs.criteriadialog.conditions.outdegree;
import com.google.security.zynamics.bindiff.gui.dialogs.criteriadialog.conditions.ConditionCriterium;
import com.google.security.zynamics.bindiff.gui.dialogs.criteriadialog.conditions.outd... | 2,253 | 0.695961 | 0.694186 | 68 | 32.117645 | 32.215054 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441176 | false | false | 12 |
ff8a4794ffae0bd9525d660ff5e8c46b1cc9c527 | 12,833,362,307,917 | ed610e93890b743c91f2d657535dfacf139038c4 | /app/src/main/java/com/example/miniproject/User.java | ad561715653cd3136ac6356c890941b703435600 | [] | no_license | albusdunble1/mobileproject | https://github.com/albusdunble1/mobileproject | 9d3b6208cd833f7c11b6edd77795452bea5bcda6 | 52194c42403861511902ebe538d5a761db6ccb95 | refs/heads/main | 2023-05-31T16:32:00.404000 | 2021-06-10T04:26:08 | 2021-06-10T04:26:08 | 374,410,295 | 1 | 0 | null | false | 2021-06-08T15:45:31 | 2021-06-06T16:31:37 | 2021-06-08T14:20:21 | 2021-06-08T15:45:30 | 1,191 | 1 | 0 | 0 | Java | false | false | package com.example.miniproject;
public class User {
public String fullName, age, email, ic, phone;
public User(){
}
public User(String fullName, String age, String email, String ic, String phone){
this.fullName = fullName;
this.age = age;
this.email = email;
this.ic... | UTF-8 | Java | 1,032 | java | User.java | Java | [] | null | [] | package com.example.miniproject;
public class User {
public String fullName, age, email, ic, phone;
public User(){
}
public User(String fullName, String age, String email, String ic, String phone){
this.fullName = fullName;
this.age = age;
this.email = email;
this.ic... | 1,032 | 0.557171 | 0.557171 | 59 | 16.491526 | 16.9079 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423729 | false | false | 12 |
e1766342a44905d43acda219630d6abe3d8d1ff1 | 19,327,352,850,121 | 05bcb882282148ddb8520b51c060e038463cab1c | /backend/src/main/java/edu/pwr/drozd/cell_selector/CentralSelector.java | df346cbc3982a2d0ae2a64c6a0a28559e08e83e8 | [] | no_license | kkdrz/Stratego | https://github.com/kkdrz/Stratego | f53b0867a581ad17b73322aa019aa2080c91cd53 | d951846957b3a3546338b35e50ddd1db00f69ff5 | refs/heads/master | 2022-12-13T08:09:30.425000 | 2019-11-29T13:30:38 | 2019-11-29T13:30:38 | 133,414,588 | 0 | 0 | null | false | 2022-12-08T03:48:22 | 2018-05-14T19:59:21 | 2019-11-29T13:38:30 | 2022-12-08T03:48:22 | 2,194 | 0 | 0 | 23 | JavaScript | false | false | package edu.pwr.drozd.cell_selector;
import java.util.Comparator;
import java.util.List;
public class CentralSelector implements CellSelector {
@Override
public void prioritize(List<int[]> possibleMoves, int boardSize) {
possibleMoves.sort(Comparator.comparingInt(cell -> (Math.abs(cell[0] - boardSize... | UTF-8 | Java | 374 | java | CentralSelector.java | Java | [] | null | [] | package edu.pwr.drozd.cell_selector;
import java.util.Comparator;
import java.util.List;
public class CentralSelector implements CellSelector {
@Override
public void prioritize(List<int[]> possibleMoves, int boardSize) {
possibleMoves.sort(Comparator.comparingInt(cell -> (Math.abs(cell[0] - boardSize... | 374 | 0.713904 | 0.703209 | 12 | 30.166666 | 38.017174 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 12 |
a473184d9f87c8eb72863323488d9a3e0f88d3aa | 8,358,006,418,071 | 57fcac53b73fad14acff97e24da8cae050d6a16b | /src/main/java/edu/phema/elm_to_omop/translate/criteria/correlation/Correlation.java | 1bd5a02ff5d8e8e7cf20b4a9b1941655de31008e | [] | no_license | PheMA/elm-to-ohdsi-executer | https://github.com/PheMA/elm-to-ohdsi-executer | d0a18c60edfdcf19757778a67512ec3ea9530c49 | b1ed911e0914daec7414022e06fe7f1ba6909ea0 | refs/heads/master | 2020-03-25T21:52:16.361000 | 2020-01-31T00:12:07 | 2020-01-31T00:12:07 | 144,193,864 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.phema.elm_to_omop.translate.criteria.correlation;
import org.hl7.elm.r1.Expression;
import java.util.Objects;
/**
* Class encapsulating two QuickResourceAttributePairs and a correlation Expression. We refer to this as a correlation.
*/
public class Correlation {
public QuickResourceAttributePair lh... | UTF-8 | Java | 2,147 | java | Correlation.java | Java | [] | null | [] | package edu.phema.elm_to_omop.translate.criteria.correlation;
import org.hl7.elm.r1.Expression;
import java.util.Objects;
/**
* Class encapsulating two QuickResourceAttributePairs and a correlation Expression. We refer to this as a correlation.
*/
public class Correlation {
public QuickResourceAttributePair lh... | 2,147 | 0.682369 | 0.681437 | 61 | 34.163933 | 41.641788 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655738 | false | false | 12 |
43fc9a6e18723c7a2cd507ff08354f6e51f47edf | 4,956,392,315,238 | 652245240d3fb204487c4df8ee7eba6602be713f | /module/water-app/src/main/java/com/infinite/water/core/util/JsonUtil.java | 6e47934a21a7040c9b573c3da8ee36d2bdacc749 | [] | no_license | China-ls/framework | https://github.com/China-ls/framework | eb63e9b0f93bc3a71a12d24cc6cfd3afeae92563 | 5936c25fed66b76555d8c6a536bbc0e8c1fdf13b | refs/heads/master | 2020-04-12T08:45:03.067000 | 2016-11-14T05:50:38 | 2016-11-14T05:50:39 | 65,697,537 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.infinite.water.core.util;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
import com.google.gson.JsonIOException;
import com.google.gson.JsonObject;
import com.google.gson.JsonSyntaxException;
import com.google.gson.Type... | UTF-8 | Java | 5,469 | java | JsonUtil.java | Java | [
{
"context": "e;\nimport java.text.DateFormat;\n\n/**\n * Created by hx on 16-7-4.\n */\n@SuppressWarnings(\"all\")\npublic ab",
"end": 769,
"score": 0.7696899175643921,
"start": 767,
"tag": "USERNAME",
"value": "hx"
}
] | null | [] | package com.infinite.water.core.util;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
import com.google.gson.JsonIOException;
import com.google.gson.JsonObject;
import com.google.gson.JsonSyntaxException;
import com.google.gson.Type... | 5,469 | 0.630097 | 0.629366 | 158 | 33.613926 | 30.385233 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588608 | false | false | 12 |
81f328f02647a3c027de9c71376f73ff41e417b4 | 20,134,806,751,906 | aaaf0c997b1553814d0c74be2c4bb2e662c73837 | /src/main/java/com/word/write/dao/UserMapper.java | 542368adfb601eec1443c7f0a816d16202d2c993 | [] | no_license | tanglang1/word-write | https://github.com/tanglang1/word-write | a4144ccedb7d214234ed698fd302ce3808e647ba | 6ece8e19422f4adde480d0b8d126555d6d93f3de | refs/heads/master | 2022-07-22T18:29:28.224000 | 2019-11-14T03:44:13 | 2019-11-14T03:44:13 | 218,414,798 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.word.write.dao;
import com.word.write.pojo.Student;
import com.word.write.pojo.Teacher;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@Mapper
public interface UserMapper {
public List<Teacher> findTeacherList(@Param("tname") String tnam... | UTF-8 | Java | 464 | java | UserMapper.java | Java | [] | null | [] | package com.word.write.dao;
import com.word.write.pojo.Student;
import com.word.write.pojo.Teacher;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@Mapper
public interface UserMapper {
public List<Teacher> findTeacherList(@Param("tname") String tnam... | 464 | 0.767241 | 0.767241 | 15 | 29.933332 | 32.811516 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 12 |
f7093e38fb65e439db961c0c7ab91c7190587ffe | 25,409,026,580,081 | f456cf69d1934cd3199cb6bfa702a476f4d21e69 | /HelloWorld/src/Course.java | d5d8e7cbfb6cb9dea9c1a7f88e5e89c7c100e482 | [] | no_license | mchenh/OraclePractice | https://github.com/mchenh/OraclePractice | 5cf4438414a8bcd7520075c6800471ffbd271b92 | eda7e6f2734f5832750c2ff7b47640ab73f1e14f | refs/heads/master | 2021-01-13T14:52:20.971000 | 2017-01-15T06:17:26 | 2017-01-15T06:17:26 | 76,508,450 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
public class Course {
Professor teacher = new Professor();
String name;
int grade;
ArrayList<Student> students = new ArrayList<Student>();
Course(){}
Course(Professor teacher, String name, int grade, ArrayList<Student> students){
this.teacher = teacher;
this.name = name;
this.... | UTF-8 | Java | 604 | java | Course.java | Java | [] | null | [] | import java.util.ArrayList;
public class Course {
Professor teacher = new Professor();
String name;
int grade;
ArrayList<Student> students = new ArrayList<Student>();
Course(){}
Course(Professor teacher, String name, int grade, ArrayList<Student> students){
this.teacher = teacher;
this.name = name;
this.... | 604 | 0.700331 | 0.700331 | 30 | 19.133333 | 18.216721 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 12 |
b74b8aa7bf96a524cbbddcc6fd4c6633c5a04a60 | 21,414,707,001,989 | 8a9f425765eaab8aebaff13cef3d6560a576e840 | /app/src/main/java/com/example/rosasantana/ZdsListItem.java | 3926e752a8f9d81ba21f8a42060947d4c5d847b2 | [] | no_license | Dimsavoskin/Rosasantana | https://github.com/Dimsavoskin/Rosasantana | f487fae1690b990be06a52b615a0ec86f45c7af8 | 2b4c1f62159ed3953df9d41ed4a30d1bf5f7118f | refs/heads/master | 2019-05-07T17:27:35.418000 | 2017-06-05T05:51:18 | 2017-06-05T05:51:18 | 72,191,054 | 0 | 0 | null | false | 2016-10-31T05:05:30 | 2016-10-28T08:53:26 | 2016-10-28T08:53:36 | 2016-10-31T05:05:30 | 94 | 0 | 0 | 1 | Java | null | null | package com.example.rosasantana;
public class ZdsListItem {
String name;
String price;
int image;
ZdsListItem(String _describe, String _price, int _image) {
name = _describe;
price = _price;
image = _image;
}
}
| UTF-8 | Java | 260 | java | ZdsListItem.java | Java | [] | null | [] | package com.example.rosasantana;
public class ZdsListItem {
String name;
String price;
int image;
ZdsListItem(String _describe, String _price, int _image) {
name = _describe;
price = _price;
image = _image;
}
}
| 260 | 0.596154 | 0.596154 | 16 | 15.25 | 16.342047 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 12 |
33e92b08a72ef8e23c01799430bfb60a33feaf7a | 24,275,155,204,629 | cf7a93a2cecc0dfc678909e480243c9fc3cedf20 | /Unificado_Fuentes_Desarrollo/ProyectoPadre/FuvexService/src/main/java/pe/grupobbva/sfp/service/impl/RecorteFirmaServiceImpl.java | c3085863cd98f495e5dc22dd41aa5c64ed7e2dd0 | [] | no_license | epomayay/bbva | https://github.com/epomayay/bbva | 78cbb744cfd183ffe7fb4630d8a42da8918cc4b8 | 31bb934e482883984d69c6ea64f2859660634ed0 | refs/heads/master | 2017-03-21T20:49:08.598000 | 2017-03-21T17:39:29 | 2017-03-21T17:39:29 | 33,954,082 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pe.grupobbva.sfp.service.impl;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.Rectangle;
import java.awt.image.BufferedImage;
import java.awt.image.IndexColorModel;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutput... | UTF-8 | Java | 16,337 | java | RecorteFirmaServiceImpl.java | Java | [] | null | [] | package pe.grupobbva.sfp.service.impl;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.Rectangle;
import java.awt.image.BufferedImage;
import java.awt.image.IndexColorModel;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutput... | 16,337 | 0.651527 | 0.634511 | 476 | 32.32143 | 28.289686 | 173 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.451681 | false | false | 12 |
c4146f9925b634c03817ad445535866a1a25836a | 13,735,305,459,930 | b6cd2a70561c0a330476ceb78fed69bb5dd8b701 | /learning-wx/src/test/java/com/rm13/wx/learningwx/util/AesTest.java | e72989ccb13dc30d2cfb8e9cf6b3d26c815c02d1 | [] | no_license | cy-default/learning | https://github.com/cy-default/learning | b75e021db6d4e85a98afb6113d34953fbec29d17 | c83c51730668cbdc568d0828ed4be58198700af6 | refs/heads/master | 2023-06-24T06:00:05.472000 | 2021-07-26T03:36:03 | 2021-07-26T03:36:03 | 201,212,674 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rm13.wx.learningwx.util;
import org.apache.commons.codec.binary.Base64;
import org.junit.jupiter.api.Test;
/**
* @author yuan.chen
* @email chen.yuan135@chinaredstar.com
* @Date 2020/6/2
*/
public class AesTest {
@Test
public void aesTest(){
final byte[] result = Base64.decodeBase64("... | UTF-8 | Java | 428 | java | AesTest.java | Java | [
{
"context": "import org.junit.jupiter.api.Test;\n\n/**\n * @author yuan.chen\n * @email chen.yuan135@chinaredstar.com\n * @Date ",
"end": 145,
"score": 0.9001398682594299,
"start": 136,
"tag": "NAME",
"value": "yuan.chen"
},
{
"context": "iter.api.Test;\n\n/**\n * @author yuan.chen\... | null | [] | package com.rm13.wx.learningwx.util;
import org.apache.commons.codec.binary.Base64;
import org.junit.jupiter.api.Test;
/**
* @author yuan.chen
* @email <EMAIL>
* @Date 2020/6/2
*/
public class AesTest {
@Test
public void aesTest(){
final byte[] result = Base64.decodeBase64("20PQmo8xLWk0onA9uP9DGr... | 406 | 0.696262 | 0.63785 | 19 | 21.526316 | 24.781929 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 12 |
9e054ea03663d65dfd5cd8a88368f031443fe1dd | 26,946,624,874,219 | 29514103e26c66a11906da579cd50e3c18819f58 | /pascal/src/main/java/cz/chovanecm/pascal/truffle/nodes/expression/EvaluateOnlyOnceNode.java | 2141b5a9431d15e17ea982f0ac3fa1a28f2c73f8 | [
"MIT"
] | permissive | chovanecm/pascal-truffle | https://github.com/chovanecm/pascal-truffle | 6e9e264141105663c4b6d8e6da3d9af12b4d282f | 1f338b3656bdcab42e3b85b5ea20831f4a1b3ac2 | refs/heads/master | 2021-01-19T10:51:57.900000 | 2018-04-18T05:12:21 | 2018-04-18T05:12:21 | 76,572,777 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cz.chovanecm.pascal.truffle.nodes.expression;
import com.oracle.truffle.api.frame.VirtualFrame;
import com.oracle.truffle.api.nodes.NodeInfo;
import cz.chovanecm.pascal.truffle.nodes.ExpressionNode;
/**
* Created by martin on 1/28/17.
*/
@NodeInfo(shortName = "evalOnce", description = "Evaluate expression o... | UTF-8 | Java | 893 | java | EvaluateOnlyOnceNode.java | Java | [
{
"context": "l.truffle.nodes.ExpressionNode;\n\n/**\n * Created by martin on 1/28/17.\n */\n@NodeInfo(shortName = \"evalOnce\",",
"end": 233,
"score": 0.6198980808258057,
"start": 227,
"tag": "USERNAME",
"value": "martin"
}
] | null | [] | package cz.chovanecm.pascal.truffle.nodes.expression;
import com.oracle.truffle.api.frame.VirtualFrame;
import com.oracle.truffle.api.nodes.NodeInfo;
import cz.chovanecm.pascal.truffle.nodes.ExpressionNode;
/**
* Created by martin on 1/28/17.
*/
@NodeInfo(shortName = "evalOnce", description = "Evaluate expression o... | 893 | 0.698768 | 0.693169 | 31 | 27.806452 | 25.302582 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387097 | false | false | 12 |
f813f0e55142e4d7bcd2574618f5ed2107945ad0 | 19,490,561,609,355 | c5c5c04b9eea0dd72f62cebb46abb9e1eb63d585 | /BLE2/src/org/bluetooth/bledemo/CharacteristicsListAdapter.java | a200cf0d4c6570e20a3230648bc6275ff7a1524b | [
"MIT"
] | permissive | Huxuanyu/BLE-Temperature | https://github.com/Huxuanyu/BLE-Temperature | 7f6dae889b112be99fa585a427d218b79d413e24 | 02cb647f80bf7b2d94b159c9db8ffff17f57c7d8 | refs/heads/master | 2021-09-14T00:22:45.774000 | 2018-05-06T13:19:22 | 2018-05-06T13:19:22 | 116,126,352 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.bluetooth.bledemo;
import java.util.ArrayList;
import java.util.Locale;
import android.app.Activity;
import android.bluetooth.BluetoothGattCharacteristic;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import andro... | WINDOWS-1252 | Java | 2,650 | java | CharacteristicsListAdapter.java | Java | [] | null | [] | package org.bluetooth.bledemo;
import java.util.ArrayList;
import java.util.Locale;
import android.app.Activity;
import android.bluetooth.BluetoothGattCharacteristic;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import andro... | 2,650 | 0.663643 | 0.663643 | 82 | 30.268293 | 26.683807 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.621951 | false | false | 12 |
94a3179024fdb38b3a589b24e80e45658881175c | 20,392,504,787,137 | a1728c1daf7628dc3e8a5e1eaf6a4ea16ae507fb | /aggregator-app/src/test/java/lv/afilatov/aggregatorapi/service/insurer/ValidateInsurerServiceTest.java | c8a5c9911ec747c952b2389d6424f9979137ac16 | [] | no_license | serawwerastat/insurance-aggregator | https://github.com/serawwerastat/insurance-aggregator | 90b7e0430477d7c0aa1834ca3d6af327696204d1 | 171869a40d5a5eb9698d72f3bbb91a9fc2dd69be | refs/heads/master | 2023-02-02T01:06:13.236000 | 2020-12-14T13:16:53 | 2020-12-14T13:16:53 | 321,352,089 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lv.afilatov.aggregatorapi.service.insurer;
import static lv.afilatov.aggregatorapi.test_util.TestConstructors.createInsurerRequest;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.jupiter.api.Assertions.assertThrows;
import javax.ws.rs.B... | UTF-8 | Java | 2,788 | java | ValidateInsurerServiceTest.java | Java | [] | null | [] | package lv.afilatov.aggregatorapi.service.insurer;
import static lv.afilatov.aggregatorapi.test_util.TestConstructors.createInsurerRequest;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.jupiter.api.Assertions.assertThrows;
import javax.ws.rs.B... | 2,788 | 0.742826 | 0.742826 | 75 | 36.173332 | 35.801071 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.506667 | false | false | 12 |
c01e61683e9e789118f9632055823509ae1b8706 | 11,871,289,624,331 | e5c02030f8f1ffcd960ea9738d1e906128b296ef | /src/main/java/oscg/model/enums/PsionicDisciplinesEnum.java | efc95511d0a14de0c7060ad50cf6cf02ec133693 | [
"MIT"
] | permissive | arkillam/oscg | https://github.com/arkillam/oscg | c683a631ed76655f3bd2055c08a5d51dcb9213a7 | 840f47b14031b8d299b2bf6eb0aca4466275107a | refs/heads/master | 2021-11-24T10:17:36.191000 | 2021-10-11T14:24:29 | 2021-10-11T14:24:29 | 110,297,833 | 2 | 0 | NOASSERTION | false | 2021-10-11T14:24:21 | 2017-11-10T22:17:49 | 2021-09-30T13:39:57 | 2021-10-11T14:24:20 | 63,019 | 0 | 0 | 1 | Java | false | false | package oscg.model.enums;
/**
* <UL>
* <LI>Version 1.0 - 08/13/2016 - the original class
* </UL>
*
* @version 1.0 - 08/13/2016
*/
public enum PsionicDisciplinesEnum {
KINETIC(1, "Kinetic", "moving objects, manipulating molecules, lighting stuff on fire"),
META(2, "Metapsionic", "psionic powers that alter o... | UTF-8 | Java | 1,306 | java | PsionicDisciplinesEnum.java | Java | [] | null | [] | package oscg.model.enums;
/**
* <UL>
* <LI>Version 1.0 - 08/13/2016 - the original class
* </UL>
*
* @version 1.0 - 08/13/2016
*/
public enum PsionicDisciplinesEnum {
KINETIC(1, "Kinetic", "moving objects, manipulating molecules, lighting stuff on fire"),
META(2, "Metapsionic", "psionic powers that alter o... | 1,306 | 0.689893 | 0.669985 | 59 | 21.135593 | 26.947821 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.542373 | false | false | 12 |
ad201e0fd098b7147b3064ae1c79df0ab138c47d | 11,871,289,623,965 | 54782dbc898100e030162be6040925524d8160e9 | /src/main/java/pt/ua/cbd/cbd_project/service/UserService.java | b4c6729bddb2c9b7d1e2c8ea2dd6c19bc3ac21ba | [] | no_license | HubertSadecki/CBD_Project_2 | https://github.com/HubertSadecki/CBD_Project_2 | 32dd79259ff635173dbcd32ea60c85c4771a37f2 | 5f16e3e29ed1a06bc9279bab6237feda73fbc373 | refs/heads/master | 2019-08-02T17:03:21.040000 | 2016-12-13T12:17:50 | 2016-12-13T12:17:50 | 73,806,685 | 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 pt.ua.cbd.cbd_project.service;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.NoResul... | UTF-8 | Java | 2,670 | java | UserService.java | Java | [
{
"context": ".ua.cbd.cbd_project.model.User;\n\n/**\n *\n * @author HUBERT VM\n */\npublic class UserService {\n\n final static ",
"end": 519,
"score": 0.9997854232788086,
"start": 510,
"tag": "NAME",
"value": "HUBERT VM"
},
{
"context": "rd\")\n .setParameter(... | 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 pt.ua.cbd.cbd_project.service;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.NoResul... | 2,669 | 0.580524 | 0.58015 | 91 | 28.34066 | 22.599339 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.494505 | false | false | 12 |
5afab65735a0161f8303c57a417c89a033451cbf | 30,459,908,079,857 | 6e966225b3b05b07dc6208abc2cf27c4041db38a | /src/main/java/me/vilsol/nmswrapper/wraps/unparsed/NMSItemSaddle.java | 9c7e7d5a225e083be1f8cda5c876fffdf7a015ec | [
"Apache-2.0"
] | permissive | Vilsol/NMSWrapper | https://github.com/Vilsol/NMSWrapper | a73a2c88fe43384139fefe4ce2b0586ac6421539 | 4736cca94f5a668e219a78ef9ae4746137358e6e | refs/heads/master | 2021-01-10T14:34:41.673000 | 2016-04-11T13:02:21 | 2016-04-11T13:02:22 | 51,975,408 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.vilsol.nmswrapper.wraps.unparsed;
import me.vilsol.nmswrapper.*;
import me.vilsol.nmswrapper.reflections.*;
import me.vilsol.nmswrapper.wraps.*;
@ReflectiveClass(name = "ItemSaddle")
public class NMSItemSaddle extends NMSItem {
public NMSItemSaddle(Object nmsObject){
super(nmsObject);
}
... | UTF-8 | Java | 877 | java | NMSItemSaddle.java | Java | [] | null | [] | package me.vilsol.nmswrapper.wraps.unparsed;
import me.vilsol.nmswrapper.*;
import me.vilsol.nmswrapper.reflections.*;
import me.vilsol.nmswrapper.wraps.*;
@ReflectiveClass(name = "ItemSaddle")
public class NMSItemSaddle extends NMSItem {
public NMSItemSaddle(Object nmsObject){
super(nmsObject);
}
... | 877 | 0.744584 | 0.72862 | 23 | 37.173912 | 45.337048 | 179 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.695652 | false | false | 12 |
a03b12fc6736b5dc59fb89ea6576ffe502b82711 | 16,200,616,681,205 | 7569962dbd870fc93463f8bf9e6a06d28ca70ae5 | /src/main/java/com/alberta/hita/model/Task.java | 1a7981550a43b38f6039e381a1194bd871da034d | [] | no_license | balberta/HITA | https://github.com/balberta/HITA | 4a84c7090c2d2932ec7327a74f7f781aa67cf4d9 | ca4eedb5204ea2423c72932bb069f71dc5695801 | refs/heads/master | 2020-05-17T17:19:55.749000 | 2014-03-20T19:35:39 | 2014-03-20T19:35:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alberta.hita.model;
/**
* Description.
* <p/>
* Date: 10/7/13
*/
public class Task {
private int uuid;
private String name;
private String type;
private String status;
private String description;
private String updateTime;
private String submitTime;
public Task(int uui... | UTF-8 | Java | 2,401 | java | Task.java | Java | [] | null | [] | package com.alberta.hita.model;
/**
* Description.
* <p/>
* Date: 10/7/13
*/
public class Task {
private int uuid;
private String name;
private String type;
private String status;
private String description;
private String updateTime;
private String submitTime;
public Task(int uui... | 2,401 | 0.544357 | 0.542274 | 110 | 20.827272 | 18.465132 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 12 |
797f1e69afbe05f680441a3f60cbc055b8a0826b | 19,645,180,451,547 | 78784ec1f90b1409850060e95d531619f1b915b5 | /RestAPI.java | 6b7788605168b5d1457127c291da6fcaac33e146 | [] | no_license | csreenu/mongodbexample | https://github.com/csreenu/mongodbexample | 8253927393ad6a03fbba3d6ec26f35b3278af678 | 92d701ac2407929039483afe56bfee3d84439bd4 | refs/heads/master | 2016-08-11T14:47:49.836000 | 2016-02-24T02:16:13 | 2016-02-24T02:16:13 | 51,630,276 | 0 | 0 | null | false | 2016-02-13T03:46:07 | 2016-02-13T03:26:42 | 2016-02-13T03:26:42 | 2016-02-13T03:45:17 | 0 | 0 | 0 | 1 | null | null | null | package com.mongodb;
import static spark.Spark.*;
import spark.*;
public class RestAPI {
public static void main(String[] args) {
// curl -i -X POST -H Content-Type='application/json' -d Message=Type=ExecutionReport#BeginString=FIX.4.4#TargetCompID=BLP#SourceCompID=WAGM#... | UTF-8 | Java | 1,363 | java | RestAPI.java | Java | [] | null | [] | package com.mongodb;
import static spark.Spark.*;
import spark.*;
public class RestAPI {
public static void main(String[] args) {
// curl -i -X POST -H Content-Type='application/json' -d Message=Type=ExecutionReport#BeginString=FIX.4.4#TargetCompID=BLP#SourceCompID=WAGM#... | 1,363 | 0.448276 | 0.440939 | 39 | 33.974358 | 41.324535 | 208 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.717949 | false | false | 12 |
f7cb91606ee1de7385fa6c09c0147e475471ee52 | 23,527,830,889,941 | 242c4ad36fdd145d3b041d1852cb709c1f1ef502 | /app/src/main/java/com/example/lab2_test/Q4.java | b8e188b68b59bed3518cf9945ef8465f0a9546d3 | [] | no_license | Prostotarakan/Lab2_AS_MISIS | https://github.com/Prostotarakan/Lab2_AS_MISIS | 5bb4bbc3f196d5967cba12a390506ec639d7f6e0 | f689b1478312fd426fc9b5936d15d7a68c9bf59b | refs/heads/master | 2023-04-22T05:50:48.729000 | 2021-05-13T14:54:44 | 2021-05-13T14:54:44 | 367,081,018 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.lab2_test;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Switch;
public class Q4 extends AppCompatActivity {
public double result;
@Override
protected void onCreate(Bundle save... | UTF-8 | Java | 1,195 | java | Q4.java | Java | [] | null | [] | package com.example.lab2_test;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Switch;
public class Q4 extends AppCompatActivity {
public double result;
@Override
protected void onCreate(Bundle save... | 1,195 | 0.608368 | 0.59749 | 51 | 22.450981 | 19.950245 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 12 |
c5538acc071289132e9b09b9ce3a16c033d77df1 | 32,091,995,676,983 | c42ff4ec5e66dae13711816adc794cea3d936c77 | /src/Table/Person.java | 5c1ef2e6c8c3e838d67d9d9e77f5579bc63eeb35 | [] | no_license | UsenkoArtem/Learn | https://github.com/UsenkoArtem/Learn | a6cc68bed361f5a52fd267c68b21b1d31069ba94 | 5fa0fc4abf59fd9ae78112e5471957bbbfcf1dcb | refs/heads/master | 2021-01-12T08:41:40.260000 | 2016-12-17T14:47:34 | 2016-12-17T14:47:34 | 76,454,741 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Table;
/**
* Created by Artem on 16.12.2016.
*
*/
public class Person {
private String Name ;
private String LastName;
private String Phone;
private String email;
private String Country;
public Person(String Name, String LastName, String Phone, String email, String Country) {
... | UTF-8 | Java | 1,144 | java | Person.java | Java | [
{
"context": "package Table;\n\n/**\n * Created by Artem on 16.12.2016.\n *\n */\npublic class Person {\n p",
"end": 39,
"score": 0.9997053146362305,
"start": 34,
"tag": "NAME",
"value": "Artem"
}
] | null | [] | package Table;
/**
* Created by Artem on 16.12.2016.
*
*/
public class Person {
private String Name ;
private String LastName;
private String Phone;
private String email;
private String Country;
public Person(String Name, String LastName, String Phone, String email, String Country) {
... | 1,144 | 0.589161 | 0.582168 | 61 | 17.754099 | 16.885008 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409836 | false | false | 12 |
a9e237de178e350dc1b9afc1bc5329ef63c81bf0 | 18,674,517,843,963 | e7e5a28425180dfc17446dc8aaadfb2efe1f8476 | /src/drawing/view/DrawingFrame.java | ff46607820632417c75566c8123b6ddfc567026c | [] | no_license | SpencerBillings/DrawingProject | https://github.com/SpencerBillings/DrawingProject | 2607dcd11ee2b71306081c373f526741d4ef60b8 | 56f21a15395f89a2abefa4e412db41341e325af7 | refs/heads/master | 2020-05-19T02:11:25.628000 | 2019-05-07T15:57:02 | 2019-05-07T15:57:02 | 184,774,531 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package drawing.view;
import drawing.controller.DrawingController;
import javax.swing.JFrame;
public class DrawingFrame extends JFrame
{
private DrawingController app;
private DrawingPanel appPanel;
public DrawingFrame(DrawingController app)
{
super();
this.app = app;
this.appPanel = new DrawingPanel(app)... | UTF-8 | Java | 536 | java | DrawingFrame.java | Java | [] | null | [] | package drawing.view;
import drawing.controller.DrawingController;
import javax.swing.JFrame;
public class DrawingFrame extends JFrame
{
private DrawingController app;
private DrawingPanel appPanel;
public DrawingFrame(DrawingController app)
{
super();
this.app = app;
this.appPanel = new DrawingPanel(app)... | 536 | 0.738806 | 0.720149 | 28 | 18.142857 | 15.560285 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.607143 | false | false | 12 |
b2bb7c60199c49341ded81d515f3572797cb1e88 | 22,479,858,844,741 | 15fe11655c60ccf51f54bfd6382b6d6472c85904 | /b2bmb-endPoints/src/test/java/com/eis/b2bmb/examples/interceptor/ExampleMailbox.java | df5fdaaa954c294b88497ba4d3cad089bb614a83 | [] | no_license | prnv0802/offerings | https://github.com/prnv0802/offerings | f95069c25c40da5388d486ce5979a87eb143dbff | 289d0d2721392e441b67d47a258c8854757d2555 | refs/heads/master | 2021-01-10T04:38:21.727000 | 2016-02-14T19:02:24 | 2016-02-14T19:02:24 | 51,658,437 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eis.b2bmb.examples.interceptor;
import java.util.HashMap;
import java.util.Map;
/**
* User: mingardia
* Date: 3/5/14
* Time: 1:07 PM
*/
public class ExampleMailbox {
Map<String, String> strings = new HashMap<String, String>();
Interceptor interceptor;
public void setInterceptor(Intercep... | UTF-8 | Java | 2,541 | java | ExampleMailbox.java | Java | [
{
"context": ".util.HashMap;\nimport java.util.Map;\n\n/**\n * User: mingardia\n * Date: 3/5/14\n * Time: 1:07 PM\n */\npublic class",
"end": 116,
"score": 0.9993789196014404,
"start": 107,
"tag": "USERNAME",
"value": "mingardia"
}
] | null | [] | package com.eis.b2bmb.examples.interceptor;
import java.util.HashMap;
import java.util.Map;
/**
* User: mingardia
* Date: 3/5/14
* Time: 1:07 PM
*/
public class ExampleMailbox {
Map<String, String> strings = new HashMap<String, String>();
Interceptor interceptor;
public void setInterceptor(Intercep... | 2,541 | 0.559229 | 0.55608 | 101 | 24.158417 | 24.25391 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.485149 | false | false | 12 |
4f05a99e1bceaa304802485542db15007b6531b0 | 12,283,606,486,618 | d4ea6e9de7a8ebfba1db6842c8425da3e5004a9f | /src/paqueteAida/ModificadaPorAmbos.java | 06cd3da6a153ad1e0d46dcd114fe3e4c3fe7beee | [] | no_license | AidaLS/PO1 | https://github.com/AidaLS/PO1 | 95f098d0e31be43c4b5b0ab7163572653b5ddc18 | 7ffc94574c099d57b4136852190805256e03d63f | refs/heads/master | 2016-09-01T14:52:06.743000 | 2016-04-06T19:40:11 | 2016-04-06T19:40:11 | 55,524,428 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package paqueteAida;
public class ModificadaPorAmbos {
public int resta(int n) {
int res;
res = n + 4;
return res;
}
}
| UTF-8 | Java | 168 | java | ModificadaPorAmbos.java | Java | [] | null | [] | package paqueteAida;
public class ModificadaPorAmbos {
public int resta(int n) {
int res;
res = n + 4;
return res;
}
}
| 168 | 0.505952 | 0.5 | 10 | 14.7 | 11.260995 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 12 |
8323a6cb2be18ccf3e5e916d91f22ecfa3e491f3 | 6,597,069,821,345 | a87fb36cc73e9c78ccd2370ea9b25fe20d5ab16b | /app/src/main/java/com/joe/zatuji/utils/KToast.java | 1955e7db6d67d68946bf109c474aab85cd15a5b1 | [
"Apache-2.0"
] | permissive | JoeSteven/Zatuji | https://github.com/JoeSteven/Zatuji | 6673e8bdaedf460112d211b5077d9a05c11e2609 | d9b08e2064812ec26942b3a2b6955175ff817dff | refs/heads/master | 2018-05-12T18:53:03.212000 | 2016-07-29T08:44:51 | 2016-07-29T08:44:51 | 53,644,234 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.joe.zatuji.utils;
import android.text.TextUtils;
import android.widget.Toast;
import com.joe.zatuji.MyApplication;
/**
* Created by Joe on 2016/4/18.
*/
public class KToast {
private static long lastTime = 0;
private static long duration = 3000;
private static String lastStr = "";
publ... | UTF-8 | Java | 920 | java | KToast.java | Java | [
{
"context": "t com.joe.zatuji.MyApplication;\n\n/**\n * Created by Joe on 2016/4/18.\n */\npublic class KToast {\n priva",
"end": 151,
"score": 0.89690101146698,
"start": 148,
"tag": "USERNAME",
"value": "Joe"
}
] | null | [] | package com.joe.zatuji.utils;
import android.text.TextUtils;
import android.widget.Toast;
import com.joe.zatuji.MyApplication;
/**
* Created by Joe on 2016/4/18.
*/
public class KToast {
private static long lastTime = 0;
private static long duration = 3000;
private static String lastStr = "";
publ... | 920 | 0.650881 | 0.637665 | 28 | 31.428572 | 28.156994 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607143 | false | false | 12 |
f593d2c3584d0ca73ec0c4ae9ab612426c564e4d | 2,199,023,316,870 | 2a3f19a4a2b91d9d715378aadb0b1557997ffafe | /sources/com/threatmetrix/TrustDefender/C4540n.java | 63a929b86cc075342932421ffe9be0e7679ae38d | [] | no_license | amelieko/McDonalds-java | https://github.com/amelieko/McDonalds-java | ce5062f863f7f1cbe2677938a67db940c379d0a9 | 2fe00d672caaa7b97c4ff3acdb0e1678669b0300 | refs/heads/master | 2022-01-09T22:10:40.360000 | 2019-04-21T14:47:20 | 2019-04-21T14:47:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.threatmetrix.TrustDefender;
import java.util.HashMap;
import java.util.Locale;
/* renamed from: com.threatmetrix.TrustDefender.n */
class C4540n extends HashMap<String, String> {
/* renamed from: a */
private static final String f7804a = C4549w.m8585a(C4540n.class);
/* renamed from: b */
p... | UTF-8 | Java | 2,425 | java | C4540n.java | Java | [] | null | [] | package com.threatmetrix.TrustDefender;
import java.util.HashMap;
import java.util.Locale;
/* renamed from: com.threatmetrix.TrustDefender.n */
class C4540n extends HashMap<String, String> {
/* renamed from: a */
private static final String f7804a = C4549w.m8585a(C4540n.class);
/* renamed from: b */
p... | 2,425 | 0.544742 | 0.488247 | 79 | 29.696203 | 23.184649 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.620253 | false | false | 12 |
1c5e6ac35492e1c0a893622c89a187913893cbc2 | 1,803,886,316,631 | 2af8af059fed3c6e4c1b422b8ce0114e4342a452 | /ExamDAO.java | cdbdd29e5856ec15e5e96af16136f6afff65500a | [] | no_license | ykkmr/dailywork | https://github.com/ykkmr/dailywork | a22ecc8f5c0fa7d8d606e41b00babdc952b8f70e | 09bb6151167a0e2a26199f2ae597cd6fbb704022 | refs/heads/main | 2023-06-15T05:11:14.729000 | 2021-06-28T07:17:24 | 2021-06-28T07:17:24 | 345,682,046 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.co.sist.dao;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import kr.co.sist.domain.CpEmp1Domain;
import kr.co.sist.vo.CpEmp1VO;
public class ExamDAO {
public int insertOne(int data) {
int rowCnt=0;
//MyBatis Handler얻기
SqlSession ss = MyBatisHandler.getInstance()... | UHC | Java | 2,237 | java | ExamDAO.java | Java | [] | null | [] | package kr.co.sist.dao;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import kr.co.sist.domain.CpEmp1Domain;
import kr.co.sist.vo.CpEmp1VO;
public class ExamDAO {
public int insertOne(int data) {
int rowCnt=0;
//MyBatis Handler얻기
SqlSession ss = MyBatisHandler.getInstance()... | 2,237 | 0.648698 | 0.634993 | 83 | 24.373493 | 20.011269 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.048193 | false | false | 12 |
e0daeaef9e60e68722f4d2533b0c120314174801 | 1,803,886,320,254 | 78a282342c99fb5cc6fef16222dd1d8c90ca83e9 | /bridge.right/src/main/java/bridge/AliPay.java | ffa6b4a223868f01e81a55d1e5e9227095620978 | [] | no_license | yxdtyut/designpattern | https://github.com/yxdtyut/designpattern | 8b18ff8eb19490ef6f7b67c5100860d44ddb065f | e8549c2603543fd5fd82d469a329f289a61f6882 | refs/heads/master | 2022-12-21T19:32:57.966000 | 2020-09-06T10:38:21 | 2020-09-06T10:38:21 | 286,194,996 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bridge;
import com.yxd.entity.PayInfo;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* @author yangxudong
* @description:
* @date 2020/9/6 18:23
*/
public class AliPay extends IChannel {
Logger logger = LoggerFactory.getLogger(AliPay.class);
public AliPay(ModelType modelType) {
... | UTF-8 | Java | 579 | java | AliPay.java | Java | [
{
"context": "r;\nimport org.slf4j.LoggerFactory;\n\n/**\n * @author yangxudong\n * @description:\n * @date 2020/9/6 18:23\n */\npubl",
"end": 131,
"score": 0.9995830059051514,
"start": 121,
"tag": "USERNAME",
"value": "yangxudong"
}
] | null | [] | package bridge;
import com.yxd.entity.PayInfo;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* @author yangxudong
* @description:
* @date 2020/9/6 18:23
*/
public class AliPay extends IChannel {
Logger logger = LoggerFactory.getLogger(AliPay.class);
public AliPay(ModelType modelType) {
... | 579 | 0.667257 | 0.646018 | 25 | 21.6 | 26 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 12 |
1ad586b44be05d8acf2dba1a388ac65dedf3170b | 1,288,490,236,676 | 22f263d67dd8d94f322f96e7017f943ca10e5489 | /src/main/java/model/Map.java | 0fe898f315b628b94d09352b81477342bc0c9888 | [] | no_license | AmirhBrt/Pacman | https://github.com/AmirhBrt/Pacman | 43a830c2ce39c037ef9379a6ff8b4434410980f1 | 90073ec26ce7b21afeba9770f3c25a03b2a5c43d | refs/heads/master | 2023-08-30T23:36:07.092000 | 2021-09-14T07:52:12 | 2021-09-14T07:52:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import java.util.Arrays;
import java.util.Random;
public class Map {
private Cell[][] map;
private final int [][] savedMap;
private final int rowNum;
private final int columnNum;
public Map(int rowNum, int columnNum) {
this.rowNum = rowNum;
this.colum... | UTF-8 | Java | 10,283 | java | Map.java | Java | [] | null | [] | package model;
import java.util.Arrays;
import java.util.Random;
public class Map {
private Cell[][] map;
private final int [][] savedMap;
private final int rowNum;
private final int columnNum;
public Map(int rowNum, int columnNum) {
this.rowNum = rowNum;
this.colum... | 10,283 | 0.530973 | 0.517845 | 263 | 37.098858 | 25.988403 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.958175 | false | false | 12 |
9426d10673990144227711324b6607389cc72c4e | 32,555,852,135,109 | 7578334a13a46aa42407be033fc48f7e8fb32eca | /FivePoints/src/fivepoints/Population.java | c58d655e1930a705e544f9f261d7a41dea68ea34 | [] | no_license | dashwoood/BI-ZUM | https://github.com/dashwoood/BI-ZUM | 2e006b431dc1e2955bdbbbe1c73754e64288a40c | 255cb56a571dc307179cf753c3185f30066e883d | refs/heads/master | 2020-05-19T02:22:50.404000 | 2019-09-08T15:40:05 | 2019-09-08T15:40:05 | 184,779,508 | 1 | 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 fivepoints;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
/**
*
* @author parkhal1
*/
publi... | UTF-8 | Java | 2,784 | java | Population.java | Java | [
{
"context": ".List;\nimport java.util.Random;\n\n/**\n *\n * @author parkhal1\n */\n\npublic class Population {\n\n private Rando",
"end": 309,
"score": 0.9994009733200073,
"start": 301,
"tag": "USERNAME",
"value": "parkhal1"
}
] | 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 fivepoints;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
/**
*
* @author parkhal1
*/
publi... | 2,784 | 0.552802 | 0.549569 | 98 | 27.408163 | 23.659937 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.581633 | false | false | 12 |
d61700ae4c7efb84cf963ebbf9ac27555a174c90 | 15,375,982,979,769 | 6cb14915ecce810d121362051fc5cf24f3859559 | /AccionesApplication/Model/src/main/java/cl/bch/acciones/model/dao/JuntaCartaEntregaPoderDAO.java | 3c1a655072100284f1ec95244b60024ff3968cae | [] | no_license | google-code/acciones | https://github.com/google-code/acciones | 615bd88d45efa66af9f3d32b19d45155a86d3968 | 7f4ce3248f4146df75ac74556c9c0ff20f24d46c | refs/heads/master | 2016-09-07T14:59:01.738000 | 2015-03-13T17:43:00 | 2015-03-13T17:43:00 | 32,171,174 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cl.bch.acciones.model.dao;
import cl.bch.acciones.model.exceptions.DaoException;
import cl.bch.acciones.model.entities.JuntaCartaEntregaPoder;
import java.util.List;
import javax.persistence.Query;
public class JuntaCartaEntregaPoderDAO extends GenericDao {
public JuntaCartaEntregaPoderDAO... | UTF-8 | Java | 648 | java | JuntaCartaEntregaPoderDAO.java | Java | [] | null | [] | package cl.bch.acciones.model.dao;
import cl.bch.acciones.model.exceptions.DaoException;
import cl.bch.acciones.model.entities.JuntaCartaEntregaPoder;
import java.util.List;
import javax.persistence.Query;
public class JuntaCartaEntregaPoderDAO extends GenericDao {
public JuntaCartaEntregaPoderDAO... | 648 | 0.685185 | 0.685185 | 27 | 22 | 24.750608 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 12 |
5bc948e5712747e43bd975be32b39d4d1ffcfa11 | 23,716,809,475,397 | 8ac14ca60df05fdbe1f0d83c2432585a3a7681a5 | /project java/src/lesson5/dowhileTask.java | 360450b8e43e63c78f89ef79abe4a4bc802d24f9 | [] | no_license | Tailieto/JavaExam | https://github.com/Tailieto/JavaExam | da70a4fd255b039cb163fdeeeebc92eee46131ec | 93944cb78534f7d4225b0a53395abc072c1b7e09 | refs/heads/main | 2023-07-20T12:08:37.889000 | 2021-09-03T15:51:17 | 2021-09-03T15:51:17 | 402,821,891 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lesson5;
public class dowhileTask {
public static void main(String... ar){
int n = 1;
do {
if (n % 5 == 0) {
System.out.print(n + ", ");
n++;
}
else {
n++;
}
} while (n < 101... | UTF-8 | Java | 334 | java | dowhileTask.java | Java | [] | null | [] | package lesson5;
public class dowhileTask {
public static void main(String... ar){
int n = 1;
do {
if (n % 5 == 0) {
System.out.print(n + ", ");
n++;
}
else {
n++;
}
} while (n < 101... | 334 | 0.317365 | 0.296407 | 16 | 18.875 | 12.035754 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 12 |
8bbc94c0fc771309e21526d88f501c0c6b97eeb9 | 2,473,901,188,325 | f9a138cd352ec7d920f231271476b04943e8444f | /src/main/java/com/project/sm/mapper/ProductMapper.java | 97672eb283470e3913333b88ae0e963b34540a10 | [] | no_license | jinseok126/shoppingmall | https://github.com/jinseok126/shoppingmall | cc1b5a55de5786fcad57d7c7681d3dc1ef884078 | c2612893717d908f624e8b330520517f35820bf8 | refs/heads/master | 2022-11-18T16:59:10.486000 | 2020-01-12T04:57:31 | 2020-01-12T04:57:31 | 176,430,030 | 0 | 1 | null | false | 2022-11-16T11:31:05 | 2019-03-19T05:20:42 | 2020-01-12T04:57:44 | 2022-11-16T11:31:01 | 2,487 | 0 | 0 | 6 | Java | false | false | /**
*
*/
package com.project.sm.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.project.sm.vo.ProductVO;
/**
* @author a
*
*/
public interface ProductMapper {
/**
* 상품 정보 상세보기
* @param productId 품번
* @return ProductVO (상품 정보)
*/
public ProductVO viewProduct(@... | UTF-8 | Java | 1,796 | java | ProductMapper.java | Java | [
{
"context": "mport com.project.sm.vo.ProductVO;\n\n/**\n * @author a\n *\n */\npublic interface ProductMapper {\n\t\n\t/**\n\t ",
"end": 166,
"score": 0.9972879886627197,
"start": 165,
"tag": "USERNAME",
"value": "a"
}
] | null | [] | /**
*
*/
package com.project.sm.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.project.sm.vo.ProductVO;
/**
* @author a
*
*/
public interface ProductMapper {
/**
* 상품 정보 상세보기
* @param productId 품번
* @return ProductVO (상품 정보)
*/
public ProductVO viewProduct(@... | 1,796 | 0.628692 | 0.628692 | 81 | 16.555555 | 19.083313 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.530864 | false | false | 12 |
651d78f3b11ec1411f8da9623b2190dd1eaa408c | 25,812,753,494,059 | 60958eed36141dd8503e4b649b2b1a594953a04a | /src/main/java/club/zyhstan/platform/mapper/QuestionMapper.java | fd3cd29bd1ed93509f924285172f36d1d8f27fb3 | [] | no_license | zyhhh/platform | https://github.com/zyhhh/platform | 1604e7eb27f73421050997e34cc0f8d7b941c1bc | 280928741fbad1c4227e35820d5bb9ff78803ae8 | refs/heads/master | 2022-07-04T13:25:53.022000 | 2019-11-08T02:17:46 | 2019-11-08T02:17:46 | 215,263,420 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package club.zyhstan.platform.mapper;
import club.zyhstan.platform.model.Question;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Select;
import java.util.List;
@Mapper
public interface QuestionMapper {
@Insert("insert into question... | UTF-8 | Java | 725 | java | QuestionMapper.java | Java | [] | null | [] | package club.zyhstan.platform.mapper;
import club.zyhstan.platform.model.Question;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Select;
import java.util.List;
@Mapper
public interface QuestionMapper {
@Insert("insert into question... | 725 | 0.744828 | 0.744828 | 19 | 37.157894 | 38.19791 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.368421 | false | false | 12 |
4b6cc52f692f0fbeaabb2128c1bbf013b694393e | 5,772,436,082,190 | cd3d35b564ec65b7577331707031a0a8e66c406d | /.svn/pristine/4b/4b6cc52f692f0fbeaabb2128c1bbf013b694393e.svn-base | 153e3f9fefb3c7dbbfd90571560ed5c33d6928b8 | [] | no_license | cckmit/crmd-platform | https://github.com/cckmit/crmd-platform | 94c3434e69ae4ca1524a5bb1e909059d8feda6af | 88c3d19f8252fb08e7941930ea370728d13b8bf0 | refs/heads/master | 2023-03-19T22:36:11.256000 | 2016-05-26T08:39:59 | 2016-05-26T08:39:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ffcs.crmd.platform.idempotency.core.repository.impl;
import org.springframework.stereotype.Repository;
import com.ffcs.crmd.platform.core.ddd.repository.impl.AbstractCrmDomBaseRepository;
import com.ffcs.crmd.platform.idempotency.core.entity.MktResource;
import com.ffcs.crmd.platform.idempotency.core.repo... | UTF-8 | Java | 619 | 4b6cc52f692f0fbeaabb2128c1bbf013b694393e.svn-base | Java | [] | null | [] | package com.ffcs.crmd.platform.idempotency.core.repository.impl;
import org.springframework.stereotype.Repository;
import com.ffcs.crmd.platform.core.ddd.repository.impl.AbstractCrmDomBaseRepository;
import com.ffcs.crmd.platform.idempotency.core.entity.MktResource;
import com.ffcs.crmd.platform.idempotency.core.repo... | 619 | 0.812601 | 0.812601 | 17 | 35.411766 | 32.267372 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 12 | |
813628773b592b58f0a45352f0bb06b3cfd3e206 | 21,620,865,370,988 | 958ca8834bdec23446100259d11bf65981738d20 | /invoice-receiver/src/main/java/com/billt/core/invoicereceiver/Repositories/UserRepository.java | 1c1ab694a3fb382f9b6392f68edda4036097d4aa | [] | no_license | parthnarang/invoice-platform | https://github.com/parthnarang/invoice-platform | 50811b0de3d9d71ab1a5c3fb5cb0f5831cac79e3 | d76bae5084324255f884caabb8c3094d4cd177c9 | refs/heads/master | 2022-07-03T22:13:08.365000 | 2019-05-28T18:14:35 | 2019-05-28T18:14:35 | 162,308,167 | 0 | 0 | null | false | 2022-06-25T07:28:11 | 2018-12-18T15:26:42 | 2019-05-28T18:38:23 | 2022-06-25T07:28:10 | 55,572 | 0 | 0 | 8 | JavaScript | false | false | package com.billt.core.invoicereceiver.Repositories;
import java.util.List;
import com.billt.core.invoicereceiver.Model.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.springframework.data.mongodb.core.query.Criteria;
import or... | UTF-8 | Java | 1,277 | java | UserRepository.java | Java | [] | null | [] | package com.billt.core.invoicereceiver.Repositories;
import java.util.List;
import com.billt.core.invoicereceiver.Model.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.springframework.data.mongodb.core.query.Criteria;
import or... | 1,277 | 0.747063 | 0.747063 | 44 | 28.022728 | 24.980436 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.477273 | false | false | 12 |
ce4e657e5cf33a83055f23d46d10723bdab64286 | 12,884,901,943,350 | a714ca3409162d681ad7e0e86ddc38ebd519066a | /src/test/java/com/ghg/hello/service/CustomerServiceTest.java | 55699108956affb80e6e3f93d8e5ffdf86c33bc9 | [] | no_license | ln0491/serviletHell | https://github.com/ln0491/serviletHell | 01ab3dfebd6104b9218bf98b226a011ca82a94b6 | d78d381d4c32d952b4ef6e98f2bd969fc42bbcaf | refs/heads/master | 2017-12-13T07:30:13.660000 | 2017-01-10T07:03:17 | 2017-01-10T07:03:17 | 78,506,983 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ghg.hello.service;
import static org.junit.Assert.*;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Test;
import com.ghg.hello.model.Customer;
import com.ghg.hello.service.impl.CustomerServiceImpl;
publi... | UTF-8 | Java | 1,654 | java | CustomerServiceTest.java | Java | [
{
"context": "name\", \"customer100\");\n\t\tfieldMap.put(\"contact\", \"Joker\");\n\t\tfieldMap.put(\"telephone\", \"13800138000\");\n\t\t",
"end": 1031,
"score": 0.9965895414352417,
"start": 1026,
"tag": "NAME",
"value": "Joker"
},
{
"context": "ephone\", \"13800138000\");\n\t\tfie... | null | [] | package com.ghg.hello.service;
import static org.junit.Assert.*;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Test;
import com.ghg.hello.model.Customer;
import com.ghg.hello.service.impl.CustomerServiceImpl;
publi... | 1,648 | 0.728989 | 0.7162 | 75 | 20.893333 | 20.072916 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.573333 | false | false | 12 |
347945badef936e6612fd56b6396f97f0c749f51 | 22,832,046,186,693 | 4fff554e4c5b8d3acfd3161313c1694171d15dbe | /ecp-web/ecp-web-manage/src/main/java/com/zengshi/ecp/busi/sys/vo/ReportItemVO.java | 29eb1eea30550594ff6fee64e199025a0b400265 | [] | 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.busi.sys.vo;
import java.io.Serializable;
import com.zengshi.ecp.base.vo.EcpBasePageReqVO;
public class ReportItemVO extends EcpBasePageReqVO implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1362224043002381927L;
// 店铺编码
private Long shopId;
// 商品审核状态... | UTF-8 | Java | 835 | java | ReportItemVO.java | Java | [] | null | [] | package com.zengshi.ecp.busi.sys.vo;
import java.io.Serializable;
import com.zengshi.ecp.base.vo.EcpBasePageReqVO;
public class ReportItemVO extends EcpBasePageReqVO implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1362224043002381927L;
// 店铺编码
private Long shopId;
// 商品审核状态... | 835 | 0.752179 | 0.728518 | 38 | 20.131578 | 19.833744 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.236842 | false | false | 12 |
fd6a9820af4ccf3c6572ec5c1d9ce6f60ec4235e | 22,832,046,190,438 | 26cc17048b157fbfd2bb64a8c0018695ceeb411e | /Source files/Playing playing learning/src/solvedadtask/problem1.java | 69df05a48538ad89f7226c1e48c38de2e1d568bd | [] | no_license | sompod44/play-with-learning-java-swing-Application | https://github.com/sompod44/play-with-learning-java-swing-Application | f5ccbfbbf544673f325b0523ca94f4b10b2ff7a8 | 72fc3ca283d7f3655e18bfdf78cc96ac1680596f | refs/heads/master | 2020-03-23T16:57:00.436000 | 2018-07-21T18:23:32 | 2018-07-21T18:23:32 | 141,834,950 | 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 solvedadtask;
import PPL.DadTask;
import PPL.MomTask;
import java.util.prefs.Preferences;
import javax.swing.JOptionPane;
/**... | UTF-8 | Java | 9,520 | java | problem1.java | Java | [
{
"context": "import javax.swing.JOptionPane;\n\n/**\n *\n * @author Sompod_Programmer\n */\npublic class problem1 extends javax.swing.JFr",
"end": 352,
"score": 0.9790098071098328,
"start": 335,
"tag": "NAME",
"value": "Sompod_Programmer"
},
{
"context": " DadTask.jLabel4.setText(p... | 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 solvedadtask;
import PPL.DadTask;
import PPL.MomTask;
import java.util.prefs.Preferences;
import javax.swing.JOptionPane;
/**... | 9,520 | 0.63729 | 0.59979 | 224 | 41.5 | 30.247934 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 12 |
e3da9831c962eb5b19f5529e668c10d4595bbfcd | 28,673,201,680,270 | 6fe5bd0a51bdb50fb6f938c992dee71ad8232912 | /HealthBot_V2/src/main/java/com/healthbot/survey/dao/SurveyDAO.java | 8881ccb3bd9c0853b4d472440b96f778574489f1 | [] | no_license | aamersohail/healthbot_data_entry | https://github.com/aamersohail/healthbot_data_entry | e245bd920f6954477f0fb4e178d9c0cf984a5a66 | fea027fef53fa4e2b6ea935a1415a07d659c3e5a | refs/heads/master | 2020-03-19T01:15:06.165000 | 2018-05-31T04:49:51 | 2018-05-31T04:49:51 | 135,532,775 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.healthbot.survey.dao;
import org.springframework.orm.hibernate3.HibernateTemplate;
import com.heathbot.beans.TblSurvey;
public class SurveyDAO {
HibernateTemplate hibernateTemplate;
public HibernateTemplate getHibernateTemplate() {
return hibernateTemplate;
}
public void setHibernateTemplate(Hi... | UTF-8 | Java | 691 | java | SurveyDAO.java | Java | [] | null | [] | package com.healthbot.survey.dao;
import org.springframework.orm.hibernate3.HibernateTemplate;
import com.heathbot.beans.TblSurvey;
public class SurveyDAO {
HibernateTemplate hibernateTemplate;
public HibernateTemplate getHibernateTemplate() {
return hibernateTemplate;
}
public void setHibernateTemplate(Hi... | 691 | 0.767004 | 0.762663 | 27 | 24.592592 | 30.324492 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.222222 | false | false | 12 |
e7635955deb0be121d57da0a7154dd0f2df3b79d | 28,673,201,680,341 | 5e7bbfdc1e767ea9e10b9369e9d0c29552a76cec | /src/main/java/uk/gov/pay/connector/charge/model/NewChargeStatusRequest.java | 428f11116c2c504e014d42370604635e4e03a3a2 | [
"LicenseRef-scancode-proprietary-license",
"MIT"
] | permissive | alphagov/pay-connector | https://github.com/alphagov/pay-connector | ec78a56ca64d1958db9e94f437724817219ced6f | 197c2e5c85f1a1ed3a02bc6927cd2fecc94ce81e | refs/heads/master | 2023-09-01T12:02:57.312000 | 2023-08-31T12:51:43 | 2023-08-31T12:51:43 | 39,890,257 | 18 | 19 | MIT | false | 2023-09-14T08:01:53 | 2015-07-29T11:38:35 | 2023-03-21T22:05:22 | 2023-09-14T08:01:52 | 34,917 | 12 | 20 | 20 | Java | false | false | package uk.gov.pay.connector.charge.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.dropwizard.validation.ValidationMethod;
import io.swagger.v3.oas.annotations.media.Schema;
import org.hibernate.validator.constraints.NotEmpty;
import uk.gov.pa... | UTF-8 | Java | 977 | java | NewChargeStatusRequest.java | Java | [] | null | [] | package uk.gov.pay.connector.charge.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.dropwizard.validation.ValidationMethod;
import io.swagger.v3.oas.annotations.media.Schema;
import org.hibernate.validator.constraints.NotEmpty;
import uk.gov.pa... | 977 | 0.749232 | 0.748209 | 30 | 31.566668 | 27.260084 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 12 |
109b30d95ee779e946d80920026b08d2b40ded8e | 4,818,953,326,152 | 9516740ab93906120fca200c92e5cf2d321d147b | /src/main/java/org/game/map/factory/StaticMapFactory.java | 0606289a766caee06e62b26b7cca0962ea778d93 | [] | no_license | akhileshnitt/puzzle | https://github.com/akhileshnitt/puzzle | f7eef53e237a9c121ce69de3c6db4c16940dadda | 94eb73f5a644e6f6d39e3418b73fe37f9a86cdab | refs/heads/master | 2021-09-01T05:38:01.306000 | 2017-12-25T05:06:41 | 2017-12-25T05:06:41 | 114,654,415 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.game.map.factory;
import org.game.map.GameMap;
import org.game.map.GameMapBuilder;
import org.game.map.MainGameMap;
import org.game.map.MapFactory;
import org.game.map.behaviour.user.UserMovementConsoleInput;
import org.game.map.behaviour.user.UserMovementInput;
import org.game.map.entities.Entity;
import ... | UTF-8 | Java | 2,443 | java | StaticMapFactory.java | Java | [] | null | [] | package org.game.map.factory;
import org.game.map.GameMap;
import org.game.map.GameMapBuilder;
import org.game.map.MainGameMap;
import org.game.map.MapFactory;
import org.game.map.behaviour.user.UserMovementConsoleInput;
import org.game.map.behaviour.user.UserMovementInput;
import org.game.map.entities.Entity;
import ... | 2,443 | 0.690954 | 0.690135 | 73 | 32.465752 | 27.835171 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.794521 | false | false | 12 |
0b6dc01417c2a46e940e1024c616bcbf56edf1f3 | 7,722,351,259,803 | d5692d10d2febd04ab6185255ab7ade217927081 | /app/src/main/java/kivi/ugran/com/launcher/RegistrationActivity.java | 38011e09029682b6ead721cfbf8e6beb6c3049d7 | [] | no_license | Renjith-Rajendran/kiviapp | https://github.com/Renjith-Rajendran/kiviapp | aadc270ce2231eb29c774a8e616fd08126639a3c | f5a0e88ceeb012c14baf5166bb72b821ef70bcac | refs/heads/master | 2020-04-08T14:55:38.054000 | 2018-11-28T06:58:44 | 2018-11-28T06:58:44 | 159,457,812 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kivi.ugran.com.launcher;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import androidx.annotation.Nullable;
import androidx.core.content.res.ResourcesCompat;
import androidx.appcompat.app.AppCompatActivity;
import kivi.ugran.com.KiviApplication;
import kivi.ugran.com.core.C... | UTF-8 | Java | 5,344 | java | RegistrationActivity.java | Java | [
{
"context": "setEmail(email);\n registration.setName(name);\n\n //This is dummy , later use update",
"end": 4450,
"score": 0.6096652746200562,
"start": 4446,
"tag": "NAME",
"value": "name"
}
] | null | [] | package kivi.ugran.com.launcher;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import androidx.annotation.Nullable;
import androidx.core.content.res.ResourcesCompat;
import androidx.appcompat.app.AppCompatActivity;
import kivi.ugran.com.KiviApplication;
import kivi.ugran.com.core.C... | 5,344 | 0.661115 | 0.655876 | 124 | 42.096775 | 31.037027 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.709677 | false | false | 12 |
9c76c89d245fe1a540c8061fa3286e753bff2939 | 10,118,942,960,607 | 095e66f0841e180bdc3fb8b5cbfbf66bc69794af | /app/src/main/java/com/white/bird/utils/NetWorkUtils.java | e1e4e2d03dc330277bbf96072086863ee42a6017 | [] | no_license | alanboys/MVP-NET-PROJECT | https://github.com/alanboys/MVP-NET-PROJECT | 9300aae95acaad30ee98bac9dbef5c6cea81319a | f40066f51bbf0b882d3e3514f2afa3f3d519faba | refs/heads/master | 2022-12-07T08:58:54.258000 | 2020-08-26T08:13:23 | 2020-08-26T08:13:23 | 290,435,222 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.white.bird.utils;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import com.white.bird.common.BaseApplication;
/**
* author : ZYK
* createTime : 2020/8/25 10:32
* function :
*/
public class NetWorkUtils {
/**
* 获取网络信息
* @retu... | UTF-8 | Java | 1,084 | java | NetWorkUtils.java | Java | [
{
"context": "hite.bird.common.BaseApplication;\n\n/**\n * author : ZYK\n * createTime : 2020/8/25 10:32\n * function :",
"end": 202,
"score": 0.9996224045753479,
"start": 199,
"tag": "USERNAME",
"value": "ZYK"
}
] | null | [] | package com.white.bird.utils;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import com.white.bird.common.BaseApplication;
/**
* author : ZYK
* createTime : 2020/8/25 10:32
* function :
*/
public class NetWorkUtils {
/**
* 获取网络信息
* @retu... | 1,084 | 0.623585 | 0.612264 | 46 | 22.043478 | 27.930002 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.282609 | false | false | 12 |
9260e5b48e60217a203f9ce55c904069a36dc172 | 27,547,920,237,421 | 2e7266f236a4fb0d728614745c2c093cfd53b25e | /src/main/java/com/capgemini/rests/ItemRestController.java | b8131ae2a029e98fb7b9ef58c4aa33b7201fb625 | [] | no_license | bartas93/Lost-found-office-back-end | https://github.com/bartas93/Lost-found-office-back-end | 4139444d5bfcf077d3c92471534d8e1d01357d97 | d72964421626bce0721856139574babbc3779a92 | refs/heads/master | 2021-09-08T08:36:06.859000 | 2018-03-08T19:23:30 | 2018-03-08T19:23:30 | 105,795,014 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.capgemini.rests;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframe... | UTF-8 | Java | 1,713 | java | ItemRestController.java | Java | [] | null | [] | package com.capgemini.rests;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframe... | 1,713 | 0.793929 | 0.793929 | 52 | 31.942308 | 27.882593 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.038462 | false | false | 12 |
89c09670b897d3f0cb5b36d645dda757ea5d5cfc | 7,842,610,299,717 | fce1e9fb6ef31a2ce1692de91819e5f3690ce718 | /src/models/Tiles/Tile.java | c27c7973a16c30026c5403fe486f4feab388aece | [] | no_license | aklintsevich/OOPIteration3 | https://github.com/aklintsevich/OOPIteration3 | a538e779ae41c51bfa55a86ff7c67053998bc761 | c7f5f8d4bae5a754e744d99f63726a751f560a0e | refs/heads/master | 2018-01-07T17:32:44.046000 | 2015-04-20T17:41:56 | 2015-04-20T17:41:56 | 33,100,841 | 1 | 0 | null | false | 2015-04-18T00:19:32 | 2015-03-30T03:13:55 | 2015-04-18T00:19:32 | 2015-04-18T00:19:31 | 788 | 1 | 0 | 0 | Java | null | null | package models.Tiles;
import java.awt.AlphaComposite;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import models.AreaEffect.AreaEffect;
import models.AreaEffect.EmptyAreaEffect;
import models.Entities.Avatar;
import models.Entities.EmptyVehicle;
import models.Entities.Veh... | UTF-8 | Java | 3,662 | java | Tile.java | Java | [] | null | [] | package models.Tiles;
import java.awt.AlphaComposite;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import models.AreaEffect.AreaEffect;
import models.AreaEffect.EmptyAreaEffect;
import models.Entities.Avatar;
import models.Entities.EmptyVehicle;
import models.Entities.Veh... | 3,662 | 0.726652 | 0.724741 | 149 | 23.577181 | 20.433615 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.959732 | false | false | 12 |
7811972c8a66925fd0833d6ad61e33925431e150 | 23,940,147,771,198 | fb342cce5ae9314e5d184b6de3f866d0878d45e2 | /src/Productos/Golosina.java | 83152f4f06dd0e9c93b09d63009799f62bd5dfa5 | [] | no_license | matiashidalgo11/tpFinalSuperMercado | https://github.com/matiashidalgo11/tpFinalSuperMercado | 5f4686011d5b0b788385656b0c6fddd7912de04b | 1d3172814589ba8c0fe429195ad5b6cfc920d0b3 | refs/heads/master | 2022-11-19T11:49:30.581000 | 2020-07-03T19:06:04 | 2020-07-03T19:06:04 | 269,209,082 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Productos;
import org.json.JSONObject;
public class Golosina extends Producto{
private int cantidad;
private String descripcion;
public static long ID_CATEGORIA_GOLOSINA = 5;
public static String CLAVE_CANTIDAD = "cantidad";
public static String CLAVE_DESCRIPCION = "descripcionGolosina";
public G... | UTF-8 | Java | 2,261 | java | Golosina.java | Java | [] | null | [] | package Productos;
import org.json.JSONObject;
public class Golosina extends Producto{
private int cantidad;
private String descripcion;
public static long ID_CATEGORIA_GOLOSINA = 5;
public static String CLAVE_CANTIDAD = "cantidad";
public static String CLAVE_DESCRIPCION = "descripcionGolosina";
public G... | 2,261 | 0.691729 | 0.690402 | 120 | 17.841667 | 21.124628 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.708333 | false | false | 12 |
68fb6effffc87c57d86c2735250bde683818358b | 2,250,562,888,570 | e1446bb45de9adda3d9ddc09d492ae759771a8f5 | /app/src/main/java/com/helha/tacotel/PanierActivity.java | 14641effbab4dac968fcc01c46725253bc1e4fb2 | [] | no_license | Melisson-Verstraete/TacotelRepo | https://github.com/Melisson-Verstraete/TacotelRepo | 6d4caae9ce18574d436595d94d6833336e1a18fe | 0b407eadbb7f90d893a7ad02976409d4fc907bc5 | refs/heads/master | 2023-07-18T22:04:41.604000 | 2021-08-16T20:25:58 | 2021-08-16T20:25:58 | 390,723,069 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.helha.tacotel;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.ListView;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
import androidx.lifecycle.Observer;
import java.text.DecimalFormat;
import java.util.ArrayList... | UTF-8 | Java | 3,499 | java | PanierActivity.java | Java | [] | null | [] | package com.helha.tacotel;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.ListView;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
import androidx.lifecycle.Observer;
import java.text.DecimalFormat;
import java.util.ArrayList... | 3,499 | 0.655597 | 0.653307 | 93 | 36.569893 | 29.166706 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.623656 | false | false | 12 |
eb72563745d89690485e0526172da2a3ba2fc5a7 | 22,866,405,896,556 | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.socialplatform-base/sources/X/AnonymousClass0RO.java | 1d057539546ad2e2400601ff0afff9bb4289daa5 | [] | no_license | phwd/quest-tracker | https://github.com/phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959000 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | true | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | 2021-04-10T22:15:44 | 2021-04-10T22:15:39 | 116,441 | 0 | 0 | 0 | null | false | false | package X;
import java.util.Comparator;
/* renamed from: X.0RO reason: invalid class name */
public class AnonymousClass0RO implements Comparator<AnonymousClass14P> {
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */
@Override // java.ut... | UTF-8 | Java | 494 | java | AnonymousClass0RO.java | Java | [] | null | [] | package X;
import java.util.Comparator;
/* renamed from: X.0RO reason: invalid class name */
public class AnonymousClass0RO implements Comparator<AnonymousClass14P> {
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */
@Override // java.ut... | 494 | 0.736842 | 0.704453 | 12 | 40.166668 | 38.658405 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
61dc6a8a005223dfc4a6a246b91d6e12c8b27e53 | 14,078,902,797,567 | 353c42d919fdc6c0c389e911fce9181c018e253e | /ss.core/src/ss/server/db/XMLDBOld.java | 8dd027f815eb5db2ed29b522daba21f6ee7d493d | [] | no_license | djat/suprabrowser | https://github.com/djat/suprabrowser | ca5decc6fc27a66d7acd6068060285e6c6ac7659 | 110d84094e3ac6abda2af09f4f20368683103f80 | refs/heads/master | 2023-05-11T06:34:57.322000 | 2014-02-08T01:31:07 | 2014-02-08T01:31:07 | 10,919,796 | 1 | 2 | null | false | 2014-02-08T01:31:08 | 2013-06-24T20:45:03 | 2014-02-08T01:31:07 | 2014-02-08T01:31:07 | 96,344 | 1 | 1 | 0 | Java | null | null | package ss.server.db;
import org.dom4j.Document;
import org.dom4j.DocumentException;
import ss.refactor.supraspheredoc.old.Utils;
import ss.server.domain.service.SupraSphereProvider;
public class XMLDBOld extends XMLDB {
private final XMLDB xmldb;
/**
* @param xmldb
*/
private XMLDBOld(XMLDB xmldb) {
th... | UTF-8 | Java | 617 | java | XMLDBOld.java | Java | [] | null | [] | package ss.server.db;
import org.dom4j.Document;
import org.dom4j.DocumentException;
import ss.refactor.supraspheredoc.old.Utils;
import ss.server.domain.service.SupraSphereProvider;
public class XMLDBOld extends XMLDB {
private final XMLDB xmldb;
/**
* @param xmldb
*/
private XMLDBOld(XMLDB xmldb) {
th... | 617 | 0.71637 | 0.713128 | 36 | 16.138889 | 18.989986 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.916667 | false | false | 12 |
1e19d5a3c9782bd7f7777b62d2a50a047b21f186 | 17,643,725,714,032 | db0b8a7d7b843b5cfa797eac6eeb2d74cba98c28 | /PTCP/src/composite/Elipse.java | 3a5a48113cbe7cfd3cab8f7bbac4d3c2b0a1cb0c | [] | no_license | hichamElbirch/javaProject | https://github.com/hichamElbirch/javaProject | eca58c75bf091457c95d82916b030fb5ead19e7f | 83c261a57f9e598face78a4d9fee405a528d9ecc | refs/heads/master | 2019-12-17T22:50:08.844000 | 2017-04-15T18:31:56 | 2017-04-15T18:31:56 | 88,366,310 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package composite;
public class Elipse implements Graphic {
@Override
public void Print() {
System.out.println("Elipse");
}
}
| UTF-8 | Java | 134 | java | Elipse.java | Java | [] | null | [] | package composite;
public class Elipse implements Graphic {
@Override
public void Print() {
System.out.println("Elipse");
}
}
| 134 | 0.708955 | 0.708955 | 10 | 12.4 | 13.915459 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 12 |
50d7b7d4fac6111755f26a51e8a1ce73a606228b | 661,425,021,685 | eea773f2509f5d327b2ba473da4a324462506ca0 | /app/src/main/java/bohdan/hushcha/sushchak/suggestme/adapters/MovieAdapter.java | 6328d937b397030a4cc117103dc0f2bad0e652ec | [] | no_license | bohdansushchak/SuggestMe | https://github.com/bohdansushchak/SuggestMe | 5b872f2bd39ed0d02dab795e22edbc0d02dd37c1 | 97633877f425eb4db17acfe8d4cf9f88d237b4fd | refs/heads/master | 2021-04-09T11:43:44.653000 | 2018-12-11T17:08:49 | 2018-12-11T17:08:49 | 125,573,674 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bohdan.hushcha.sushchak.suggestme.adapters;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageButton;
import android.widget.ImageView;
import android.widget.Linea... | UTF-8 | Java | 5,287 | java | MovieAdapter.java | Java | [
{
"context": " to view movie list in recycler view\n *\n * @author Bohdan\n * @version 1.0\n * @since 1.0\n */\npublic class Mo",
"end": 902,
"score": 0.9997099041938782,
"start": 896,
"tag": "NAME",
"value": "Bohdan"
}
] | null | [] | package bohdan.hushcha.sushchak.suggestme.adapters;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageButton;
import android.widget.ImageView;
import android.widget.Linea... | 5,287 | 0.636656 | 0.634764 | 167 | 30.658682 | 24.304893 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.479042 | false | false | 12 |
d6f0a4e56e0b5a545ef749097e0ec3174ffbe733 | 23,837,068,553,202 | b9a14a0f4cf41935c42580754249b78f12f11e48 | /src/digsim/components/Ram2.java | a76664ca8025f0cab440abd2e213c81d9dc368d8 | [] | no_license | jfc941640/DigSim | https://github.com/jfc941640/DigSim | bd18787b4cb5761b4cc9309b5eceebff0079eab4 | e4fdbde21f4c6a4e8b6be33d239c14983f6f3232 | refs/heads/master | 2020-04-18T02:29:24.745000 | 2016-08-25T19:22:55 | 2016-08-25T19:22:55 | 66,496,670 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package digsim.components;
import java.io.PrintStream;
import digsim.InputPin;
import digsim.MyColor;
import digsim.OutputPin;
import digsim.Pin;
import digsim.DrawWithOffset;
import digsim.ElectronicComponent;
import javafx.scene.canvas.GraphicsContext;
// Referenced classes of package digsim:
// Mem, I... | UTF-8 | Java | 6,564 | java | Ram2.java | Java | [] | null | [] | package digsim.components;
import java.io.PrintStream;
import digsim.InputPin;
import digsim.MyColor;
import digsim.OutputPin;
import digsim.Pin;
import digsim.DrawWithOffset;
import digsim.ElectronicComponent;
import javafx.scene.canvas.GraphicsContext;
// Referenced classes of package digsim:
// Mem, I... | 6,564 | 0.432358 | 0.361213 | 212 | 29.962265 | 20.46208 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.636792 | false | false | 12 |
15e9a8d96e9477a5d8577c6ad3e55e621d96da93 | 6,227,702,636,400 | 54d6b8d014731dbda3775d694c012b0e3abd9a29 | /src/main/java/teamOD/armourReborn/client/core/gui/book/BookPageText.java | 89f3d09bf472c61a8ea839fbc9be6dc7f9148ddd | [
"MIT"
] | permissive | MightyCupcakes/ArmourReborn | https://github.com/MightyCupcakes/ArmourReborn | 83220a188690b089cdfd78076948e117fe8a4960 | d61865706194ef818b08cb8ed7892c67f919d2b6 | refs/heads/master | 2020-05-21T23:50:12.283000 | 2016-10-04T00:17:05 | 2016-10-04T00:17:05 | 58,906,564 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package teamOD.armourReborn.client.core.gui.book;
import java.util.List;
import com.google.common.collect.Lists;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.FontRenderer;
import net.minecraft.client.resources.I18n;
import teamOD.armourReborn.client.core.gui.GuiDocumentation;
public class ... | UTF-8 | Java | 2,269 | java | BookPageText.java | Java | [] | null | [] | package teamOD.armourReborn.client.core.gui.book;
import java.util.List;
import com.google.common.collect.Lists;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.FontRenderer;
import net.minecraft.client.resources.I18n;
import teamOD.armourReborn.client.core.gui.GuiDocumentation;
public class ... | 2,269 | 0.651388 | 0.641692 | 103 | 21.029127 | 21.29381 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.679612 | false | false | 12 |
64170ed81df3ed8f01f3d8ba2bb4be75aa421ff0 | 28,037,546,576,817 | 0575dd51f281b9342e08c6d4076d189df8712164 | /app/src/main/java/com/amtee/friendsfinder/pojo/FriendSearchDetails_Pojo.java | f8ce650f2d598d798e9191d9c636e3ab2d577f87 | [] | no_license | beingamitkumartiwari/amitff | https://github.com/beingamitkumartiwari/amitff | 160b71542a7ebba819e7d4853e55ff8783881836 | 6c29538c8d14efeedb7429f55897299dce327590 | refs/heads/master | 2021-01-11T14:10:42.973000 | 2017-06-21T10:57:17 | 2017-06-21T10:57:17 | 94,994,735 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.amtee.friendsfinder.pojo;
/**
* Created by Amit Kumar Tiwar on 28/07/16.
*/
public class FriendSearchDetails_Pojo {
String phoneNo;
String responseCode;
String searchDeviceId;
String sex;
String userName;
public String getPhoneNo() {
return phoneNo;
}
public vo... | UTF-8 | Java | 1,038 | java | FriendSearchDetails_Pojo.java | Java | [
{
"context": "e com.amtee.friendsfinder.pojo;\n\n/**\n * Created by Amit Kumar Tiwar on 28/07/16.\n */\npublic class FriendSearchDetails",
"end": 73,
"score": 0.9997982978820801,
"start": 57,
"tag": "NAME",
"value": "Amit Kumar Tiwar"
}
] | null | [] | package com.amtee.friendsfinder.pojo;
/**
* Created by <NAME> on 28/07/16.
*/
public class FriendSearchDetails_Pojo {
String phoneNo;
String responseCode;
String searchDeviceId;
String sex;
String userName;
public String getPhoneNo() {
return phoneNo;
}
public void setPhon... | 1,028 | 0.631021 | 0.625241 | 53 | 18.584906 | 17.281721 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.301887 | false | false | 12 |
0123f9766fabbe8eed7cf0ceb10c15c2df3df545 | 4,947,802,390,331 | 66b2c2f9745ce1f63026e46d0395f0f0a76abc11 | /Java Fundamentals Course/ObjectsClasses/src/lab/Potato.java | 4cc50ac8b5198dad3221f82393c96a6afe437dc5 | [
"MIT"
] | permissive | komitoff/Java-Fundamentals | https://github.com/komitoff/Java-Fundamentals | c4e81f81ad73c768381f12b741e4e2f96c36447b | e31c907e0d624f0fd31e0e192444ee61596c5283 | refs/heads/master | 2021-01-20T06:42:52.851000 | 2017-10-21T15:01:46 | 2017-10-21T15:01:46 | 89,913,519 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lab;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayDeque;
import java.util.Scanner;
public class Potato {
public static void main(String[] args) throws IOException {
BufferedReader reader = new BufferedReader(new InputStreamReade... | UTF-8 | Java | 877 | java | Potato.java | Java | [] | null | [] | package lab;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayDeque;
import java.util.Scanner;
public class Potato {
public static void main(String[] args) throws IOException {
BufferedReader reader = new BufferedReader(new InputStreamReade... | 877 | 0.59179 | 0.588369 | 28 | 30.321428 | 23.174885 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 12 |
7a4cea3aa0d64626aa7b0109185ca2923f8462d0 | 22,445,499,157,180 | 34c54490017da69aa301443366937fe3a77a42c4 | /Spring12_MVCController/src/main/java/com/javalex/ex/MyController.java | 3bf324e8753febc0de5cebcf30321ece932e75ca | [] | no_license | kok202/Spring-2014 | https://github.com/kok202/Spring-2014 | 897bfe1c5cd3838d655de8f6937d3048c1f63c66 | d458f27fb6079ceb7c248d229744241b4b4d6f85 | refs/heads/master | 2022-12-23T09:39:33.298000 | 2019-06-30T13:44:37 | 2019-06-30T13:44:37 | 194,519,567 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javalex.ex;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.servlet.ModelAndView;
@Controller
public class MyController {
@RequestMapping("/board/view")
public String vi... | UHC | Java | 875 | java | MyController.java | Java | [] | null | [] | package com.javalex.ex;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.servlet.ModelAndView;
@Controller
public class MyController {
@RequestMapping("/board/view")
public String vi... | 875 | 0.745973 | 0.745973 | 36 | 21.444445 | 22.3202 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.305556 | false | false | 12 |
83dcc879fc4465d377193d05b57edc236c38dc8a | 21,517,786,217,077 | 70899a7728e5a5775dbfb98ed68fa79b33d625e3 | /HackerChallengeSudoku.java | 973bfb1d909bda47df697facdec116a0fd4ae411 | [] | no_license | JeremyXGambno/NastyxGambino | https://github.com/JeremyXGambno/NastyxGambino | fca977c32e8eeb28d26d6c536da65017957ff58d | 8f64f90e481968167e4afeb63e5cdf7ac2154284 | refs/heads/master | 2020-09-06T11:14:21.966000 | 2019-11-10T04:10:42 | 2019-11-10T04:10:42 | 220,409,196 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class HackerChallengeSudoku {
public static final int ROWS = 9;
public static final int COLS = 9;
public static int[][] initialPuzzle = {
{9,0,0,8,0,5,0,0,6},
{1,0,3,0,0,0,5,0,4},
{0,6,0,0,2,0,0,7,0},
{0,0,7,1,0,8,6,0,0},
{4,0,0,0,0,0,0,0,9},
{0... | UTF-8 | Java | 1,752 | java | HackerChallengeSudoku.java | Java | [] | null | [] | import java.util.Scanner;
public class HackerChallengeSudoku {
public static final int ROWS = 9;
public static final int COLS = 9;
public static int[][] initialPuzzle = {
{9,0,0,8,0,5,0,0,6},
{1,0,3,0,0,0,5,0,4},
{0,6,0,0,2,0,0,7,0},
{0,0,7,1,0,8,6,0,0},
{4,0,0,0,0,0,0,0,9},
{0... | 1,752 | 0.492009 | 0.387557 | 115 | 13.217391 | 15.59921 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.504348 | false | false | 12 |
a85d65333a081ebf2f4fcdd514d6afeee0cbc5e3 | 6,571,300,022,833 | cc66971746ea12b159e1a471e23767c8d01615b3 | /app/src/main/java/com/example/test1/MyDatabase.java | eacf27f9c5582b0aecacf4eaa45470c45f0713cd | [] | no_license | BuiThiNga1410/NgaRepository | https://github.com/BuiThiNga1410/NgaRepository | 30673a5388a0cb4697503ccb150002b306dd802b | 207ea6addb50bdeb05f2de9d1670e86bed0c78c7 | refs/heads/master | 2020-09-22T02:32:20.714000 | 2019-12-05T06:59:11 | 2019-12-05T06:59:11 | 225,018,957 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.test1;
import android.app.TaskStackBuilder;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
import android.widget.Toast;
im... | UTF-8 | Java | 2,994 | java | MyDatabase.java | Java | [] | null | [] | package com.example.test1;
import android.app.TaskStackBuilder;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
import android.widget.Toast;
im... | 2,994 | 0.617902 | 0.616232 | 96 | 30.1875 | 22.616049 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.791667 | false | false | 12 |
a05418abd89ae3b30725a125423ed932a1121e22 | 32,323,923,933,852 | 8dc788b5e8da00d538de0b74f2f48ac4b5224f6b | /app/src/main/java/me/phelps/opengles/learn/one/LearnActivity.java | 6f4d4017d5c20dc89815b065bead16f197292261 | [] | no_license | chenqian2651489/OpenGLES | https://github.com/chenqian2651489/OpenGLES | 52d5f788d6eba1af55062e4009c62e6216fef614 | 591805273f169eacb03339aaa5796783bf21051b | refs/heads/master | 2017-12-20T16:44:40.345000 | 2017-01-10T11:18:08 | 2017-01-10T11:18:08 | 76,639,451 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.phelps.opengles.learn.one;
import android.media.MediaPlayer;
import android.opengl.GLSurfaceView;
import android.os.Environment;
import android.os.SystemClock;
import android.support.v4.view.ViewCompat;
import android.support.v4.view.ViewPropertyAnimatorListener;
import android.support.v4.view.ViewPropertyA... | UTF-8 | Java | 2,863 | java | LearnActivity.java | Java | [] | null | [] | package me.phelps.opengles.learn.one;
import android.media.MediaPlayer;
import android.opengl.GLSurfaceView;
import android.os.Environment;
import android.os.SystemClock;
import android.support.v4.view.ViewCompat;
import android.support.v4.view.ViewPropertyAnimatorListener;
import android.support.v4.view.ViewPropertyA... | 2,863 | 0.599721 | 0.596577 | 100 | 27.629999 | 19.299562 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.49 | false | false | 12 |
c41fdd55419bb03a5fc136be61a95b0b7fcda987 | 33,114,197,854,284 | 5a028162ee43c4d0e99c4023a2acf4e8644a1080 | /portal-api/src/main/java/com/channelsharing/hongqu/portal/api/controller/withdraw/WithdrawInfoModifyRequestEntity.java | 4c02b88551a0581f30a236a3c213283006fe74f3 | [
"Apache-2.0"
] | permissive | Gradven/platform-api | https://github.com/Gradven/platform-api | fb9f67e4a2a513370b3f6175e23dcf07d1cdee9e | 2f3740df0591e95e368713b0bb502e122d9ff650 | refs/heads/master | 2023-04-29T12:39:46.385000 | 2021-05-08T09:51:04 | 2021-05-08T09:51:04 | 365,476,378 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright © 2016-2022 liuhangjun All rights reserved.
*/
package com.channelsharing.hongqu.portal.api.controller.withdraw;
import java.math.BigDecimal;
import org.hibernate.validator.constraints.Length;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import javax.validation.constrain... | UTF-8 | Java | 948 | java | WithdrawInfoModifyRequestEntity.java | Java | [
{
"context": "/**\n * Copyright © 2016-2022 liuhangjun All rights reserved.\n */\npackage com.chan",
"end": 36,
"score": 0.7643463015556335,
"start": 34,
"tag": "USERNAME",
"value": "li"
},
{
"context": "/**\n * Copyright © 2016-2022 liuhangjun All rights reserved.\n */\npa... | null | [] | /**
* Copyright © 2016-2022 liuhangjun All rights reserved.
*/
package com.channelsharing.hongqu.portal.api.controller.withdraw;
import java.math.BigDecimal;
import org.hibernate.validator.constraints.Length;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import javax.validation.constrain... | 948 | 0.724638 | 0.687198 | 42 | 18.714285 | 21.114525 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.880952 | false | false | 12 |
26b7f14371c6c4efeb13a26904e0694c06c94212 | 7,404,523,618,487 | f2be0888996a3490a8a31c6bbbf6a54b3489a29e | /app/src/main/java/com/wshomeup/viewpager/fragment/twoFragment.java | cc7bd0386c4fbe0e6ccf46af5a36d4dfa41d0f8a | [] | no_license | palmfuture/ViewPager-Example | https://github.com/palmfuture/ViewPager-Example | f848c8f15bc86fd92c1d4b55bd7dbb1105af0eae | ae217cc2a3f97bbe4d8d55f25a3b196c5b49579c | refs/heads/master | 2021-06-27T02:25:46.691000 | 2017-09-13T09:15:16 | 2017-09-13T09:15:16 | 103,377,673 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wshomeup.viewpager.fragment;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.wshomeup.viewpager.R;
public class twoFragment extends Fragment {
private static final String ARG_SE... | UTF-8 | Java | 908 | java | twoFragment.java | Java | [] | null | [] | package com.wshomeup.viewpager.fragment;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.wshomeup.viewpager.R;
public class twoFragment extends Fragment {
private static final String ARG_SE... | 908 | 0.723568 | 0.722467 | 32 | 27.34375 | 25.923697 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59375 | false | false | 12 |
4f2904b66296b379977c117144c2547b71563842 | 6,305,012,005,367 | a901645b5f1b342a9cb5f0f53a091707b37d2564 | /src/main/java/fi/jpalomaki/deltacloud/http/DriverHeadersSettingInterceptor.java | 7f344d200ecc5e2b173630a426a56647038cb353 | [] | no_license | jpalomaki/deltacloud-client | https://github.com/jpalomaki/deltacloud-client | b693472280b29be3e0a5dc9d2d6622bdf619d694 | ac0b7992b0b7509fb1783ee4ed1f1752eb8d5a85 | refs/heads/master | 2016-09-07T19:09:46.839000 | 2012-03-25T21:50:16 | 2012-03-25T21:50:16 | 3,653,318 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fi.jpalomaki.deltacloud.http;
import java.io.IOException;
import fi.jpalomaki.deltacloud.Driver;
import org.springframework.util.Assert;
import org.springframework.http.HttpRequest;
import org.springframework.http.client.*;
/**
* This interceptor sets the <code>X-Deltacloud-Driver</code> and
* <code>X-Delta... | UTF-8 | Java | 1,500 | java | DriverHeadersSettingInterceptor.java | Java | [
{
"context": "ovider</code> HTTP request headers.\n * \n * @author jpalomaki\n */\npublic final class DriverHeadersSettingInterc",
"end": 388,
"score": 0.999610185623169,
"start": 379,
"tag": "USERNAME",
"value": "jpalomaki"
}
] | null | [] | package fi.jpalomaki.deltacloud.http;
import java.io.IOException;
import fi.jpalomaki.deltacloud.Driver;
import org.springframework.util.Assert;
import org.springframework.http.HttpRequest;
import org.springframework.http.client.*;
/**
* This interceptor sets the <code>X-Deltacloud-Driver</code> and
* <code>X-Delta... | 1,500 | 0.706667 | 0.706667 | 43 | 33.88372 | 30.987026 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.581395 | false | false | 12 |
f3c3227425d62fdf4df6cc175e02feac01e68612 | 14,379,550,568,113 | f828c89f41a745bf4796045016e64c5655073335 | /Java8/src/chap03/CheckOverFlow.java | 1c34b8357d45270b5a05172e06ec39d0ea4ec6ec | [] | no_license | min33sky/Java | https://github.com/min33sky/Java | 2d98ccf0db911162eef5db0aa98e9ab1d0ead193 | 74d7bba658fb674fb68abc9ed9b6976dd1c0671f | refs/heads/master | 2016-08-09T19:08:40.632000 | 2016-02-01T19:37:48 | 2016-02-01T19:37:48 | 43,895,427 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chap03;
public class CheckOverFlow {
public static void main(String[] args) {
try{
int result = safeAdd(200000000, 2000000000);
System.out.println(result);
}catch(ArithmeticException e){
System.out.println("오버플로우가 발생하여 정확한 값 계산 불가");
}
}
public static int safeAdd(int left, i... | UTF-8 | Java | 799 | java | CheckOverFlow.java | Java | [] | null | [] | package chap03;
public class CheckOverFlow {
public static void main(String[] args) {
try{
int result = safeAdd(200000000, 2000000000);
System.out.println(result);
}catch(ArithmeticException e){
System.out.println("오버플로우가 발생하여 정확한 값 계산 불가");
}
}
public static int safeAdd(int left, i... | 799 | 0.625538 | 0.592539 | 27 | 23.814816 | 22.674896 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.814815 | false | false | 12 |
461df454c29e062880cb9da6168c23fa7a376627 | 14,379,550,564,860 | 7747ebb9d3c3107b02b3e64a216926603cc6760d | /java/gwt/gwt-web/src/main/java/mobi/openddr/examples/gwtcanvasdemo/module/client/requestfactory/proxy/PersonProxy.java | 03c857d9d6c3d438ef0edfef0659f595de6c7b15 | [
"Apache-2.0"
] | permissive | OpenDDRmobi/openddr-examples | https://github.com/OpenDDRmobi/openddr-examples | e94606bcd46c6c22fa0667398eaaa4d2cc42164e | 3bb3b31ba9dd49ef880531fc36f73e892d009bf8 | refs/heads/master | 2022-12-21T04:58:24.270000 | 2021-05-03T00:26:39 | 2021-05-03T00:26:39 | 82,101,638 | 0 | 1 | Apache-2.0 | false | 2022-12-16T09:52:59 | 2017-02-15T20:08:21 | 2021-05-03T00:26:54 | 2022-12-16T09:52:56 | 8,517 | 0 | 1 | 6 | HTML | false | false | package mobi.openddr.examples.gwtcanvasdemo.module.client.requestfactory.proxy;
import java.math.BigDecimal;
import java.util.Date;
import javax.validation.constraints.NotNull;
import org.hibernate.validator.constraints.NotEmpty;
import mobi.openddr.examples.gwtcanvasdemo.model.domain.Person;
import mobi.openddr.ex... | UTF-8 | Java | 1,140 | java | PersonProxy.java | Java | [] | null | [] | package mobi.openddr.examples.gwtcanvasdemo.module.client.requestfactory.proxy;
import java.math.BigDecimal;
import java.util.Date;
import javax.validation.constraints.NotNull;
import org.hibernate.validator.constraints.NotEmpty;
import mobi.openddr.examples.gwtcanvasdemo.model.domain.Person;
import mobi.openddr.ex... | 1,140 | 0.808772 | 0.808772 | 45 | 24.333334 | 25.394663 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.111111 | false | false | 12 |
c5b725a35a6702fd33404d5938ae62f27077a7db | 19,653,770,349,195 | 5b5b2dea82159beef734fc67b204726b6e3d4145 | /backend/tcc/src/main/java/com/projeto/tcc/controladores/MarcasControlador.java | 5547495d8253ece2777c75149d5ac74f345f7bb2 | [] | no_license | IagoSilvaSantos/Erp | https://github.com/IagoSilvaSantos/Erp | 9feb789311e2f4dec2776ea40da767dd804bf420 | 6055ca450267c13cf4ce052c94a3330325082d7d | refs/heads/master | 2023-01-29T01:39:55.514000 | 2020-12-07T20:19:18 | 2020-12-07T20:19:18 | 305,103,946 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.projeto.tcc.controladores;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annot... | UTF-8 | Java | 1,912 | java | MarcasControlador.java | Java | [] | null | [] | package com.projeto.tcc.controladores;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annot... | 1,912 | 0.795502 | 0.795502 | 58 | 31.965517 | 26.171824 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.086207 | false | false | 12 |
718f6e7ee54c22dddfa15b193304c696d42731d9 | 10,660,108,863,542 | 8289a8696fdbc2746473406f1622d51c3206a6f6 | /app/src/main/java/eh/workout/journal/com/workoutjournal/ui/MainActivity.java | f63ee93c969b097ced6fd8fe61b778c2957adfde | [] | no_license | EugeneHoran/WorkoutJournal | https://github.com/EugeneHoran/WorkoutJournal | e10b007641ee48992a0a4e55a2345cdc70125a61 | af4e9ee6c3513de211db99c3cd9a0ce73e4a040b | refs/heads/master | 2021-09-04T07:25:40.519000 | 2018-01-17T01:28:46 | 2018-01-17T01:28:46 | 114,067,092 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eh.workout.journal.com.workoutjournal.ui;
import android.content.Intent;
import android.databinding.DataBindingUtil;
import android.databinding.ObservableBoolean;
import android.os.Build;
import android.os.Bundle;
import android.support.transition.Explode;
import android.support.v4.app.Fragment;
import android... | UTF-8 | Java | 5,411 | java | MainActivity.java | Java | [] | null | [] | package eh.workout.journal.com.workoutjournal.ui;
import android.content.Intent;
import android.databinding.DataBindingUtil;
import android.databinding.ObservableBoolean;
import android.os.Build;
import android.os.Bundle;
import android.support.transition.Explode;
import android.support.v4.app.Fragment;
import android... | 5,411 | 0.683423 | 0.682683 | 122 | 43.352459 | 32.109169 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.622951 | false | false | 12 |
8dd21d215224105ddae431cd99b2733c80415832 | 28,123,445,889,700 | 1ba1fbd531e6d0b87144e551bb33b84600203a04 | /ksi-api/src/main/java/com/guardtime/ksi/PublicationsHandlerBuilder.java | a54abe30238e6b9821ff55bd520f344b5fc6421b | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | guardtime/ksi-java-sdk | https://github.com/guardtime/ksi-java-sdk | 92006e0c066ded63d434ea52fd2b513bcb4dc02f | de756956bd9432d47bee0f675970ec03631e8b32 | refs/heads/master | 2023-07-10T18:45:27.093000 | 2022-01-11T07:45:55 | 2022-01-11T07:45:55 | 43,287,559 | 11 | 4 | Apache-2.0 | false | 2021-04-28T12:24:02 | 2015-09-28T07:56:19 | 2021-04-28T12:16:21 | 2021-04-28T12:23:51 | 12,679 | 18 | 2 | 1 | Java | false | false | /*
* Copyright 2013-2018 Guardtime, Inc.
*
* This file is part of the Guardtime client SDK.
*
* 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/LICEN... | UTF-8 | Java | 7,255 | java | PublicationsHandlerBuilder.java | Java | [] | null | [] | /*
* Copyright 2013-2018 Guardtime, Inc.
*
* This file is part of the Guardtime client SDK.
*
* 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/LICEN... | 7,255 | 0.743487 | 0.739766 | 166 | 42.710842 | 38.969875 | 193 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421687 | false | false | 12 |
004e0bb3f7f39f1fb9060f8da036fc18c9214cd6 | 23,914,377,936,966 | 072f375947c860a39b6bee32d468a22950689613 | /huanbao_backend/service/src/main/java/com/fwtai/service/core/MenuService.java | f9c72331bdfcd662dfa85f7e2e58bf5e0d88a624 | [] | no_license | gzstyp/huanbao | https://github.com/gzstyp/huanbao | 84e250061cb637418ec8b650591065b72b9c8502 | a80c082ab00f8ab9da09c46c1e4d550cff33b3ed | refs/heads/master | 2023-09-04T16:25:33.281000 | 2021-11-23T09:40:52 | 2021-11-23T09:40:52 | 366,070,203 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fwtai.service.core;
import com.fwtai.bean.Menu;
import com.fwtai.bean.PageFormData;
import com.fwtai.config.ConfigFile;
import com.fwtai.core.MenuDao;
import com.fwtai.service.DataService;
import com.fwtai.tool.ToolClient;
import com.fwtai.tool.ToolMenuBean;
import com.fwtai.tool.ToolMenuEntity;
import com... | UTF-8 | Java | 9,979 | java | MenuService.java | Java | [
{
"context": "l.List;\nimport java.util.Map;\n\n/**\n * 菜单管理\n * @作者 田应平\n * @版本 v1.0\n * @创建时间 2020-02-20 15:31\n * @QQ号码 44",
"end": 549,
"score": 0.9987848997116089,
"start": 546,
"tag": "NAME",
"value": "田应平"
},
{
"context": "创建时间 2020-02-20 15:31\n * @QQ号码 444141300\n * @Email s... | null | [] | package com.fwtai.service.core;
import com.fwtai.bean.Menu;
import com.fwtai.bean.PageFormData;
import com.fwtai.config.ConfigFile;
import com.fwtai.core.MenuDao;
import com.fwtai.service.DataService;
import com.fwtai.tool.ToolClient;
import com.fwtai.tool.ToolMenuBean;
import com.fwtai.tool.ToolMenuEntity;
import com... | 9,969 | 0.609838 | 0.603082 | 228 | 40.552631 | 28.596893 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 12 |
4fa3de2aed78bfebb5013ea644e31655475e23b7 | 33,011,118,685,588 | 44a5aa7a85189383ac3ca7395d57a0648a25e842 | /java/mySqrt.java | 19808665b1556f54593c9e35c74a10fc969bb391 | [] | no_license | ny5462/LeetCodeProblems | https://github.com/ny5462/LeetCodeProblems | 3f38043e16de1079c883b336d4037eb89b47c4b3 | 466feefcdaa484d58086a4d5cd4dea2484477e1a | refs/heads/main | 2023-01-23T09:13:59.030000 | 2020-12-04T21:54:59 | 2020-12-04T21:54:59 | 318,643,407 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
getting square root uptil only before the decimal using newton method
creidts -https://leetcode.com/problems/sqrtx/solution/
TC-O(logN)
**/
class Solution {
public int mySqrt(int x) {
if (x < 2) return x;
double x0 = x;
double x1 = (x0 + x / x0) / 2.0;
while (Math.abs(x0 - x1) >= 1) {
x0 =... | UTF-8 | Java | 390 | java | mySqrt.java | Java | [] | null | [] | /**
getting square root uptil only before the decimal using newton method
creidts -https://leetcode.com/problems/sqrtx/solution/
TC-O(logN)
**/
class Solution {
public int mySqrt(int x) {
if (x < 2) return x;
double x0 = x;
double x1 = (x0 + x / x0) / 2.0;
while (Math.abs(x0 - x1) >= 1) {
x0 =... | 390 | 0.558974 | 0.512821 | 19 | 19.526316 | 18.882931 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 12 |
a27847ad0186235e3b8a1e70b37593886314e923 | 16,939,351,060,846 | 19a9587879350844b8c32bd97342b35ca0956c26 | /src/main/java/com/hanpass/epay/admin/kyc/KycController.java | c85780d5d3ace48f831c5da435cb1ece1795a885 | [] | no_license | realdew/EpayHanpassAdmin | https://github.com/realdew/EpayHanpassAdmin | cd7e293918cd0d050d9bed6f469aecd2fcb1ea63 | 23217945137861a2bb5666a8252b209f189e5583 | refs/heads/master | 2021-06-21T22:28:13.314000 | 2019-10-27T14:10:15 | 2019-10-27T14:10:15 | 217,862,500 | 0 | 0 | null | false | 2021-04-26T19:38:29 | 2019-10-27T13:54:32 | 2019-10-27T14:10:17 | 2021-04-26T19:38:29 | 62 | 0 | 0 | 1 | Java | false | false | package com.hanpass.epay.admin.kyc;
import java.util.Date;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframe... | UTF-8 | Java | 6,772 | java | KycController.java | Java | [
{
"context": "sonRequest로만 요청을 받고, JsonReponse로만 리턴함.\n * @author lee\n *\n */\n@RestController\n@RequestMapping(\"/admin\")\n",
"end": 1274,
"score": 0.9477535486221313,
"start": 1271,
"tag": "USERNAME",
"value": "lee"
}
] | null | [] | package com.hanpass.epay.admin.kyc;
import java.util.Date;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframe... | 6,772 | 0.708295 | 0.707527 | 182 | 34.76923 | 34.553059 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.071429 | false | false | 12 |
ef6386515aa955301c7ec1e55b36a11b52a165d9 | 17,712,445,170,878 | f6fed9dcd987e4ea3d893aba79ccd96d76aa2fa9 | /src/main/java/com/javasampleapproach/rabbitmq/web/WebController.java | 7a3ca9d0431965b2a76774ea7385088a812cef63 | [] | no_license | netaosman/SpringRabbitMqProducer | https://github.com/netaosman/SpringRabbitMqProducer | 5bd416e8124090f1eb6fde87545a28f3eea8a63a | 1d546839347fe411750d015a9bd04714b3b29ea3 | refs/heads/master | 2020-04-07T21:38:06.834000 | 2018-11-22T17:54:38 | 2018-11-22T17:54:38 | 158,734,952 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javasampleapproach.rabbitmq.web;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.util.JSONPObject;
import com.javasampleapproach.rabbitmq.model.Currency;
import org.springframework.beans.BeanUtils;
import org.sp... | UTF-8 | Java | 1,739 | java | WebController.java | Java | [] | null | [] | package com.javasampleapproach.rabbitmq.web;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.util.JSONPObject;
import com.javasampleapproach.rabbitmq.model.Currency;
import org.springframework.beans.BeanUtils;
import org.sp... | 1,739 | 0.705003 | 0.705003 | 60 | 27.983334 | 26.644257 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 12 |
59e5baddbb84d3beca3d53ebc52463cec610580e | 14,817,637,210,393 | 882689579ec05905990c2eac31f68bc848a3d484 | /src/main/java/com/empresa/entities/Horario.java | 436b4b9057574250758eda28cbbda9b943b95cd8 | [] | no_license | ManuelRivera199/busesControl | https://github.com/ManuelRivera199/busesControl | 765a8146d1167016b29d1a6871851453d5d9f77b | 05415ba2e3e5de2a2411e03119cc88fa4d199922 | refs/heads/master | 2020-05-25T17:52:02.599000 | 2019-05-21T21:39:49 | 2019-05-21T21:39:49 | 187,917,211 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.empresa.entities;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.per... | UTF-8 | Java | 3,317 | java | Horario.java | Java | [] | null | [] |
package com.empresa.entities;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.per... | 3,317 | 0.656617 | 0.655713 | 108 | 28.694445 | 28.10083 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 12 |
6796e155c2a50e81d84b4c4a2ee89174171305ee | 9,912,784,568,237 | a4581224333cad55b6c69cd7b96121cf22e08775 | /firstClass/一阶段考试/964100803-郑天威-一阶段/编程题1/Person.java | 292b5dcbf27c267b31e1c8fc88a1eee31eb71985 | [] | no_license | persueahead/lemon | https://github.com/persueahead/lemon | c7cc2fa11458da3aed8e8eb124afef6a20640a3e | 6379abfd60881007d8dc2efef7a7ac3b99fd9241 | refs/heads/main | 2023-02-18T02:18:49.973000 | 2021-01-06T03:09:26 | 2021-01-06T03:09:26 | 325,274,156 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xuanzeti;
public interface Person {
void speak();
void run();
}
| UTF-8 | Java | 73 | java | Person.java | Java | [] | null | [] | package xuanzeti;
public interface Person {
void speak();
void run();
}
| 73 | 0.712329 | 0.712329 | 6 | 11.166667 | 8.72576 | 25 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
13e2d9db46352a10386078825c05281fa5364401 | 6,193,342,841,179 | eb3bfe2bbb32b11f43f06282ff70dff62955f65d | /SIF3InfraREST/sif3Datamodel/src/systemic/sif/dd/jaxb/ActivityType.java | 6183698d64a68f776e03da46339adab9e7af0312 | [
"Apache-2.0"
] | permissive | nsip/sif-rest-demo-java | https://github.com/nsip/sif-rest-demo-java | 4b1c11f70438318cdd3132cb34ca40878c2e8695 | 6f45cd852e361ddb5ca9df93dbd73be2fbbf47d8 | refs/heads/master | 2021-05-15T01:35:38.842000 | 2019-09-04T06:19:36 | 2019-09-04T06:19:36 | 11,968,713 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package systemic.sif.dd.jaxb;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.b... | UTF-8 | Java | 72,331 | java | ActivityType.java | Java | [] | null | [] |
package systemic.sif.dd.jaxb;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.b... | 72,331 | 0.524934 | 0.517593 | 1,998 | 34.200699 | 31.462488 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 12 |
3bc957db554c7c6342f6458cf37fe1abf7aa9a2c | 6,193,342,841,920 | 5c427f7edd3773bff2515f5feb8eec3689a4f334 | /workdone/Doctorpackage/Doctor.java | 19c072db6ec7c7c6897651411c8c35451e81d4fd | [] | no_license | srujitha1/frepository | https://github.com/srujitha1/frepository | eb03cf4eb6e3c8e1fcd340d09a9082044ca6efef | 57a40f0a008df28c32706c5b2cda29250b5f27d2 | refs/heads/master | 2022-10-17T02:21:54.238000 | 2019-07-18T11:03:49 | 2019-07-18T11:03:49 | 194,640,114 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Doctorpackage;
public class Doctor {
public Doctor() {
// TODO Auto-generated constructor stub
}
}
| UTF-8 | Java | 114 | java | Doctor.java | Java | [] | null | [] | package Doctorpackage;
public class Doctor {
public Doctor() {
// TODO Auto-generated constructor stub
}
}
| 114 | 0.710526 | 0.710526 | 9 | 11.666667 | 13.784049 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 12 |
daa22fd4a6d85dd5840662d90ffe697f508b041d | 28,028,956,640,261 | 69595a691ee7a5746c1271fb9fb1c6afcf821af2 | /app/src/main/java/itp341/klecan/casey/routina/AddTaskDialog.java | 15b2cfa926bad19d2cb17e55f78151176b84525a | [] | no_license | caseyklecan/routina | https://github.com/caseyklecan/routina | a1ffc7ed60ac17b1c06374ead679fa922283a4c1 | 5636458b678b2e14032afc6462c7040bf40f6abe | refs/heads/master | 2021-08-30T02:38:14.633000 | 2017-12-15T19:03:00 | 2017-12-15T19:03:00 | 112,786,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package itp341.klecan.casey.routina;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.app.Fragment;
import android.support.v4.app.DialogFragment;
import android.view.LayoutInflater;
import android.view.View;
import android.widg... | UTF-8 | Java | 4,753 | java | AddTaskDialog.java | Java | [] | null | [] | package itp341.klecan.casey.routina;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.app.Fragment;
import android.support.v4.app.DialogFragment;
import android.view.LayoutInflater;
import android.view.View;
import android.widg... | 4,753 | 0.552704 | 0.551231 | 123 | 37.642277 | 29.399721 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.528455 | false | false | 12 |
27e20f8c18c8c6b543255e5baf7a8d4a0ff94536 | 18,665,927,908,110 | 4c30614781349ded772867fad1c6ca4ddbc9b450 | /src/main/java/com/xad/pig/udf/hll/HyperLogLogUdfBase.java | 728b8560784881f9236952ba9eb37dea107d94f4 | [] | no_license | xadrnd/pig-hll | https://github.com/xadrnd/pig-hll | 3034ee391af18aa092d9419a5b43402417799cfb | 892b3f9f58b8d0d12bf744c25c936c0fac52b77d | refs/heads/master | 2021-01-10T21:35:31.745000 | 2017-03-01T21:41:56 | 2017-03-01T21:41:56 | 31,248,021 | 0 | 4 | null | false | 2015-04-24T22:34:08 | 2015-02-24T06:41:20 | 2015-03-06T21:55:11 | 2015-04-24T22:34:07 | 191 | 0 | 4 | 0 | Java | null | null | package com.xad.pig.udf.hll;
import com.google.common.hash.HashFunction;
import com.google.common.hash.Hasher;
import com.google.common.hash.Hashing;
import net.agkn.hll.HLL;
import net.agkn.hll.util.NumberUtil;
import org.apache.pig.Algebraic;
import org.apache.pig.EvalFunc;
import org.apache.pig.backend.executioneng... | UTF-8 | Java | 8,257 | java | HyperLogLogUdfBase.java | Java | [
{
"context": "t.Charset;\nimport java.util.Arrays;\n\n/**\n* author: karthik\n* date: 2/23/15\n*/\n\npublic abstract class HyperLo",
"end": 559,
"score": 0.9987334609031677,
"start": 552,
"tag": "USERNAME",
"value": "karthik"
}
] | null | [] | package com.xad.pig.udf.hll;
import com.google.common.hash.HashFunction;
import com.google.common.hash.Hasher;
import com.google.common.hash.Hashing;
import net.agkn.hll.HLL;
import net.agkn.hll.util.NumberUtil;
import org.apache.pig.Algebraic;
import org.apache.pig.EvalFunc;
import org.apache.pig.backend.executioneng... | 8,257 | 0.618869 | 0.611118 | 221 | 36.366516 | 34.896572 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.742081 | false | false | 12 |
f4ca99e682e7a063403afaa5c8ddd1f3009288cd | 31,396,210,978,011 | fddb7a328d4fc358946fc6e97c50daf1d6379ece | /demo/src/main/java/com/example/demo/Vehicle/Vehicle.java | 1e41a2611f9d39a18ff8b7ecd1302897abd10052 | [] | no_license | logiudicev/Windows10_MS_SQL_Capstone | https://github.com/logiudicev/Windows10_MS_SQL_Capstone | e498f0ddb0bc3b1843456784f830fcda5a623369 | 4509330b30219db590efbd9e027b6afd5c9d06dd | refs/heads/main | 2023-04-14T02:20:24.195000 | 2021-04-17T08:00:32 | 2021-04-17T08:00:32 | 358,819,464 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.Vehicle;
import com.example.demo.Mission.Mission;
import com.example.demo.Soldier.Soldier;
import com.fasterxml.jackson.annotation.JsonIgnore;
import javax.persistence.*;
import java.util.Set;
@Entity
@Table(name="vehicle")
public class Vehicle{
@Id
@GeneratedValue(strategy = Genera... | UTF-8 | Java | 1,962 | java | Vehicle.java | Java | [] | null | [] | package com.example.demo.Vehicle;
import com.example.demo.Mission.Mission;
import com.example.demo.Soldier.Soldier;
import com.fasterxml.jackson.annotation.JsonIgnore;
import javax.persistence.*;
import java.util.Set;
@Entity
@Table(name="vehicle")
public class Vehicle{
@Id
@GeneratedValue(strategy = Genera... | 1,962 | 0.633027 | 0.633027 | 91 | 20.56044 | 18.79631 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.351648 | false | false | 12 |
f87fa5bf67f2b4b28f6efa33b6569d6bc21501e6 | 35,751,307,781,203 | 91ef9aef5560990b212e049bc765a5e059d764d5 | /Application/src/main/java/pl/jpelczar/pos_app/utils/Log.java | 88f6f4df6053049a45b8e0313a3975a8da6794ad | [] | no_license | jpelczar/PointOfSale | https://github.com/jpelczar/PointOfSale | d8aab0cbf7c047b87d39cf62bb8dbd00ef34c8a4 | d0480d3f064fb17402ac877b80e7dfe795701794 | refs/heads/master | 2020-04-11T03:00:34.475000 | 2016-06-30T16:38:43 | 2016-06-30T16:38:43 | 61,957,529 | 0 | 0 | null | false | 2016-06-30T16:38:44 | 2016-06-25T19:03:15 | 2016-06-30T16:16:53 | 2016-06-30T16:38:44 | 85 | 0 | 0 | 0 | Java | null | null | package pl.jpelczar.pos_app.utils;
/**
* Created by jpelczar on 28.06.16.
*/
public class Log {
public static void echo(String message) {
System.out.println(message);
}
}
| UTF-8 | Java | 191 | java | Log.java | Java | [
{
"context": "kage pl.jpelczar.pos_app.utils;\n\n/**\n * Created by jpelczar on 28.06.16.\n */\npublic class Log {\n\n public s",
"end": 62,
"score": 0.999589204788208,
"start": 54,
"tag": "USERNAME",
"value": "jpelczar"
}
] | null | [] | package pl.jpelczar.pos_app.utils;
/**
* Created by jpelczar on 28.06.16.
*/
public class Log {
public static void echo(String message) {
System.out.println(message);
}
}
| 191 | 0.643979 | 0.612565 | 11 | 16.363636 | 16.853771 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 12 |
6e3d2fc16f253211cae4f494bf7cb06929691f7e | 20,031,727,524,499 | 9cef27e900f7b5bc9e3936fc67cf0db2543ebd64 | /SWING/lab7/lab7_2.java | 0ff0685abe2125efeaaba76513e8e8b1c2bf9e6f | [] | no_license | ReazulHasan/AdvancedJava_CourseContents-and-PracticeCodes | https://github.com/ReazulHasan/AdvancedJava_CourseContents-and-PracticeCodes | d23ca37d85baec3d2e75b620866d432c02a30e7d | f3bc88f7cd53e895826eec7470215d10aa516346 | refs/heads/master | 2016-09-09T12:46:05.194000 | 2014-05-03T17:06:18 | 2014-05-03T17:06:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import javax.swing.event.*;
import java.awt.*;
import java.awt.event.*;
public class lab7_2 extends JFrame {
JList lstNames;
class MyListModel implements ListModel {
String strNames[] = {"CSE121","CSE122","CSE123","CSE131",
"CSE223","CSE331","CSE325","CSE400","CSE413"};
public void add... | UTF-8 | Java | 892 | java | lab7_2.java | Java | [] | null | [] | import javax.swing.*;
import javax.swing.event.*;
import java.awt.*;
import java.awt.event.*;
public class lab7_2 extends JFrame {
JList lstNames;
class MyListModel implements ListModel {
String strNames[] = {"CSE121","CSE122","CSE123","CSE131",
"CSE223","CSE331","CSE325","CSE400","CSE413"};
public void add... | 892 | 0.701794 | 0.662556 | 36 | 23.777779 | 21.293076 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.833333 | false | false | 12 |
3ce112bcb7b148aa41a4986bf20a8e1ec7587c43 | 27,419,071,268,689 | 6be39fc2c882d0b9269f1530e0650fd3717df493 | /weixin反编译/sources/com/tencent/mm/plugin/webview/wepkg/utils/d.java | f1a75b0af8b988af97b6f4af7787d1c0d0e07da9 | [] | no_license | sir-deng/res | https://github.com/sir-deng/res | f1819af90b366e8326bf23d1b2f1074dfe33848f | 3cf9b044e1f4744350e5e89648d27247c9dc9877 | refs/heads/master | 2022-06-11T21:54:36.725000 | 2020-05-07T06:03:23 | 2020-05-07T06:03:23 | 155,177,067 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.mm.plugin.webview.wepkg.utils;
import android.content.SharedPreferences;
import android.net.Uri;
import android.webkit.URLUtil;
import com.tencent.mm.a.g;
import com.tencent.mm.plugin.webview.wepkg.ipc.WepkgMainProcessService;
import com.tencent.mm.plugin.webview.wepkg.ipc.WepkgMainProcessTask;
imp... | UTF-8 | Java | 5,769 | java | d.java | Java | [] | null | [] | package com.tencent.mm.plugin.webview.wepkg.utils;
import android.content.SharedPreferences;
import android.net.Uri;
import android.webkit.URLUtil;
import com.tencent.mm.a.g;
import com.tencent.mm.plugin.webview.wepkg.ipc.WepkgMainProcessService;
import com.tencent.mm.plugin.webview.wepkg.ipc.WepkgMainProcessTask;
imp... | 5,769 | 0.518287 | 0.5117 | 193 | 28.891191 | 22.424625 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.554404 | false | false | 12 |
c0ea172e4391d78e3f9eee5d792754150a8b6735 | 21,706,764,783,862 | d41ed52dfee4130d8eb2de45f62f9610fcef38d5 | /SRIRAM_SELENIUM1/src/robot_window_Interfaces/Capture_Screen_With_Robot.java | 0ffe896a42348147d37dfd9c732535a93ae44c4a | [] | no_license | Sriram2203/selenium_practice | https://github.com/Sriram2203/selenium_practice | 32c1b42b43e0dc512dbc68b83a4a6e4ede78c6bd | 98dd1d63c2c3d4efe27e4a5dfd0ba8c59c4804ed | refs/heads/master | 2023-05-06T02:54:48.885000 | 2021-06-05T07:17:12 | 2021-06-05T07:17:12 | 374,037,896 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package robot_window_Interfaces;
import java.awt.Dimension;
import java.awt.Rectangle;
import java.awt.Robot;
import java.awt.Toolkit;
import java.awt.image.BufferedImage;
import java.io.File;
import javax.imageio.ImageIO;
import org.openqa.selenium.firefox.FirefoxDriver;
public class Capture_Screen_Wi... | UTF-8 | Java | 1,029 | java | Capture_Screen_With_Robot.java | Java | [] | null | [] | package robot_window_Interfaces;
import java.awt.Dimension;
import java.awt.Rectangle;
import java.awt.Robot;
import java.awt.Toolkit;
import java.awt.image.BufferedImage;
import java.io.File;
import javax.imageio.ImageIO;
import org.openqa.selenium.firefox.FirefoxDriver;
public class Capture_Screen_Wi... | 1,029 | 0.725947 | 0.718173 | 36 | 26.583334 | 26.412724 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 12 |
3aa14d77e711e18e742b8d6191a56ecddb5b97b6 | 27,711,128,995,653 | c0a5f5182d78532ade5d65a63d213dca49f048e5 | /LMSRemote/src/org/mk/rc/intf/FavoriteListBeanRemote.java | 7d7fddf0bb08ff42968a356f851858352619ad6a | [] | no_license | alemnew/WebArch | https://github.com/alemnew/WebArch | 7334bac1b444018d5063310f523d5b3dc9844721 | 1bc27625c482c842d9edafc77e9d8421c62589e8 | refs/heads/master | 2020-04-15T20:08:55.018000 | 2017-05-26T21:43:10 | 2017-05-26T21:43:10 | 9,002,556 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.mk.rc.intf;
import java.util.List;
import javax.ejb.Remote;
import org.mk.rc.entity.Publication;
/**
*
* @author alemnew
*/
@Remote
public interface FavoriteListBeanRemote {
public String addToFavor... | UTF-8 | Java | 573 | java | FavoriteListBeanRemote.java | Java | [
{
"context": "t org.mk.rc.entity.Publication;\n\n/**\n *\n * @author alemnew\n */\n@Remote\npublic interface FavoriteListBeanRemo",
"end": 236,
"score": 0.9996471405029297,
"start": 229,
"tag": "USERNAME",
"value": "alemnew"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.mk.rc.intf;
import java.util.List;
import javax.ejb.Remote;
import org.mk.rc.entity.Publication;
/**
*
* @author alemnew
*/
@Remote
public interface FavoriteListBeanRemote {
public String addToFavor... | 573 | 0.715532 | 0.715532 | 30 | 18.1 | 18.63393 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 12 |
2c47c15a87798c917602a8ab581d9c48b5e4b51e | 6,167,573,042,808 | 6e436c65eefdaa503302c1eaa576243722a2738d | /ysbaseline/src/com/yszoe/sys/action/MessageAction.java | 3317f88346f179adead3bac15ba817a002243d5d | [] | no_license | pradp/yspro | https://github.com/pradp/yspro | c167643af359a982240645a729f0703cdc321c78 | f41dccff9fd8412b346d099e2ea7e6d83bbb4b98 | refs/heads/master | 2021-01-10T04:38:02.946000 | 2012-01-05T06:55:25 | 2012-01-05T06:55:25 | 44,373,379 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yszoe.sys.action;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.sql.Blob;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.servlet.ServletOutputStream;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.logg... | UTF-8 | Java | 2,395 | java | MessageAction.java | Java | [] | null | [] | package com.yszoe.sys.action;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.sql.Blob;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.servlet.ServletOutputStream;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.logg... | 2,395 | 0.665402 | 0.662453 | 104 | 20.817308 | 18.95225 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.009615 | false | false | 12 |
97f0fc11427805117427e3ba9fe187b95b13723f | 13,005,161,036,157 | fe74c4f91880b9f03a69277e1832688ee54e352d | /src/com/securens/dao/impl/AlaramPanelNotRespondingInfoDAOImpl.java | 11fefe94691c2db5a6a476d52f3365a6769c33c4 | [] | no_license | v4u2chat/securens | https://github.com/v4u2chat/securens | af2d39a0b5ebbb44fc2016b5d6cf96c3a8d34921 | 6f9697c97958cfad475fce4ed8afae21037d1850 | refs/heads/master | 2016-09-03T06:22:02.778000 | 2014-02-01T20:22:13 | 2014-02-01T20:22:13 | 32,195,499 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.securens.dao.impl;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Vector;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.ste... | UTF-8 | Java | 12,327 | java | AlaramPanelNotRespondingInfoDAOImpl.java | Java | [] | null | [] | package com.securens.dao.impl;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Vector;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.ste... | 12,327 | 0.758903 | 0.754117 | 226 | 52.544247 | 59.864227 | 494 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.933628 | false | false | 12 |
bb3dd99eebe457ce172c4ae6d0c3942cb21f6aae | 23,381,801,985,989 | b4a281ac7a61474de9ed125d1455e6786eb87638 | /risesin-feature/risesin-service/risesin-agent/src/main/java/com/risesin/agent/dao/ComPermissionDao.java | caecf941f49267963a77f86571ce6fd3ee2b5a78 | [
"Apache-2.0"
] | permissive | douit/snack-risesin | https://github.com/douit/snack-risesin | cbbbf608dd72ee4a472056c072050a3636b325ad | b4cc032d599803c70e5f754c1655a94dca6579e1 | refs/heads/master | 2022-11-22T13:51:29.972000 | 2020-07-23T15:19:16 | 2020-07-23T15:19:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.risesin.agent.dao;
import com.risesin.agent.entity.ComPermission;
import com.risesin.core.base.BaseDao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
/**
* comPermission数据访问接口
*
* @author Administrator
*/
public i... | UTF-8 | Java | 483 | java | ComPermissionDao.java | Java | [
{
"context": "xecutor;\n\n/**\n * comPermission数据访问接口\n *\n * @author Administrator\n */\npublic interface ComPermissionDao extends Jpa",
"end": 307,
"score": 0.8949029445648193,
"start": 294,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.risesin.agent.dao;
import com.risesin.agent.entity.ComPermission;
import com.risesin.core.base.BaseDao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
/**
* comPermission数据访问接口
*
* @author Administrator
*/
public i... | 483 | 0.823779 | 0.823779 | 15 | 30.4 | 40.443871 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 12 |
67eecdfa6f05dfd0a6b835cd73a6250300ea7f15 | 17,368,847,808,532 | 211b921b7305dc46fbd21b7a88e0741c7cb96fa6 | /1295-Find-Numbers-with-Even-Number-of-Digits/src/Solution1.java | a988f44313507376e031ee52174880d89ee00438 | [
"MIT"
] | permissive | ooklwq/Leetcode | https://github.com/ooklwq/Leetcode | a9acf88abeb42b9292b4d912d4e2d75f84592f72 | 3f372a9454160ef68010729e380030b7d8077bdd | refs/heads/master | 2021-07-11T16:27:56.814000 | 2021-05-15T13:27:50 | 2021-05-15T13:27:50 | 245,818,305 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Solution1 {
//Time Complexity: O(n)
//Space Complexity: O(1)
public int findNumbers(int[] nums) {
int res = 0;
for (int num : nums) {
if (String.valueOf(num).length() % 2 == 0) {
res ++;
}
}
return res;
}
} | UTF-8 | Java | 301 | java | Solution1.java | Java | [] | null | [] | class Solution1 {
//Time Complexity: O(n)
//Space Complexity: O(1)
public int findNumbers(int[] nums) {
int res = 0;
for (int num : nums) {
if (String.valueOf(num).length() % 2 == 0) {
res ++;
}
}
return res;
}
} | 301 | 0.438538 | 0.421927 | 14 | 20.571428 | 14.831021 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 12 |
11cd80704f9053e401f717db91e5dfbf444fbca3 | 3,762,391,360,527 | 3ce47b9f9dc5c61ff5bed84bf37207004cef4643 | /app/src/main/java/com/lunasystems/librarymanager/DBBookStore.java | 9b6dc0cc830b2b685771298181c5acd4b0c91948 | [] | no_license | ExtraE113/librarymanager | https://github.com/ExtraE113/librarymanager | 5d2e93f48c781d9a3776aea140cd7823bb4bb85d | 97beef4ba745cce9c58ef34f5173124dc11ca402 | refs/heads/master | 2022-11-14T02:05:13.486000 | 2017-05-02T14:55:56 | 2017-05-02T14:55:56 | 275,728,556 | 0 | 0 | null | true | 2020-06-29T04:17:45 | 2020-06-29T04:17:45 | 2017-05-02T14:57:43 | 2017-05-02T14:57:42 | 114 | 0 | 0 | 0 | null | false | false | package com.lunasystems.librarymanager;
import android.content.ContentValues;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.os.AsyncTask;
import android.util.Log;
public class DBBookStore implements BookStore {
stati... | UTF-8 | Java | 3,694 | java | DBBookStore.java | Java | [] | null | [] | package com.lunasystems.librarymanager;
import android.content.ContentValues;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.os.AsyncTask;
import android.util.Log;
public class DBBookStore implements BookStore {
stati... | 3,694 | 0.614781 | 0.613427 | 103 | 34.873787 | 28.508789 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.631068 | false | false | 12 |
3a9b3e8a8e3dbe202c4b6f1a768d0518ea4c233c | 10,050,223,506,835 | f5328c76a91b5b355f9271f4be84b386a4a53015 | /src/main/java/com/xuan/springappinfo/pojo/ThreeAPPClass.java | 1207bbd817f217c5c25b44a963619ce0915d124f | [] | no_license | yatxuan/spring-appinfo | https://github.com/yatxuan/spring-appinfo | 5531aa36347de02686a469deea930ada7a476eef | a9a4c2a4843843e8018c10ede1f03c2c991436fa | refs/heads/master | 2022-12-22T03:48:02.623000 | 2019-09-09T02:57:13 | 2019-09-09T02:57:13 | 154,631,360 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xuan.springappinfo.pojo;
public class ThreeAPPClass {
private Integer id;
private String threeappname;
private Integer twoappclassid;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getThreeappname() {
... | UTF-8 | Java | 683 | java | ThreeAPPClass.java | Java | [] | null | [] | package com.xuan.springappinfo.pojo;
public class ThreeAPPClass {
private Integer id;
private String threeappname;
private Integer twoappclassid;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getThreeappname() {
... | 683 | 0.651537 | 0.651537 | 33 | 19.727272 | 20.214415 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.30303 | false | false | 12 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.