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

date-sorting

Need a way to sort a 100 GB log file by date [closed]

December 9, 2023 by Tarik

Code like this is completely bound by how fast you can get the data off the disk. The file simply can never fit in the file system cache so you’re always waiting on the disk to supply the data. You’re doing fairly well at 10 MB/sec, optimizing the code is never going to have a … Read more

Categories c# Tags c++, date-sorting, sorting Leave a comment

how to re-format datetime string in php?

April 3, 2023 by Tarik

why not use date() just like below,try this $t = strtotime(‘20130409163705’); echo date(‘d/m/y H:i:s’,$t); and will be output 09/04/13 16:37:05

Categories php Tags date, date-sorting, php, sorting, time Leave a comment

Datatable date sorting dd/mm/yyyy issue

January 2, 2023 by Tarik

Update 2020: HTML Solution Since HTML 5 is so much developed and almost all major browser supporting it. So now a much cleaner approach is to use HTML5 data attributes (maxx777 provided a PHP solution I am using the simple HTML). For non-numeric data as in our scenario, we can use data-sort or data-order attribute … Read more

Categories jquery Tags datatables, date-sorting, jquery 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