Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Solution for Race Conditions in Threading C#

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

Slice an Image into Tiles and Store in an Array Using Swift iOS App

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

Add & Remove Multiple Dynamic Fields Using JQuery in PHP Application - Easy Way to Do It

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

How to Translate the Code Using Astro File Browser in Android

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

Creating logo using SVG in HTML 5

<!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"

Creating logo using SVG in HTML 5

<!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, third party newsletter in Drupal

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

Problem in Connection with Ejabberd server using Smack Api

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 Keyword

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 {...}

JavaScript Popup Boxes

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>

1 30 217
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: