Computer vs Human Player in a Rock-Paper Scissor Game

Submitted by donbermoy on
A rock-paper-scissor game is one of the most popular kiddie games here in Surigao City. It is a simple game played around the world with many names and variations. It's a good way to decide whose turn it is to do something, and it's also played competitively. And today we will make this game and compete with a computer player. Now, let's start this tutorial! 1.

Get List of Words in a TextBox

Submitted by donbermoy on
Hi! I'm back! :) For now, we will make a program that can get a list of words in a textbox or I mean retrieving each word one by one. strong>Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add one textbox named TextBox1, button named Button1, and a lisview named ListView1.

Creating a Simple GUI in Python

Submitted by Yorkiebar on
Introduction: This tutorial is going to be on how to create a GUI in Python using Tkinter. Tkinter: Tkinter is a basic package to give your projects a simple GUI with the essential GUI elements such as textboxes, checkboxes, buttons and more. Our Program: Our program is going to be a simple program where the user enters text in to a textbox, then clicks a button to get it output to the console.

Count The Number Of Rows In The Database Table Using PHP/MySQL

Submitted by argie on
This tutorial will teach you on how to count the number of rows in your database table using PHP PDO query. to start with, follow the steps bellow.

Creating Our Database

First we are going to create our database which stores our data. To create a database: 1. Open phpmyadmin 2. Then create database and name it as "tutorial". 3.

Forum Tutorial - MOTD and Banning Messages

Submitted by Yorkiebar on
Introduction: This tutorial is going to be covering message of the days and banning messages. Database Setup: First we are going to set the database up ready for storing our information, create a new table named "reasons", then give it the following columns of structure: id - INT - 5 Length - Primary Key - Auto Increment (AI/A_I) use - VARCHAR - 255 Length message - VARCHAR - 255 Length additional - VARCHAR - 255 Length We are going to make the use value "motd" for Message of the Day, or "ban" for the banning message.

Multiple Queries in One Table using PHP and MySQL

Submitted by ronard on
Hi, I would like to share this script. For those who are novice in PHP and MySQL. This script will teach you on how to select two tables/multiple tables from your database in one table in html. I used the ID of each student in "tb_students" table and to call thier grades in table of grades/tb_grades. So that the grades are display together with the student info. Hope this will help you to you. For

Linux Bug Exposes Open Source to "Goto Fail"

Submitted by blinkremz1 on
A communications library implementing a series of protocols, the GnuTLS has revealed that a bug has leaked on open source system which allows to bypass Linux distributions. According to gnutls.org, programmers using any versions of GnuTLS will be vulnerable on the attack. In order to mitigate the attack, the programming system must be upgraded to version 3.2.12. "An attacker could use this flaw to

Medicine Inventory and Patient Information System for Health Centers

Submitted by donbermoy on
Hi. This is a thesis made by the graduating students entitled " Medicine Inventory and Patient Information System for Health Centers". It was program through Visual Basic 6.0 and SQL Server 2000 as backend. Basic features: 1. Patient Registration 2. Check-up 3. Supplier 4. Stocks Inventory 5. Medicines 6. Patient's record 7. Schedule of Events 8. Order and Deliver Medicines 9. Calendar themes 10