Hacker News
- Show HN: Reverse engineering GitHub's identicon algorithm https://github.com/kashav/identicon 2 comments
- GitHub repository for Sedgewick's Algorithms is taken down https://github.com/kevin-wayne/algs4 189 comments
- Algorithmic recruitment with GitHub http://www.hackdiary.com/2010/02/10/algorithmic-recruitment-with-github/ 13 comments
- Conceptual Algorithms (RubyFringe talk by GitHub's Tom Preston-Werner) http://www.infoq.com/presentations/preston-werner-conceptual-algorithms 2 comments
- Complaints mount after GitHub launches new algorithmic feed https://www.theregister.com/2022/03/23/github_for_you/ 150 comments
- Show HN: GitHub News, using a peak detection algorithm to detect trending repos http://www.gitlogs.com 31 comments
- An algorithmic approach to GitHub exploration http://blog.algorithmia.com/private/90051922739/tumblr_n7rox0sDY81tqavzc 14 comments
- GitHub faces backlash after enforcing an algorithmic feed https://github.com/orgs/community/discussions/categories/feed 3 comments
Lobsters
- A New GitHub Rank Algorithm https://bryanbugyi.com/blog/github-repo-rank-algorithm/ 13 comments programming
- My GitHub repository on data structures and algorithms https://github.com/sethen/rocket-science 2 comments computerscience
- Twitter has posted their recommendation algorithm on GitHub https://www.engadget.com/twitters-recommendation-algorithm-is-now-on-github-200511112.html 20 comments technology
- Twitter (re)Releases Recommendation Algorithm on GitHub https://github.com/twitter/the-algorithm 482 comments programming
- I made a GitHub repo for data structures and algorithms in Python to help in interview prep https://www.reddit.com/r/learnprogramming/comments/de59yg/i_made_a_github_repo_for_data_structures_and/ 55 comments learnprogramming
- A nice github repo of algorithm and data structure questions solved purely in Java https://github.com/ramswaroop/algorithms-and-data-structures-in-java 12 comments java
- Algorithmically improve your github README http://demos.algorithmia.com/github-readme-analyzer/ 4 comments webdev
- GitHub - shawnjb/lua-standard-library: Implement popular data structures & algorithms into your Lua applications. https://github.com/shawnjb/lua-standard-library 4 comments lua
- Twitter adds a GitHub repository called ‘the algorithm’, then deletes it https://analyticsindiamag.com/twitter-adds-a-github-repository-called-the-algorithm-then-deletes-it/ 194 comments programming
- GitHub repo with solutions for various coding/algorithmic problems and many useful resources for learning algorithms and data structures https://www.reddit.com/r/python/comments/ebf7rc/github_mtrajkcodingproblems_python_solutions_for/ 3 comments coding
- BMW shares AI algorithms used in production, available on GitHub https://www.bmwblog.com/2019/12/13/bmw-shares-ai-algorithms-used-in-production-available-on-github/ 4 comments technology
- Alibaba Cloud releases AI algorithms to GitHub https://www.arnnet.com.au/article/669243/alibaba-cloud-releases-ai-algorithms-github/ 6 comments artificial
- GitHub - trekhleb/javascript-algorithms: 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings https://github.com/trekhleb/javascript-algorithms 2 comments javascript
- GitHub - SamirPaul1/DSAlgo: A repository that contains all the Data Structures and Algorithms concepts and solutions to various problems in Python3 stored in a structured manner https://github.com/SamirPaul1/DSAlgo 2 comments python
- If anyone wants to come contribute any of these algorithms you can in the github repo shared below. [Hacktoberfest] None 13 comments compsci
- If you are interested in genetic algorithm and neural network, I recommend my project - where AI learns to. I uploaded the full project to GitHub (made in Unity). Hope you'll enjoy. https://github.com/martenq1337/COPS_AI 16 comments learnmachinelearning
- GitHub - dsa.js: Data Structures and Algorithms explained and implemented in JavaScript https://github.com/amejiarosario/dsa.js 13 comments javascript
- GitHub - dsa.js: Data Structures and Algorithms explained and implemented in JavaScript https://github.com/amejiarosario/dsa.js 39 comments javascript
- GitHub - Mortimerp9/Prolog-Graphplan: The Graphplan algorithm is an automatic planning algorithm that can compute, given a set of rules, a plan of action to go from an initial state to a final state. This project provides an open source (GPL v3) implementation of this planner in Prolog. https://github.com/Mortimerp9/Prolog-Graphplan 2 comments prolog
- GitHub’s AI Copilot Might Get You Sued If You Use It. “Unfortunately, the user has no way of knowing if the algorithm made a particular piece of code up by itself or stole it from a code repository protected by a license.” https://medium.com/geekculture/githubs-ai-copilot-might-get-you-sued-if-you-use-it-c1cade1ea229 3 comments artificial
- GitHub - intel/x86-simd-sort: C++ header file library for high performance SIMD based sorting algorithms for primitive datatypes https://github.com/intel/x86-simd-sort 2 comments cpp
- I made a Github ReadMe full of Resources needed to start & excel in Data Structure and Algorithms https://github.com/antariksh17/Reddit-wiki-programming 22 comments learnprogramming
- ElonMusk promised that he will open the source twitter algorithm. Just after few hours of the announcement of his twitter acquisition, the algorithm repo showed up on GitHub. It's still empty though. If the twitter algo is open-source this will be a huge win for free speech, privacy, and internet. https://github.com/orgs/twitter/repositories 373 comments programming
- I wrote a program that uses OpenCV-Python to detect and identify playing cards in a video feed! The image processing algorithm is explained in this video. (Github link in the comments) https://www.youtube.com/watch?v=m-QPjO-2IkA 3 comments programming
- Ages ago I learned to program in Matlab and had the good sense to upload to github, now with a bit more experience and a preference for Python I want to try recode object oriented instances of a few popular genetic algorithms... anyone interested in getting involved? https://github.com/dnk8n/OptimisedKingsCrossInspiredStructure/blob/master/kc.m 4 comments learnprogramming
- GitHub - gmamaladze/trienet: .NET Implementations of Trie Data Structures for Substring Search, Auto-completion and Intelli-sense. Includes: patricia trie, suffix trie and a trie implementation using Ukkonen's algorithm. https://github.com/gmamaladze/trienet 2 comments dotnet
- GitHub - gmamaladze/trienet: .NET Implementations of Trie Data Structures for Substring Search, Auto-completion and Intelli-sense. Includes: patricia trie, suffix trie and a trie implementation using Ukkonen's algorithm. https://github.com/gmamaladze/trienet 2 comments programming
- Found on GitHub a blazingly fast implementation of Byte Pair Encoding (BPE) algorithm. Much faster than Google SentencePiece. https://github.com/VKCOM/YouTokenToMe 3 comments deeplearning
- I made this self balancing robot as a summer project. It uses a 6 dof inertial measurement unit and Arduino for control algorithms. Balancing is done with PID control to set motor velocity. Full CAD, parts list, and code is available on my github which is in the YouTube description. :) https://youtu.be/PNKXGorAnBg 18 comments robotics
- GitHub - InterviewMap/InterviewMap: Build the best interview map. The current content includes JS, network, browser related, performance optimization, security, framework, Git, data structure, algorithm, etc. https://github.com/interviewmap/interviewmap 24 comments javascript