Code Monkey home page Code Monkey logo

awesome-automations's Introduction


Hi there ,I'm Ankur - aka Arsenic

  • 🔭 I’m currently working on my GSoC 2023 project with LLVM
  • ✂️ I'm also almost everytime configuring my Emacs
  • ✉️ Best Medium to contact me is via mail
  • 🙃 Hobbies : I love playing video games and draw pixelart
  • ⚡ Fun fact: This entire profile readme is in Nord Theme's color scheme.

Skills 🛠:

Programming languages :

C++ C Python Elisp Swift php

Frameworks and tools :

Qt SDL2.0 emscripten gcc llvm doxygen laravel

Documentation:

markdown org mode

Debugging

gdb lldb

Version Control

Git

Data Base:

MySQL

Operating System:

Emacs MacOS Windows

Terminal and Shells:

iterm-2 warp zsh bash

Text Editor

Emacs Xcode Sublime


Click to see my Profile stats 📊

NOTE : the above data (Most Used Languages) does not indicate my skill level or something like that, it's a github metric of which languages i have the most code on github


If you are looking 👀 to contribute to a project then check out the pinned repositories on my GithHub profile, I always make sure to leave some beginner friendly bugs (code, no-code, low-code) for new-commers to fix ( even this very readme have got some ), issues marked as good-first-issue must be the one you should be looking for.


awesome-automations's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

awesome-automations's Issues

Time Converter

Idea 💡: -

How about a time converter? like if we wanna convert from 32 seconds to a Century or a Decade.
manually, this would take forever converting it from minutes to hours to days, ugh.

sub-goal or optional challenge:

the user should be able to type like this Convert 32 Seconds to Century and then a message showing that it successfully converted to 1.0147e-8 or close to it.

Some Links on readme is not working

Some Links on readme is not working in Some Notable Projects: section.

README of magdh-universty-notice and login-github is not according to new file structure

File Grouping Automation Command Line Tool

Idea 💡: -

Brief description of the idea of the automation.

I would like to add an automation program written using Qt C++ which can be used to group files with same extensions to different folders.

Automating the process of creating a new project on GitHub

Idea 💡: -

This one is comparatively harder one, it involves automating following steps :-

  1. create a folder with the project's name
  2. opens a web browser
  3. navigates to GitHub
  4. logs in to user account
  5. Creates a new repository
  6. Adds the git remote to my local folder
  7. Add a README file
  8. do git add and then a commit called “initial commit”
  9. push this to master.
  10. open the project using your favourite editor.

NOTE: one or more people can also work on different steps of this project.

Save and load applications workspace

Idea 💡: -

The idea is to create a program that saves all current opening app to a file and allow user to load all those apps later at once instead of manually launching them one by one

Happy Coding

linting check for javascript

Idea 💡: -

Brief description of the idea of the automation.

automatically check linting errors for javascript on pull request with the help of github actions.

Create readme templates

If someone have to add a new automation to the repository then according to contributing.md he/she also have to create a well written readme.md file along with it.

The Idea is to create template readme.md files according to different programming languages for others ( especially new contributors ) to contribute to the repository.

templates of following programming languages available

  • Python
  • JavaScript

NOTE : - if you think you can create a better template then the existing ones then feel free to make another version of it, there can exist more than one templates for one programming language to use

A typo in README.md

Describe the bug

- Contributing an **automation** ⚙️: - Automation of all shapes and sizes are accepted, head over to [issue](https://github.com/Arsenic-ATG/Awesome-Automations/issues) section to see if you want to work on one already open idea or want contribute a different one, See [Contributing.md](https://github.com/Arsenic-ATG/Awesome-Automations/blob/master/CONTRIBUTING.md) for detailed steps on how to contribute a new autmation to this repository.

-how to contribute a new autmation
+how to contribute a new automation

To Reproduce
Steps to reproduce the behavior:

  1. Go to README.md
  2. See error

github bot

Idea 💡: -

Brief description of the idea of the automation.

create github bot to respond when an github issue and pr is created.

I will try to build this bot. I never had build this bot. But I will try my best.

Messy folder cleaner

Idea 💡: -

Idea is to create a program that would clean up a messy folder in just one click.

Like if a folder contains a bunch of images, songs, pdf, word documents, videos, etc it will create corresponding folders for images, songs, and all other stuff and move those in that folder.

Text to speech converter

Idea 💡: -

Reading text for blind people is difficult because they can't see so I have created a project text to speech converter which converts written text to speech

Features

  • Open File
  • Speak
  • Stop
  • Pause
  • Continue
  • Change voice gender
  • Speed

Enhancing the Multi-clipboard project

  • Extend the multiclipboard program in this repository so that it has a delete <keyword> command line argument that will delete a keyword from the shelf.
  • Then add a delete command line argument that will delete all keywords.

VS Code extension

Idea 💡: -

Brief description of the idea of the automation.

Hello, I have an extensive which is made for vscode. This is used to insert file or method information templates by just typing their prefixes. This extension will save time and some tiring repeating tasks. I would love to add it to your automation collection.

make console.log colorful

add colors to console.log in javascript projects.

For nodejs:

// This should be red color
console.log("\x1b[31m; %s \x1b[0m", "Hello world");
// for some more colors
for(let i =1; i <10; i++){
   for(let j = 30; j<38; j++){
     for(let k = 40; k<48; k++){
         console.log(`\x1b[${i};${k};${j}m Hello world \x1b[0m`);
        }
       }
    }

Discord server

Can we create a Discord server to chat about new automation ideas ?

I had seen many open source projects has their discord server.

latest notice from university

Idea 💡: -

Brief description of the idea of the automation.

latest notice from magdh university.
Example: Notice regarding date of exams, Notice regarding addmissions etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.