example to split a cpp string into tokens
Hi! Here i wrot a little program to split a cpp string into tokens without getline. The several tokens will save in a vector of cpp strings. After this done the several vectors are converted into...
View ArticleHashing Technique in a Database
Hello Everyone, I want to know the hashing technique in Database? My last interview was not good and The interviewer asked me this question and I am not given the answer. I have researched about this...
View ArticleCTE (common table expression)
CTE Introduced in the SQL server 2005. CTE is like a temporary result set which is defined within the execution of the current context or execution scope of single select, insert, update delete and...
View ArticleBuilding registers data base
Hi all, I have a question regarding of how to build hierarchical registers database (i.e. system-> IP->registers-> fields). As part of each reg there are its fields + width union-ed with the...
View ArticleHow To make URL in lowercase in Asp.Net Razor pages?
Suppose we want our URL in lowercase for that we need to code in ConfigureServices method where we can add a lowercase property in lowercase. Code: services.Configure<RouteOptions>(option => {...
View Articlea little help on suspicious iphone profile IOS 13.4
hi all, so we found this profile on our iphone, .....that might or might not be suspicious we dont know..... Anyone able to tell if this is a malicious one pretending to be from our ISP "telekom"? Its...
View ArticleHow to create an impressive CV
Hey, I am a fresher and have to create an impressive CV. What all should I include?
View ArticleHtml helpers in MVC
What is an Html Helper? Html helper is a method that is used to render HTML content in a view. Html helpers are implemented using an extension method. If you want to create an input text box with...
View ArticleCursors In SQL Server
Cursors In SQL Server In a relational database management system takes into consideration then it would process the data in sets inefficient manner. But when you have a need to process the data row by...
View ArticleInstall pip command in Mint
I have to install the Django package to my mint distribution. I want to accomplish this by using pip command but can not find the pip command. How can I install the pip command ? Thanks
View ArticleA new MySQL SQL tuning tool
Tosska SQL Tuning Expert for MySQL It is not just another SQL tuning tool There are not many SQL tuning tools for MySQL database, but most of them are focused on plan visualization or query plan...
View ArticleWhat is the difference between nofollow and noreferrer link?
Hi all, I have recently seen a link which is noreferrer I search about it but my doubt is still that norefferrer link has any seo link juice or it is same as nofollow and if it not same as nofollow...
View ArticleCreate Infinite Loop In Bash
I want to run a command for ever in the Linux bash. Also I want to put 60 seconds between command execution.
View Articlecheck file Existing with Python Script
Are there any way to check the file existence in Python script.
View ArticleCheck Python Interpreter Version
Are there any way to check the Python interpreter version without entering the Python shell or writing Python script?
View ArticleSchema in SEO
Hi friends I m learning schema from schema . org but I have a doubt my website is new and not having good DA PA then it will be any benefit from schema to site like mine
View ArticleWhat is AMP
Can anyone explain me in simple word what is AMP and how it is going to help seo
View Article