blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e4149eb955e478ad32575b1cba79490c4c84f19a | fc259df759f35211ad2711e34d28b91d4106c2d5 | /src/main/java/org/stg/persistence/OccupationDAO.java | 93c858f4bb59150ee3a2816830c3280b6f98c7cb | [] | no_license | Savys/synthetic-data-generator | 52cc2e5d7ee33e71591a2589d0b379d4c4ab5666 | 4aac779b7f251cac1e7761fb7208eecb58000bf1 | refs/heads/master | 2021-01-15T16:41:43.475546 | 2017-08-24T06:24:16 | 2017-08-24T06:24:16 | 99,519,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | package org.stg.persistence;
import java.util.List;
import org.stg.exception.DAOException;
import org.stg.persistence.model.Occupation;
public interface OccupationDAO {
public List<Occupation> selectAll() throws DAOException;
public List<Occupation> selectWithSalary() throws DAOException;
}
| [
"savysree2@gmail.com"
] | savysree2@gmail.com |
12c1e2bd909bd51dfbc4753feead5e43339c13ab | 6bad117693370018244e6a5dee494b24b470fdf8 | /src/main/java/com/example12345/demo123/model/User.java | 7c30650c3557f773e48d14fa16c012180b0b4a34 | [] | no_license | shabrankhairi/GuestBookV.2 | 57e1ddcd3353d84e744dcbb56d4710a1a7cea30b | 16a85661a3dcdc54f8ffd1f0769673ed539b1c35 | refs/heads/master | 2020-05-16T03:47:55.015306 | 2019-04-23T03:02:22 | 2019-04-23T03:02:22 | 182,746,884 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,026 | java | package com.example12345.demo123.model;
import java.util.Date;
import javax.persistence.*;
@Entity
@Table(name="user")
public class User {
@Id
@GeneratedValue(strategy=GenerationType.AUTO)
private Integer id_pass;
private String username;
private String password;
@Version
@Column(columnDefi... | [
"shabrankhairi@gmail.com"
] | shabrankhairi@gmail.com |
af068a69bc029116d175cfe1516d00ecc25c44ac | bac681bd687d4bcceb07ec9158aac688ef58fa24 | /PetManager/src/dao/UserDaoMySQLImpl.java | cb06b7bca360f37a3c475e517942391b6dd2f46f | [] | no_license | quinthaman/JFrame- | 68f1187e8b1b18044aa4f1183a1877fc4c85c98b | cc2455ff219d3812bac998137860d238be6044d1 | refs/heads/master | 2021-01-23T07:44:39.197669 | 2017-03-28T09:36:23 | 2017-03-28T09:36:23 | 86,440,832 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 364 | java | package dao;
import entity.User;
public class UserDaoMySQLImpl extends BaseDao implements UserDao{
@Override
public int Login(User user) {
// TODO Auto-generated method stub
String sql = "select * from master where loginid=? and password=?";
String[] param = {User.account,User.password};
int result = this.... | [
"1159589916@qq.com"
] | 1159589916@qq.com |
eb4773d22dd2f0f6a68c652846f0e5f56f06f886 | 9f2367ec72029233b95ef4a5c91e1e3ef39eb29c | /src/com/edu/exam/service/LoginService.java | 7768367e490f92cebd8c8f63162561cd1db2a164 | [] | no_license | 1036789521/OnlineExaminationOA | e644cf023ba03f45348c0471eb3ecf6e39734dc2 | 5fc742fd3acd3ad96e0331de980a071c61799845 | refs/heads/master | 2021-01-13T05:38:34.525946 | 2017-06-22T14:27:02 | 2017-06-22T14:27:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | package com.edu.exam.service;
import com.edu.exam.entity.Student;
import com.edu.exam.entity.User;
public interface LoginService {
/**
* 用户登录验证
* @param username 用户名
* @param password 密码
* */
public User login(String username,String password);
public void Register(Student student );
}
| [
"Administrator@PC-20170513XPTS"
] | Administrator@PC-20170513XPTS |
d96dc813f83b821b9ecca1835fc1dd54f4b6da79 | a475b3109dd11625e34e1b136fb8df4f5e2a18df | /src/main/java/com/example/demo/services/TeacherService.java | e758fbf4e9f6e171e3fb4ae776e8236f894340ce | [] | no_license | NightOfBlood/javaWork7 | 63bf4b2eb755939767435d01ec64049bd6b5d463 | 51719c40bc0fd015b93cceabc2ca97e4f5c0403b | refs/heads/master | 2023-05-02T21:20:33.478377 | 2021-05-30T08:44:24 | 2021-05-30T08:44:24 | 372,165,001 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 965 | java | package com.example.demo.services;
import com.example.demo.dao.TeacherDao;
import com.example.demo.models.Teacher;
import java.util.List;
public class TeacherService {
private final TeacherDao teacherDao = new TeacherDao();
public List<Teacher> getAllTeachers(){
return teacherRepository.getAllTeache... | [
"mimirondakota@gmail.com"
] | mimirondakota@gmail.com |
7383412853324ee525a6496f06f12a0a58a2f5fa | 0167f77a8364fe86aed16510c97ffc348c0d9132 | /src/com/jetcms/common/office/PdfToSwfConverter.java | c12c5d06eb11a0dbcabfe062c3f57c9f7e87bfd0 | [] | no_license | barrycom/kgmx | 1bc379b7472ec11f8d807fbdf38644b59449410f | f2ad7902d06d36fdb908c6c098f36c978907b05f | refs/heads/master | 2021-07-13T14:06:20.966837 | 2017-09-26T03:14:54 | 2017-09-26T03:16:42 | 104,827,608 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,969 | java | package com.jetcms.common.office;
/**
* @author Tom
*/
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
/*
* PDF转SWF工具
* @author tom
*
*/
public class PdfToSwfConverter {
public static int convertPDF2SWF(String swftool... | [
"whlitiger_yp@163.com"
] | whlitiger_yp@163.com |
e7181da11435ab424172e8ffb0966753ffb6dbbd | 2c0dd9169799782da4236ad8b7fbb8119c1de822 | /app/src/main/java/com/thdz/ywqx/util/NotifyUtil.java | a67ab6af258afb096492bd3c9aef77e390534f1d | [] | no_license | Cyuu/ywqx4.3.0Demo | 2956244a0763880143b50e526a663866812e033a | 0f877c8f7caa979aee446abfbc27c7c914b82b6f | refs/heads/master | 2023-01-10T05:54:38.568052 | 2020-11-04T10:17:14 | 2020-11-04T10:17:14 | 309,966,792 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,006 | java | package com.thdz.ywqx.util;
import android.app.Notification;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.support.v4.app.NotificationCompat;
import android.support.v4.app.NotificationManagerCompat;
import com.thdz.ywqx.R;
impor... | [
"715155129@qq.com"
] | 715155129@qq.com |
21b3bcc8da341d01e9950384d37734f8b2ee3a75 | 5d59e9bde3ebe06462c5a90639d0fe07a586ae5f | /src/main/java/be/ac/vub/wise/phidgets/controller/VerticalMoveChangeEvent.java | 02e6edacb88f0ab19e30e7fcee23445fee3cbf94 | [] | no_license | dataphobe/phidgets_wpo | a3b136232cdd74e6e8b1091de7dc269125ab4b01 | 29144a37444ba8496cb7eb195203efe87ac5ee1c | refs/heads/master | 2020-03-30T08:22:36.330864 | 2018-09-30T21:47:13 | 2018-09-30T21:47:13 | 151,010,153 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 335 | java | package be.ac.vub.wise.phidgets.controller;
public class VerticalMoveChangeEvent {
private boolean _up;
public VerticalMoveChangeEvent(boolean up) {
_up = up;
}
public int getDirection() {
if (_up) {
return +1;
} else {
return -1;
... | [
"dataphobe@datapho.be"
] | dataphobe@datapho.be |
17c8321bbcc2f66bb3f8c71b13914b31ade625ae | dbc2e6d08503b50f4c1f4a4473b5ddc2464323c9 | /app/src/main/java/com/witlife/mobileguard/activity/SplashActivity.java | 9d75f230a2f935909b6fb3204b31d4f3fb4d5c2f | [] | no_license | Yitian2003/Mobile-Guard | 5ce031027a33d2e3eb8b8c1b5e336aae12cdc75a | a4fa83d3316a2545b48661e1c5c97ab23a1d3ef5 | refs/heads/master | 2021-08-22T13:26:11.655054 | 2017-11-30T09:00:39 | 2017-11-30T09:00:39 | 104,173,189 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 11,986 | java | package com.witlife.mobileguard.activity;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.res.AssetManager;
import android.ne... | [
"yitianchang@gmail.com"
] | yitianchang@gmail.com |
7811a3df3ef234d470142c832bd22f8b08e730bb | c29288241a7c553bd89afa875bc78c63b7185523 | /JavaSelfPractice/src/com/main/Quad.java | f267dc420b84ad09320dbd6a140f01f5c231d89a | [] | no_license | spma77/suryaprabha | 49170ec1f44cf8a86020efd56bdfc470247f889f | d87b0afb3d142661b9917be82e999d2b1f01fecf | refs/heads/master | 2020-05-21T20:49:01.236768 | 2017-02-23T16:43:10 | 2017-02-23T16:43:10 | 60,240,287 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 95 | java | package com.main;
public abstract class Quad {
public abstract int area(int l,int b);
}
| [
"suryaprabha.v@gmail.com"
] | suryaprabha.v@gmail.com |
cc319b8219e6a2628270e7f8e773244fcd1d11d0 | c578aec5d7bc6ada60e2d1be0654d011a850c32c | /library/common/src/main/java/com/jaydenxiao/common/base/BaseFragment.java | 8a09b2a7b0df5fc0187d8a7920f1e4f66de6e55a | [] | no_license | 1097919195/AndroidFire-master | e497a5917d22bdd3301fa9fb9354838226ac1837 | 696db1dc4b2879f74332d33af79d17f528770ff8 | refs/heads/master | 2020-03-18T06:14:36.588960 | 2019-01-12T08:37:41 | 2019-01-12T08:37:41 | 134,383,736 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,209 | java | package com.jaydenxiao.common.base;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.jaydenxiao.common.R;
import com.jayde... | [
"1097919195@qq.com"
] | 1097919195@qq.com |
2ea91e3f74159fb8a9e04def7f906ac3afa59fd5 | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project70/src/main/java/org/gradle/test/performance/largejavamultiproject/project70/p351/Production7021.java | 363ca5b5736f4fe664139edfd516bff4a4c18faa | [] | no_license | big-guy/largeJavaMultiProject | 405cc7f55301e1fd87cee5878a165ec5d4a071aa | 1cd6a3f9c59e9b13dffa35ad27d911114f253c33 | refs/heads/main | 2023-03-17T10:59:53.226128 | 2021-03-04T01:01:39 | 2021-03-04T01:01:39 | 344,307,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,887 | java | package org.gradle.test.performance.largejavamultiproject.project70.p351;
public class Production7021 {
private String property0;
public String getProperty0() {
return property0;
}
public void setProperty0(String value) {
property0 = value;
}
private String property1;
p... | [
"sterling.greene@gmail.com"
] | sterling.greene@gmail.com |
b90b334d868af0bdbab5f13820f76eb5aaeb685b | 8bb9cd855366217336d399fdb945c0835d80a2ee | /themelib/src/test/java/com/jerey/themelib/ExampleUnitTest.java | eaae6cbff2992899edf93a3606606c9036b2fbd0 | [
"Apache-2.0"
] | permissive | deviche/KeepGank | dd03b20dffa705b3d085d0b13d1a972241a38c03 | 776b35819f1e713514420d0ba0f5efedd95a2025 | refs/heads/master | 2020-03-27T08:34:33.013281 | 2018-03-25T06:30:58 | 2018-03-25T06:30:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 396 | java | package com.jerey.themelib;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void add... | [
"610315802@qq.com"
] | 610315802@qq.com |
d449c5abf4d54ef16f213db041f3c5c27684d3a2 | 5a1163351e15ffb71764be54a4cd8311c7a8ed13 | /src/com/example/lifecycle/OtherActivity.java | 40f1906c932280c66aa0910954587971482eb12e | [] | no_license | okadaakihito/LifeCycle | 7dd68a74e7cda545fd76846c0e684670509ef4d2 | 8a9db0583e21123c0240d17b980000c46ee34cfe | refs/heads/master | 2020-05-30T19:11:43.400029 | 2014-05-01T02:29:19 | 2014-05-01T02:29:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,710 | java | package com.example.lifecycle;
import android.support.v7.app.ActionBarActivity;
import android.support.v7.app.ActionBar;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android... | [
"akihito.okada@mulodo.com"
] | akihito.okada@mulodo.com |
6733adfafa7c75525a1e6b69f708ac59fd171e2b | e42a1a3a923570bceb6586d198c36082c928c083 | /src/servlet_exercises/MyNameServlet.java | 212c26dffc8f1c47cdefd8b192acba1215e26ce1 | [] | no_license | rikurasilainen/WebAppExercises | 453339da170b0fd6fec2918bc9e3746ed1020aa5 | 296f9ebd0026e4caf9e1644f00a1603c56987207 | refs/heads/main | 2023-01-19T11:16:00.542772 | 2020-11-25T14:55:03 | 2020-11-25T14:55:03 | 315,970,417 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,210 | java | package servlet_exercises;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* Servlet impl... | [
"riku.rasilainen@gmail.com"
] | riku.rasilainen@gmail.com |
d90e449c3014e15b4c7a7e724573e8feb8de5dc7 | d8464bc704b52cf38cf11b23fdbaf1fc6f184eb5 | /lab2/Intlist/SLListVanilla.java | 039f491ab10fd4e907604637770618f06a025654 | [] | no_license | zzehli/skeleton-sp19 | 43b2a7c28b0d683b2873be9b52494df8ab28245a | d66e72036c81711366d2f63d3d6be1f6ec16f7ff | refs/heads/master | 2022-11-30T12:15:43.565619 | 2020-08-17T22:51:34 | 2020-08-17T22:51:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,505 | java | public class SLListVanilla {
private class IntNode {
public int item;
public IntNode next;
public IntNode(int i, IntNode n) {
item = i;
next = n;
}
}
private IntNode first;
public SLListVanilla(int x){
... | [
"albertforus@gmail.com"
] | albertforus@gmail.com |
122a574e435f5c21912b2a4c7725be26b029192e | c33ed0d4ef9683f2e0277a577e861b5d8ad71e03 | /src/PERTMUAN10/koneksi.java | dfe520c6c5837648c0bb5cc5ce29cb326fa6253e | [] | no_license | MuhFatwa/tugas | 80939e732c85beffd301d83c32114af018dcc132 | 680bfd216bd15227989ef41042fd3160cb83d32f | refs/heads/master | 2022-11-28T16:17:37.387380 | 2020-08-14T08:13:55 | 2020-08-14T08:13:55 | 287,495,105 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,181 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package PERTMUAN10;
import com.mysql.jdbc.Connection;
import java.sql.DriverManager;
import javax.swing.JOptionPane;
/**
*
* @autho... | [
"fatwagaming511@gmail.com"
] | fatwagaming511@gmail.com |
09dba758399ca9e17e0082cae7e7ca910d4df1e0 | 7cf0f3983be3f98300128ee9aa927d4ef530eca6 | /src/main/java/br/com/swconsultoria/cte/schema_300/cte/SignedInfoType.java | d2ce5c54489d3984d1b226d4d8f1a144d440233f | [
"MIT"
] | permissive | Samuel-Oliveira/Java_CTe | 9394ed7692c9f504aa891265831da29f2e643735 | 51e95b15a94d0796457f1a0620f37b167096bb76 | refs/heads/master | 2023-09-04T12:35:59.598280 | 2023-08-29T20:28:00 | 2023-08-29T20:28:00 | 82,298,784 | 64 | 42 | MIT | 2023-08-29T20:24:14 | 2017-02-17T13:13:34 | Java | UTF-8 | Java | false | false | 8,711 | java | //
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
// Gerado ... | [
"samuk.exe@hotmail.com"
] | samuk.exe@hotmail.com |
06d1eb63178e26726ba0a13146260b2cbbd7cbaf | c7e2b71a1b9e9663dd1874374eca85aae86b1ccf | /src/test/java/com/yahoo/algebra/matrix/DenseComplexMatrixSetGetTest.java | 3b6721b3dffcc781fa43c95e1efb4db98bfa821e | [] | no_license | qianwan/extended-algebra | d3a7890fd2bd4ed1f84c251e1295250866fbcb99 | 7575ddd4dcb66375dddbf5db78cd9fa832165e78 | refs/heads/master | 2021-01-23T03:28:33.236717 | 2013-10-11T06:18:43 | 2013-10-11T06:18:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 465 | java | package com.yahoo.algebra.matrix;
import org.testng.annotations.Test;
public class DenseComplexMatrixSetGetTest {
@Test
public void testIt() {
DenseComplexMatrix A = new DenseComplexMatrix(2, 2);
A.set(0, 0, new double[] { 2.29309, 0.12325 });
A.set(0, 1, new double[] { 0.43952, 0.7391... | [
"qianwan@ymail.com"
] | qianwan@ymail.com |
3090f21dbd70c95f022e505e86495dc0d2173eb1 | c08215659794f83957a7423367880b1ca6c75bcd | /app/src/main/java/com/fil/fellahty/MapActivity.java | d752c52feed8f525b88e9d1b6c274ac10e1417b5 | [] | no_license | yassinereptor/fellahty | ba5305a4f354d9c6f84306285061bb88c8a0bf7f | d91d7e10ede37f1a1bef418711a096c99496a689 | refs/heads/master | 2022-02-17T00:47:47.247243 | 2019-09-04T17:13:54 | 2019-09-04T17:13:54 | 206,369,076 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,766 | java | package com.fil.fellahty;
import android.app.Fragment;
import android.app.FragmentManager;
import android.support.design.widget.TextInputEditText;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.ImageButton;
impor... | [
"ouarzaziyassine@gmail.com"
] | ouarzaziyassine@gmail.com |
e0c62b2ccd538c2b6a9262bcd685f93830fe1ff7 | ecfdddb81d5d890006a70af23ac9fbc6de4c21a2 | /reference-server-lib/src/main/java/uk/nhs/fhir/servlet/UnhandledFhirOperationException.java | 122eaf3557812613be961413ce7cd93fa805e951 | [] | no_license | health-and-care-developer-network/fhir-reference-server | aaf8031d9f9e8ceda20a3b6a44f4e5fe5c7c02cd | 62222fe88cfda8ad94c5eee192f027faa0c8ee97 | refs/heads/master | 2023-06-27T22:24:50.214861 | 2023-02-10T12:09:07 | 2023-02-10T12:09:07 | 81,573,386 | 4 | 1 | null | 2023-06-14T22:18:57 | 2017-02-10T14:34:19 | Java | UTF-8 | Java | false | false | 245 | java | package uk.nhs.fhir.servlet;
@SuppressWarnings("serial")
public class UnhandledFhirOperationException extends RuntimeException {
public UnhandledFhirOperationException(String operation) {
super("Unsupported operation: " + operation);
}
}
| [
"jonathan.mew@xml-solutions.com"
] | jonathan.mew@xml-solutions.com |
d2751e89fe1ff955250b71a7fb054ed9e85f9512 | 5ecd15baa833422572480fad3946e0e16a389000 | /framework/Pipeline-Open/subsystems/pipeline/main/api/java/com/volantis/xml/pipeline/sax/cache/CacheEntry.java | 7ce2cf2a6309344d05e1425b20ab1ebc1e1ce14c | [] | no_license | jabley/volmobserverce | 4c5db36ef72c3bb7ef20fb81855e18e9b53823b9 | 6d760f27ac5917533eca6708f389ed9347c7016d | refs/heads/master | 2021-01-01T05:31:21.902535 | 2009-02-04T02:29:06 | 2009-02-04T02:29:06 | 38,675,289 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,778 | java | /*
This file is part of Volantis Mobility Server.
Volantis Mobility Server is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Volantis Mobili... | [
"iwilloug@b642a0b7-b348-0410-9912-e4a34d632523"
] | iwilloug@b642a0b7-b348-0410-9912-e4a34d632523 |
4a22371a04e01b8663b24a671258429ed4f90b78 | e62a138aa251d3e14d9d536b9313858b178324bd | /app/src/main/java/com/guokm/tibetanroot/activity/UmengMsgActivity.java | 2555fd246b6d07e32e148081fbc8ba2247a070ce | [
"Apache-2.0"
] | permissive | guokmTest/TibetanRoot | 0be70b996e6252a6aaa1724e80962142fb193fc1 | a51907ef31e2986aa6d11be22ea1c2268ec0fa05 | refs/heads/master | 2021-01-21T07:00:36.576373 | 2017-07-18T14:11:43 | 2017-07-18T14:11:43 | 91,592,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,425 | java | package com.guokm.tibetanroot.activity;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import com.guokm.tibetanroot.R;
import butterknife.BindView;
import butterknife.ButterKnife;
import butterknife.OnClick... | [
"598105852@qq.com"
] | 598105852@qq.com |
853ef7ea540f4a5f93824777249e3f050577504e | 99c14585111f3c73a305242473b6e7a79a5743f8 | /src/main/old/com/workasintended/chromaggus/unitcomponent/DevelopmentComponent.java | 876cd7e7cb9d2a1196c45db066eeb5a411d031b9 | [] | no_license | mazimeng/chromaggus | 3a5fdb68108a6d50c5d8f1636519cd8752a9309e | 912ae7fdf50d46dc7f312b812af4339b327a4c2a | refs/heads/master | 2021-01-16T18:33:02.030430 | 2017-09-17T15:43:41 | 2017-09-17T15:43:41 | 100,087,622 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 830 | java | package com.workasintended.chromaggus.unitcomponent;
import com.badlogic.gdx.scenes.scene2d.actions.SequenceAction;
import com.workasintended.chromaggus.Unit;
import com.workasintended.chromaggus.action.Develop;
import com.workasintended.chromaggus.action.MoveToUnit;
/**
* Created by mazimeng on 1/17/16.
*/
public ... | [
"mazm@unicc.com.cn"
] | mazm@unicc.com.cn |
06980e6d4e83d38aeba96c7d7a58f6ac93ce756e | f7beee39f6f6df92173f28a8b663cea79ee5ebf4 | /app/src/main/java/com/example/project_androidchat/General/AboutUserActivity.java | 810d4d17e67c414ef2144fb81a943546d20f4305 | [] | no_license | Victoria282/Project_AndroidChat | c39202706877d4490e4d8dfeadc3e17190282392 | 54df9b5c3b48aa19cb96193c19958c63a43fd27c | refs/heads/master | 2023-05-06T13:49:53.599988 | 2021-05-31T15:41:52 | 2021-05-31T15:41:52 | 360,626,564 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package com.example.project_androidchat.General;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import com.example.project_androidchat.R;
public class AboutUserActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCre... | [
"vilkova_viktoria2000@mail.ru"
] | vilkova_viktoria2000@mail.ru |
6cd1937c9e3bcdd640ed4c2b208779aa2687980c | 5066ce35e578be8ab2305361509102cd1e29f29f | /app/src/main/java/com/android/example/spongebobcharacter/MainActivity.java | 6248af5092f2ea852978e90d749feffbacbcfad7 | [] | no_license | nmluthfi/SpongeBob-Squarepants-Characters | 4d5b1940a7c24bce750f4282c450f96cf2cd022d | 51568ee5db95136d93d2be7039da8cc8baa35aa3 | refs/heads/master | 2020-05-24T19:28:32.299730 | 2019-05-19T08:47:53 | 2019-05-19T08:47:53 | 187,435,579 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,020 | java | package com.android.example.spongebobcharacter;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.w... | [
"luthfi2444@gmail.com"
] | luthfi2444@gmail.com |
4706441b1067586c0cda8fd35c1b0cc9e458d3b5 | 1a03fb0ee836ed7dbfbca47a184add9a44c1adf4 | /algorithm/src/main/java/review/dp/str/IsSubsequence.java | 38d093ea96d22cc77878ba9471250451d70c6fd8 | [] | no_license | 15271944243/review2020 | 7a51cb6672cdd3e1f531fb73a455990eed52a803 | 3466bdd492968a356cb373de678c3f87c00de6e1 | refs/heads/master | 2023-06-26T12:02:52.503163 | 2022-10-27T09:32:18 | 2022-10-27T09:32:18 | 233,530,026 | 0 | 0 | null | 2021-04-12T02:48:18 | 2020-01-13T06:48:55 | Java | UTF-8 | Java | false | false | 3,074 | java | package review.dp.str;
/**
* https://leetcode.com/problems/is-subsequence/ No.392 判断子序列
* @author: xiaoxiaoxiang
* @date: 2021/3/25 09:56
*/
public class IsSubsequence {
/**
* Given two strings s and t, check if s is a subsequence of t.
*
* A subsequence of a string is a new string that is form... | [
"xiaoxiaoxiang@xhqb.com"
] | xiaoxiaoxiang@xhqb.com |
1d030d6b60d18ec2ce41f8e1a3a31401e5a8dc1f | 5b61c916007327ab88b7a504f7236d793124707a | /shared/src/main/java/com/blockwithme/util/shared/Preconditions.java | 693805ff47441aff5a45222f54b4d4b899abf3ad | [
"Apache-2.0"
] | permissive | skunkiferous/Util | 72bd3ca128c7454d2d37c77230d722f5ca6bd305 | bac4bc1b9db6868cc093e6edccb600f7fc6c4d2b | refs/heads/master | 2020-04-17T07:35:50.401020 | 2014-12-08T06:18:39 | 2014-12-08T06:18:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,359 | java | /*
* Copyright (C) 2014 Sebastien Diot.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | [
"s.diot@eurodata.de"
] | s.diot@eurodata.de |
1eb8e2b0e0c6e735cf779a554f5903b569e0e3b2 | edd603a64100a65a0b0e345bf12884036ba6c76a | /src/test/java/com/cooper/creator/builder/WeaponBuilderTest.java | f58fb6958fccc7f555cd68f47617862a0f433c2a | [] | no_license | JamesRCooper/PatternGame | 2579d224215cf4b7c068566aeb28fd394f7b700a | 0ca71092501277ceaa07d519dcb2c503f582ae94 | refs/heads/master | 2021-01-17T18:06:42.142364 | 2016-06-14T03:49:37 | 2016-06-14T03:49:37 | 58,567,219 | 2 | 1 | null | 2016-06-08T18:48:45 | 2016-05-11T17:44:09 | Java | UTF-8 | Java | false | false | 2,845 | java | /*
* Copyright (C) 2016 by Amobee Inc.
* All Rights Reserved.
*/
package com.cooper.creator.builder;
import static org.mockito.Matchers.anyString;
import static org.mockito.Matchers.eq;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import java.util.Arrays;
import org.junit.Assert... | [
"eedeusf@gmail.com"
] | eedeusf@gmail.com |
c5eb7c24e486e4717d9546dab26bf304130f3b50 | c9e72bd0b492950b8ad49286ba9b6c55bfb97b1a | /src/main/java/com/github/unishako/demo/api/users/UsersDto.java | 9236dbd469edff2a70ceb07d7e71483e02717945 | [] | no_license | unishako/springboot-doma-demo | ae50001b4ab19c2b364ff0ec83dbad1357da5471 | 26ce20d1ddd28fc80b56ac07a740cecf840b78c7 | refs/heads/master | 2020-12-14T06:36:41.036760 | 2020-04-03T23:42:20 | 2020-04-03T23:42:20 | 234,669,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 271 | java | package com.github.unishako.demo.api.users;
import lombok.Data;
import java.math.BigDecimal;
@Data
public class UsersDto {
private BigDecimal id;
private String password;
private String name;
private BigDecimal version;
private String biko;
}
| [
"tmakn0822@icloud.com"
] | tmakn0822@icloud.com |
7a8ac74140ea7352fa65eba83350fbb40575da95 | 48fdbac240675df7f5882cccf9318de2698290f8 | /.svn/pristine/94/947a8e9874dce93a6e61261b5229d62f88281f40.svn-base | 80ff2a0ab9f115bd26c9ef66dfccb6be0f992002 | [] | no_license | RL-Edward/StockMachine_Project | d05ec9af432fe3c6db082373f4599daa94302310 | 0cf35a8eb9be8af43827b82ce132604902518a13 | refs/heads/master | 2020-06-26T00:49:50.523040 | 2017-07-12T11:25:34 | 2017-07-12T11:25:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,367 | package ticker;
import Ticker.TickerCalculator;
import org.junit.Before;
import org.junit.Test;
import java.io.InputStream;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.function.Function;
import static org.junit.Assert.assertEquals;
import static org.... | [
"atf.edward@gmail.com"
] | atf.edward@gmail.com | |
002ef2ef3d00d9232ed2c257640d15b057256691 | 38c4451ab626dcdc101a11b18e248d33fd8a52e0 | /identifiers/batik-1.7/sources/org/apache/batik/apps/svgbrowser/DOMDocumentTree.java | 6b14f1cf15bf13342ac2e4f6d9ae2de87d2b610c | [] | no_license | habeascorpus/habeascorpus-data | 47da7c08d0f357938c502bae030d5fb8f44f5e01 | 536d55729f3110aee058ad009bcba3e063b39450 | refs/heads/master | 2020-06-04T10:17:20.102451 | 2013-02-19T15:19:21 | 2013-02-19T15:19:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 41,216 | java | org PACKAGE_IDENTIFIER false
apache PACKAGE_IDENTIFIER false
batik PACKAGE_IDENTIFIER false
apps PACKAGE_IDENTIFIER false
svgbrowser PACKAGE_IDENTIFIER false
java PACKAGE_IDENTIFIER false
awt PACKAGE_IDENTIFIER false
Component TYPE_IDENTIFIER false
java PACKAGE_IDENTIFIER false
awt PACKAGE_IDENTIFIER false
Graphics TYP... | [
"pschulam@gmail.com"
] | pschulam@gmail.com |
1baacc9558cc235fb46a964d312a3471477ea6aa | 8aee7f49d30beb992373db8f73d429d27253488e | /cms-base-system/src/main/java/com/finance/modules/system/aspect/AutoLogAspect.java | 64c45e1cd49bf1ceb84c9707e38c844a56d923e5 | [] | no_license | tc7879685/cms-boot | fe0fae28a9010a56eb960c86830734f40957bb9b | 9346f9ce4b650ed7bd4905ff71c2be9a18b469f3 | refs/heads/master | 2022-07-03T05:02:17.148443 | 2019-07-17T09:41:59 | 2019-07-17T09:41:59 | 195,168,065 | 2 | 0 | null | 2022-06-21T01:23:55 | 2019-07-04T04:21:41 | Java | UTF-8 | Java | false | false | 3,092 | java | package com.finance.modules.system.aspect;
import com.alibaba.fastjson.JSONObject;
import com.finance.common.aspect.annotation.AutoLog;
import com.finance.common.system.controller.BaseController;
import com.finance.common.system.model.UserBean;
import com.finance.common.util.SpringContextUtils;
import com.finance.modu... | [
"tc57070300822"
] | tc57070300822 |
e6b46662228eba9b2da63981dfa8da12da3f7f27 | 86d07b532bd92e3d8dd8eb30a83aeb2706ddcefd | /src/main/java/com/varoli/hello/controller/UserPreferenceController.java | 1313e1b69fa607e6c6bcb332de8555b5703b64c3 | [] | no_license | FernandaVaroli/spring-data-study | d261e2f8106dead1cfdb00fd214b6febb5457e28 | 25ca66011fd66a01836cb02ca3b7e0d270a5adc3 | refs/heads/master | 2022-04-16T23:18:23.379097 | 2020-04-16T19:55:56 | 2020-04-16T19:55:56 | 253,082,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 913 | java | package com.varoli.hello.controller;
import com.varoli.hello.entities.UserPreference;
import com.varoli.hello.services.UserPreferenceService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@RestController
@RequestMapping(path = "/userPreference")
publi... | [
"fernandavaroli@gmail.com"
] | fernandavaroli@gmail.com |
6f0c37aa364fd6e50567437cda44e31410c5ae8a | 2e77f427339c8dc6afead1dfe5a486271be84761 | /src/test/java/co/com/choucair/retotecnico/runners/RunnerTags.java | e9a2c51834e36326564bb4fb0de0afff2983def7 | [] | no_license | andres26142/reto-tecnico-choucair | 24743e4f9be0ad69cd20c744a863aafa4c38b419 | e920bddf9a6dbe04c1d4529dea058cfbc30f7c92 | refs/heads/main | 2023-06-23T16:54:20.553484 | 2021-07-26T20:55:55 | 2021-07-26T20:55:55 | 389,676,881 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 469 | java | package co.com.choucair.retotecnico.runners;
import cucumber.api.CucumberOptions;
import cucumber.api.SnippetType;
import net.serenitybdd.cucumber.CucumberWithSerenity;
import org.junit.runner.RunWith;
@RunWith(CucumberWithSerenity.class)
@CucumberOptions(features = "src/test/resources/features/uTest.feature",
... | [
"andres26142@gmail.com"
] | andres26142@gmail.com |
0c643e79bb0905e0f14a5109c1edb08bed22ee04 | 7044f83b875e0c992c1e4ceb06a95a8c3aceda3a | /src/main/java/com/example/arena/model/postaci/ParametryIstotyEnum.java | ca6bc34b68c8e1a91905a320b4cb6d9b006afd6c | [] | no_license | KajmanProgrammer/arena3 | efba9ee3f6e155280c9d5ccd707f77fb82c0f097 | 009e51023155b7af3e45930529580dd587f16ac8 | refs/heads/master | 2020-04-17T01:16:27.698335 | 2019-01-16T17:53:18 | 2019-01-16T17:53:18 | 166,084,741 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 255 | java | package com.example.arena.model.postaci;
/**
* Created by Saad on 2018-03-26.
*/
public enum ParametryIstotyEnum {
SIŁA,
ZWINNOŚĆ,
WYTRZYMAŁOŚĆ,
SZYBKOŚĆ,
INICJATYWA,
ILOSC_ATAKOW,
ILOSC_UNIKOW,
PUNKTY_ZYCIA;
}
| [
"michal.chwedorczuk@gmail.com"
] | michal.chwedorczuk@gmail.com |
6d40be561926d023f6018bc7c70a1b994cdada5d | 0aee85835dfe31081d90d02bfd4b82c9d5906f4e | /src/main/java/com/imooc/miaosha/dao/UserDao.java | 3514f78402aaa68f8fa0db6d3440e967e87b6e95 | [] | no_license | Franciswyyy/miaosha | 49d0a9f4e60d28a61031acc0a49d47e9d4ee5deb | 46189b90e925d2952dfd2fb7aba53561f63a82a7 | refs/heads/master | 2020-03-27T23:03:20.307890 | 2018-09-05T09:04:11 | 2018-09-05T09:04:11 | 147,285,467 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 486 | java | package com.imooc.miaosha.dao;
import com.imooc.miaosha.domain.User;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
@Mapper
public interface UserDao {
@Select("select * from user wh... | [
"826531768@qq.com"
] | 826531768@qq.com |
28171d13c2ea8a957bd62203e3d0a93983c2c11d | 17b8008b5c69fa00a5538f6bff2c4bbd28b8230b | /src/com/smartiky/smartpoll/PollListAdapter.java | 866cf375f4a2931e02d1f88c34e627554da96947 | [
"MIT"
] | permissive | mozadeh/smartpoll | 499b41e28eed4b4e3a4cf61f858f9342ce328fa9 | 5ffcc03784880cfaeda4bad5aef534b54fcbe22f | refs/heads/master | 2021-01-22T10:32:09.997877 | 2017-06-25T21:44:59 | 2017-06-25T21:44:59 | 82,008,976 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,896 | java | package com.smartiky.smartpoll;
import java.util.List;
import android.content.Context;
import android.util.DisplayMetrics;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import com.smartiky.sma... | [
"mo@sidebuy.com"
] | mo@sidebuy.com |
5bb3380d114a67f6f5f2b3e3e39293682d48ee62 | 22b57a6e4ca4a3efd4d40255308509f23c9ad645 | /src/freshsupermaket/ui/FrmRecipeManage_Add.java | 5f0177a82d4dc10d5d52d00e15bb3c2c62346a7b | [] | no_license | CodeYYang/Fresh_Supermaket | 709b3b8c2e885d2832d0a1c687073e833ba43e9b | 7aff00cc9f0a4c9d30b5d29ba508b59bc07e7493 | refs/heads/master | 2022-11-18T03:54:01.610374 | 2020-07-15T08:20:37 | 2020-07-15T08:20:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,360 | java | package freshsupermaket.ui;
import freshsupermaket.control.CustomerManager;
import freshsupermaket.control.GoodInformationManager;
import freshsupermaket.model.BeanRecipe;
import freshsupermaket.util.BaseException;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.Actio... | [
"1592980573@qq.com"
] | 1592980573@qq.com |
e97f157460e83219cc009e9aa740c670a228ca11 | 6003f0df962e40e08d8d34a8b349d5665cb31c22 | /app/src/main/java/com/example/vojjalateja/symphonia/ConnectionDetector.java | 50530a03cdde47ed15ce67a4a6f2e9cb89ca1558 | [] | no_license | tejavojjala/Symphonia | 026f3a25fc14d2a7752e170b2b24ef6d271411b6 | 089c16b18bc3c7380f37813309d5e862ac9df40e | refs/heads/master | 2021-07-15T22:24:26.550063 | 2017-02-20T02:12:23 | 2017-04-06T05:46:50 | 48,069,893 | 2 | 1 | null | 2017-10-21T10:54:56 | 2015-12-15T21:24:52 | Java | UTF-8 | Java | false | false | 856 | java | package com.example.vojjalateja.symphonia;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
public class ConnectionDetector {
private Context context;
public ConnectionDetector(Context context){
this.context = context;
}
public boolean is... | [
"iit2014086@iiita.ac.in"
] | iit2014086@iiita.ac.in |
87082e99f37997a1e46e736af8e3c29dc170d3bf | fcd3dae50913be589e39acd57b0536305f59bea9 | /android/app/src/main/java/com/ebudgie/MainApplication.java | 16220695281769cbf412f341a618a5de778f0112 | [
"MIT"
] | permissive | nikolay-radkov/EBudgie | 2e382a39a6feefd5c7445f4a1d6606a6cc618af6 | 7cbc62041800d16a3adfa210479f7b76d0568423 | refs/heads/master | 2021-01-12T01:07:05.759732 | 2017-07-03T18:27:59 | 2017-07-03T18:27:59 | 78,345,670 | 0 | 0 | null | 2017-05-28T20:49:10 | 2017-01-08T13:51:02 | JavaScript | UTF-8 | Java | false | false | 2,452 | java | package com.ebudgie;
import android.app.Application;
import android.util.Log;
import com.facebook.react.ReactApplication;
import com.BV.LinearGradient.LinearGradientPackage;
import com.github.droibit.android.reactnative.customtabs.CustomTabsPackage;
import com.aakashns.reactnativedialogs.ReactNativeDialogsPackage;
im... | [
"nikolay.kirilov.radkov@gmail.com"
] | nikolay.kirilov.radkov@gmail.com |
9fb5494477cd30932e129f6b70cfc92bca9f9814 | a353245e46e3e5c510350cd7303b59b3aa557cd5 | /src/main/java/demo/MDCTurboFilter.java | c3a3954a4a90920f5becb360fd31c57b6307682c | [] | no_license | rwinch/spring-session-logging | e9596f367a02e2628584c4b6496e454dfeb7529b | 59192750a887be83b9bb6a8ca7ede906ae3b72b4 | refs/heads/master | 2016-09-06T12:19:11.098962 | 2016-03-02T19:26:03 | 2016-03-02T19:26:03 | 41,311,757 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,559 | java | /*
* Copyright 2002-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"rwinch@gopivotal.com"
] | rwinch@gopivotal.com |
5ddca26e3c59b959b19388b6739d5da3aa6b7de8 | 4faa42b0f3c1b90f82bd809c4b5e169104ebbee3 | /src/main/java/cz/wa2/poll/backend/dto/BallotDTO.java | 5cb7475640536538009f430e79ba9f77700bdf90 | [] | no_license | kuburoman/PollBackend | 4954a5a471928cdb7cb493ac6672abe7b3b4ba56 | 3f8ad50c0c4090bcf78254e26bc99156034c8fc6 | refs/heads/master | 2021-05-28T23:14:57.014226 | 2015-04-14T15:12:25 | 2015-04-14T15:12:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 896 | java | package cz.wa2.poll.backend.dto;
import cz.wa2.poll.backend.entities.Ballot;
public class BallotDTO {
private Long id;
private Integer answer;
public BallotDTO() {
}
public BallotDTO(Ballot ballot) {
this.id = ballot.getId();
this.answer = ballot.getAnswer();
}
public I... | [
"kuburoman@seznam.cz"
] | kuburoman@seznam.cz |
52455f2dc6d63ff05c04b16511f0af67ab8057f5 | 186b130c3bcf03723a8cfcc427bf1c53278a2f0a | /app/src/main/java/com/hoang/lvhco/assigmentnc/db/DataBaseQL.java | 2ddf3d8f4f171fa421b77eaa7cd7044027052908 | [] | no_license | lvhcoder/AssigmentNC | 5f2bb06de215a1da3057410a93b40f66139c9dfa | b27e0ce080bc825a1969bbcbde00c8b0ba7f7607 | refs/heads/master | 2021-10-07T21:42:18.344005 | 2018-12-06T07:03:34 | 2018-12-06T07:03:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,277 | java | package com.hoang.lvhco.assigmentnc.db;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
public class DataBaseQL extends SQLiteOpenHelper {
private static final int version = 1 ;
private static final Stri... | [
"hoanglvph05611@fpt.edu.vn"
] | hoanglvph05611@fpt.edu.vn |
e133b747843ccd7af41bcb5d62d17b3ee1726f81 | ce902739c229a398738c55ee798d281ae65a5dec | /src/main/java/kr/co/openprogramming/servlet/basic/request/RequestBodyStringServlet.java | d3070351a7d5aefb7adef33b168aae96bc74061b | [] | no_license | prankbye77/servletwebmvc | 50c44e0ec4f17b8702570bdef630c93760065ef6 | 4a7b11f6b5176406f6615c3e998ab018744561a2 | refs/heads/master | 2023-04-22T13:27:31.951332 | 2021-05-06T07:26:44 | 2021-05-06T07:26:44 | 364,817,980 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 982 | java | package kr.co.openprogramming.servlet.basic.request;
import org.springframework.util.StreamUtils;
import javax.servlet.ServletException;
import javax.servlet.ServletInputStream;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import java... | [
"prankbye@gamevilcom2us.com"
] | prankbye@gamevilcom2us.com |
9adfea6d4547c3a5accc1742028ed4801371c657 | 0b7b81932208e9b0d9e9142ea313194d69642355 | /app/src/androidTest/java/com/example/complexcalculator/ExampleInstrumentedTest.java | 4a958c5dcb1648c1a687cb9d0a6a1da15597c89f | [] | no_license | Cherirei/Calculator2 | 4350c2ba16e3030199d7871a09d2939d4e8da017 | f26c78c3b1f84e5184dd28ecbfbc6700eff1d5dd | refs/heads/master | 2021-02-06T06:52:04.814993 | 2020-02-29T02:21:45 | 2020-02-29T02:21:45 | 243,890,025 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 774 | java | package com.example.complexcalculator;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will exec... | [
"johkirwa17@gmail.com"
] | johkirwa17@gmail.com |
766e89e0b90cabcdd68bbbe347046684f4e4f8ca | d2cb1f4f186238ed3075c2748552e9325763a1cb | /methods_all/nonstatic_methods/javax_swing_table_TableColumn_toString.java | 3592813610b74a4f5696a811d73c866495ea5bb2 | [] | no_license | Adabot1/data | 9e5c64021261bf181b51b4141aab2e2877b9054a | 352b77eaebd8efdb4d343b642c71cdbfec35054e | refs/heads/master | 2020-05-16T14:22:19.491115 | 2019-05-25T04:35:00 | 2019-05-25T04:35:00 | 183,001,929 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 166 | java | class javax_swing_table_TableColumn_toString{ public static void function() {javax.swing.table.TableColumn obj = new javax.swing.table.TableColumn();obj.toString();}} | [
"peter2008.ok@163.com"
] | peter2008.ok@163.com |
4e02db6560a834cb8c5c7aee693b1882fbb9131d | 200188f6c503e5c2acee73d92b28c0c74a157558 | /pinyougou-web/pinyougou-manager-web/src/main/java/com/pinyougou/manager/controller/itemCatController.java | b39d861d8b3178159ad35167990f8a9727f0d0a8 | [] | no_license | Wongwengho/pinyougou | aaf87f0daf5ef17578ebb2fb7018ad78f9196d81 | 54050424e78f42d7d3b3c3124b8a3e00592cc24c | refs/heads/master | 2020-05-03T21:05:10.981355 | 2019-04-23T13:27:50 | 2019-04-23T13:27:50 | 178,817,113 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 842 | java | package com.pinyougou.manager.controller;
import com.alibaba.dubbo.config.annotation.Reference;
import com.pinyougou.common.pojo.PageResult;
import com.pinyougou.pojo.ItemCat;
import com.pinyougou.service.ItemCatService;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.ann... | [
"15819970711@163.com"
] | 15819970711@163.com |
76e023185b8c3e684ca6ee3bd47cd276b5055e8a | 3e765cd2955562d5b9e5fa25ccd07355a41692ce | /src/main/java/bg/softuni/gamingstore/services/impl/GoodGamesUserServiceImpl.java | 6179022f7984b36952645500b72cf47a3603bb68 | [] | no_license | vmbg00/GoodGames-softuni-project | 9ae12abcb8685d13295f541d4679b0f0e0228c6a | aff9515d7aceac136b01cf8dcdb5f7cd7cc4233f | refs/heads/master | 2023-04-04T15:21:33.936813 | 2021-04-10T00:23:35 | 2021-04-10T00:23:35 | 343,568,891 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,819 | java | package bg.softuni.gamingstore.services.impl;
import bg.softuni.gamingstore.models.entities.UserEntity;
import bg.softuni.gamingstore.repositories.UserRepository;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframe... | [
"vmbg00@gmail.com"
] | vmbg00@gmail.com |
05bf4d55c4b8e6d86bb2d86b05970e00a9f188d4 | 7d88f1594f262de478bb382906807c37f76b92e5 | /Projeto 01 Inicio/OutroNome.java | d6ca1923d3fa47c2360da2a79a48e335661d31cb | [] | no_license | carlrps/poo2020 | de5f6fbc473e428313c3c2ac741f79a75b77004d | 922a3265f1d4387958fa8c06ddbbd909efbfc1f6 | refs/heads/main | 2023-02-13T07:22:30.373194 | 2021-01-21T01:11:09 | 2021-01-21T01:11:09 | 315,742,050 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 116 | java | class MeuPrograma {
public static void main(String[] args) {
System.out.println("Hello World!");
}
} | [
"carlosryan24@gmail.com"
] | carlosryan24@gmail.com |
cdcf2911c52f8977269ced025bc4274b74e0fd6e | da3e7fb4ce9103d181ba57d2d71058d52b4a6ca4 | /app/src/main/java/com/infoplustech/smartscrutinization/evaluation/Eval_ShowBundleCompletedMessage.java | 049b1b8a7192d67fd79e76df6f0c5b899cf3f6a2 | [] | no_license | HariChowdary/evaluation | d1039807e8fa72e01c14be755d09c5881d075234 | 144d6eb1e2e9ca15a9f5971988f0217a9c75308f | refs/heads/master | 2020-07-22T03:25:25.948255 | 2016-11-15T17:03:43 | 2016-11-15T17:03:43 | 73,835,823 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,195 | java | package com.infoplustech.smartscrutinization.evaluation;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.TextView;
import android.widget.Toast;
impor... | [
"hari.somara@gmail.com"
] | hari.somara@gmail.com |
739832dbf82884b342679957493fd33b09a536dd | d21feb16ce7b3b68ccd6bc644d51b4074ec244c2 | /app/src/main/java/com/keye/keyevolly/http/JsonDealListener.java | dbb21d3388daf0138059e7e1403202de002f9478 | [] | no_license | zhangkekekeke/KeyeVolly | 27bbab4e195970adfcac01c480744dc3b00f6d65 | 828a07f4b5fed34c78862d680ecd1b49d3ad1e4c | refs/heads/master | 2021-01-22T19:14:33.444927 | 2017-03-16T11:00:50 | 2017-03-16T11:00:50 | 85,181,373 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,523 | java | package com.keye.keyevolly.http;
import android.os.Handler;
import android.os.Looper;
import com.alibaba.fastjson.JSON;
import com.keye.keyevolly.http.interfaces.IDataListener;
import com.keye.keyevolly.http.interfaces.IHttpListener;
import org.apache.http.HttpEntity;
import org.json.JSONObject;
import java.io.Buff... | [
"as82801"
] | as82801 |
ce1b2eccf803a98da66951bfb161331ae6003a17 | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/43/88.java | aba20d79278f68bbb2bade252a58c90166afe5f7 | [
"MIT"
] | permissive | qiuchili/ggnn_graph_classification | c2090fefe11f8bf650e734442eb96996a54dc112 | 291ff02404555511b94a4f477c6974ebd62dcf44 | refs/heads/master | 2021-10-18T14:54:26.154367 | 2018-10-21T23:34:14 | 2018-10-21T23:34:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 570 | java | package <missing>;
public class GlobalMembers
{
public static int ju(int x)
{
int j;
for (j = 2;j < x;j++)
{
if (x % j == 0)
{
return 0;
}
}
return 1;
}
public static int Main()
{
int i;
int num;
int flag = 0;
int b;
String tempVar = ConsoleInput.scanfRead();
if (tempVar != null... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
2811ed0525309c9bf38639742f29663c7581f762 | b5502ea9580e882a1c530f6e5914ce090e2d00a6 | /experiment/CASSANDRA/cassandra/src/java/org/apache/cassandra/cql3/statements/CreateRoleStatement.java | cd262abae156195d6847184ba55c09e2e81baa40 | [
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-public-domain"
] | permissive | Lingzhi-Ouyang/Almost-Strong-Consistency-Cassandra | a3fb54a8c35805a6810532719d7a8da99998f997 | 2b9aa8e78e134fc8811ea6caff3daca1f4a92936 | refs/heads/master | 2021-07-09T01:13:04.424482 | 2020-11-03T03:12:13 | 2020-11-03T03:12:13 | 205,116,322 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,359 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License")... | [
"lingzhi.ouyang@outlook.com"
] | lingzhi.ouyang@outlook.com |
6d88df35ebc9cdc4d903bbc163cf0d3408a69a90 | e98727e2a52626df5cf7991e9537ab00de92e7ff | /src/HUD.java | 0088d022858c8d8bc7fb20c9fc8c932876904f05 | [] | no_license | agustafson19/GameTutorial | 8f043de91c61fff4ae7acf9cd63c06aec0c4f260 | e38806612319f599028074165f28bb1669e79613 | refs/heads/master | 2021-02-05T19:11:38.069130 | 2020-03-25T18:39:22 | 2020-03-25T18:39:22 | 243,821,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,100 | java | import java.awt.Color;
import java.awt.Graphics;
public class HUD {
public int bounds = 0;
public static int HEALTH = 100;
private int greenValue = 255;
private int score = 0;
private int level = 1;
public void tick() {
HEALTH = Math.round(Game.clamp((float) HEALTH, 0f, 100f + bounds / 2f));
greenValue... | [
"40578471+agustafson19@users.noreply.github.com"
] | 40578471+agustafson19@users.noreply.github.com |
390113b11241792bb1e24086ad260633780d4660 | 89f68cb0ed75b8ee0954337a536c26bfcc2a4015 | /SuperSoftwere/app/src/main/java/com/supergao/softwere/utils/Utils.java | 01469fe2349975cd29eb7b51a0fbcb71432c5795 | [] | no_license | superGao/SuperSoftwere | 8e8ba0445916c475816edc26f1d9ed214af2e0d9 | 7dba53c134c8adb8ca88599fa434c187ada02126 | refs/heads/master | 2021-01-21T13:14:46.401248 | 2016-05-10T02:02:47 | 2016-05-10T02:02:47 | 53,644,628 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,358 | java | package com.supergao.softwere.utils;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.media.Ringtone;
import android.media.Rington... | [
"1763683540@qq.com"
] | 1763683540@qq.com |
f449828dd44b207778283561e3cebdbcea97e618 | 4537c0ffcc36a8f1139cd3fb695067d6dad7400c | /PrizeFactoryTest_M/src/com/prize/factorytest/LCD/LCD.java | 976f64bb0934034964bd24410b1121192737fff4 | [] | no_license | lesching2014/programmer | a3fc29191f4777f3d7a7a8083be56664cccf2cc9 | 12d1671a7076ecf6cf7de434afa6fba95aa780cf | refs/heads/master | 2023-08-02T05:38:43.224712 | 2019-03-29T09:53:27 | 2019-03-29T09:53:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,436 | java | package com.prize.factorytest.LCD;
import java.io.InputStream;
import com.prize.factorytest.R;
import com.prize.factorytest.PrizeFactoryTestListActivity;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import android.graphic... | [
"1601523436@qq.com"
] | 1601523436@qq.com |
7fd89d4f3f92c40839727277ea24986f9ab45817 | 40380569ec911d82a356ae6e3cdd1428864de2e1 | /springboot-project-dao-annotation/src/main/java/com/kinnylee/SpringbootProjectDaoApplication.java | c46831e9122e259d2c1efc2e4d9cbdfe291f09ad | [] | no_license | kinnylee/springboot-project-sample | d6272f9bd339b2a13d11e3f5f13404b679d29713 | 15fccc9c9b63ec446cb94fe37dab167693009045 | refs/heads/master | 2020-04-02T09:41:00.150594 | 2019-03-06T14:15:24 | 2019-03-06T14:15:24 | 154,304,293 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 144 | java | package com.kinnylee;
/**
* @author lijl-c
*/
public class SpringbootProjectDaoApplication {
public static void main(String[] args) {
}
}
| [
"lijl-c@glodon.com"
] | lijl-c@glodon.com |
db526f10999ec050ed626400b7fa6af2cd453dc5 | 90929cac4cb67f3318190609e2834110c666658d | /src/main/java/com/yejianfengblue/ldplayer/command/CommandExecutionResult.java | dcb251a91b72d89ee8e948933540ed2ff448af7f | [] | no_license | yejianfengblue/ldplayer | 9227da0389ee1fa87eb92d5ea6e4e7480d65e838 | e3f1f268ccf030bf5b5f7e5a899150c57f2328f8 | refs/heads/master | 2023-02-28T17:53:29.867325 | 2021-02-07T02:30:58 | 2021-02-07T02:30:58 | 301,951,966 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 190 | java | package com.yejianfengblue.ldplayer.command;
import lombok.Value;
import java.util.List;
@Value
public class CommandExecutionResult {
int exitValue;
List<String> outputLines;
}
| [
"yejianfengblue@163.com"
] | yejianfengblue@163.com |
c29c1946a241b6d8b86170295b03ca0b518ed65e | d46c7d839a7129a221b0b3e9a190b6f715956c7c | /console-adapter/src/main/java/com/poetry/infra/ConsoleAdapter.java | 8572b1bb2422a7d7d68493a84e572d7d34297060 | [] | no_license | BasavarajuDesai/java-hexagonal | 1262cc1b41bdcdc9c31b0ee14f16f25524665ef7 | 9ed3b41b9b5b644e431ec6ccb7a8be20f1fe837d | refs/heads/master | 2020-04-22T22:02:02.329896 | 2019-02-04T05:23:41 | 2019-02-04T05:23:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 704 | java | package com.poetry.infra;
import com.poetry.port.RequestVerse;
/**
* Created by Paul
*
* @author <a href="mailto:paul58914080@gmail.com">Paul Williams</a>
*/
public class ConsoleAdapter {
private RequestVerse poetryReader;
private WriteLine publicationStrategy;
public ConsoleAdapter(RequestVerse poe... | [
"paul58914080@gmail.com"
] | paul58914080@gmail.com |
9cede23456c7a028b52711bd4762c3f969cd14f1 | d6d5731f30d3eaf62c552d81e935dfac79a65f6a | /src/visao/Principal.java | 8e4c23e094e6825b2fb205186da58ee3a587127a | [] | no_license | Davi-o/JavaSwing-Aula-3 | 01121ca304d5fc5f812de3bfc9852e0398a4c9fb | 91f68f5a8a3390c255c33bafbcd87b7094ad717c | refs/heads/master | 2020-04-28T16:39:31.855371 | 2019-03-13T14:46:19 | 2019-03-13T14:46:19 | 175,419,715 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 851 | java | package visao;
import modelo.Calculadora;
import javax.swing.JOptionPane;
/**
*
* @author Davi Alves - 10:40
* @since 13/03/2019
* @version 1.0 Arya Version
*/
public class Principal {
public static void main(String[] args) {
Calculadora calc = new Calculadora();
calc.setNum1(Double.parseDou... | [
"103@qi"
] | 103@qi |
39b6379aed50de8dca768ef5741476f0253b7151 | 33e102f485a70bc24c051099a8f8a6ba8857d5bc | /server/regtest/src/test/java/org/hyperledger/account/AccountOperationsInBlocksTest.java | 0c90034485f9df452d16b2205013a20bdf244092 | [
"Apache-2.0",
"MIT"
] | permissive | greathjt/hlp-candidate | 42196e728f42d07591fc5fe8ec91f5ebc5d26eb0 | 831d19ede4008655ad5d489c1e2c1e16e5437fd7 | refs/heads/master | 2021-01-21T01:11:18.685171 | 2016-02-29T20:03:42 | 2016-02-29T21:40:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,967 | java | /**
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* dist... | [
"tamas.blummer@digitalasset.com"
] | tamas.blummer@digitalasset.com |
8f7147b503982c8a74f8bfa7903b69fa1e216091 | a128b5066df3fa67b352970d8bb1f32dd9788626 | /ProyectoWAD/src/java/paquete/ActionCrearPregunta.java | c20b510548613a4d91ed6fd640ab3d1c106f4cdb | [] | no_license | leafar5645/WAD | 442f967fde0e67a4c8ede3a8a5c6ac9e72bbc31c | cd3d396d405d0be82d8bb306cc960fd64ab009b4 | refs/heads/master | 2021-08-18T08:23:20.591214 | 2019-06-05T17:02:44 | 2019-06-05T17:02:44 | 180,434,072 | 0 | 0 | null | 2021-06-16T00:38:07 | 2019-04-09T19:15:46 | JavaScript | UTF-8 | Java | false | false | 2,740 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package paquete;
import com.opensymphony.xwork2.ActionSupport;
import entity.Usuarios;
import java.io.ByteArrayInputStream;
import jav... | [
"rafassassinscreed@gmail.com"
] | rafassassinscreed@gmail.com |
22b66487713df0d71df78d596342f317ba064fa7 | ff3f9815dd36f6546ea552eb6c074e101a736832 | /android/app/src/main/java/com/bluetoothplayground/bluetooth/module/discover/DiscoverDevices.java | 8d3b3258649ade3700763b6cad58ff59d2b73d59 | [] | no_license | pzdralewicz/RN-Bluetooth-Playground | 032a5ad5d646244ff52b9e12a87899a3c440a293 | 5eb1b1226220400c581ba9d0750e5839a263218c | refs/heads/master | 2022-12-13T17:15:47.380376 | 2020-09-16T20:30:38 | 2020-09-16T20:30:38 | 272,208,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,431 | java | package com.bluetoothplayground.bluetooth.module.discover;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Build.VERSION_C... | [
"szymon.groth@gfactor.pl"
] | szymon.groth@gfactor.pl |
9724b853ac6ffb533299f56c9fc9d25bf5811002 | e2d354b73423025fc970f12723bade9cc94980c0 | /src/Node.java | 238487c933abeb7aa8db8031264debac2f132065 | [] | no_license | jclinford/A-example | 37caf33ab4944fc7d6d31e6c1dd8b16cd0824408 | 0e403b5e0a29d7129b1f8e624bde45af7343e55f | refs/heads/master | 2021-01-22T18:23:23.928963 | 2012-03-04T22:24:32 | 2012-03-04T22:24:32 | 3,616,425 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,028 | java | /**
* @author John Linford
*/
import java.awt.Color;
public class Node
{
public Node(int c, int r)
{
col = c;
row = r;
}
public int getRow()
{
return row;
}
public int getCol()
{
return col;
}
public void setCost(int c)
{
cost = c;
}
public int getCost()
{
return cost;
}
public v... | [
"jclinford@gmail.com"
] | jclinford@gmail.com |
a8fcac989c5dfdd301c833bb7b0f7ddf5d8a846f | 776bebbfa7d4a3d45ba636cfdd42c957d5445d4a | /src/main/java/org/codelabor/example/username/dao/mybatis/MyBatisUsernameDaoImpl.java | b32a76d731429b3f5a79cf16dc897446a00a714f | [
"Apache-2.0"
] | permissive | codelabor/codelabor-web-app-prototype | 64964e174d106015a492163402d215436aa2a708 | c9c7aca148fbd210e3adc7132c32144a603f0ca7 | refs/heads/master | 2022-12-23T03:53:39.495953 | 2020-07-08T05:17:54 | 2020-07-08T05:17:54 | 38,967,977 | 0 | 1 | Apache-2.0 | 2022-12-16T06:03:23 | 2015-07-12T16:04:02 | Java | UTF-8 | Java | false | false | 1,201 | java | package org.codelabor.example.username.dao.mybatis;
import org.codelabor.example.username.dao.UsernameDao;
import org.codelabor.example.username.dto.RegistrationFormDto;
import org.codelabor.system.security.core.context.SecurityContextHolderUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import ... | [
"codelabor@gmail.com"
] | codelabor@gmail.com |
487a791c38cb8ca9340142385ccf5de8e882dc99 | 480318ebcb015ce7a77d32e0465f121a634df09f | /src/main/java/com/jaqp7363/book/config/AuthSuccessHandler.java | 06d498d1322911c95e7b4b705aa9eb3ac1858140 | [] | no_license | jaqp7363/bookSearch | b2738ec1a55d5a4c105e117b784387ca07914a9a | ab426a0e8619f25eb0fddfe709c95c76deaef6da | refs/heads/master | 2020-09-14T16:04:08.298664 | 2019-11-21T13:37:07 | 2019-11-21T13:37:07 | 223,177,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,385 | java | package com.jaqp7363.book.config;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.springframework.security.core.Authentication;
import org.spring... | [
"57783976+jaqp7363@users.noreply.github.com"
] | 57783976+jaqp7363@users.noreply.github.com |
19fa6a11071215b2b481f8b4e2d016933699d9ba | ccc5322cfb27c71e7838136b7d977182e731456a | /src/main/java/jp/co/soramitsu/iroha/java/debug/Account.java | a1b75c0d7b7fefe16928fdb665aa0cc0ff557f5e | [
"Apache-2.0"
] | permissive | Warchant/iroha-pure-java | 697789599922441fe573199342e522b167dc3b1b | dbe4237af422e06a9bed639d386768a9f98b210c | refs/heads/v1.0.0_rc2 | 2021-07-09T01:33:13.211000 | 2019-01-25T13:14:26 | 2019-01-25T13:37:59 | 136,601,870 | 9 | 8 | Apache-2.0 | 2019-01-25T13:38:00 | 2018-06-08T10:02:29 | Java | UTF-8 | Java | false | false | 388 | java | package jp.co.soramitsu.iroha.java.debug;
import java.security.KeyPair;
import jp.co.soramitsu.crypto.ed25519.Ed25519Sha3;
import lombok.Value;
@Value
public class Account {
private static Ed25519Sha3 crypto = new Ed25519Sha3();
private String id;
private KeyPair keyPair;
public static Account create(Strin... | [
"warchantua@gmail.com"
] | warchantua@gmail.com |
fcf80b2bf710fe9c20f244bb4bb6b8916d1e3b69 | 7a3eba24f4d535e9f4aeb02e0c6813a9848dfebf | /projet-agilite/src/test/java/CompteCreationSteps.java | 34e5819ad40b56189cb74c402e0fdb29adab0490 | [] | no_license | floflobay/Agilit- | 279624688c195a533dcb6716a7c8ab62ffa86f7e | 11acab5ac98d59e2dc6286fcbd51535603e82830 | refs/heads/master | 2020-03-08T05:00:17.885082 | 2018-06-25T12:45:56 | 2018-06-25T12:45:56 | 127,936,782 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,310 | java | import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
import static org.junit.Assert.*;
/**
* @author I83977
*
*/
public class CompteCreationSteps {
private CompteBancaire compte;
private CompteBancaire compte2;
private Personne proprietaire;
private... | [
"fbayeux@gmail.com"
] | fbayeux@gmail.com |
0f493b7c8b31179579f10342d74cfc5c371c9285 | 6ed32b9c157d783ad4b4fa74accfaee4fd63a3a4 | /samediff/src/main/java/org/nd4j/autodiff/functions/impl/unary/transform/Sinh.java | 3ad9bd0135912f89154b19fb5c839a80363f4652 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | manaswiv/nd4j | 8b59d7c22291838c23b05409e36df8229d5345c3 | 3d7afd15d3badefdcab891cc6b93f4e7234dca01 | refs/heads/master | 2021-01-21T13:15:23.048219 | 2017-09-01T08:32:45 | 2017-09-01T08:32:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,021 | java | package org.nd4j.autodiff.functions.impl.unary.transform;
import org.nd4j.autodiff.ArrayField;
import org.nd4j.autodiff.functions.AbstractUnaryFunction;
import org.nd4j.autodiff.functions.DifferentialFunction;
import org.nd4j.autodiff.samediff.SameDiff;
import java.util.Collections;
import java.util.List;
public cla... | [
"adam@skymind.io"
] | adam@skymind.io |
32c6d0a1f0f6f80d59327b7673910c2666b8aa26 | 7b82d70ba5fef677d83879dfeab859d17f4809aa | /_part2/framework-generator/src/main/java/cn/backflow/generator/util/paranamer/NullParanamer.java | 681f8d2736745ebae22ef2fc41c0255b8fe3d9eb | [
"MIT"
] | permissive | apollowesley/jun_test | fb962a28b6384c4097c7a8087a53878188db2ebc | c7a4600c3f0e1b045280eaf3464b64e908d2f0a2 | refs/heads/main | 2022-12-30T20:47:36.637165 | 2020-10-13T18:10:46 | 2020-10-13T18:10:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,273 | java | /***
*
* Copyright (c) 2007 Paul Hammant
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of co... | [
"wujun728@hotmail.com"
] | wujun728@hotmail.com |
190417a3cbf54aabe42183795e02ab8d76c5a8f9 | 345f05a61dc9a1ff99e80b5e9357f60fef7fc746 | /src/test/java/tz/go/moh/him/nacte/mediator/hrhis/BaseOrchestratorTest.java | 8d367c17930b4341c5c20d81fd8f8f43e9d1c305 | [] | no_license | SoftmedTanzania/nacte-mediator-hrhis | c58befbf1bb4022212760ad021ba09b7aff0b2bc | 9e4de27bd978a682813161518cd5670323355419 | refs/heads/development | 2023-05-31T14:46:40.715805 | 2021-07-02T06:52:23 | 2021-07-02T06:52:23 | 338,021,181 | 0 | 0 | null | 2021-07-02T06:52:24 | 2021-02-11T12:21:29 | Java | UTF-8 | Java | false | false | 3,343 | java | package tz.go.moh.him.nacte.mediator.hrhis;
import akka.actor.ActorSystem;
import akka.testkit.JavaTestKit;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.openhim.mediat... | [
"ilakozejumanne@gmail.com"
] | ilakozejumanne@gmail.com |
944494678b3dccd1754a80264c3ac1b887f68e31 | ce70d6f46fc4bbd4cd48c95a94d278a4720de005 | /tf_llamapolice/src/main/java/pe/edu/upc/serviceimpl/DenuncianteServiceImpl.java | 0782a79200dede81492523bacb45889e3e243605 | [] | no_license | juanx2/tf_llamapolice | 515c15eb1e04c69c4830bfa264464b8dc2dbdee3 | 8960c4c0b69b17b2d85d199e86b28ee2c7e1899d | refs/heads/master | 2022-11-08T21:23:30.117265 | 2020-06-19T01:39:24 | 2020-06-19T01:39:24 | 273,365,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,672 | java | package pe.edu.upc.serviceimpl;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import pe.edu.upc.model.Denunciante;
import pe.edu.upc.repos... | [
"PC@DESKTOP-OM53IMJ"
] | PC@DESKTOP-OM53IMJ |
911412bef9050566d2de9590108b900ca1ad26ef | 3d4a64f00391cb3720439f8276f4cf46bd0bbe84 | /StockAnalysis_CANSLIM/src/main/tokyo/createnewDB/impl/buildDB/BuildTokyoDB.java | 5af2d19641d95cf68cd299bebc232570f63ff3f8 | [] | no_license | vdaytona/StockAnalysis_CANSLIM | bd9bbfbfd3df683f7a6e088977adf08c457acade | ee1c12ec3cc7963da4288ff7e5f540eeb1f094ed | refs/heads/master | 2020-05-18T13:25:33.311660 | 2015-06-12T02:25:23 | 2015-06-12T02:25:23 | 18,316,404 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 423 | java | package impl.buildDB;
import impl.download.HistoricalQuoteDownload;
//create database on a new warehouse
public class BuildTokyoDB {
public static void main(String args[]) {
// TODO Auto-generated constructor stub
// 1.Download list of listed companies
//ListOfTSEListedDownloadImpl... | [
"daytonaviola@gmail.com"
] | daytonaviola@gmail.com |
23350d84c1ed1ae94cecb94c554b53f6fa2dad18 | 8aece436d93c3c8b300d809e0aafa2ce4b985713 | /com.android.dialer/src/com/android/incallui/VideoCallFragment.java | cb8c6449b9db4b497a53c417aa23e8a83c050156 | [] | no_license | xjpmauricio/dialer-nougat-release | d571dc1817beb60bdd3fb8743b29676d84dacf7a | eea8846eb16a1ed60f2d97db4291442888f55b1f | refs/heads/master | 2021-01-22T23:06:14.019082 | 2019-04-25T17:54:01 | 2019-04-25T17:54:01 | 85,606,453 | 9 | 5 | null | 2019-04-25T18:18:54 | 2017-03-20T17:31:06 | Java | UTF-8 | Java | false | false | 33,044 | java | /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"xjpmauricio@gmail.com"
] | xjpmauricio@gmail.com |
faffe5f5437445e5da55f394b2e0743f21060279 | 037fc4bf2a1ad9da0e0570c30b8cefcfbb8f0ea1 | /src/main/java/com/gamaset/crbetadmin/endpoint/BatchEndpoint.java | 16ed978a032a6397bd55c76280415d4ee757116e | [] | no_license | gamaset/crbets-admin-api | 6de71dff4423119bdebfb937dd40cdd08222c9f2 | bf6f5dc65a77a0ee1440565982343fef53f317c5 | refs/heads/master | 2020-04-27T15:43:30.149346 | 2019-04-23T22:02:16 | 2019-04-23T22:02:16 | 174,457,615 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,373 | java | package com.gamaset.crbetadmin.endpoint;
import static org.springframework.http.MediaType.APPLICATION_JSON_UTF8_VALUE;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.PostMapping;
import org.sprin... | [
"christopherscotini@gmail.com"
] | christopherscotini@gmail.com |
5d0720a13b0a22f4fee1caa363f9a227fade923d | a93b5ae769c845a53d3a7fec3a6a31147c0b6520 | /2020-09-28/src/lt/vtmc/vaclav/JavaWorkingWithArrays.java | 60082d2171704878a5b078ee4e3503b60eff59b9 | [] | no_license | ponasvincas/classworks | 8404b57ca5d9cba2d4382d8ce1ebbe824463e3c3 | ec77bde1bafa1a072ec25cf71744928d52e18bca | refs/heads/master | 2022-12-28T09:44:11.122234 | 2020-10-07T16:59:02 | 2020-10-07T16:59:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,368 | java | package lt.vtmc.vaclav;
import java.util.Arrays;
public class JavaWorkingWithArrays {
public static void main(String[] args) {
int[] numbers = {0,1,2,3,4,5,6,7,8,9};
printArray(numbers);
int[] otherNumbers = generateArray(5000000);
insertElementInArray(otherNumbers, 89);
}
private static void insertEleme... | [
"Administratorius@DESKTOP-NCUDGGO"
] | Administratorius@DESKTOP-NCUDGGO |
bc840866ca01396de7c19a97eeff6aae72ac3fa6 | 2a86c22390cd4af801e7dc0c1abee363d907a41f | /src/sk/akademiasovy/geometry2D/Rectangle.java | 68444892c5ea668bdabc8474f356b6e54ae15346 | [] | no_license | akademiasovy/projectGeometry | 8ed7f8d43e51da7059f76e291d34467ddc4b435b | 5c78eeca29ace09d55104dfd3ab7ea416af04a21 | refs/heads/master | 2021-05-12T19:23:48.487447 | 2018-01-12T10:48:45 | 2018-01-12T10:48:45 | 117,091,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 722 | java | package sk.akademiasovy.geometry2D;
/**
* Created by host on 11.1.2018.
*/
public class Rectangle implements Operation, Diagonal{
private double a;
private double b;
public Rectangle(double a) {
this.a = a;
this.b = a;
}
public Rectangle(double a, double b) {
this.a = a;... | [
"roland.onofrej@akademiasovy.sk"
] | roland.onofrej@akademiasovy.sk |
b43980a0aefe142416050cba0cc62c232a121b68 | 5fd6e3d9a53e2602929e4373df1922499ad809d6 | /src/main/java/al/ikubinfo/internship/freelancer/service/TestService.java | fa6a1e27e38f5a93c3562e788b64f3de5a7b7a87 | [] | no_license | aleksanderndoci/intern-freelancer | e5ab5b1f7543cdf141fd48f94af099f01bde6d0b | d1818e53823898bba74674daa95035287d82ead2 | refs/heads/master | 2023-04-04T01:13:21.969746 | 2021-02-23T07:56:45 | 2021-02-23T07:56:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 225 | java | package al.ikubinfo.internship.freelancer.service;
import al.ikubinfo.internship.freelancer.model.TestModel;
public interface TestService {
TestModel addTest(TestModel testModel);
TestModel findById(Integer id);
}
| [
"aleksanfer.ndoci@ikubinfo.al"
] | aleksanfer.ndoci@ikubinfo.al |
ca6cf6ff0720d3266921ebc84d919b210e4c60cf | e195a007303715cd29599b89725c4720a094c720 | /HackerEarth/IsItPossible.java | 64c677ec821b68fa08918ec23e57a0a74108abe0 | [] | no_license | chiranjeevbitm/Eclipse_programs | 4f423148bea5b33c1ec55a868476e41991be8bc4 | 8266854275bdc0672f4cf6b026562e84b7711bcb | refs/heads/master | 2020-03-23T00:22:20.529204 | 2018-07-13T14:21:25 | 2018-07-13T14:21:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 512 | java | package HackerEarth;
import java.io.BufferedReader;
import java.io.InputStreamReader;
public class IsItPossible {
public static void main(String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int N = Integer.parseInt(br.readLine());
for (int i = 0; i < N... | [
"chiranjeevkumar47@gmail.com"
] | chiranjeevkumar47@gmail.com |
f4a04dcba41b922ef2ec7c091d2201463a281af9 | 9b7dec08a72088c1e8ce518ea28e95810561d1f3 | /lwh-springcloud-2020/cloud-consumer-feign-order80/src/main/java/com/lwhtarena/springcloud/OrderFeignMain80.java | be013dbcb86ad5e01497c6e33e059a8b9fd7cce8 | [] | no_license | LWHTarena/lwh-example | 6c9b763bca5a5a1557a14778a13a8cde1ffeb53e | e74096b50e49ea37b913b967cd3272ae13cda632 | refs/heads/master | 2022-12-21T09:50:27.766898 | 2021-05-01T08:31:34 | 2021-05-01T08:31:34 | 128,957,310 | 0 | 0 | null | 2022-12-16T15:41:55 | 2018-04-10T15:41:01 | Java | UTF-8 | Java | false | false | 579 | java | package com.lwhtarena.springcloud;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.openfeign.EnableFeignClients;
/**
* @author liwh
* @Title: OrderFeignMain80
* @Package com.lwhtarena.springcloud
* @Descriptio... | [
"lwhtarena@163.com"
] | lwhtarena@163.com |
04076fb13b2ec92565fd77e548241f16faf3e867 | fd5abf321e92d92d45b7ab81de99355c23f24cc2 | /snake/src/onlineThread/Sender.java | deb33902d2ff487f91aa5c49b7745fddb10f141a | [] | no_license | Krokofol/OnlineSnake | 0d8638b4d8cea40fc69dbe9a32679d17585343ed | b91f7ca77781c43b9faaa565c3c62533cd42f4e0 | refs/heads/master | 2023-01-23T18:25:57.509370 | 2020-12-09T04:22:53 | 2020-12-09T04:22:53 | 311,066,391 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 843 | java | package onlineThread;
import java.io.IOException;
import java.net.DatagramPacket;
public class Sender implements Runnable {
public void run() {
while (true) {
String message = "message";
byte[] messByte = message.getBytes();
DatagramPacket sendPacket = new DatagramPac... | [
"45444605+Krokofol@users.noreply.github.com"
] | 45444605+Krokofol@users.noreply.github.com |
8a630daa0995ed42c7370a47f823588c220a0ebb | 5505d69c7bd41ffe898bcff71200a40db461c7fb | /src/com/tutorialspoint/eclipselink/service/EmployeeFindService.java | 18e18c3879ed1e2a208ea85c61746f687e28f9fd | [] | no_license | zarimustafa/JpaDemp | 7223b4331f6e1dad4286ff3b2437f505ad059ce3 | d6f7d57f0b0df1605fb3f370ad0979fd898e956a | refs/heads/master | 2020-03-30T19:44:52.286614 | 2018-10-04T10:44:52 | 2018-10-04T10:44:52 | 151,556,315 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 764 | java | package com.tutorialspoint.eclipselink.service;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import com.tutorialspoint.eclipselink.entity.Employee;
public class EmployeeFindService {
public static void main(String[] args) {
EntityMan... | [
"mustafazari8@gmail.com"
] | mustafazari8@gmail.com |
512b68df24c17311261168fa6f40547ee3567939 | f3fbabb66839e720b7e1712e8dc7711772efa957 | /Source/mifi/windows/1.0.0/src/me/kingka/network/configuration/ConfigurationFactory.java | 393b6e349f505aa3c965e2a01f2b656354f6ec55 | [
"MIT"
] | permissive | mizkchen/mifi | 1f47cc8c878aee860cf4798286f8c86fb8f9c88c | 893696705b4c568c77ebc00d133e58d37a499649 | refs/heads/master | 2016-09-13T19:10:10.438001 | 2016-04-28T08:45:36 | 2016-04-28T08:45:36 | 57,121,202 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,139 | java | package me.kingka.network.configuration;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import org.apache.commons.codec.binary.StringUtils;
import org... | [
"heras@vip.qq.com"
] | heras@vip.qq.com |
ecbb342402806dc1cfbda7e45b6f0a9ca9917e2b | d9477e8e6e0d823cf2dec9823d7424732a7563c4 | /plugins/ShortcutDisplay/tags/rel_1_0/src/shortcutdisplay/SDChangeListener.java | 3708695b3657f932484c1f47e9a589458dd1f243 | [] | no_license | RobertHSchmidt/jedit | 48fd8e1e9527e6f680de334d1903a0113f9e8380 | 2fbb392d6b569aefead29975b9be12e257fbe4eb | refs/heads/master | 2023-08-30T02:52:55.676638 | 2018-07-11T13:28:01 | 2018-07-11T13:28:01 | 140,587,948 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,004 | java | package shortcutdisplay;
import javax.swing.event.*;
import java.awt.Component;
import java.io.*;
import java.util.Hashtable;
import java.util.Vector;
import org.gjt.sp.jedit.*;
import org.gjt.sp.jedit.browser.VFSBrowser;
import org.gjt.sp.jedit.io.*;
import org.gjt.sp.jedit.msg.*;
import org.gjt.sp.util.Log;
import o... | [
"nobody@6b1eeb88-9816-0410-afa2-b43733a0f04e"
] | nobody@6b1eeb88-9816-0410-afa2-b43733a0f04e |
52fe7ad8115f97753335f55544b90aa9067ed565 | c1cfb7fbc2a22cfde6f225aeb731f4ff5b11ce91 | /07-LinkedList/Testing/Node2.java | b8a11997a5e023318e0cc265b95072f202fe3acb | [] | no_license | lulublue98/Homework2 | de55162bc1c13233fcaae68e7e024fbf5103864c | 07555c9eb5547392c0352a8ebe3eaee02dcccc36 | refs/heads/master | 2021-01-19T08:56:05.173879 | 2015-05-14T13:22:11 | 2015-05-14T13:22:11 | 30,255,542 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 399 | java | public class Node {
private String data;
private Node next;
public Node( String s ) {
data = s;
next = null;
}
public void setData( String s ) {
data = s;
}
public String getData() {
return data;
}
public void setNext( Node n ) {
next = n;
}
public Node getNext() {
r... | [
"lulu.jiyun.cho@gmail.com"
] | lulu.jiyun.cho@gmail.com |
9e800091f18e76161e99a7306a5faf0549529997 | 27c8ac5e32bb04dfa8dad68796ecbebb3f2897dd | /app/src/main/java/com/clevertap/customhandlingpushnotification/NotificationActivity.java | 2c8f577d8a7e002ee4264b3442ba5c52029d3a50 | [] | no_license | palashclevertap/custom_handling | dcb18f5d83b3e7158520332b610059c979a03e25 | 1558f6af7ae3f499369fae8ea7a266d01e8a58f9 | refs/heads/master | 2021-05-03T06:20:54.818657 | 2018-02-07T09:22:52 | 2018-02-07T09:22:52 | 120,592,396 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 446 | java | package com.clevertap.customhandlingpushnotification;
import android.app.Activity;
import android.os.Bundle;
import android.support.annotation.Nullable;
/**
* Created by palashjain on 07/02/18.
*/
public class NotificationActivity extends Activity {
@Override
protected void onCreate(@Nullable Bundle saved... | [
"palashjain@Palashs-MacBook-Air.local"
] | palashjain@Palashs-MacBook-Air.local |
353ec8f2110c4cc7c3e3397a8d8800014d30efda | dffad0dfa97c26a72a231ff1060c6adf6f2d4029 | /WEB-INF/classes/com/keyword_form/model/Keyword_formDAO_interface.java | 3e78e823157dfbeee7e3f495e593d583e4d40999 | [] | no_license | Poyaching/TEA102G5_fin | 55f7ff476fd6a1a4be928aa3b8f17649e36b1e0e | 58b5f3504187a1b57598e2c0df16c3326e2cd2d5 | refs/heads/master | 2023-03-19T08:21:28.578213 | 2021-03-17T13:47:53 | 2021-03-17T13:47:53 | 348,724,598 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 594 | java | package com.keyword_form.model;
import java.util.List;
import java.util.Map;
public interface Keyword_formDAO_interface {
public void insert(Keyword_formVO keyword_formVO);
public void update(Keyword_formVO keyword_formVO);
public Keyword_formVO findByPrimaryKey(String keyword_id);
public Lis... | [
"ching@test.27n5f.ga"
] | ching@test.27n5f.ga |
ea6a211f80ac15352bfd340cb9cc26f60b724f01 | 6176cd53207819f9fb02877f6cfb718d115ab76c | /src/main/java/cn/edu/javase/序列化/Demo1.java | f14296948cb9cb42d8f21478b6aa3d62faac3004 | [] | no_license | biaxiao/javalearning | ace12902dd0415f8d9682214ef709683505063af | 09c38603ebf9ceed6f339f41cca505a452437fff | refs/heads/master | 2021-06-20T23:59:13.754386 | 2019-07-17T11:49:29 | 2019-07-17T11:49:29 | 174,907,274 | 1 | 0 | null | 2020-10-13T12:19:16 | 2019-03-11T01:56:37 | Java | UTF-8 | Java | false | false | 1,361 | java | package cn.edu.javase.序列化;
import org.junit.Test;
import java.io.*;
public class Demo1 implements Serializable{
@Test
public void test2() throws IOException, ClassNotFoundException {
B b = new B();
b.i = 1;
b.s = "a";
//将obj写入文件
FileOutputStream fileOutput... | [
"953692809@qq.com"
] | 953692809@qq.com |
12d5b775b296b2f1bc35f57130a224b8455f1446 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/gradle--gradle/f24146cc5f956a1b03a515bbee4225e6f861b6ab/before/CLangPlugin.java | d8c53ab55d632a30a085c48300967b0adb9e5d9f | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,487 | java | /*
* Copyright 2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
ce797d3f9323145c862c0b323277f0dead3148c0 | 40665051fadf3fb75e5a8f655362126c1a2a3af6 | /ibinti-bugvm/fc03be43f5a999223672bc9d7ca0c0a2488ad7a7/6673/CAMetalLayer.java | 6314b821eb1ac3fc32685b38ee8a829e64b42046 | [] | no_license | fermadeiral/StyleErrors | 6f44379207e8490ba618365c54bdfef554fc4fde | d1a6149d9526eb757cf053bc971dbd92b2bfcdf1 | refs/heads/master | 2020-07-15T12:55:10.564494 | 2019-10-24T02:30:45 | 2019-10-24T02:30:45 | 205,546,543 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,106 | java | /*
* Copyright (C) 2013-2015 RoboVM AB
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | [
"fer.madeiral@gmail.com"
] | fer.madeiral@gmail.com |
2176083cb5c3db45b6ee46eac6031d68947ac94f | 8d7e2ed8dfae44459bf865b4c5090a08f8c3ec94 | /src/main/java/com/ambition/agile/modules/consumer/dao/ConsumerDao.java | 12abae90a622f364503a21dc8c115935e159f6c3 | [] | no_license | hanqingtao/sal_admin | 1aac4a9aeccc1e4a20f849ba45d7e248661ac2db | 9078204eb5ca25a4c6afa9ddf88e9b2e094e951f | refs/heads/master | 2022-12-29T14:34:29.500002 | 2020-01-04T17:13:56 | 2020-01-04T17:13:56 | 122,911,455 | 0 | 0 | null | 2022-12-16T06:11:39 | 2018-02-26T04:08:29 | JavaScript | UTF-8 | Java | false | false | 438 | java | /**
* Copyright © 2012-2017 All rights reserved.
*/
package com.ambition.agile.modules.consumer.dao;
import com.ambition.agile.common.persistence.CrudDao;
import com.ambition.agile.common.persistence.annotation.MyBatisDao;
import com.ambition.agile.modules.consumer.entity.Consumer;
/**
* 用户信息DAO接口
* @author... | [
"hanqingtao@bjadks.com"
] | hanqingtao@bjadks.com |
2e8b6dfae49ad8cfc685040924714e0f352719c9 | 379475071b98bc2946e48f31ef15f577e0e6c05f | /src/main/java/ru/dpoz/socinetw/repository/UserDAO.java | 97a368e687bf9e9000b2da5f499db273f63199bb | [] | no_license | notrickyd/ru.dpoz.socinetw | 719d0f1c434d308de9c9a085f4f1029815b3882e | 285dd9f84c219e4e02bf43f19d30b30f5f4c8a8f | refs/heads/main | 2023-08-22T22:51:40.194342 | 2021-10-14T10:30:37 | 2021-10-14T10:30:37 | 412,532,845 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,755 | java | package ru.dpoz.socinetw.repository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.BeanPropertyRowMapper;
import org.springframework.jdbc.core.namedparam.MapSqlParameterSource;
import org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate;
import org.s... | [
"dmitry.pozhitkov@megafon.ru"
] | dmitry.pozhitkov@megafon.ru |
a66c8e26d94590e49e2cb6ef2c4811fb4bebf611 | 1982066f9a6e391eb0c231770728e3feb7892625 | /JAXWSSpringServer/src/main/java/ru/itis/Publisher.java | 2229d74f5b50d4782112a8ba0585e015bf6cff06 | [] | no_license | DimAce74/Education | e284574bc5443864c90bc67cfba940ee93fd892f | 6e5b0fa39a9ca2c56ce1a0aa87b5f87663f1731e | refs/heads/master | 2021-01-12T08:07:40.411752 | 2017-05-22T18:45:06 | 2017-05-22T18:45:06 | 76,480,664 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package ru.itis;
import ru.itis.services.AutoServiceImpl;
import ru.itis.services.UserServiceImpl;
import javax.xml.ws.Endpoint;
public class Publisher {
public static void main(String[] args) {
Endpoint.publish("http://localhost:8081/ws/autos", new AutoServiceImpl());
Endpoint.publish("http://lo... | [
"dimaswg@mail.ru"
] | dimaswg@mail.ru |
e67bbcadba6441d6b67602e4f09c378a573a9584 | b83d5e7b381168979ed1bcad3e2d37cc4547c8a1 | /uaa/src/main/java/me/tdcarefor/tdcloud/uaa/util/CheckoutUtil.java | 67db8eed5c8e5d40a24e96bf00aded3ff3a67db6 | [] | no_license | milesxiao/micro | 152ceaa9393055b8f806c00790156e874fe19c55 | 12d496e96848a5d448df51378d9e067be115ec93 | refs/heads/master | 2021-08-17T09:04:23.099084 | 2017-11-21T01:28:15 | 2017-11-21T01:28:15 | 111,386,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,361 | java | package me.tdcarefor.tdcloud.uaa.util;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
/**
* Created by xsx on 2017/8/21.
*/
public class CheckoutUtil {
// // 与接口配置信息中的Token要一致
// private static String token = "Javen";
/**
* 验证签名
*
* @param signature
* @param tim... | [
"annel_xsx@sina.com"
] | annel_xsx@sina.com |
6d67a95f4693db0ff69f3aedf2ce0f43bf4f1d20 | 941298fe825b6cf5b476620df6820c091cb1f362 | /ch6/src/TvTest.java | 7a4324dd9301b9b1caadbb4536b23578def7a1ef | [] | no_license | skyies12/java | 05180adc9278daa0aae74a6b3b4fbd6727513eb8 | ed2917de3b8b519b0efca2295510004e9947b22d | refs/heads/master | 2020-05-03T18:41:28.286589 | 2019-04-01T02:09:12 | 2019-04-01T02:09:12 | 178,768,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 366 | java | class Tv {
String color;
boolean power;
int channel;
void power() {
power = !power;
}
void channelUp() {
++channel;
}
void chnnelDown() {
--channel;
}
}
public class TvTest {
public static void main(String[] args) {
Tv t = new Tv();
t.channel = 7;
t.chnnelDown();
System.out.println("현재 채널은 " ... | [
"skyies12@naver.com"
] | skyies12@naver.com |
835e55d421a0165bfbb22db24127dd2ea6443cca | 432484e71e8b1eaa43978af4a82440ad11907039 | /android/app/src/main/java/com/assignment/generated/BasePackageList.java | 74a07fd41d270cb9c77330e7144606ab87559573 | [] | no_license | appasaheb4/rn-mobx-localStorage | 0103ecc039cd904f39e258881c2bc2daa8d3752c | 4e33babc354ff9e30afedec4cc5c8ada17efe4bb | refs/heads/main | 2023-05-06T21:43:31.790222 | 2021-05-27T07:03:29 | 2021-05-27T07:03:29 | 371,277,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 584 | java | package com.assignment.generated;
import java.util.Arrays;
import java.util.List;
import org.unimodules.core.interfaces.Package;
public class BasePackageList {
public List<Package> getPackageList() {
return Arrays.<Package>asList(
new expo.modules.av.AVPackage(),
new expo.modules.constants.Const... | [
"appasaheb.lakade@hiddenbrains.in"
] | appasaheb.lakade@hiddenbrains.in |
b94797fce2329792ffd482d125872b66ff849b88 | f7ae61668885e327005f833a4fb30ee9c4ef4e94 | /app/src/main/java/com/demos/tags/view/EmailSpan.java | f1c796ede1732cd01a680bb0a67d42e5fa1b5975 | [] | no_license | Kqlandroid/SqliteDemo | 783191a8ea9b57a637729e09fe32ba5b6000ee5d | 33781122c318682a3e0d77a23fd95338321bb6d0 | refs/heads/master | 2021-01-23T05:04:12.408494 | 2020-07-30T05:29:50 | 2020-07-30T05:29:50 | 102,457,136 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 799 | java | package com.demos.tags.view;
import android.app.Activity;
import android.support.v4.app.ShareCompat;
import android.text.style.ClickableSpan;
import android.view.View;
public class EmailSpan extends ClickableSpan {
private String email;
public EmailSpan(String email) {
this.email = email;
}
... | [
"kql@luochen.com"
] | kql@luochen.com |
4bef03340736a8ffdae767deba79ac29e056923a | cfc60fc1148916c0a1c9b421543e02f8cdf31549 | /src/testcases/CWE78_OS_Command_Injection/CWE78_OS_Command_Injection__getQueryStringServlet_11.java | 00e19e29d323edcecf7ecac04c0be960301cbcc0 | [
"LicenseRef-scancode-public-domain"
] | permissive | zhujinhua/GitFun | c77c8c08e89e61006f7bdbc5dd175e5d8bce8bd2 | 987f72fdccf871ece67f2240eea90e8c1971d183 | refs/heads/master | 2021-01-18T05:46:03.351267 | 2012-09-11T16:43:44 | 2012-09-11T16:43:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,995 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__getQueryStringServlet_11.java
Label Definition File: CWE78_OS_Command_Injection.label.xml
Template File: sources-sink-11.tmpl.java
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: getQueryStringServlet Parse id param out of the qu... | [
"amitf@chackmarx.com"
] | amitf@chackmarx.com |
8fb85b0006d801f09cc18f327fd619dab63cd05e | c3c784e8aca2c3a6b820392a1094d99c78597e80 | /src/main/java/Blocking.java | 0dd0b66883f38c7b1b80bc21da79faef04ab75c3 | [] | no_license | robrobrob/StageManager | a43c2f522f0747a13c5392379d0d2e9574177485 | b8b183fed63811941f3ddc451ff4f88dbda2b781 | refs/heads/master | 2020-05-17T20:19:32.705513 | 2019-05-13T15:49:35 | 2019-05-13T15:49:35 | 183,942,459 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | import java.util.ArrayList;
public class Blocking extends Action implements hasConsoleAccess{
Console console;
ArrayList<Character> characters;
ArrayList<Item> items;
ArrayList<BlockingType> type;
public Blocking(Console console) {
this.console = console;
}
}
| [
"robbiegabbie@gmail.com"
] | robbiegabbie@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.