-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
8,756 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
C:\Users\Jhawar\AppData\Local\Discord\Update.exe --processStart Discord.exe | ||
C:\Users\Zelone\AppData\Local\Discord\Update.exe --processStart Discord.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
clear | ||
cls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
E: | ||
cd "JavaProjects\Rails Test\chat_test" | ||
start . | ||
code . | ||
start | ||
@echo off | ||
echo Empty Execution | ||
@echo on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
@echo off | ||
if "%1"=="" goto help | ||
if "%2"=="" goto device | ||
display64.exe /device %2 /rotate %1 | ||
|
||
goto :exit | ||
|
||
:device | ||
display64.exe /device 2 /rotate %1 | ||
|
||
goto :exit | ||
|
||
:help | ||
@echo Usage: | ||
@echo display [^<ccw^|cw^>] | ||
@echo Where: | ||
@echo ccw counter clock wise | ||
@echo cw clock wise | ||
:exit | ||
@echo on |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
python -m venv env | ||
git init | ||
python -m venv env | ||
echo * >> env/.gitignore | ||
env\Scripts\python.exe -m pip install --upgrade pip | ||
IF EXIST "requirements.txt" ( | ||
env\Scripts\python.exe -m pip install -r requirements.txt | ||
) ELSE ( | ||
echo numpy >> requirements.txt | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
C:\Users\Jhawar\AppData\Local\Programs\Python\Python36\pythonw.exe "C:\Users\Jhawar\AppData\Local\Programs\Python\Python36\Lib\idlelib\idle.pyw" | ||
pythonw.exe "idle.pyw" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dir %* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
@echo off | ||
echo password is :pass1234 | ||
start "Zelone Notebook jiteshmob1@gmail.com" /D G:\jitesh\E\JavaProgram\jupyter /B jupyter notebook | ||
start "Zelone Notebook jiteshmob1@gmail.com" /D D:\ZProgram\Python\JupyterNotebook /B jupyter notebook | ||
@echo on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
@echo off | ||
IF EXIST "requirements.txt" ( | ||
pip install -r requirements.txt | ||
) ELSE ( | ||
echo numpy >> requirements.txt | ||
echo FILL "requirements.txt" then re-run pyinstall | ||
) | ||
@echo on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
cd /d D:\Downloads\SHUBHAM\code | ||
jupyter notebook |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"C:\Program Files (x86)\Steam\steam.exe" | ||
"E:\Steam\steam.exe" |
Binary file not shown.
Oops, something went wrong.