AFTER WORKING FOR YEARS WITH THIS AMAZING PLATFORM, I DECIDE TO SHARE WITH YOU MY LIBRARIES, NOT JUST THE LIBRARY, BUT THE SOURCE CODE TOO.
In a limited time and number of downloads I will keep in new website this link to get, download and use.
AND ALSO IS PERMITTED TO REUSE, REMAKE AND ALSO...
کد زیر یک پوشه کامل را کپی می کند.
Private Sub CopyFolder(Source As String, targetFolder As String)
If File.Exists(targetFolder, "") = False Then File.MakeDir(targetFolder, "")
For Each f As String In File.ListFiles(Source)
If File.IsDirectory(Source, f) Then...
"الگوریتم دایکسترا" به زبان #سی_پلاس_پلاس
#include<stdio.h>
#include<conio.h>
#include<process.h>
#include<string.h>
#include<math.h>
#define IN 99
#define N 6
int dijkstra(int cost[][N], int source, int target);
int dijsktra(int cost[][N],int source,int target)
{
int...
css
html
jquery
snippet of code
sourcesource code
انجمن کاربردی
انجمن کاربردی الغدیر
اچ تی ام
اچ تی ام ال
برنامه نویسی
تکه کد
جاوا
سورس
سورس کد
سی اس اس
نمونه کد
css
html
jquery
snippet of code
sourcesource code
انجمن کاربردی
انجمن کاربردی الغدیر
اچ تی ام
اچ تی ام ال
برنامه نویسی
تکه کد
جاوا
سورس
سورس کد
سی اس اس
نمونه کد
css
html
jquery
snippet of code
sourcesource code
انجمن کاربردی
انجمن کاربردی الغدیر
اچ تی ام
اچ تی ام ال
برنامه نویسی
تکه کد
جاوا
سورس
سورس کد
سی اس اس
نمونه کد
css
html
jquery
snippet of code
sourcesource code
انجمن کاربردی
انجمن کاربردی الغدیر
اچ تی ام
اچ تی ام ال
برنامه نویسی
تکه کد
جاوا
سورس
سورس کد
سی اس اس
نمونه کد
A recursive sub that copies a complete folder.
B4X:
Private Sub CopyFolder(Source As String, targetFolder As String)
If File.Exists(targetFolder, "") = False Then File.MakeDir(targetFolder, "")
For Each f As String In File.ListFiles(Source)
If File.IsDirectory(Source, f) Then...
Hi Everyone.
It's just been couple of months since I started my journey with B4A and had my app published.
Funny Jokes was my first app that I published on PlayStore. The App has thousands of Jokes in multiple categories and users could share jokes using share option.
I have attached the...
Hello frients,
I have one theoretical question...
Into one my app i have to load html content from https web site...
My question is it possible for user to do some actions and view html page source already loaded into WebView
I am not speak about HttpUtils with Job.Getstring or other ways witch...
Roughly speaking, Mastodon is an open source, distributed, social network a bit similar to Twitter:
Mastodon
Mastodon is an open source decentralized social network - by the people for the people. Join the federation and take back control of your social media!
joinmastodon.org
Pleroma is...
An FET constant current source is a type of active circuit which uses a Field Effect Transistor to supply a constant amount of current to a circuit. But why would you want a constant current? Constant current sources and current sinks, (a current sink is the reverse of a current source) are a...