Top "Keyword" questions

Keywords are special words used as identifiers by a language.

Keyword analysis in PHP

For a web application I'm building I need to analyze a website, retrieve and rank it's most important keywords and …

php full-text-search analytics keyword pagerank
How do I use a C# reserved keyword as a property name without the @ prefix?

I need to design a class where one property name has to be return, but when I create a property …

c# keyword reserved
Why does this Kotlin method have enclosing backticks?

What are the backticks used for in the snippet below? Why add them around the fun is(amount:Int ):Boolean { ... }? …

kotlin methods keyword backticks
C# internal VS VBNET Friend

To this SO question: What is the C# equivalent of friend?, I would personally have answered "internal", just like Ja …

.net language-features keyword c#-to-vb.net vb.net-to-c#
Proper use of the PURE keyword Fortran

I'm currently delving into Fortran and I've come across the pure keyword specifying functions/subroutines that have no side effects. …

fortran keyword fortran90 fortran95
How to get VS 2010 to recognize certain CUDA functions

At the moment CUDA already recognizes a key CUDA C/C++ function such as cudaMalloc, cudaFree, cudaEventCreate, etc. It also …

visual-studio-2010 cuda intellisense keyword code-completion
MySQL Keyword Search Across Multiple Tables

I have three tables in a MySQL database used in a music library application: The Genre table has columns: id …

mysql database search keyword multiple-tables
Keyword extraction software

I am looking for a piece of software that, given some text, will extract the "meaningful" keywords. For example, in …

keyword extraction
Why is the infer keyword needed in Typescript?

Why did the Typescript folks create the infer keyword? According to the documents, this is an example of how you …

typescript keyword type-inference conditional-types
Selenium Page Object (PO) and Key Word Driven Framework

I am a novice in Selenium, need some advice. As I understand, in Page Object, we must create a Java …

selenium frameworks keyword pageobjects data-driven-tests