Found 989 Articles for Software & Coding

What is machine learning? How it is helpful for decision making?

Rashmi Iyer
Updated on 02-May-2022 09:00:41

588 Views

Technology truly has served as a catalyst in the process of development of our civilization. Human and machine co-exist today in a manner that they create a significant blend to connect and ease access issues. In this whirlpool of technology, AI (artificial intelligence) deserves a definite mention. It is based on a heavy algorithm. Machine Learning as an integral part of AI.Machine Learning implies a concept where the central belief that computers are capable of learning by themselves without programmed inputs to perform certain tasks. It is basically the process of empowering the computers. This can be broadly divided into ... Read More

How much does it cost to make an iOS app?

Prasanna Kotamraju
Updated on 09-May-2022 05:17:28

136 Views

Do you want to make an iOS app? There are many options depending on your requirements, time and budget and complexity of requirement. Prices vary accordingly. Prices vary amongst companies and freelancers, and so do the risk of success.Let us explore the options to develop the app.Hire a software company or mobile app development agency to build your app. If you feel it is very expensive, then you can also partner with an app developing company and share your profits with them.Hire a freelancer and give him your specifications. You can also buy an app template or starter kit and ... Read More

Who are currently the best programmers in the world?

Prasanna Kotamraju
Updated on 27-Jun-2020 09:44:40

430 Views

Programming or software coding is not an easy task. Dennis MacAlistair Ritchie was an American computer scientist who is credited with being the all-time best programmer for his pioneering work towards shaping the digital era. He is the creator of the most used C programming language and UNIX Operating system.Let’s see who is currently reigning in the world as best computer programmers for the year 2017-2018.Bill Gates (Microsoft co-founder)James Gosling (Java Creator)Richard Stallman (GNU Project Creator)Bjarne Stroustrup (C++ Creator)Tim Berners-Lee (HTML and WWW inventor)Ken Thompson (UNIX Co-Creator)Linus Torvalds (Linux Kernel Creator)Dennis Ritchie (C Programming language creator)Jack Dorsey (Twitter Creator)Ruchi Sanghvi ... Read More

How should I store data into my Mysql database, what type should I assign to a column storing salt values?

Prasanna Kotamraju
Updated on 27-Jun-2020 06:24:57

158 Views

Salt is used to store your data securely. If we have to store user password securely, we need to use salt.$pwd=hash(hash($password) + salt)then store $pwd in your system instead of the real password.So, the question is, how to define the salt value. Here is how:// if (saltBytes == null) {    // Define min and max salt sizes.    int minSaltSize = 4;    int maxSaltSize = 8;    // Generate a random number for the size of the salt.    Random random = new Random();    int saltSize = random.Next(minSaltSize, maxSaltSize);    // Allocate a byte array, ... Read More

What is block chain technology?

Prasanna Kotamraju
Updated on 27-Jun-2020 06:29:24

345 Views

A block chain is a shared, distributed ledger which consists of a structure of data where all the financial ledger entries are digitally signed to ensure their authenticity. This enables higher security for the transactions and no one can tamper it. The block chain technology is showing higher promise for the businesses due to its data integration strategy.Block chain technology supports Bitcoin and other cryptocurrencies too.

What are free options available to generate closed captions from Audio/Video?

Prasanna Kotamraju
Updated on 26-Jun-2020 17:08:20

73 Views

There are some free options available to generate closed captions from Audio/Video.Amara − Amara is one such tool. It is very easy to learn and provides the best platform to create captions from scratch.Youtube − Youtube is the most popular tool which is available for free. It has great features to create captions.Subtitle Edit − This is a free tool which has to be downloaded on your laptop and desktop and you can start using it even offline.

Will the first robot in the bedroom be a "women"?

Om Sharma
Updated on 26-Jun-2020 08:42:44

45 Views

With the proliferation of robots in every facet of life at present, having robots in our bedrooms does not seem to be a distant dream anymore, and that too no less than humans in terms of their outer looks, especially those with female body structure. They will not only beat the trumpet just on your indication but also adorn your bedroom. Yes, you read it correctly. They will serve with all the pleasures you expect from your female partner.As revealed by Dr. Trudy Barber, a pioneer in the impact of technology on sexual intercourse, our increasing submergence in technology shows ... Read More

What are bad links?

Om Sharma
Updated on 26-Jun-2020 07:58:13

99 Views

A particular link, which is created to manipulate PageRank or the ranking of a website in Google search result falls under the category of a link scheme, which further violates Google’s Webmaster Guidelines. This also includes a certain way of manipulating links to your website or the outgoing links from your website.

What are the measures taken to make EVMs tamper proof?

Om Sharma
Updated on 26-Jun-2020 07:07:02

54 Views

Let me tell you that it’s an EVM machine, not a toy. If anyone can hack mobile towers then I think EVMs can also be tampered with. The results of the recent Gujrat assembly elections (BJP:99-CONG:77) show that there was no tempering done with EVMs and I do not claim this, it has been clarified by Former CEC Mr. Krishnamurthy that the EVMs have done their job well.How Does Election Commission Ensure the Security of EVMs?Level 1The first level of the check of the EVMs done by the Election Commission months before the actual voting takes place. The procedure is ... Read More

Advertisements