Hacker News
- Show HN: Example of GitHub Markdown with Collapsible Sections https://github.com/boost-experimental/ut#overview 2 comments
- Giving away my Rails 3.0 book. Code examples also available on Github. https://github.com/bryanbibat/rails-3_0-tutorial 34 comments
- Flutter internationalization with Github examples https://localizely.com/blog/flutter-localization-step-by-step/?tab=using-gen-l10n 3 comments flutterdev
- I have released the github repo from my tutorial series. You can test 58 examples of movement. https://twitter.com/MemoryLeakHub/status/1620073446351994880 26 comments gamedev
- I have released the github repo from my tutorial series. You can test 58 examples of movement. https://twitter.com/MemoryLeakHub/status/1620073446351994880 3 comments unity3d
- Why isn't my example video showing up in the store like on github? https://github.com/CalebJamesStevens/connect-to-openai/blob/main/images/connecttoopenai1.gif 3 comments vscode
- Looking for examples of novel or out-of-the-ordinary uses of GitHub Actions/Pages https://upptime.js.org/ 5 comments github
- Quality courses and Github repository examples about testing in React? https://testingjavascript.com/ 22 comments reactjs
- A working example of multi targets compilation for Rust using Github Actions. Supports Windows, MacOSX, x86_64, ARM and Raspberry PI Linux. https://github.com/nicolas-van/rust-cross-compile-example 5 comments rust
- Example of wrapping Go CLI into WASM and GitHub pages https://calendarheatmap.io/ 3 comments golang
- Example Repo of Drupal with Github Actions None 3 comments devops
- Hi! I have written this guide to docker on github. It's made up of small lessons related to what is docker, image creation, container creation, etc with hands on examples. Suited for beginners. I encourage you to visit once! https://github.com/pratik-choudhari/docker-guide 4 comments programming
- An example of making a Dockerfile architecture independent + from local build to Github actions https://www.reddit.com/r/docker/comments/lwrata/an_example_of_making_a_dockerfile_architecture/ 15 comments docker
- Explore GitHub source code right on the "web" version of VSCode simply by adding `1s` after `github` in the URL, for example https://github1s.com/JetBrains/kotlin https://github1s.com/jetbrains/kotlin 134 comments programming
- Github updates user interface to be more similar to gitlab (git repo used as example) https://github.com/git/git 9 comments linux
- Github seems to have updated their UI (link to git repo as an example) https://github.com/git/git 89 comments programming
- GraphQL - A Practical Overview and Hands-On Tutorial contains examples on GitHub Graphql explorer https://codeahoy.com/2019/10/13/graphql-practical-tutorial/ 10 comments programming
- Using GitHub Actions for CI with Node.js (lots of examples) http://www.thedreaming.org/2019/09/10/github-ci/ 8 comments node
- "Evidently @github has banned all the Iranian users without an ability for them to download their repositories. A service like Github must be a public good and must not be controlled by a centralized entity. Another great example of why we as a society need to make web3 a reality" https://twitter.com/alexskidanov/status/1154861474889654273?s=21 119 comments btc
- GitHub - y2q-actionman/cl-aws-custom-runtime-test: An example of using Common Lisp (SBCL) as a custom runtime on AWS lambda https://github.com/y2q-actionman/cl-aws-custom-runtime-test 3 comments lisp
- What's the best example of Django best practices on GitHub? https://www.reddit.com/r/django/comments/adxo6u/whats_the_best_example_of_django_best_practices/ 8 comments django
- We've released our GitHub repository which enables developers to integrate cryptocurrency payments into their games and applications. Code examples in various programming languages, including C#, Go, Java, JavaScript, NodeJS, PHP, Python, Ruby and Shell scripting https://github.com/atomicpay/RESTful-API-client 3 comments gamedev
- We've released our GitHub repository which contain code examples for accepting BTC & BCH with AtomicPay API in various programming languages, including C#, Go, Java, JavaScript, NodeJS, PHP, Python, Ruby and Shell scripting https://github.com/atomicpay/RESTful-API-client 10 comments btc
- Microsoft talking about block chain Identity at Ignite Conference. Ethereum examples in their github. https://azure.microsoft.com/en-us/overview/decentralized-identity/ 6 comments ethereum
- GitHub - mrbald/ufw: A minimalistic framework for rapid prototyping and an example of tested and benchmarked CMake-based C++ package. https://github.com/mrbald/ufw 5 comments cpp
- Introduction to Terraform with Github provider as an example https://www.reddit.com/r/devops/comments/7879ub/introduction_to_terraform_with_github_provider_as/ 12 comments devops
- Just got tired of those bloated, unstructured, non-portable GSM module libraries, so created this tiny alternative! Examples for PubSubClient (MQTT), Blynk, File Download and Web Client are provided. Tell me what you think, and give TinyGSM a github star, if you like it! https://github.com/vshymanskyy/tinygsm 5 comments arduino
- What are examples of GitHub repositories with high code quality? https://news.ycombinator.com/item?id=11604871 29 comments programming
- Example of simplified (automated) HAProxy load-balanced web server cluster deployment to AWS with Terraform [Github link] https://github.com/paulcapestany/centos-haproxy-terraform 12 comments devops
- $q.defer(): You're doing it wrong (with real examples from GitHub projects) http://www.codelord.net/2015/09/24/%24q-dot-defer-youre-doing-it-wrong/ 27 comments angularjs
- What are some examples of distinct, successful projects on GitHub that are forks of other successful GitHub projects? https://programmers.stackexchange.com/questions/200663/why-do-people-fork-repositories-on-github?rq=1 5 comments opensource
- "Smart" diffs for commits and GitHub PRs on Go projects (funcs added, changed, removed, etc.) - example https://sourcegraph.com/github.com/fsouza/go-dockerclient/.pulls/133 3 comments golang
- Top 15 most-used functions in Django, with docs and examples (sourced from other GitHub projects?) https://sourcegraph.com/github.com/django/django 4 comments django
- Textbook example of how not to use github https://github.com/opencart/opencart/pull/219 114 comments webdev
- Iron Workout Tracker source code is now available on GitHub (Swift/SwiftUI/Core Data). It might be useful for new iOS and SwiftUI devs as an example of a fully featured "real-world" SwiftUI app. https://github.com/kabouzeid/Iron 7 comments iosprogramming
- Does anyone have a github example of pytest with just flask and jinja2 with good documentation explaining the code? https://speakerdeck.com/patkennedy79/testing-flask-applications-with-pytest 5 comments flask
- I wrote a post about using the sodiumoxide crate to hash passwords and then store them in a postgres db with sqlx. I wanted to share it because I'm learning too and when I went looking for information I didn't find much. There is also a github repo with working code examples. Feedback is welcome! https://blue42.net/code/rust/examples/sodiumoxide-password-hashing/post/ 6 comments rust
- Vanilla pattern for Flux - how to implement Flux without libraries just by using vanilla javascript services & models (example GitHub repository included in Typescript) https://medium.com/@tomastrajan/vanilla-pattern-for-flux-4cccd734e6fe 11 comments javascript
- Vote for Lucene-based search feature in Visual Studio (example of Lucene-based search is GitHub's project search, which is fantastic). http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/6329602-implement-indexed-full-text-search-of-source-code 11 comments csharp
- I took a shot at explaining some clever code I wrote. Comes with a functioning example on GitHub! I'd love feedback on how to make future posts more interesting! https://medium.com/@meomix/beautifully-buffered-bytes-ff798eca58a 6 comments javascript