code string | repo_name string | path string | language string | license string | size int64 |
|---|---|---|---|---|---|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace DTO
{
public class HOADONDTO
{
private int _mahd;
public int MaHD
{
get { return _mahd; }
set { _mahd = value; }
}
private DateTime _... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DTO/HOADONDTO.cs | C# | asf20 | 950 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace DTO
{
class NHANVIENDTO
{
private int _manv;
public int MaNV
{
get { return _manv; }
set { _manv = value; }
}
private string _tennv;
... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DTO/NHANVIENDTO.cs | C# | asf20 | 1,087 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace DTO
{
public class QUAYDTO
{
private int _maquay;
public int MaQuay
{
get { return _maquay; }
set { _maquay = value; }
}
private stri... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DTO/QUAYDTO.cs | C# | asf20 | 478 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace DTO
{
public class LOAISPDTO
{
private int _maloaisp;
public int MaLoaiSP
{
get { return _maloaisp; }
set { _maloaisp = value; }
}
pr... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DTO/LOAISPDTO.cs | C# | asf20 | 496 |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DTO/Properties/AssemblyInfo.cs | C# | asf20 | 1,418 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace DTO
{
public class THAMSODTO
{
private int _mats;
public int MaTS
{
get { return _mats; }
set { _mats = value; }
}
private string _te... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DTO/THAMSODTO.cs | C# | asf20 | 1,450 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace DTO
{
public class TAIKHOANDTO
{
private int _id;
public int Id
{
get { return _id; }
set { _id = value; }
}
private string _matkhau;... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DTO/TAIKHOANDTO.cs | C# | asf20 | 795 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace DTO
{
public class SANPHAMDTO
{
private int _masp;
public int MaSP
{
get { return _masp; }
set { _masp = value; }
}
private string ... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DTO/SANPHAMDTO.cs | C# | asf20 | 2,942 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace DTO
{
public class KHACHHANGDTO
{
private int _makh;
public int MaKH
{
get { return _makh; }
set { _makh = value; }
}
private string ... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DTO/KHACHHANGDTO.cs | C# | asf20 | 801 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace DTO
{
public class XUATXUDTOcs
{
private int _maxx;
public int MaXX
{
get { return _maxx; }
set { _maxx = value; }
}
private string _... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DTO/XUATXUDTOcs.cs | C# | asf20 | 466 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace DTO
{
public class KHODTO
{
private int _makho;
public int MaKho
{
get { return _makho; }
set { _makho = value; }
}
private string _t... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DTO/KHODTO.cs | C# | asf20 | 469 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using BUS;
namespace _1065093_1065130_1065120_DoAn
{
public partial class frm_MạinNVTinHoc : Form
{
publ... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/frm_MạinNVTinHoc.cs | C# | asf20 | 782 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace _1065093_1065130_1065120_DoAn
{
public partial class frm_QuanLyQuay : Form
{
public frm_QuanLyQ... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/frm_QuanLyQuay.cs | C# | asf20 | 397 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using BUS;
namespace _1065093_1065130_1065120_DoAn
{
public partial class DangNhap : UserControl
{
publi... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/DangNhap.cs | C# | asf20 | 2,281 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace _1065093_1065130_1065120_DoAn
{
public partial class ThanhToan : UserControl
{
public ThanhToan... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/ThanhToan.cs | C# | asf20 | 394 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using BUS;
namespace _1065093_1065130_1065120_DoAn
{
public partial class QuyDinhDiemThanThiet : UserControl
{
... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/QuyDinhDiemThanThiet.cs | C# | asf20 | 2,307 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using BUS;
using DTO;
namespace _1065093_1065130_1065120_DoAn
{
public partial class QuanLySanPham : UserControl
... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/QuanLySanPham.cs | C# | asf20 | 9,366 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using BUS;
using DTO;
namespace _1065093_1065130_1065120_DoAn
{
public partial class fr... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/frm_DangNhap.cs | C# | asf20 | 2,644 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace _1065093_1065130_1065120_DoAn
{
public partial class frm_QuanLySanPham : Form
{
public frm_Quan... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/frm_QuanLySanPham.cs | C# | asf20 | 405 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using DTO;
using BUS;
namespace _1065093_1065130_1065120_DoAn
{
public partial class frm_nvThuNgan : Form
{
... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/frm_nvThuNgan.cs | C# | asf20 | 2,200 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace _1065093_1065130_1065120_DoAn
{
public partial class frm_QuanLyKhoQuay : Form
{
public frm_Quan... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/frm_QuanLyKhoQuay.cs | C# | asf20 | 403 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using DTO;
using BUS;
namespace _1065093_1065130_1065120_DoAn
{
public partial class frm_ThemKhachHang : Form
{
... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/frm_ThemKhachHang.cs | C# | asf20 | 1,297 |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/Properties/AssemblyInfo.cs | C# | asf20 | 1,468 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace _1065093_1065130_1065120_DoAn
{
public partial class Form1 : Form
{
public Form1()
{
... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/Form1.cs | C# | asf20 | 576 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using BUS;
using DTO;
namespace _1065093_1065130_1065120_DoAn
{
public partial class QuanLyTaiKhoan : UserControl
... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/QuanLyTaiKhoan.cs | C# | asf20 | 4,860 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using BUS;
using DTO;
namespace _1065093_1065130_1065120_DoAn
{
public partial class QuanLySoLuongSanPham : UserContr... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/QuanLySoLuongSanPham.cs | C# | asf20 | 3,523 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace _1065093_1065130_1065120_DoAn
{
public partial class DigitTextbox : UserControl
{
public DigitT... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/DigitTextbox.cs | C# | asf20 | 611 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace _1065093_1065130_1065120_DoAn
{
public partial class frm_ThongTinKhachHang : Form
{
public frm_... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/frm_ThongTinKhachHang.cs | C# | asf20 | 570 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace _1065093_1065130_1065120_DoAn
{
public partial class frm_NvTinHoc : Form
{
public frm_NvTinHoc(... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/frm_NvTinHoc.cs | C# | asf20 | 393 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace _1065093_1065130_1065120_DoAn
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static voi... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/Program.cs | C# | asf20 | 521 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace _1065093_1065130_1065120_DoAn
{
public partial class frm_NvQuanLy : Form
{
public frm_NvQuanLy(... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/frm_NvQuanLy.cs | C# | asf20 | 1,641 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using BUS;
using DTO;
namespace _1065093_1065130_1065120_DoAn
{
public partial class QuyDinhKhuyenMai : UserControl
... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/1065093_1065130_1065120_DoAn/QuyDinhKhuyenMai.cs | C# | asf20 | 4,438 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using DTO;
namespace DAO
{
public class NHANVIENDAO
{
public DataTable LoadNhanVien()
{
DataTable dtNhanVien = new DataTable();
... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DAO/NHANVIENDAO.cs | C# | asf20 | 673 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.SqlClient;
namespace DAO
{
public class Connection
{
public static SqlConnection ConnectionData()
{
string constr = "server=Admin-PC1102mtj\\SQLEXPRESS;Da... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DAO/Connection.cs | C# | asf20 | 517 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using DTO;
namespace DAO
{
public class KHACHHANGDAO
{
public DataTable GET_KHACHHANG()
{
DataTable dt = new DataTable();
... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DAO/KHACHHANGDAO.cs | C# | asf20 | 2,606 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using DTO;
namespace DAO
{
public class SANPHAMDAO
{
public DataTable LoadSanPham()
{
DataTable dtSP = new DataTable();
S... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DAO/SANPHAMDAO.cs | C# | asf20 | 7,097 |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DAO/Properties/AssemblyInfo.cs | C# | asf20 | 1,418 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.Data.SqlClient;
namespace DAO
{
public class KHODAO
{
public DataTable LoadKho()
{
DataTable dtKho = new DataTable();
SqlConnection cn = C... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DAO/KHODAO.cs | C# | asf20 | 637 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.Data.SqlClient;
namespace DAO
{
public class LOAISPDAO
{
public DataTable LoadLoaiSP()
{
DataTable dtLoaiSP = new DataTable();
SqlConnecti... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DAO/LOAISPDAO.cs | C# | asf20 | 655 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.Data.SqlClient;
namespace DAO
{
public class XUATXUDAO
{
public DataTable LoadXuatXu()
{
DataTable dtXX = new DataTable();
SqlConnection c... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DAO/XUATXUDAO.cs | C# | asf20 | 639 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.Data.SqlClient;
namespace DAO
{
public class QUAYDAO
{
public DataTable LoadQuay()
{
DataTable dtQuay = new DataTable();
SqlConnection cn ... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DAO/QUAYDAO.cs | C# | asf20 | 643 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using DTO;
namespace DAO
{
public class THAMSODAO
{
public DataTable LoadThamSo()
{
DataTable dtTS = new DataTable();
Sql... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DAO/THAMSODAO.cs | C# | asf20 | 4,407 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.Data.SqlClient;
namespace DAO
{
public class LOAINHANVIENDAO
{
public DataTable LoadLoaiNV()
{
DataTable dtLoaiNV = new DataTable();
SqlCo... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DAO/LOAINHANVIENDAO.cs | C# | asf20 | 661 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using DTO;
namespace DAO
{
public class TAIKHOANDAO
{
public DataTable LoadTaiKhoan()
{
DataTable dt_taikhoan = new DataTable();
... | 10650931065130doan | trunk/1065093_1065130_1065120_DoAn/DAO/TAIKHOANDAO.cs | C# | asf20 | 3,205 |
/* NFC Spy 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.
NFC Spy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRAN... | 0antwei-nfcsop | src/com/sinpo/nfcspy/NfcManager.java | Java | gpl3 | 3,169 |
/* NFC Spy 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.
NFC Spy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRAN... | 0antwei-nfcsop | src/com/sinpo/nfcspy/WiFiP2PCommand.java | Java | gpl3 | 5,911 |
/* NFC Spy 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.
NFC Spy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRAN... | 0antwei-nfcsop | src/com/sinpo/nfcspy/ServiceAgent.java | Java | gpl3 | 11,091 |
/* NFC Spy 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.
NFC Spy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRAN... | 0antwei-nfcsop | src/com/sinpo/nfcspy/ActivityBase.java | Java | gpl3 | 1,491 |
/* NFC Spy 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.
NFC Spy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRAN... | 0antwei-nfcsop | src/com/sinpo/nfcspy/ServiceLite.java | Java | gpl3 | 1,486 |
/* NFC Spy 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.
NFC Spy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRAN... | 0antwei-nfcsop | src/com/sinpo/nfcspy/ServiceFull.java | Java | gpl3 | 1,678 |
/* NFC Spy 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.
NFC Spy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRAN... | 0antwei-nfcsop | src/com/sinpo/nfcspy/ServiceFactory.java | Java | gpl3 | 4,671 |
/* NFC Spy 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.
NFC Spy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRAN... | 0antwei-nfcsop | src/com/sinpo/nfcspy/ActivityManageP2P.java | Java | gpl3 | 9,589 |
/* NFC Spy 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.
NFC Spy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRAN... | 0antwei-nfcsop | src/com/sinpo/nfcspy/ThisApplication.java | Java | gpl3 | 2,480 |
/* NFC Spy 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.
NFC Spy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRAN... | 0antwei-nfcsop | src/com/sinpo/nfcspy/WiFiP2PSocket.java | Java | gpl3 | 5,134 |
/* NFC Spy 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.
NFC Spy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRAN... | 0antwei-nfcsop | src/com/sinpo/nfcspy/XposedModApduRouting.java | Java | gpl3 | 2,130 |
/* NFC Spy 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.
NFC Spy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRAN... | 0antwei-nfcsop | src/com/sinpo/nfcspy/Logger.java | Java | gpl3 | 7,719 |
/* NFC Spy 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.
NFC Spy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRAN... | 0antwei-nfcsop | src/com/sinpo/nfcspy/ApduParser.java | Java | gpl3 | 5,878 |
/* NFC Spy 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.
NFC Spy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRAN... | 0antwei-nfcsop | src/com/sinpo/nfcspy/ActivityMain.java | Java | gpl3 | 12,696 |
/* NFC Spy 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.
NFC Spy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRAN... | 0antwei-nfcsop | src/com/sinpo/nfcspy/WiFiP2PManager.java | Java | gpl3 | 2,530 |
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="htt... | 09012143a | trunk/jv3/web/error404.xhtml | HTML | gpl2 | 543 |
<ui:composition
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html">
<h:head>
<title><h:outputText value="#{msg['sistema.nombre']}" /></title>
<link type="text/css" href="recursos/estilos/acd.main.css" rel="stylesheet" />
... | 09012143a | trunk/jv3/web/elementos/contenidos/index.xhtml | HTML | gpl2 | 890 |
<ui:composition
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:c="http://java.sun.com/jsp/jstl/core">
<c:if test="#{!sessionScope['usuario'].valid}">
<div id="divLogin">
... | 09012143a | trunk/jv3/web/elementos/contenidos/login.xhtml | HTML | gpl2 | 1,187 |
<ui:composition
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:f="http://java.sun.com/jsf/core">
<div class="footer">
<div style="width:977px; margin: aut... | 09012143a | trunk/jv3/web/elementos/footer.xhtml | HTML | gpl2 | 716 |
<ui:composition
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:p="http://primefaces.org/ui">
<h:head>
<titl... | 09012143a | trunk/jv3/web/elementos/usuarios/nuevoUsuario.xhtml | HTML | gpl2 | 6,051 |
<ui:composition
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:p="http://primefaces.org/ui">
<h:form id="t... | 09012143a | trunk/jv3/web/elementos/concursos/default.xhtml | HTML | gpl2 | 1,584 |
<ui:composition
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:p="http://primefaces.org/ui">
<c:if test="#{!concur... | 09012143a | trunk/jv3/web/elementos/concursos/usuarios.xhtml | HTML | gpl2 | 3,704 |
<ui:composition
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:p="http://primefaces.org/ui">
<c:if t... | 09012143a | trunk/jv3/web/elementos/concursos/nuevo.xhtml | HTML | gpl2 | 3,887 |
<ui:composition
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:p="http://primefaces.org/ui">
<c:if test="#{!concur... | 09012143a | trunk/jv3/web/elementos/concursos/editar.xhtml | HTML | gpl2 | 4,715 |
<ui:composition
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:f="http://java.sun.com/jsf/core">
<div class="header">
<h:outputText value="#{... | 09012143a | trunk/jv3/web/elementos/header.xhtml | HTML | gpl2 | 2,192 |
<ui:composition
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
>
<span style="color:red;">
Usted no tiene permiso para ver esta página<br/>
Redireccionando en: <span id="segundos" ></span> segundos...
</span>
<script>
/* <![CDATA[... | 09012143a | trunk/jv3/web/elementos/redireccionar.xhtml | HTML | gpl2 | 595 |
<%--
Document : requestController
Created on : 3/12/2012, 12:03:46 PM
Author : acazares
--%>
<%@page contentType="text/plain" pageEncoding="UTF-8"%>
<%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
<%@taglib prefix="h" uri="http://java.sun.com/jsf/html"%>
<f:view>
<h:outputT... | 09012143a | trunk/jv3/web/requestController.jsp | Java Server Pages | gpl2 | 402 |
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="htt... | 09012143a | trunk/jv3/web/index.xhtml | HTML | gpl2 | 531 |
<?xml version="1.0" encoding="UTF-8"?>
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>TODO supply a title</title>
</head>
<body>
<div>Error</div>
</body>
</html>
| 09012143a | trunk/jv3/web/error.xhtml | HTML | gpl2 | 317 |
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui... | 09012143a | trunk/jv3/web/concursosEdicion.xhtml | HTML | gpl2 | 2,802 |
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http:/... | 09012143a | trunk/jv3/web/nuevoUsuario.xhtml | HTML | gpl2 | 5,754 |
/*
Document : acd.main
Created on : 14/11/2012, 09:55:31 AM
Author : acazares
Description:
Hoja de estilos base
*/
.ui-messages-error-icon{display:none;}
body{
margin:0px;
padding:0px;
padding-top:76px;
font-family:Arial;
Xbackground-color: #222;
Xcolor:... | 09012143a | trunk/jv3/web/recursos/estilos/acd.main.css | CSS | gpl2 | 13,440 |
/*
Document : acd.main
Created on : 14/11/2012, 03:16:31 PM
Author : acazares
Description:
script base
*/
var servlet = 'requestController.jsf';
$(function(){
$(".userMenuBox").bind('click', function(){
$('.menuUser').fadeIn('slow', function() {
setTimeout(func... | 09012143a | trunk/jv3/web/recursos/scripts/acd.main.js | JavaScript | gpl2 | 2,379 |
body {
background-color: #ffffff;
font-size: 12px;
font-family: Verdana, "Verdana CE", Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
color: #000000;
margin: 10px;
}
h1 {
font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-ser... | 09012143a | trunk/jv3/web/resources/css/default.css | CSS | gpl2 | 680 |
#top {
position: relative;
background-color: #036fab;
color: white;
padding: 5px;
margin: 0px 0px 10px 0px;
}
#bottom {
position: relative;
background-color: #c2dfef;
padding: 5px;
margin: 10px 0px 0px 0px;
}
#left {
float: left;
background-color: #ece3a5... | 09012143a | trunk/jv3/web/resources/css/cssLayout.css | CSS | gpl2 | 1,001 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package componentes;
import java.io.Serializable;
import java.util.*;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
/**
*
* @author acazares
* consulta [scope]: http://ana... | 09012143a | trunk/jv3/src/java/componentes/Sistema.java | Java | gpl2 | 962 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package componentes;
import DTO.Usuario;
import com.google.gson.Gson;
import java.util.Date;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import javax.faces.application.FacesMessage;
impor... | 09012143a | trunk/jv3/src/java/componentes/UsuariosBean.java | Java | gpl2 | 8,923 |
package componentes;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
import javax.faces.model.SelectItem;
import componentes.Car;//<----------------
public class TableBean implements Serializable {
private final static String[] col... | 09012143a | trunk/jv3/src/java/componentes/TableBean.java | Java | gpl2 | 3,011 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package componentes;
import DTO.Usuario;
import com.google.gson.Gson;//http://blog.pontt.com/json-con-java/introduccion-java-y-json-primera-parte-con-ejemplo/
import java.io.IOException;
import java.io.PrintWri... | 09012143a | trunk/jv3/src/java/componentes/RequestController.java | Java | gpl2 | 5,047 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package componentes;
/**
*
* @author acazares
*/
import java.util.Date;
public class Car {
private String model;
private int year;
private String manufacturer;
priva... | 09012143a | trunk/jv3/src/java/componentes/Car.java | Java | gpl2 | 1,335 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package componentes;
import DTO.Concurso;
import DTO.Usuario;
import com.sun.xml.registry.uddi.infomodel.ConceptImpl;
import java.util.Date;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.Reques... | 09012143a | trunk/jv3/src/java/componentes/ConcursosBean.java | Java | gpl2 | 8,736 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tipos;
/**
*
* @author Windows
*/
public enum CodigoFuenteError {
compilacion, ejecucion, incorrecto, tiempo, ninguno;
}
| 09012143a | trunk/jv3/src/java/tipos/CodigoFuenteError.java | Java | gpl2 | 250 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tipos;
/**
*
* @author Windows
*/
public enum RolTipo {
participante, juez, observador, administrador;
}
| 09012143a | trunk/jv3/src/java/tipos/RolTipo.java | Java | gpl2 | 234 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tipos;
/**
*
* @author acazares
*/
public enum ConcursoStatus {
nuevo, iniciado, pausado, finalizado;
}
| 09012143a | trunk/jv3/src/java/tipos/ConcursoStatus.java | Java | gpl2 | 233 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tipos;
/**
*
* @author Windows
*/
public enum UsuarioTipo {
usuario, equipo, administrador;
}
| 09012143a | trunk/jv3/src/java/tipos/UsuarioTipo.java | Java | gpl2 | 223 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tipos;
/**
*
* @author Windows
*/
public enum UsuarioStatus {
nuevo, activo, bloqueado;
}
| 09012143a | trunk/jv3/src/java/tipos/UsuarioStatus.java | Java | gpl2 | 219 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tipos;
/**
*
* @author acazares
*/
public enum ComponentesNombre {
Aclaraciones, CodigoFuente, Concurso, Dudas, Lenguaje,
LenguajeConcurso, Reactivo, Rol, Servidor, Usuario;
}
| 09012143a | trunk/jv3/src/java/tipos/ComponentesNombre.java | Java | gpl2 | 311 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tipos;
/**
*
* @author Windows
*/
public enum RolStatus {
aceptado, bloqueado, rechazado;
}
| 09012143a | trunk/jv3/src/java/tipos/RolStatus.java | Java | gpl2 | 221 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tipos;
/**
*
* @author acazares
*/
public enum ConcursoTipo {
publico, privado, bloqueado;
}
| 09012143a | trunk/jv3/src/java/tipos/ConcursoTipo.java | Java | gpl2 | 222 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tipos;
/**
*
* @author Windows
*/
public enum ServidorStatus {
activo, pausado, apagado
}
| 09012143a | trunk/jv3/src/java/tipos/ServidorStatus.java | Java | gpl2 | 219 |
package DTO;
// Generated 16/11/2012 12:38:33 PM by Hibernate Tools 3.2.1.GA
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
... | 09012143a | trunk/jv3/src/java/DTO/Concurso.java | Java | gpl2 | 4,371 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package validadores;
import javax.faces.validator.*;
import javax.faces.application.*;
import javax.faces.component.*;
import javax.faces.context.*;
import java.util.regex.*;
/**
*
* @author Windows
... | 09012143a | trunk/jv3/src/java/validadores/PasswordConfirm.java | Java | gpl2 | 902 |
import java.util.Date;
import DTO.Usuario;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author Windows
*/
public class ImplementacionHibernate {
public static void main(String...args){
DAO.UsuarioDAO dao = new DAO.Usu... | 09012143a | trunk/jv3/src/java/ImplementacionHibernate.java | Java | gpl2 | 1,375 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package utilidades;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
/**
*
* @author acazares
* http://www.apuntesdejava.com/2009/03/md5-en-java.html
*/
public class ... | 09012143a | trunk/jv3/src/java/utilidades/Hash.java | Java | gpl2 | 1,185 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package DAO;
import DTO.Aclaraciones;
import DTO.CodigoFuente;
import DTO.Concurso;
import DTO.Dudas;
import DTO.LenguajesConcurso;
import DTO.Reactivo;
import DTO.Rol;
import DTO.Servidor;
import DTO.Usua... | 09012143a | trunk/jv3/src/java/DAO/UtilDao.java | Java | gpl2 | 6,648 |
package DAO;
import DTO.Usuario;
import java.util.Date;
import java.util.List;
import org.hibernate.HibernateException;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.Transaction;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
... | 09012143a | trunk/jv3/src/java/DAO/UsuarioDAO.java | Java | gpl2 | 3,832 |