Skip to content

Commit

Permalink
sysdata
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelone committed Mar 23, 2024
1 parent e0841a7 commit 5bf715d
Show file tree
Hide file tree
Showing 22 changed files with 8,756 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Discord.cmd
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
2 changes: 1 addition & 1 deletion clr.cmd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
clear
cls
8 changes: 3 additions & 5 deletions continue.cmd
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
21 changes: 21 additions & 0 deletions display.cmd
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 added display32.exe
Binary file not shown.
Binary file added display64.exe
Binary file not shown.
10 changes: 9 additions & 1 deletion env.cmd
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
)
2 changes: 1 addition & 1 deletion idle.cmd
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"
1 change: 1 addition & 0 deletions ls.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dir %*
2 changes: 1 addition & 1 deletion notebook.cmd
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
8 changes: 8 additions & 0 deletions pyinstall.cmd
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
2 changes: 2 additions & 0 deletions shu.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd /d D:\Downloads\SHUBHAM\code
jupyter notebook
2 changes: 1 addition & 1 deletion steam.cmd
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 added vivtoo/Albacore.ViVe.dll
Binary file not shown.
Loading

0 comments on commit 5bf715d

Please sign in to comment.