personalblog
personalblog

personalblog

My daily experience in crypto world


White and wheat

11 Mar 2025 1 minute read 0 comments medeb

1. A simple but interesting question! "White" and "wheat" are two terms that may seem similar, but they have different meanings: - *White*: In general, "white" refers to the color white. In the context of food, "white" can also refer to foods that ha...

Documents solution

7 Mar 2025 1 minute read 0 comments medeb

1. Create the app in a different directory: If you are having trouble creating a React app in the "Documents" directory, you can try creating the app in a different directory that does not require admin privileges. 2. Run the command as an administra...

Documents react issue

6 Mar 2025 1 minute read 0 comments medeb

1. Protected Directory:It is possible that creating a React app in the "Documents" directory requires administrative privileges. There are several reasons why this could be the case.The "Documents" directory is considered a protected directory by Win...

Vlc and vtt

5 Mar 2025 1 minute read 0 comments medeb

Yes, VLC (VideoLAN Client) can also be used to create a video with subtitles and convert it to GIF or PDF.Here are the steps to do this with VLC:1. *Open video in VLC*: Open the video you want to use in VLC.2. *Add subtitles*: Click "View" > "Subtitl...

Vtt transcript

4 Mar 2025 1 minute read 1 comment medeb

Yes, it is possible to create a video with subtitles from a video and a VTT (WebVTT) file, and then convert it to GIF and PDF with text and image. Here are the general steps to do this: 1. *Upload video and VTT file*: Upload the video and the corresp...

download large repo ps1

24 Feb 2025 1 minute read 0 comments medeb

Here's why:Yes, the regular expression used in the largerepo-tree.ps1 script will work correctly with repository names containing hyphens (-) and underscores (_).Character Classes: The regular expression uses [^\/]+ to match one or more characters th...

git ssh devices

22 Feb 2025 1 minute read 0 comments medeb

Authentication and SSH Keys:It's common to encounter access issues when transitioning to a new device while using Git repositories on platforms like GitHub, Bitbucket, and GitLab. These problems primarily revolve around authentication and authorizati...

Using APIs and Promises with Observables

21 Feb 2025 1 minute read 0 comments medeb

Using APIs and Promises with ObservablesUsing APIs and Promises with Observables allows you to handle asynchronous calls efficiently. By converting promises to observables, you can take advantage of RxJS operators to handle data and errors more flexi...

3 git system to understand

19 Feb 2025 1 minute read 0 comments medeb

Version Control Type and Popularity  Git and Mercurial (Hg) are distributed version control systems, while Subversion (SVN) follows a centralized approach. Git is the most popular among the three, with Mercurial having moderate usage and SVN being le...

device orientation

17 Feb 2025 1 minute read 0 comments medeb

Media Queries for Responsive Design: Addressing Mobile Device VariationsWhen designing for mobile devices, relying solely on a fixed max-height (like 768px) within media queries can lead to layout issues due to the vast range of screen sizes and orie...