Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelone committed Dec 23, 2019
0 parents commit b303733
Show file tree
Hide file tree
Showing 64 changed files with 255 additions and 0 deletions.
12 changes: 12 additions & 0 deletions DD.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
django-admin start project %1
set projectname=%1
cd %projectname%
start code .
python manage.py migrate
start python manage.py runserver 3000
start chrome "localhost:3000"
cls
python manage.py startapp %2
set app1=%2
cd %app1%
cls
5 changes: 5 additions & 0 deletions Datacode.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
curl https://iscxdownloads.cs.unb.ca/iscxdownloads/CIC-IDS-2017/GeneratedLabelledFlows.zip >> GeneratedLabeledFlows.zip


curl https://iscxdownloads.cs.unb.ca/iscxdownloads/CIC-IDS-2017/MachineLearningCSV.zip >>MachineLearning.zip

1 change: 1 addition & 0 deletions Discord.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
C:\Users\Jhawar\AppData\Local\Discord\Update.exe --processStart Discord.exe
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"# Zcmd"
Totally worthit
1 change: 1 addition & 0 deletions Whatsapp.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
C:\Users\Jhawar\AppData\Local\WhatsApp\WhatsApp.exe
1 change: 1 addition & 0 deletions campus.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ncon "SRM Campus 2"
Binary file added chromedriver.exe
Binary file not shown.
1 change: 1 addition & 0 deletions clr.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
clear
1 change: 1 addition & 0 deletions colab.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jupyter notebook \ --NotebookApp.allow_origin='https://colab.research.google.com' \ --port=8888 \ --NotebookApp.port_retries=0
3 changes: 3 additions & 0 deletions decrypt.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off
echo %* | openssl base64 -d
@echo on
1 change: 1 addition & 0 deletions django_commands/addapp.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python manage.py startapp %1
1 change: 1 addition & 0 deletions django_commands/admincreate.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python manage.py createsuperuser
1 change: 1 addition & 0 deletions django_commands/migrate.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python manage.py migrate
2 changes: 2 additions & 0 deletions django_commands/run.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
migrate.cmd
python manage.py runserver
1 change: 1 addition & 0 deletions django_commands/shell.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python manage.py shell
3 changes: 3 additions & 0 deletions encrypt.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off
echo %* | openssl base64
@echo on
1 change: 1 addition & 0 deletions env.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python -m venv env
12 changes: 12 additions & 0 deletions flaskinit.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
env
code .
startenv
git init
git add .
git commit -m "env"
pip install flask
git add .
git commit -m "flaskinit"
ping 8.8.8.8 -n 100


4 changes: 4 additions & 0 deletions flaskrun.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set FLASK_ENV=development
set FLASK_APP=app.py

python -m flask run --host 0.0.0.0 --port 80
11 changes: 11 additions & 0 deletions gitit.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
set now=%cd%
cd /d %Zel%
cd Zelone
git init
git add *.cmd
git add *.md
git add *.exe
git commit -m "first commit"
git remote add origin git@github.com:Zelone/Zcmd.git
git push -u origin master
cd /d %now%
1 change: 1 addition & 0 deletions hibernate.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shutdown -h
1 change: 1 addition & 0 deletions idle.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
C:\Users\Jhawar\AppData\Local\Programs\Python\Python36\pythonw.exe "C:\Users\Jhawar\AppData\Local\Programs\Python\Python36\Lib\idlelib\idle.pyw"
7 changes: 7 additions & 0 deletions initenv.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
virtualenv env
env\Scripts\activate
git init
git
pip install jupyter
start jupyter notebook
stopenv
4 changes: 4 additions & 0 deletions jpython.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set now=%cd%
cd /d G:\jitesh\E\JavaProgram\Python projects
jpython
cd /d %now%
5 changes: 5 additions & 0 deletions minestart.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
echo STARTING SERVER
set now=%cd%
cd /d E:\MINECRAFT SERVER
minestart
cd /d %now%
4 changes: 4 additions & 0 deletions mysq.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@echo off
echo type root
mysql -u root -p
@echo on
1 change: 1 addition & 0 deletions ncon.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
netsh wlan connect %1
4 changes: 4 additions & 0 deletions notebook.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

@echo off
start "Zelone Notebook jiteshmob1@gmail.com" /D G:\jitesh\E\JavaProgram\jupyter /B jupyter notebook
@echo on
1 change: 1 addition & 0 deletions nshow.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
netsh wlan show networks
1 change: 1 addition & 0 deletions safa.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ncon "NayaWifi"
1 change: 1 addition & 0 deletions spotify.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
C:\Users\Jhawar\AppData\Roaming\Spotify\Spotify.exe
Binary file added sqldiff.exe
Binary file not shown.
Binary file added sqlite3.exe
Binary file not shown.
Binary file added sqlite3_analyzer.exe
Binary file not shown.
1 change: 1 addition & 0 deletions startenv.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
env\Scripts\activate
1 change: 1 addition & 0 deletions stopenv.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
env\Scripts\deactivate
26 changes: 26 additions & 0 deletions z.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

@echo off

set now=%cd%
cd /d C:\Program Files\Java\Zelone
start .
start notepad %1.cmd
cd %now%

GOTO :e
@echo off
echo Enter file name:
set /P file=
echo
echo Enter remote repository ssh
set /P link=

