8000 GitHub - sunil-the-coder/newgen-training: training codes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sunil-the-coder/newgen-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo holds the codes which are developed under java training

All session codes are put up into text file for now.

Delete unwanted macos files from windows

$ Rename the java files first

Get-ChildItem -Path . -Recurse -Filter '.*.java' | ForEach-Object { Rename-Item -Path $.FullName -NewName ($.Name -replace '.', '') }

Delete the files -

$ Get-ChildItem -Path . -Recurse -Filter '._*' | Remove-Item

About

training codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0