Hacker News
- SwiftUI 2 code examples for every new View and modifier https://medium.com/better-programming/swiftui-views-and-controls-the-swift-2-documentation-youve-been-waiting-for-dfa32cba24f3 2 comments
- Codapi – Interactive code examples for documentation, education and fun https://github.com/nalgeon/codapi 7 comments
- Very simple hot code reloading example in C https://github.com/Zelmoghazy/hot-code-reloading-c 14 comments c_programming
- Has anyone tried this or have cross this type of code example, in Flutter? The animation at opening a blog post, animated heading. And a Scrollable view. https://youtube.com/shorts/VkZ9MaW2AEU?feature=share 4 comments flutterdev
- Was someone able to sort code actions sources? (for example pushing null-ls actions in the bottom) https://github.com/jose-elias-alvarez/null-ls.nvim/issues/630 5 comments neovim
- Introduction to the patchwork Package in R (Example Codes & Videos) https://www.reddit.com/r/rstats/comments/jul6hg/introduction_to_the_patchwork_package_in_r/ 4 comments rstats
- Understanding example code for SFRI-69 (hash-tables) https://lips.js.org/ 2 comments scheme
- Rosetta Code examples using SRFIs? https://rosettacode.org/wiki/Category:Scheme 2 comments scheme
- A C++2y async code example snippet https://github.com/facebookexperimental/libunifex/blob/epoll-moar-sfinae/examples/linux/io_epoll_test.cpp#l165-l226 23 comments programming
- Looking for code review or suggestions on example REST API https://www.reddit.com/r/haskell/comments/g4h1gg/looking_for_code_review_or_suggestions_on_example/ 3 comments haskell
- Just discovered this awesome site full of code snippets / examples for OpenLayers API + Google Maps API (over 500 examples) ~ geocodezip.com http://www.geocodezip.com/ 19 comments webdev
- Announcing Quuxplusone/coro, single-header C++2a example code https://quuxplusone.github.io/blog/2019/07/03/announcing-coro-examples/ 14 comments cpp
- I love loop invariants. A well-chosen invariant is useful both when designing, testing, and modifying code. Here are 4 examples (basic to fairly advanced). https://yourbasic.org/algorithms/loop-invariants-explained/ 8 comments compsci
- Exploring TracePoint in Ruby — Part One — Example Code https://medium.com/@baweaver/exploring-tracepoint-in-ruby-part-one-example-code-2cf9b1a1b956 3 comments ruby
- Angular 2+ Beginner: Basic questions on syntax and also flow of code from book example. https://codecraft.tv/assets/books/angular-from-theory-to-practice.pdf 3 comments learnprogramming
- Built an SMS bot with Twilio, NodeJS, PhantomJS, Selenium Webdriver and hosted on Heroku. It texts my wife when groceries I like go on sale. Wrote a guide with lots of code examples to jumpstart your own bot project. https://medium.com/@davidmieloch/building-a-foodkick-sms-sale-notifier-bot-64106c9de945 78 comments javascript
- Thinking of writing an app as a code example to get a job as a developer. Anybody have experience with this? How'd it work out? https://www.reddit.com/r/cscareerquestions/comments/6uxq27/thinking_of_writing_an_app_as_a_code_example_to/ 10 comments cscareerquestions
- Possible error in code example on Wikipedia page for C++11 https://www.reddit.com/r/cpp/comments/5j1aoz/possible_error_in_code_example_on_wikipedia_page/ 3 comments cpp
- How C++14 and C++17 help to write faster (and better) code. Real world examples https://kfrlib.com/blog/how-c14-and-c17-help-to-write-faster-and-better-code-real-world-examples/ 28 comments programming
- Realtime usage examples for Go code in your editor, as you type — Vim/Sublime, more soon https://sourcegraph.com/tools/editor 10 comments golang
- Curious about Clojure? Code examples in Clojure and 16 other languages http://www.programmersguidetothegalaxy.com/ 4 comments programming
- How to Safely Store a Password in 2016 (with example code) https://paragonie.com/blog/2016/02/how-safely-store-password-in-2016 96 comments netsec
- Debugging Fortran code with GDB? Here's a simple example of how to do so. http://undo-software.com/blog/debugging-fortran-code-with-gdb/ 4 comments programming
- 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
- Driving a sphere of LEDs with an Arduino Mega, a Teensy 3.1, and a laptop. Lots of code examples. http://gperco.blogspot.com/2014/03/led-planet-software.html 5 comments arduino
- A practical example of what Java 8 can do to your code http://zeroturnaround.com/rebellabs/what-migrating-to-java-8-will-do-to-your-codebase-a-practical-example/ 3 comments java
- Lambdas: An Example in Refactoring Code http://devleader.ca/2013/11/14/lambdas-example-refactoring-code/ 3 comments programming
- Protocols, Functors and Type Classes (wondering if the OCaml example code could be improved?) http://www.infoq.com/presentations/polymorphism-functional-oop 4 comments ocaml
- On learning from code examples http://lkb.cc/blog/2013/06/01/on-learning-from-code-examples/ 4 comments webdev
- The Nature of Code - free online ebook (or pay what you want pdf) that uses Processing for its examples http://natureofcode.com/ 7 comments programming
- I found an example of code that does exactly what I want, but I would like some help understanding it. http://codepad.org/8HvzAIn8 5 comments learnprogramming
- HTML5 code example: store Images in localStorage for faster page loads! https://www.ibm.com/developerworks/mydeveloperworks/blogs/bobleah/entry/html5_code_example_store_images_using_localstorage57 10 comments technology
- Atrocious examples of perl on Rosetta Code http://rosettacode.org/wiki/Text_processing/1#Perl 7 comments perl
- Unordered Parsing in Parsec with Neat Example Code http://massaioli.homelinux.com/wordpress/2010/09/15/unordered-parsing-in-parsec/ 6 comments haskell
- OCaml PLEAC reaches 100% - all Perl Cookbook code examples translated to OCaml http://groups.google.com/group/fa.caml/browse_thread/thread/0789c4d0033961d4# 11 comments programming
- Common CSS Flexbox Layout Patterns with Example Code https://tobiasahlin.com/blog/common-flexbox-patterns/ 7 comments css
- So I translated a body of example code for the Coq proof assistant into a C++ template metaprogram... https://godbolt.org/z/afbevo 3 comments cpp
- I've noticed people often criticize code that is awkward or confusing in the way it's used. Would this code I came across be an example of that? (C++) https://www.reddit.com/r/learnprogramming/comments/abdbgm/ive_noticed_people_often_criticize_code_that_is/ 10 comments learnprogramming
- Code Snippet - Example of Dynamic ExpandoObject in C# 4.0. - CodeWrapper.com http://www.codewrapper.com/snippets/view/96/example-of-dynamic-expandoobject-in-c-sharp-4-0 21 comments programming
- Dirty Coding Tricks - Nine real-life examples of dirty tricks game programmers have employed to get a game out the door at the last minute. http://www.gamasutra.com/view/feature/4111/dirty_coding_tricks.php 218 comments programming