
Search In
In c# we have a multiple ways to avoid a race condition determined by the type of an application we are used. Generally we use a following two common methods that works in any condition:
1. Wait Handles
2. Signaling
Example:
Let's take an examp
This is a small sample of how we can split an image into multiple pieces/tiles and store these small pieces into an array and further we will show, how these pieces are rearranged to form an image.
So let start with slicing our

Sometimes you need to adding dynamic fields in a form as per client requirement. The dynamic field is new input field which will be created whenever we click + button in our script. Here, in this tutorial, I have provided an easy way to add dynamic f
I have a question about these hidden files.
I had came across using astro file browser and didn't know how to translate the code
00'³ N@**|£**3*f81³*ZÐú€±--*@ú‡&rdquo
<!doctype>
<html>
<head>
</head>
<body>
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" id="Evon_Text" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
<!doctype>
<html>
<head>
</head>
<body>
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" id="Evon_Text" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
MailChimp is basically a web-based email marketing service. It helps you design email newsletters, share them on social networks, integrate with services you already use, and track your results. Mailchimp module in Drupal, provides APIs to interact w
Hello ! I am having an issue regarding connection with ejabberd server. Image of code for the connection is attached... my domain is http://192.168.x.xx:5280/admin... username on ejabberd server is zeeshan@localhost... When connecting, i used if stat
Final is keyword that can be used before a class or method or a variable.
Final Class
They can not be subclassed and the method in it are by default final.
public final class MyFinalClass {...}
public class ThisIsWrong extends MyFinalClass {...}
Alert Box
An alert box is used if you want to make sure that user has provided the information .
user have to click "OK" to proceed whenever pop-up arises.
Syntax
window.alert("sometext");
Example:
<!DOCTYPE html>
<html>
<body>
