Skip to main content

Posts

Showing posts with the label What

Tax Return Filing Required Documents FBR Pakistan

  Below are the requirements for filing the tax return in FBR Pakistan. Please note that financial duration of a year is  July of last year to June of current year . Electricity, Gas, Telephone Bills (July of last year to June of current year). Mobile Phone Tax Certificates (July of last year to June of current year). Bank Statements of all Bank Accounts (July of last year to June of current year). Bank Payments slip of any withholding tax deposit if any (July of last year to June of current year). Provide details of any asset (property, Vehicle etc.)  & Liabilities (i.e. buying or selling any assets Plot, House, Car, Bike, Gold, Bank or Personal Loan(s) etc.) bought (July of last year to June of current year). Provide Company stamped tax certificate if you are a job holder (July of last year to June of current year). Details of any amounts received from foreign if any (July of last year to June of current year). Bank Accounts Details with IBANs. In URDU: ایف بی آر پا...

What is Kotlin

  As per Wikipedia : Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of Kotlin's standard library depends on the Java Class Library, but type inference allows its syntax to be more concise. Kotlin mainly targets the JVM, but also compiles to JavaScript (for e.g. frontend web applications using React) or native code (via LLVM), e.g. for native iOS apps sharing business logic with Android apps. Language development costs are borne by JetBrains , while the Kotlin Foundation protects the Kotlin trademark. On 7 May 2019, Google announced that the Kotlin programming language is now its preferred language for Android app developers. Since the release of Android Studio 3.0 in October 2017, Kotlin has been included as an alternative to the standard Java compiler. The Android Kotlin compiler targets Java 6 by default, but lets the programmer choose to target Java ...

What is the difference between TS and MP4

MP4 MPEG-4 Part 14 or MP4 is a digital multimedia container format most commonly used to store video and audio, but it can also be used to store other data such as subtitles and still images. Like most modern container formats, it allows streaming over the Internet. TS TS stands for Transport Stream TS files are specified for MPEG-2 part 1 systems MPEG transport stream (transport stream, MPEG-TS, MTS or TS) is a standard digital container format for transmission and storage of audio, video, and Program and System Information Protocol (PSIP) data.[3] It is used in broadcast systems such as DVB, ATSC and IPTV. The video quality of MP4 and TS files are the same. The primary difference between TS and MP4 files is that TS files are flat while MP4 files have an index at the beginning of the MP4 file. Otherwise, the video bits inside the files are the same and therefore the video quality of TS, M2TS and MP4 files are the same. Sources: wikipedia_mp4 wikipedia_ts digitalfaq ...