Skip to content

Commit

Permalink
[bot] Updated Awesome Lists
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 10, 2025
1 parent 1fca0c1 commit 23e2fa0
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lists/agarrharr-awesome-cli-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv
## Graphics

- [cli-mandelbrot ![GitHub Repo Stars](https://img.shields.io/github/stars/danyshaanan/cli-mandelbrot) ![GitHub last commit](https://img.shields.io/github/last-commit/danyshaanan/cli-mandelbrot)](https://github.com/danyshaanan/cli-mandelbrot) - Traverse the Mandelbrot fractal.
- [sparkly-cli ![GitHub Repo Stars](https://img.shields.io/github/stars/sindresorhus/sparkly-cli) ![GitHub last commit](https://img.shields.io/github/last-commit/sindresorhus/sparkly-cli)](https://github.com/sindresorhus/sparkly-cli) - Generate sparklines ▁▂��▅▂▇..
- [sparkly-cli ![GitHub Repo Stars](https://img.shields.io/github/stars/sindresorhus/sparkly-cli) ![GitHub last commit](https://img.shields.io/github/last-commit/sindresorhus/sparkly-cli)](https://github.com/sindresorhus/sparkly-cli) - Generate sparklines ▁▂▅▂▇..
- [pastel ![GitHub Repo Stars](https://img.shields.io/github/stars/sharkdp/pastel) ![GitHub last commit](https://img.shields.io/github/last-commit/sharkdp/pastel)](https://github.com/sharkdp/pastel) - Generate, analyze, convert and manipulate colors.
- [lowcharts ![GitHub Repo Stars](https://img.shields.io/github/stars/juan-leon/lowcharts) ![GitHub last commit](https://img.shields.io/github/last-commit/juan-leon/lowcharts)](https://github.com/juan-leon/lowcharts) - Draw low-resolution graphs.

Expand Down
2 changes: 1 addition & 1 deletion lists/daviddias-awesome-hacking-locations.md
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ Webpage: http://www.cafevitoria.com/

Wifi | Power | Address | Open Hours
---- | ----- | ------- | ----------
✔ | ✔ | [Rua de José Falcão 156, Porto, Portugal](https://goo.gl/maps/HT8dioSQPnDGecsMA) | Saturday 2:00pm – 2:00am, Sunday Closed, Monday - Thursday 12:00pm 1:00am, Friday 12:00pm – 2:00am
✔ | ✔ | [Rua de José Falcão 156, Porto, Portugal](https://goo.gl/maps/HT8dioSQPnDGecsMA) | Saturday 2:00pm – 2:00am, Sunday Closed, Monday - Thursday 12:00pm ��� 1:00am, Friday 12:00pm – 2:00am

## Viana do Castelo

Expand Down
2 changes: 1 addition & 1 deletion lists/denolib-awesome-deno.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ This list is a collection of the best Deno modules and resources.
- [Node.js における設計ミス By Ryan Dahl](https://yosuke-furukawa.hatenablog.com/entry/2018/06/07/080335)
- [mizchi/deno_code_reading.md](https://gist.github.com/mizchi/31e5628751330b624a0e8ada9e739b1e)
- [Design Mistakes in Node & Deno #kng5 / deno](https://speakerdeck.com/masashi/deno)
- [Dive into Deno:プロセス起動からTypeScriptが実行されるまで](https://blog.leko.jp/post/code-reading-of-deno-boot-process/)
- [Dive into Deno:��ロセス起動からTypeScriptが実行されるまで](https://blog.leko.jp/post/code-reading-of-deno-boot-process/)

### Korean

Expand Down
2 changes: 1 addition & 1 deletion lists/exAspArk-awesome-chatops.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If you want to contribute, please read [CONTRIBUTING.md](./CONTRIBUTING.md).

* [ChatOps at GitHub](https://www.youtube.com/watch?v=NST3u-GjjFw) + [slides](https://speakerdeck.com/jnewland/chatops-at-github) – The first public talk on the subject by Jesse Newland.
* [ChatOps: Technology and Philosophy](https://www.youtube.com/watch?v=IhzxnY7FIvg) – James Fryman of Stackstorm about the philosophy, best practices for implementing and maintaining ChatOps.
* [The Rise of ChatOps](https://www.youtube.com/watch?v=6D5HgI4IH10) + [slides](https://speakerdeck.com/jimmycuadra/the-rise-of-chatops) ��� From the first ChatOps San Francisco meetup by Jimmy Cuadra.
* [The Rise of ChatOps](https://www.youtube.com/watch?v=6D5HgI4IH10) + [slides](https://speakerdeck.com/jimmycuadra/the-rise-of-chatops) From the first ChatOps San Francisco meetup by Jimmy Cuadra.
* [ChatOps: Augmented Reality for Ops](https://www.youtube.com/watch?v=pCVvYCjvoZI) – How Github use chat to improve situational awareness during incidents, to share knowledge, to coordinate activities, and much more.
* [Living in the Future with ChatOps](https://www.youtube.com/watch?v=Heo5YtRikds) + [slides](https://speakerdeck.com/esigler/living-in-the-future-with-chatops) – A quick summary of PagerDuty's ChatOps journey by Eric Sigler.
* [Incident Management from the Future](https://www.youtube.com/watch?v=vFkfMn2P8ysA) + [slides](https://cloud.app.box.com/s/xm8ni5b61iyuk0nclq7jcvtkhkzcepdx) – How Michael Ansel manages incidents via chat at Box.
Expand Down
2 changes: 1 addition & 1 deletion lists/jagracey-Awesome-Unicode.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Forms.) -- [Unicode 8.0.0 Chapter 3 - Surrogates](http://unicode.org/versions/Un

## Calculating Surrogate Pairs

The Unicode character **���� Pile of Poo (U+1F4A9)** in UTF-16 must be encoded as a surrogate pair, i.e. two surrogates. To convert any code point to a surrogate pair, use the following algorithm (in JavaScript). Keep in mind that we're using hexidecimal notation.
The Unicode character **💩 Pile of Poo (U+1F4A9)** in UTF-16 must be encoded as a surrogate pair, i.e. two surrogates. To convert any code point to a surrogate pair, use the following algorithm (in JavaScript). Keep in mind that we're using hexidecimal notation.

```javascript
var High_Surrogate = function(Code_Point){ return Math.floor((Code_Point - 0x10000) / 0x400) + 0xD800 };
Expand Down
2 changes: 1 addition & 1 deletion lists/miguelmota-awesome-amazon-alexa.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
- [skill-sample-nodejs-city-guide ![GitHub Repo Stars](https://img.shields.io/github/stars/alexa/skill-sample-nodejs-city-guide) ![GitHub last commit](https://img.shields.io/github/last-commit/alexa/skill-sample-nodejs-city-guide)](https://github.com/alexa/skill-sample-nodejs-city-guide) - An Alexa Skill Sample showing how to build a skill featuring a single city's landmarks and news.
- [skill-sample-nodejs-audio-player ![GitHub Repo Stars](https://img.shields.io/github/stars/alexa/skill-sample-nodejs-audio-player) ![GitHub last commit](https://img.shields.io/github/last-commit/alexa/skill-sample-nodejs-audio-player)](https://github.com/alexa/skill-sample-nodejs-audio-player) - An Alexa Skill Sample showing how to play long form audio in 3P-skills.
- [skill-sample-nodejs-highlowgame ![GitHub Repo Stars](https://img.shields.io/github/stars/alexa/skill-sample-nodejs-highlowgame) ![GitHub last commit](https://img.shields.io/github/last-commit/alexa/skill-sample-nodejs-highlowgame)](https://github.com/alexa/skill-sample-nodejs-highlowgame) - This Alexa sample skill is a template for a basic high-low game skill.
- [skill-sample-nodejs-howto ![GitHub Repo Stars](https://img.shields.io/github/stars/alexa/skill-sample-nodejs-howto) ![GitHub last commit](https://img.shields.io/github/last-commit/alexa/skill-sample-nodejs-howto)](https://github.com/alexa/skill-sample-nodejs-howto) - This tutorial will walk first-time Alexa skills developers through all the required steps involved in creating a parameter-based skill using a template called ‘Minecraft Helper��.
- [skill-sample-nodejs-howto ![GitHub Repo Stars](https://img.shields.io/github/stars/alexa/skill-sample-nodejs-howto) ![GitHub last commit](https://img.shields.io/github/last-commit/alexa/skill-sample-nodejs-howto)](https://github.com/alexa/skill-sample-nodejs-howto) - This tutorial will walk first-time Alexa skills developers through all the required steps involved in creating a parameter-based skill using a template called ‘Minecraft Helper.
- [skill-sample-nodejs-feed ![GitHub Repo Stars](https://img.shields.io/github/stars/alexa/skill-sample-nodejs-feed) ![GitHub last commit](https://img.shields.io/github/last-commit/alexa/skill-sample-nodejs-feed)](https://github.com/alexa/skill-sample-nodejs-feed) - An Alexa Skill Template to help create skills that read RSS/Atom feeds.
- [skill-sample-nodejs-decision-tree ![GitHub Repo Stars](https://img.shields.io/github/stars/alexa/skill-sample-nodejs-decision-tree) ![GitHub last commit](https://img.shields.io/github/last-commit/alexa/skill-sample-nodejs-decision-tree)](https://github.com/alexa/skill-sample-nodejs-decision-tree) - An Alexa Skill Sample for building a skill that can take a user through a decision tree, like "What should I eat for breakfast?".
- [skill-sample-nodejs-calendar-reader ![GitHub Repo Stars](https://img.shields.io/github/stars/alexa/skill-sample-nodejs-calendar-reader) ![GitHub last commit](https://img.shields.io/github/last-commit/alexa/skill-sample-nodejs-calendar-reader)](https://github.com/alexa/skill-sample-nodejs-calendar-reader) - An Alexa Skill Sample showing how to import calendar data from an .ICS file.
Expand Down
2 changes: 1 addition & 1 deletion lists/philsturgeon-awesome-earth.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ The world is simultaneously underwater and on fire, and people want to know what
## Food

- [Able & Cole](https://www.abelandcole.co.uk/) - Get fruit, veg, pantry staples, and other organic food delivered in returnable, reusable, recyclable packaging. Seasonal boxes of veg so its not traveling around the world, sustainably sourced fish, they've even got beer.
- [Agricool - Local, healthy, sustainable food](https://www.agricool.co/fr) - Des fruits et légumes, cultivés au coeur des villes, �� moins de 15km de leur lieu de consommation. Frais, locaux, sans pesticides.
- [Agricool - Local, healthy, sustainable food](https://www.agricool.co/fr) - Des fruits et légumes, cultivés au coeur des villes, à moins de 15km de leur lieu de consommation. Frais, locaux, sans pesticides.
- [CrowdFarming.com] - Buying food directly from farmers is the most powerful everyday act available to anyone to create a positive social and environmental impact.
- [NotCo](https://notco.com) - The Not Company is a Foodtech, that reinvents animal-based foods using only plants. Unlike traditional food businesses, the company uses technology to recreate the same products we love to eat in a natural, sustainable and affordable way, keeping it functional, easy to use and mouthwateringly delicious. They use Artificial Intelligence to build a library of thousands of Plants and find how to use them, to recreate the same taste, smell, function, look and feel of the products we love. ALL PLANT-BASED.
- [All Plants - Vegan Prepared Meals](https://allplants.com/) - Get super tasty and 100% plant-based meals cooked by chefs and delivered straight to your door. Two people getting six meals works out at £5 a meal, which is amazing. Use [this referral link](https://allplants.mention-me.com/me/referee/registerko/48827185/206943008/er/796b4fb5d581862f565aa73f01fe733b8576831c/fe/cw?epr=1) to get £10 off your first box. We'll get £10 off our next box, so we'll spend that saving on trees on [Offset Earth](https://offset.earth/philsturgeon). 🥳
Expand Down
6 changes: 3 additions & 3 deletions lists/rossant-awesome-math.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ All resources are freely available except those with a 💲 icon.
### Category Theory

* 📝 [Introduction to Category Theory and Categorical Logic](http://www.mathematik.tu-darmstadt.de/~streicher/CTCL.pdf) - Thomas Streicher
* 📝 [An Introduction to Category Theory](http://www.cs.man.ac.uk/~hsimmons/zCATS.pdf) - Harold Simmons
* �� [An Introduction to Category Theory](http://www.cs.man.ac.uk/~hsimmons/zCATS.pdf) - Harold Simmons
* 📝 [Category Theory](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.211.4754&rep=rep1&type=pdf) - Steve Awodey (Carnegie Mellon University)
* 📝 [Category Theory](http://www.mathematik.uni-muenchen.de/~pareigis/Vorlesungen/04SS/Cats1.pdf) - B. Pareigis
* 📝 [Category Theory for Computing Science](https://web.archive.org/web/20181221233252/http://www.math.mcgill.ca/triples/Barr-Wells-ctcs.pdf) - Michael Barr, Charles Wells
Expand Down Expand Up @@ -439,7 +439,7 @@ All resources are freely available except those with a 💲 icon.

### Real Analysis

* 📝 [MIT OpenCourseWare Lectures on Calculus](https://ocw.mit.edu/resources/res-18-001-calculus-online-textbook-spring-2005/textbook/) - G. Strang
* ���� [MIT OpenCourseWare Lectures on Calculus](https://ocw.mit.edu/resources/res-18-001-calculus-online-textbook-spring-2005/textbook/) - G. Strang
* 📝 [Elementary Calculus: An Approach Using Infinitesimals](http://www.math.wisc.edu/~keisler/calc.html) - Professor H. Jerome Keisler
* 📝 [An Introduction to Real Analysis](https://www.math.ucdavis.edu/~hunter/intro_analysis_pdf/intro_analysis.pdf) - John K. Hunter (University of California at Davis)
* 📝 [Introduction to Real Analysis](http://ramanujan.math.trinity.edu/wtrench/texts/TRENCH_REAL_ANALYSIS.PDF) - William F. Trench (Trinity University, Texas)
Expand Down Expand Up @@ -535,7 +535,7 @@ All resources are freely available except those with a 💲 icon.

* 📝 [Introduction to Probability](https://www.dartmouth.edu/~chance/teaching_aids/books_articles/probability_book/amsbook.mac.pdf) - Charles M. Grinstead, J. Laurie Snell
* 📝 [Introduction to Probability](http://vfu.bg/en/e-Learning/Math--Bertsekas_Tsitsiklis_Introduction_to_probability.pdf) - Dimitri P. Bertsekas, John N. Tsitsiklis (MIT)
* 📝 [A Short Introduction to Probability](http://www.maths.uq.edu.au/~kroese/asitp.pdf) - Dirk P. Kroese (University of Queensland)
* �� [A Short Introduction to Probability](http://www.maths.uq.edu.au/~kroese/asitp.pdf) - Dirk P. Kroese (University of Queensland)
* 📝 [Probability: Theory and Examples](https://www.math.duke.edu/~rtd/PTE/PTE4_1.pdf) - Rick Durrett
* 📝 [Probability and Statistics Cookbook ![GitHub Repo Stars](https://img.shields.io/github/stars/mavam/stat-cookbook) ![GitHub last commit](https://img.shields.io/github/last-commit/mavam/stat-cookbook)](https://github.com/mavam/stat-cookbook/releases/download/0.2.3/stat-cookbook.pdf) - Matthias Vallentin (UC Berkeley)
* 📝 [The Only Probability Cheatsheet You'll Ever Need](http://www.wzchen.com/probability-cheatsheet/) - William Chen
Expand Down
2 changes: 1 addition & 1 deletion lists/sdnds-tw-awesome-sdn.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ It is designed to run on any processors. The first supported CPU was Intel x86 a
- [Software Defined Networking with OpenFlow](https://www.packtpub.com/networking-and-servers/software-defined-networking-openflow)
- [圖解OpenFlow](http://www.books.com.tw/products/CN11301942)
- [重构网络-SDN架构与实现](http://www.sdnlab.com/book/18762.html)
- [深度解析SDN: 利益、战略、技术、实践](http://www.sdnlab.com/book/9470.html)
- [深度解���SDN: 利益、战略、技术、实践](http://www.sdnlab.com/book/9470.html)
- [软件定义网络:SDN与OpenFlow解析](http://www.sdnlab.com/book/9473.html)

## Paper
Expand Down
2 changes: 1 addition & 1 deletion lists/sindresorhus-awesome-scifi.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ This book will teach you to stretch your imagination and see things in a differe
<details>
<summary>Description</summary>

> This masterpiece of science (and mathematical) fiction is a delightfully unique and highly entertaining satire that has charmed readers for more than 100 years. The work of English clergyman, educator and Shakespearean scholar Edwin A. Abbott (1838-1926), it describes the journeys of A. Square, a mathematician and resident of the two-dimensional Flatland, where women—thin, straight linesare the lowliest of shapes, and where men may have any number of sides, depending on their social status.
> This masterpiece of science (and mathematical) fiction is a delightfully unique and highly entertaining satire that has charmed readers for more than 100 years. The work of English clergyman, educator and Shakespearean scholar Edwin A. Abbott (1838-1926), it describes the journeys of A. Square, a mathematician and resident of the two-dimensional Flatland, where women—thin, straight lines���are the lowliest of shapes, and where men may have any number of sides, depending on their social status.
>
> Through strange occurrences that bring him into contact with a host of geometric forms, Square has adventures in Spaceland (three dimensions), Lineland (one dimension) and Pointland (no dimensions) and ultimately entertains thoughts of visiting a land of four dimensions—a revolutionary idea for which he is returned to his two-dimensional world. Charmingly illustrated by the author, Flatland is not only fascinating reading, it is still a first-rate fictional introduction to the concept of the multiple dimensions of space. “Instructive, entertaining, and stimulating to the imagination.” — _Mathematics Teacher_
</details>
Expand Down
4 changes: 2 additions & 2 deletions lists/stevinz-awesome-game-engine-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ _Language specific game engine development libraries / frameworks / code._
- C++: App Framework
- 🎉 [Cinder ![GitHub Repo Stars](https://img.shields.io/github/stars/cinder/Cinder) ![GitHub last commit](https://img.shields.io/github/last-commit/cinder/Cinder)](https://github.com/cinder/Cinder) - App / graphics library for macOS, Windows, Linux, iOS. [[Website](https://libcinder.org)]
- 🎉 [Cross Window ![GitHub Repo Stars](https://img.shields.io/github/stars/alaingalvan/CrossWindow) ![GitHub last commit](https://img.shields.io/github/last-commit/alaingalvan/CrossWindow)](https://github.com/alaingalvan/CrossWindow) - Platform library for managing windows and other OS tasks.
- 🎉 [SFML ![GitHub Repo Stars](https://img.shields.io/github/stars/SFML/SFML) ![GitHub last commit](https://img.shields.io/github/last-commit/SFML/SFML)](https://github.com/SFML/SFML) ��� - Cross-platform access to windowing, graphics, audio and networking.
- 🎉 [SFML ![GitHub Repo Stars](https://img.shields.io/github/stars/SFML/SFML) ![GitHub last commit](https://img.shields.io/github/last-commit/SFML/SFML)](https://github.com/SFML/SFML) 🔥 - Cross-platform access to windowing, graphics, audio and networking.
- C++: Animation
- 🎉 [Ozz-Animation ![GitHub Repo Stars](https://img.shields.io/github/stars/guillaumeblanc/ozz-animation) ![GitHub last commit](https://img.shields.io/github/last-commit/guillaumeblanc/ozz-animation)](https://github.com/guillaumeblanc/ozz-animation) - Skeletal animation library and toolset.
- 🎉 [Tweeny ![GitHub Repo Stars](https://img.shields.io/github/stars/mobius3/tweeny) ![GitHub last commit](https://img.shields.io/github/last-commit/mobius3/tweeny)](https://github.com/mobius3/tweeny) - Inbetweening library for complex animations for games / apps.
Expand Down Expand Up @@ -1032,7 +1032,7 @@ _Language specific game engine development libraries / frameworks / code._
- Zig: App Framework
- 🎉 [Upaya ![GitHub Repo Stars](https://img.shields.io/github/stars/prime31/zig-upaya) ![GitHub last commit](https://img.shields.io/github/last-commit/prime31/zig-upaya)](https://github.com/prime31/zig-upaya) - Framework for creating game tools and helper apps.
- Zig: File System
- ���� [Known Folders ![GitHub Repo Stars](https://img.shields.io/github/stars/ziglibs/known-folders) ![GitHub last commit](https://img.shields.io/github/last-commit/ziglibs/known-folders)](https://github.com/ziglibs/known-folders) - Provides access to well-known folders across several operating systems.
- 🎉 [Known Folders ![GitHub Repo Stars](https://img.shields.io/github/stars/ziglibs/known-folders) ![GitHub last commit](https://img.shields.io/github/last-commit/ziglibs/known-folders)](https://github.com/ziglibs/known-folders) - Provides access to well-known folders across several operating systems.
- Zig: Game Engine w/Editor
- 🎉 [Mach ![GitHub Repo Stars](https://img.shields.io/github/stars/hexops/mach) ![GitHub last commit](https://img.shields.io/github/last-commit/hexops/mach)](https://github.com/hexops/mach) - Game engine & graphics toolkit. [[Examples](https://machengine.org/gpu/)]
- Zig: Game Framework
Expand Down
Loading

0 comments on commit 23e2fa0

Please sign in to comment.