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

metadata

Should I resubmit the binary after replying to a metadata rejection?

September 26, 2023 by Tarik

Ok guys, The answer was leaving it without submitting it again. I have received now a message from the store that they received the reply and will continue the review process of the app. The current status of my app is In Review. Hope this will help others in case someone faced such issues in … Read more

Categories ios Tags app-store-connect, appstore-approval, ios, metadata Leave a comment

Add extra meta for orders in Woocommerce

September 25, 2023 by Tarik
Categories php Tags metadata, orders, php, woocommerce, wordpress Leave a comment

How can I obfuscate my sdk coded with kotlin (and get rid of Metadata)

September 24, 2023 by Tarik

Finally, I found a way to delete Kotlin metadata annotations. In order to hide Kotlin metadata annotations, you need to enable R8 full mode. Here is the information about my environment. Environment OS: macOS 10.15.1 Android Studio: 3.5.1 Gradle: 5.4.1 Android Gradle Tool: 3.5.2 What you have to do is just add properties to gradle.properties … Read more

Categories android Tags android, kotlin, metadata, proguard Leave a comment

What does “^:static” do in Clojure?

September 12, 2023 by Tarik

In the development of Clojure 1.3 Rich wanted to add the ability for functions to return types other than Object. This would allow native math operators to be used without having to cram everything into one function. The original implementation required functions that supported this to be marked :static. this meta data caused the compiler … Read more

Categories clojure Tags clojure, metadata Leave a comment

How to set InputStream content Length

September 10, 2023 by Tarik
Categories amazon-web-services Tags amazon-s3, amazon-web-services, inputstream, metadata Leave a comment

Is there a way to touch() a file in Amazon S3?

September 8, 2023 by Tarik
Categories amazon-s3 Tags amazon-s3, last-modified, metadata Leave a comment

How can I add OS X “tags” to files programmatically?

September 1, 2023 by Tarik

Check out tag, “a command line tool to manipulate tags on Mac OS X 10.9 Mavericks files, and to query for files with those tags”. The GitHub repository has installation instructions (there are Homebrew and MacPorts packages).

Categories macos Tags cocoa, command-line-tool, macos, metadata Leave a comment

From a Sybase Database, how I can get table description ( field names and types)?

August 26, 2023 by Tarik

Check sysobjects and syscolumns tables. Here is a diagram of Sybase system tables. List of all user tables: SELECT * FROM sysobjects WHERE type=”U” You can change ‘U’ to other objects: C – computed column D – default F – SQLJ function L – log N – partition condition P – Transact-SQL or SQLJ procedure … Read more

Categories sql Tags isql, metadata, sap-ase, sql, sybase Leave a comment

Clean out Eclipse workspace metadata

August 25, 2023 by Tarik

There is no easy way to remove the “outdated” stuff from an existing workspace. Using the “clean” parameter will not really help, as many of the files you refer to are “free form data”, only known to the plugins that are no longer available. Your best bet is to optimize the re-import, where I would … Read more

Categories eclipse Tags configuration-files, eclipse, eclipse-metadata, metadata, workspace Leave a comment

Not enough storage is available to process this command in VisualStudio 2008

August 23, 2023 by Tarik

The error is misleading. It really should say “A large enough contiguous space in virtual memory could not be found to perform the operation”. Over time allocations and deallocations of virtual memory space leads to it becoming fragmented. This can lead to situations where a large allocation cannot be filled despite there being a plenty … Read more

Categories c# Tags c++, memory-leaks, metadata, visual-studio, visual-studio-2008 Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page7 Next →

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