ultimatecoder
Full-stack developer by profession 💻🦄 Computer scientist by heart 📖👨🔬 An actor by born 🎭
Bangalore, India
Pinned Repositories
Blog
Jaysinh's own heed
cpython
The Python programming language
geeksforgeeks
Solutions to problems from GeeksForGeeks. Solutions are based on Python programming language.
goyo-doc
This is plugin written for vim editor. The plugin provides vim helpfile for goyo.vim (github.com/junegunn/goyo.vim) plugin.
leetcode
Solutions for LeetCode problems.
slides-jwt
Slides for talk on JSON Web Token authentication system
untwisting-twisted-workshop-code-examples
This respository is a collection of code examples there were presented during a workshop.
wye
Wye
yamq
YAMQ: YET ANOTHER MESSAGING QUEUE
ultimatecoder's Repositories
ultimatecoder/leetcode
Solutions for LeetCode problems.
ultimatecoder/geeksforgeeks
Solutions to problems from GeeksForGeeks. Solutions are based on Python programming language.
ultimatecoder/untwisting-twisted-workshop-code-examples
This respository is a collection of code examples there were presented during a workshop.
ultimatecoder/Blog
Jaysinh's own heed
ultimatecoder/cpython
The Python programming language
ultimatecoder/abhimanyu
Abhimanyu is a automated job applier for jobs published by the Python Software Foundation.
ultimatecoder/algorithm_deisn_manual_programming_challenges
Solution for problems from Programming Challenges
ultimatecoder/algorithm_design_manual
Soltuions to the excercises of The Algorithm Design Manual
ultimatecoder/an-introduction-to-object-oriented-programming-solutions
This repository is a collection of "An introduction to Object Oriented Programming" problem solutions.
ultimatecoder/arjun
A simple ReST API for managing employees :necktie:
ultimatecoder/chatur
A kiddy approach to scan open ports of client workstation using CORS https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS approach.
ultimatecoder/codechef
Solutions to problems published by CodeChef.
ultimatecoder/cracking_the_coding_interview
Solutions to problems given in Cracking the Coding Interview book
ultimatecoder/data-structures
This repository is a collection of basic data strctures written from scratch using Python.
ultimatecoder/effective_java_third_edition
This repository is a collection of all Java code samples given in Effective Java 3rd (https://www.goodreads.com/book/show/34927404-effective-java)
ultimatecoder/garud
Expect runner will discover `expect` tests and it will run them one by one.
ultimatecoder/hackerrank-solutions
Solutions to Hackerrank Algorithm and Data structure questions.
ultimatecoder/hackerrank-sql
Solutions to SQL problem by Hackerrank
ultimatecoder/introduction-to-algorithms
Solutions of problems, code examples of the Introduction to Algorithm Book
ultimatecoder/jayshree
[Jayshree](https://www.youtube.com/watch?v=9ox8v1I2RS0) is a tool to shift your Asana tasks to individual Github issues.
ultimatecoder/kunti
Kunti is a simple yet powerful platform for bloggars
ultimatecoder/narad
Narad is a advanced product importer
ultimatecoder/notes-for-non-technical-questions
This is a collection notes for non-technical questions during interview.
ultimatecoder/python-time-complexity-cheat-sheet
Runtime of core Python functions
ultimatecoder/securedrop
GitHub repository for the SecureDrop whistleblower platform. Do not submit tips here!
ultimatecoder/securedrop-client
a Qt-based GUI for SecureDrop journalists 📰🗞️
ultimatecoder/strict-rfc3339
Strict, simple, lightweight RFC3339 functions
ultimatecoder/tor_under_the_hood
Collection of notes and slides of Tor under the hood talk
ultimatecoder/untwisting_twisted_exercise
This are collection of exercises for Untwisting Twisted workshop (https://github.com/ultimatecoder/untwisting_twisted_slides).
ultimatecoder/untwisting_twisted_slides
Untwisting Twisted is a series of workshop to teach popular framework Twisted. The workshop is designed for intermediate audience who has some or no experience of event drive programming. It is expected to know Python