Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

file-extension

What is the accepted file extension to use for pipe delimited files?

April 11, 2024 by Tarik

I had this same question because I wanted to follow the standard if there was any. The obvious choice here is .psv considering the naming system of .csv and .tsv – however, I couldn’t find this in use anywhere. The most common extension that I could find associated with a pipe-delimited file is simply .txt. … Read more

Categories file-extension Tags csv, file-extension Leave a comment

What’s the difference between .lib and .a files?

April 19, 2023 by Tarik

.a is an archive of code: compiled but not linked. You would link statically with it during your program’s final link step. .lib can be either the same as .a, or a magical so-called “import library”: a thin placeholder which causes you to require a .dll at runtime.

Categories file-extension Tags file-extension Leave a comment

Which programming language has extension .do

February 23, 2023 by Tarik

According to FileInfo, the file extension is for Java Servlets.

Categories file-extension Tags file-extension Leave a comment

What is phtml, and when should I use a .phtml extension rather than .php?

October 5, 2022 by Tarik

There is usually no difference, as far as page rendering goes. It’s a huge facility developer-side, though, when your web project grows bigger. I make use of both in this fashion: .PHP Page doesn’t contain view-related code .PHTML Page contains little (if any) data logic and the most part of it is presentation-related

Categories file-extension Tags file-extension, php Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa