Skip to content

tm9k1/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scripting Adventures

Shell Scripting

  • DotBot: Linux dotfiles and personalization syncronizer
  • Clone_All: clone all your repositories in one fell swoop

Python Scripting

  • IMDb_Sort: organize your movies according to their IMDb rating
  • CSV_to_JSON: reads a file.csv and prints a json object filled with the data from the CSV file
  • IRCBot: IRC Bot Reimplementation of batul, the DGPLUG Summer Training sessions moderator bot
  • DeepLearning: Training MNIST Dataset using Keras Library over TensorFlow. Trained a CNN model with over 98% accuracy.

Batch Scripting

  • GitBot: easily push code to remote repos