Explore tweets tagged as #FoxRandomString
@lokas7755 جربت اﻷفكار دي، لكن فكرة إنك تعمل Object موش ماشية في الحالة عندي، لإن اﻷسماء بتاعة المتغيرات موش محددة مسبقا. اللي نفع هي فكرة ال built-in objects وهما ال window للمتصفح، و global في النود واللي منهم تقدر توصل ﻷي global variable.
0
0
0
#JSBIN snap for an object in #JavaScript object called FoxRandomString that I had written to generate random strings according to length and type. It could generate hex, uppercase, lowercase, numbers and mix.
0
0
1
Version 2 of #FoxRandomString, the #JavaScript object. Now new custom patterns, Fox Patterns, could be available to format the generated random string in what ever you want. Check it out at the repo. or run: npm i foxrandomstring.
1
2
3
@saidbakr @livecodes_io لو بتستخدم bundler زي vite أو webpack و برضه في LiveCodes تقدر تعمل كده.import { FoxRandomString } from 'foxrandomstring';. إنما في أي صفحة عادية:.import { FoxRandomString } from ';.
2
0
1
@sharno3 @AbdelkareemElk1 كنت باعمل فكرة أن المستخدم يقدر يكتب كلام متفق عليه زي قالب مثلا عشان يحصل على نتائج أو معالجات مخصصة على مزاجه. طبعا هي مش نفس الفكرة بالضبط كن تشبهها.
0
0
1
@saidbakr @livecodes_io // in LiveCodes or if you use a bundler.import { FoxRandomString } from 'foxrandomstring';. // otherwise.import { FoxRandomString } from ';.
0
0
0