Posts Tagged ‘Programming’

Session Authentication

One problem in creating a PHP Session Authentication is that when you are logged in and suddenly logs out and click the back button you will be returned to the page where you kast visited.   Isn’t this a problem especially when you have important data in that page.  So if you have problem with this let me share a code that will surely eleminate the problem.  In this code there is no need for javascripts to disable the back button(what [...]

Continue Reading

2 Comments

Neural Network Programming

Thank You to Jovencito Talasan One method of Neural Network Programming is Q Learning that will be applied for ai robots. Q learning is is an off-policy method that can be run on top of any strategy wandering in the Markov Decision Process (MDP). It uses the information observed to approximate the optimal function, from which one can construct the optimal policy or to summarize the function of Q learning, only the state-action function needs to be stored and updated. [...]

Continue Reading

1 Comment

Assembly Language Tutorial

Here is another Assembly Language Tutorial Sample Program. This program is creating a fixed password to a certain application. This One of the basic examples unlike some of the other programs that passwords can be changed without accessing the source code. But here we created a program that has a fixed password abcdef. It is then displayed as a # when type from the keyboard. When password is correct the background color is the changed and the ASCII characters then [...]

Continue Reading

13 Comments

PHP Compare Date

I was creating a program for a library and that is to have a system that will manage the borrowing of books. I was searching the net about comparing date in PHP. One good application for this PHP snippet about comparing a date is that when the date filled is an invalid date range(e.g. the date of borrow is greater than the date of return) or should I say wrong date input. When I searched the net the resources was [...]

Continue Reading

No Comments

Code Igniter Installation and First Run

Code Igniter is an PHP Application Development Framework – a toolkit for PHP developers. The main goal of Code Igniter is to enable developers to develop projects much faster than they could have done ( if they have started from scratch) by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. You can download Code Igniter from http://www.codeigniter.com/ How to Install: 1. Download the zip file [...]

Continue Reading

6 Comments

Howto Hello World in C++

Line begins with //, indicating that the remainder of the line is a comment. Programmers insert comments to document programs and also help people read and understand them. Comments do not cause the computer to perform any action when the program is run; they are ignored by the C++ compiler and do not cause any machine-language object code to be generated. The comment Text-printing program describes the purpose of the program. A comment beginning with // is called a single-line [...]

Continue Reading

No Comments

Learning C++

Since C++ is the first Language I’ve learned and time passed by and I forgot how create one now. So i’ll be learning once again the language and go deeper.  I’ll be posting new things that i’ll discover starting from the basic. The software that i will be using is an open source software recommended by one of my comrades Rhea and the software is  Bloodshed devcpp and the environment is friendly. DevC++ is a a userfriendly software, it is [...]

Continue Reading

No Comments

Page 2 of 41234

Rss Feeds