Blog Posts
Blog Posts Images :catlol: 5 years ago
Blogs posts now supports images or multiple images :devlist: :catlol:
من اين اتت "Hello, World!" 5 years ago
كتب بريان كيرنيغان في الواقع أول "Hello, World!" كجزء من وثائق لغة برمجة BCPL التي طورها Martin Richards. تم استخدام BCPL أثناء تطوير C في Bell Labs قبل بضع سنوات من نشر كتاب Kernighan and Ritchie's C في عام 1972.
PrimeBot ⚡ 3 years ago
برايم بوت هو بوت عربي بالكامل ومجاني يتيح ميزات عديدة لمستخدمينه وبصفته بوت سيستم وبوت العاب وبوت موسيقى وبوت سلاش كوماندز فهو بوت كامل متكامل، ويدعم اللغة العربية والاسلام فقط! استعمل برايم بوت ولن تكن من النادمين باذن الله!
✨ .بوت لنشر سيرفرك في اكثر من 6 الف سيرفر 😉, مما يساعدك على بناء مجتمع متفاعل 5 years ago
🌏 بأمكانك نشر سيرفرك الأن من خلال البوت

لضافة البوت :
https://special-share.org/invite
موقع البوت :
https://special-share.org
Which is better vue js or react js or angular 5 years ago
Which is better vue js or react js or angular
Hello blogs 2 years ago
Just test how this work
كيف تصبح مبرمج عظيم 5 years ago
اولا يجب ان تكون مثل بيشو
اثنان يجب ان تكون ايضا مثل جابر
ثلاثة كن كوبي بيستر
اربعة كن كوبي بيستر

خمسة انت مبرمج عظيم!! 🥵😡😓😒😪🤐🤔😘😋😘😣🤩😴
AmtiXDev Timestamp Generator 2 years ago
# AmtiXDev Timestamp Generator
A simple npm package to generate Discord timestamps based on user-specified durations.
## Installation
Install the package using npm:
npm install amtixdev-timestamp-generator

## Usage
const generateTimestamp = require('amtixdev-timestamp-generator');
const timestamp = generateTimestamp('1d');
console.log(`Generated timestamp: ${timestamp}`);

Replace the duration string in the generateTimestamp function with your desired time value (e.g., '1d' for 1 day, '2h' for 2 hours).
## API
### generateTimestamp(duration: string): string
Generates a Discord timestamp based on the specified duration.
- duration: A string representing the duration in the format 'XdXhXmXs' where X is a number and d/h/m/s denote days/hours/minutes/seconds.
Returns a string containing the Discord timestamp.
## Discord Bot Integration
You can also use this package in your Discord bot. Here's an example using discord.js:
const { Client, Intents } = require('discord.js');
const generateTimestamp = require('amtixdev-timestamp-generator');

const token = 'YOUR_BOT_TOKEN';
const client = new Client({ intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES] });
client.on('messageCreate', async (message) => {
    if (message.author.bot) return; 
    if (message.content.startsWith('!create_time')) {
        const args = message.content.split(' ').slice(1);
        if (args.length !== 1) {
            message.reply('Please provide a valid time value. Example: `!create_time 1d`');
            return;
        }
        const duration = args[0];
        const timestamp = generateTimestamp(duration);
        message.reply(`Time: ${timestamp}`);
    }
});
client.login(token);

## Preview
!Preview Image
First Post 5 years ago
First post
مرحبا 5 years ago
في ترحيب ولا اخرج؟