-
Web services - SOAP (Simple Object Access Protocol)
SOAP (Simple Object Access Protocol) is a protocol defined originally by... Read more
ProgrammingFebruary 28, 2013 at 10:01 AM -
Secure input in C++
In your programs, it might be needed to request information from the user.... Read more
C++ LanguageJanuary 21, 2013 at 11:02 AM -
How to make a Discord bot
Discord has become the one of the most famous and preferred platforms for... Read more
ProgrammingMay 27, 2021 at 12:18 PM -
MySQL console - Disable beep sound
When using MySQL console under Windows, each error causes a beep. To... Read more
ProgrammingOctober 8, 2014 at 05:51 AM -
Learn how to code using your smartphone
Thanks to modern technology, computer programming (a.k.a. coding) has become... Read more
ProgrammingDecember 4, 2019 at 10:37 AM -
Perl -The characteristics of the language
The source file of a program written in Perl is a simple text file with the... Read more
PerlApril 4, 2013 at 10:15 AM -
Backup/Restore MySQL database
MySQL, a relational database management system (RDBMS), runs as a server... Read more
MySQLMarch 14, 2012 at 04:40 PM -
Special Characters in a .Bat
So here, I would like to rename mp3 files with the command... Read more
ProgrammingDecember 20, 2010 at 04:25 AM -
How to install MySQL on Mac OS X?
MySQL is one of the world's most widely used database management systems.... Read more
MySQLJune 8, 2014 at 11:38 AM -
HTML - Remove border around image
Hello everyone, I'll explain the problem, I created a website in short, I... Read more
ProgrammingJuly 14, 2011 at 08:08 AM -
Programming - The Singleton Pattern
The singleton pattern is one the best-known and easiest to implement design... Read more
ProgrammingFebruary 8, 2016 at 05:38 AM -
JAVA - Cisco Telnet Applet touchTab
I am working to modify a Java applet that allows me to make telnet (I use... Read more
ProgrammingDecember 20, 2010 at 04:43 AM -
VB6 - Print an Access table in a VB6 FlexGrid
The code is not attached as the database is needed to test this demo, you... Read more
LanguagesMay 17, 2010 at 05:42 AM -
Java - Encapsulation
The concept of accessibility (usually called encapsulation) defines the... Read more
JavaJanuary 27, 2013 at 02:23 AM -
The main process of Ingres (Unix and Windows)
Name server process : iigcn Communications Server process - Ingres/Net :... Read more
IngresApril 29, 2010 at 11:08 AM -
How to store and verify a password?
If you develop an application that manages passwords, it is important to do... Read more
ProgrammingOctober 25, 2012 at 11:13 AM -
VB.Net - Manage events and properties for multiple controls
This demonstration aims to: Group Click and TextBox_Changed evens of six... Read more
ProgrammingJanuary 9, 2012 at 09:00 AM -
Pascal language - Recursion within a Bubble Sort
Pascal is a stable, efficient and block-structured programming language. The... Read more
LanguagesMarch 10, 2010 at 05:32 AM -
Pascal language - Recursion within a Shell Sort
Recursion, in the computing or mathematical terms, is a method of defining... Read more
LanguagesMarch 10, 2010 at 05:41 AM -
Pascal Language - Screen management
Under Pascal Language screen management is done through functions and... Read more
LanguagesMarch 10, 2010 at 05:32 AM