- github.com/awesome-github
- github.com/awesome
- GitHub Markdown - Basics | Cheatsheet
- github.com/web-development-resources
- codemyui - (Web Design & UI Inspiration with Code Snippets)
- nullsto.com - (Wordpress themes, plugins, GFX)
- Text to animation svg
OR
Copy this code into a notepad file, save it is a 'Matrix.bat'
@echo off
color 02
:crxzygit
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%
goto crxzygit
OR
Copy this code into a notepad file, save it is a 'Welcome.vbs'
Dim speaks, crxzygit
speaks = "Welcome to your Laptop, Mr. Akshay"
Set crxzygit = CreateObject("sapi.spvoice")
Set crxzygit.Voice = crxzygit.GetVoices.Item(1)
crxzygit.Speak speaks
Tip
To make your computer greet you when you turn it ON :
- Open the run box by pressing the Windows button + R and typing "AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup".
- Save this code in Notepad, then click Save As and enter any name after the type.vbs, then click on all files.everything is done.
OR
Copy this code into a notepad file, save it is a 'Text-to-Audio.vbs'
Dim msg, crxzygit
msg=InputBox("ENTER YOUR TEXT FOR AUDIO"& vbcrlf &"Created by:"& vbcrlf &"https://github.com/crxzygit","Text-To-Audio Converter by crxzygit ")
Set crxzygit=CreateObject("sapi.spvoice")
Set crxzygit.Voice = crxzygit.GetVoices.Item(1)
crxzygit.Speak msg
- Open Notepad.
- Type ".LOG" on the first line (.LOG must be in capital letters).
- Save and close the file.
- Open the saved file, Notepad will automatically insert the current date and time after the last line.
- Type your data for that time and date, then save the file again.