convert

  1. practicalsoft

    Xen-AddOn [AndyB] Convert image all v5.0 5.0

    توضیحات: همه تصاویر پیوند داغ را به پیوست تبدیل می کند. افزونه Convert image all، تصاویر پیوند شده داغ در پیام ها را به پیوست تبدیل می کند. تصاویر مرتبط داغ آن دسته از تصاویری هستند که با استفاده از نماد Image در نوار ابزار ویرایشگر درج شده اند. این افزونه به صورت دستی اجرا می شود و برای...
  2. practicalsoft

    Xen-AddOn Convert image 4.0 4.0

    Convert image 4.0 تصاویر پیوند را به پیوست تبدیل می کند. برافزای Convert image تصاویر پیوند شده داغ در پیام ها را به پیوست تبدیل می کند. تصاویر مرتبط داغ آن دسته از تصاویری هستند که با استفاده از نماد Image در نوار ابزار ویرایشگر درج شده اند. این افزونه هر بار که یک پست جدید ایجاد می شود یا...
  3. practicalsoft

    B4X FEED [Solved]Help to convert code from c to B4A or Java

    Hi, I've this code written in "c": B4X: uint16_t CRC16Calc(uint8_t *data, uint16_t size) { #define CRC16 0x8005 uint16_t out = 0; uint16_t bits_read = 0, bit_flag; uint16_t idx = 0; while (size > 0) { bit_flag = out >> 15; out <<= 1; out |=...
  4. practicalsoft

    B4X FEED convert this php code to b4a

    i got this code to convert ip address to a long range B4X: function Dot2LongIP ($IPaddr) { if ($IPaddr == "") { return 0; } else { $ips = explode(".", $IPaddr); return ($ips[3] + $ips[2] * 256 + $ips[1] * 256 * 256 + $ips[0] * 256 * 256 * 256); } } i have adjusted to b4a as...
  5. practicalsoft

    B4X FEED Convert Numbers to Words

    Hi. With this library you can convert numbers to words example : convert 1200000000 to "one billion two hundred million" in next version add other language to library if it is good B4X: Dim i As Number2Words Log(i.EnglishNumberToWords(1200000000)) ادامه مطلب...
  6. practicalsoft

    B4X FEED Convert Android App to IOS

    I have an andoid app created 10 years ago using Basic for Android. It has been updated a little over the years, but not much in the last 4 years. I'd like to know if anyone is available to help me convert it to IOS. I do have money and I will pay. THere are a bunch of screens and a bunch of...
  7. practicalsoft

    B4X FEED Help to convert code from c to B4A or Java

    Hi, I've this code written in "c": B4X: uint16_t CRC16Calc(uint8_t *data, uint16_t size) { #define CRC16 0x8005 uint16_t out = 0; uint16_t bits_read = 0, bit_flag; uint16_t idx = 0; while (size > 0) { bit_flag = out >> 15; out <<= 1; out |=...
  8. practicalsoft

    B4X FEED B4A to B4i porting checklist

    I’m beginning to evaluate porting a B4A app to B4i. The app has the following structure. Multiple activities built using TabStripViewPager Global objects in the Starter service A service for handling Bluetooth communication I’m building a checklist of steps as prerequisite for a success...
عقب
بالا