{"id":14065795,"url":"https://github.com/ag2307/Useful-Scripts-Links","last_synced_at":"2025-07-29T21:33:27.568Z","repository":{"id":85837861,"uuid":"67421374","full_name":"ag2307/Useful-Scripts-Links","owner":"ag2307","description":"Links to various courses and help material","archived":false,"fork":false,"pushed_at":"2022-03-06T18:10:13.000Z","size":38,"stargazers_count":2,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-04T05:39:44.135Z","etag":null,"topics":["ubuntu","windows"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ag2307.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-09-05T13:02:09.000Z","updated_at":"2024-04-11T02:48:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"32e111fb-697c-493f-af60-f75c17469cf2","html_url":"https://github.com/ag2307/Useful-Scripts-Links","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ag2307/Useful-Scripts-Links","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag2307%2FUseful-Scripts-Links","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag2307%2FUseful-Scripts-Links/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag2307%2FUseful-Scripts-Links/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag2307%2FUseful-Scripts-Links/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ag2307","download_url":"https://codeload.github.com/ag2307/Useful-Scripts-Links/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ag2307%2FUseful-Scripts-Links/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267763902,"owners_count":24140827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ubuntu","windows"],"created_at":"2024-08-13T07:04:43.852Z","updated_at":"2025-07-29T21:33:27.291Z","avatar_url":"https://github.com/ag2307.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Useful-Links\nLinks to various courses and help material\n\n## Competitive Programming\n\n- [CodeForces](http://codeforces.com/)\n- [AtCoder](https://atcoder.jp/)\n- [Codechef](https://www.codechef.com/)\n- [SPOJ](http://www.spoj.com/)\n- [TopCoder](https://www.topcoder.com/)\n- [HackerRank](https://www.hackerrank.com/)\n- [HackerEarth](https://www.hackerearth.com/)\n\n## Useful Coding Links\n\n- [Why is “using namespace std” considered bad practice?](http://stackoverflow.com/questions/1452721/why-is-using-namespace-std-considered-bad-practice)\n- [Clockwise/Spiral Rule](http://c-faq.com/decl/spiral.anderson.html)\n- [Vector Initialisation](http://stackoverflow.com/questions/28712364/difference-between-vector-int-v-and-vector-vectorint-v)\n- [Miller–Rabin primality test](https://en.wikipedia.org/wiki/Miller%E2%80%93Rabin_primality_test)\n- [Segment Tree](http://www.geeksforgeeks.org/segment-tree-set-1-sum-of-given-range/)\n\n## Coding Interview Preparation\n\n- [LeetCode](https://leetcode.com)\n- [InterviewBit](http://interviewbit.com)\n- [GeeksforGeeks](http://interviewbit.com)\n- [Hired in Tech](https://www.hiredintech.com/)\n- [Interviewing](https://interviewing.io/)\n- [Pramp](https://www.pramp.com/)\n\n## ACM-ICPC Notebook\n\n- [MIT Notebook](http://web.mit.edu/~ecprice/acm/acm08/notebook.html)\n\n## Data Structures and Algorithms\n\n- [Cormen 3rd edition solutions-1](http://www.math.rutgers.edu/~ajl213/CLRS/CLRS.html)\n- [Cormen 3rd edition solutions-2](https://github.com/gzc/CLRS)\n- [Advanced Data Structures](https://www.youtube.com/playlist?list=PLUl4u3cNGP61hsJNdULdudlRL493b-XZf)\n\n## Django\n\n- [django-docs](https://docs.djangoproject.com/en/1.10/)\n- [django-girls](http://tutorial.djangogirls.org/)\n- [django-twoscoops](https://github.com/twoscoops/django-twoscoops-project)\n  \n## GitHub\n\n- [Help Page](https://help.github.com/)\n- `Commiting large files on github` : \n  - https://help.github.com/articles/installing-git-large-file-storage/\n      and https://git-lfs.github.com/\n- `Using Markdown on GitHub` :\n  - https://help.github.com/articles/basic-writing-and-formatting-syntax/ \n- `Adding emojis to git/github commit messages` :\n  - https://www.webpagefx.com/tools/emoji-cheat-sheet/\n  - https://gist.github.com/rxaviers/7360908\n- [Customized Badges for Github Readme](http://shields.io/)\n  \n\n## Git\n\n- [Git Documentation](https://git-scm.com/docs)\n- [Setting up proxy settings in git](http://stackoverflow.com/questions/783811/getting-git-to-work-with-a-proxy-server)\n- [Learn Git Branching](https://learngitbranching.js.org/)\n\n## Java Server Pages (JSP)\n\n- http://www.tutorialspoint.com/jsp/\n- http://www.javatpoint.com/jsp-tutorial\n- http://www.jsptut.com/\n\n## Dual-Booting \n#### (Ubuntu alongside Windows)\n\n- [Dual-Booting Steps](http://www.everydaylinuxuser.com/2014/05/install-ubuntu-1404-alongside-windows.html)\n- [Bootable USB Creator Tool](http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/)\n- [Fixing Time Conflict After Dual Booting](http://askubuntu.com/questions/169376/clock-time-is-off-on-dual-boot) or [Setting time Manually](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/chap-Configuring_the_Date_and_Time.html) and for reverting the settings refer to [this](http://www.webupd8.org/2014/09/dual-boot-fix-time-differences-between.html) .\n\n## Ubuntu\n\n- [Getting used to Terminal](http://linuxcommand.org/index.php)\n- [Terminal Guide](https://help.ubuntu.com/community/CategoryCommandLine)\n- [Installing Wine](http://ubuntuhandbook.org/index.php/2015/12/install-wine-1-8-stable-new-ppa/)\n- [Software installation through Wine](http://askubuntu.com/questions/316025/how-to-install-and-configure-wine)\n- [Creating Hotspot in Ubuntu 16.04](http://askubuntu.com/questions/762846/how-to-creat-wifi-hotspot-in-ubuntu-16-04-since-ap-hotspot-is-no-more-working) \n- [Shortening command line (bash) prompt?](http://askubuntu.com/questions/145618/how-can-i-shorten-my-command-line-bash-prompt)\n\n## Windows Twerks\n\n- [Creating Hotspot through Command Prompt](http://www.technicalnotes.org/create-wi-fi-hotspot-in-windows-10-using-command-prompt/)\n\n## Other Links\n\n- [Type a function and see it's graph !!](https://www.desmos.com/calculator)\n- [Visualise data structures and algorithms through animation](http://visualgo.net/)\n- [Typing mathematical formulaes](https://en.wikibooks.org/wiki/LaTeX/Mathematics)\n- [How to Setup IRC's](https://www.youtube.com/watch?v=gMQ9b-OPOsg)\n- [Youtube Keyboard Shortcuts](http://www.hongkiat.com/blog/youtube-keyboard-shortcuts/)\n- [Vim Adventures - learn vim while playing a game](https://vim-adventures.com/)\n\n## Latex\n\n- [Latex Online Compiler](https://www.sharelatex.com/)\n- `Math symbols/expressions to latex code converter` :\n  - https://www.codecogs.com/latex/eqneditor.php\n  - http://www.hostmath.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fag2307%2FUseful-Scripts-Links","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fag2307%2FUseful-Scripts-Links","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fag2307%2FUseful-Scripts-Links/lists"}