for %i in (*) do set list =%i @echo %i


echo %file%===%link%
:e

@echo on


3 changes: 3 additions & 0 deletions zashu.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
zgitpull2
bundle install
start rails s
9 changes: 9 additions & 0 deletions zchrome.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

set now=%cd%
:h
chrome %1

goto h
chrome
cd /d %now%
@echo on
7 changes: 7 additions & 0 deletions zcommit.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@echo off
git status
git add .
git status
git commit -m '%1'
git push origin %2
@echo on
7 changes: 7 additions & 0 deletions zcommit2.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@echo off
git status
git add .
git status
git commit -m '%1'
git push origin %2
@echo on
1 change: 1 addition & 0 deletions zcontrol.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"C:\Program Files (x86)\Remote Control Server\Remote Control Server.exe"
5 changes: 5 additions & 0 deletions zdiscord.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
set now=%cd%
cd /d "C:\Users\Jhawar\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Discord Inc"
C:\Users\Jhawar\AppData\Local\Discord\Update.exe --processStart Discord.exe

cd /d %now%
1 change: 1 addition & 0 deletions zend.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shutdown -s -t 0
1 change: 1 addition & 0 deletions zexit.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shutdown -s -t 0
1 change: 1 addition & 0 deletions zfire.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
start "C:\Program Files\Firefox Developer Edition\firefox.exe"
8 changes: 8 additions & 0 deletions zgit.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

@echo off
echo FOR PUSH =ssh= =file=
echo zgitpush
echo OR
echo FOR PULL
echo zgitpull =ssh= =file=
@echo on
8 changes: 8 additions & 0 deletions zgitcommit.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@echo off
git status
git add .
git reset *.key
git status
git commit -m '%*'
git push origin master
@echo on
7 changes: 7 additions & 0 deletions zgitpull.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

set now=%cd%
cd /d %~f2
git init
git remote add origin %1
git pull origin master
cd /d %now%
1 change: 1 addition & 0 deletions zgitpull2.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git pull origin master
7 changes: 7 additions & 0 deletions zgitpush.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
echo "#%~n2" >> README.md
git init
git add .
git reset *.key
git commit -m "v1"
git remote add origin %1
git push -u origin master
8 changes: 8 additions & 0 deletions zgitpush3.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

echo "#%~n2" >> README.md
git init
git add .
git reset *.key
git commit -m "v1"
git remote add origin %1
git push -u origin %3
13 changes: 13 additions & 0 deletions zhotspot.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@echo off
netsh wlan set hostednetwork ssid=Key Key=12345678
netsh wlan start hostednetwork
cls
echo HOTSPOT STARTED
echo CLICK TO STOP HOTSPOT
pause
netsh wlan stop hostednetwork
cls
echo HOTSPOT ENDED
sleep 1
cls
@echo on
10 changes: 10 additions & 0 deletions zlib.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
rails new %1 --api db=posgresql
cd %1
bundle install
rails db:create
rails g scaffold book title author description
rails g scaffold student name year:date dob:date
rails g scaffold issue student:references book:references issued:date return:date
rails db:migrate
start rails s

8 changes: 8 additions & 0 deletions zminecraft.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@echo off
set now=%cd%
start chrome https://aternos.org/server/ --profile-directory="Profile 2"
cd /d C:\Users\Jhawar\AppData\Roaming\.minecraft
zminecraft.cmd
cd %now%
C:\Users\Jhawar\AppData\Local\Discord\Update.exe --processStart Discord.exe
@echo on
6 changes: 6 additions & 0 deletions zmongo.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@echo off
mongod --port 27017 --dbpath "C:\Program Files\Java\mongodbDatabase\database" --logpath="C:\Program Files\Java\mongodbDatabase\log.txt" --install --serviceName "MongoDB"
net start MongoDB
pause
net stop MongoDB
@echo on
1 change: 1 addition & 0 deletions zping.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ping 8.8.8.8 -l 256 -n 10000
5 changes: 5 additions & 0 deletions zpython.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cd /d G:\Class\python
start .
start notepad Python101.txt
set CURRDIR=%~dp0
start "IDLE" pythonw.exe "C:\Users\Jhawar\AppData\Local\Programs\Python\Python36\Lib\idlelib\idle.pyw"
Empty file added zrails.cmd
Empty file.
1 change: 1 addition & 0 deletions zreset.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shutdown -r -t 0
1 change: 1 addition & 0 deletions zrestart.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shutdown -r -t 0
5 changes: 5 additions & 0 deletions zshell.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
set now=%cd%
cd /d G:\jitesh\E\JavaProgram\JAVASHELLSETUP
start chrome file:///G:/jitesh/E/JavaProgram/JAVASHELLSETUP/
jshell Env3.txt MAIN
cd /d %now%
5 changes: 5 additions & 0 deletions zssh.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off
echo screen ls -laR /var/run/screen/
start notepad C:\Program Files\Java\Zelone\social.txt
@echo on
ssh 159.89.167.128 -l root
4 changes: 4 additions & 0 deletions ztor.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set now=%cd%
cd /d C:\Users\Jhawar\Desktop\Tor Browser\Browser
start firefox.exe
cd %now%

0 comments on commit b303733

Please sign in to comment.