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

Search In

ChatGPT[a] is an artificial intelligence

ChatGPT87 languagesArticleTalkReadView sourceView historyTools            From Wikipedia, the free encyclopedia(Redirected from Chatgpt)Developer(s)OpenAIInitial releaseNovember 30, 202

Internet Explorer(IE) Caching Flash SWF Problem

Sometimes we need to rapidly hit the same API . Like ,"http://myAPI.php?param=123456" There is a caching problem in IE. Swf hits URL first time and store in to the cache and shows the same result in each response. So to resolved the issue we just add

Assign default values to the column

In writing the stored procedure we always need to work with the default value for the proper execution of the programs and the stored procedure we have made for the application.     So for doing it sometimes we have scenarios when we don

Stored procedure in ADO.NET

In ActivexDataObject we use Sql classes to perform multiple operations related to the database ant the datasources.   We write SQL statements directly into the Sql class object or we can write the stored procedure and just invoke it in the Sql

How to scroll TableView to a specific position

  Hi Reader’s,   This blog includes the concept to scroll tableview cell automatically towards the top according to the condition provided and create index path according to the row and section. Here we will learn how to fetch row

How to get SMS from an Android Device programatically

To get SMS conversation from an Android device we will use following code: ContentResolver contentResolver = getActivity().getContentResolver(); Uri uri = Uri.parse("content://sms/conversations/"); Cursor cursor = contentReso

Helpers

Helpers in rails framework are live example of modules of ruby. The methods which are defined in helpers are available to the templates(view) by default. These helpers are called template helpers. Some examples are 1)date_helper.rb has methods like:

How to add current datetime in Django framework?

In Django framework first, we create the project in your Django server and add all javascript and CSS and jquery file in your HTML page and then create function. Follow these step shown below Step1- First we create a project in your Django  se

How to find BoM for particular product and product_uom in Odoo?

In Odoo first, we have to create own modules and then create a function to find the BOM in our own modules. After this, we will search product on the basis of the product_tmpl_id and relate it to the BOM.  Here, product_uom is the Unit of mea

How to filter array in Swift

Hi Readers, In iOS app many times we have to filter our results according to requirement. We can filter array of results same as following example. Let say we have an array(articleArray) like: ( { Read = 0; Saved = 0;

1 10 49
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: