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

Search In

WiFi adapter not working on window 8.1

Hey everyone My WiFi adapter is not working due to some driver problem, WiFi adapter model number is Qualcomm Atheros AR9285 820.11 b/g/n WiFi Adapter. It is working fine with window 7 but when I installed Window 8.1 it stopped working I searched lo

Pass Structure as a function Argument in C

To Pass the Structure as a function Argument we just need to Create the Object of the Structure and pass it as a argument to the funtion . #include<stdio.h> #include<conio.h> struct anp//Name of the structure { int

Using Any Browser as a Text-Editor/Picture holder

Why waste those precious few milliseconds to type in or to find the "Notepad" or "Paint" icon when you suddenly need to store some text-snippet or an image while browsing. You can simply use your browser as a text-editor by typing (well, type once an

Fetch the Contact Detail Using iPhone SDK

In iPhone application development it is required to fetch the contact detail that are saved in the contact list of iPhone. So here is the program that will help you to fetch the detail of the contact with name number and contact image, if the image

Exceptions Handling in PHP

PHP 5 comes with an exception model similar to that of other coding languages. Exceptions are essential and supplies a better management around problem managing. Try - Operate utilizing an exception to this rule ought to be within a "try" obstruct.

How to integrate PAYPAL for future payment

Hello Readers To integrate PayPal in an ios application for future payment , the following steps need to be followed: Step 1: Download the PayPal ios sdk from the link given below: [https://github.com/paypal/PayPal-iOS-SDK][1] Step 2 : Import the

DBMS_OUTPUT.PUT_LINE not printing or anonymous block completed

If your DBMS_OUTPUT.PUT_LINE code is not printing any of your logs or if you are just viewing "anonymous block completed". Following will fix the issue. You need to configure a buffer for dbms_output. You can run following command in SQL Prompt: SQ

Rails Model Translation

Rails Model Translation Translation in Rails active records is used to provide integration between object and the Rails internationalization (i18n) framework. Rails does this using ActiveModel::Translation.Example: class Blog   extend Acti

Introspection using ActiveModel

ActiveModel is a library which contains various modules which when added to a class add some features present on Active Record to the class. One such module is ActiveModel::Naming module. This module is used for model name introspection .Below are

Importing a csv into mysql via command line

Hello Readers! MySQL have this load data function, where we can insert data to a table from external files like csv, txt etc. The process is quite simple, 1st lets login to mysql via terminal/console. mysql -u root -p Enters username and passwor

1 38 156
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: