You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/awesome/GoBooks.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,11 @@ The Go Workshop will take the pain out of learning the Go programming language (
47
47
48
48
#### What will you learn from this book?
49
49
50
-
Go makes it easy to build software that’s simple, reliable, and efficient. Andthis book makes it easy for programmers like you to get started. Googledesigned Go for high-performance networking and multiprocessing, but—like Python and JavaScript—the language is easy to read and use. With thispractical hands-on guide, you’ll learn how to write Go code using clearexamples that demonstrate the language in action. Best of all, you’ll understandthe conventions and techniques that employers want entry-level Godevelopers to know.
50
+
Go makes it easy to build software that’s simple, reliable, and efficient. Andthis book makes it easy for programmers like you to get started. Google designed Go for high-performance networking and multiprocessing, but—like Python and JavaScript—the language is easy to read and use. With this practical hands-on guide, you’ll learn how to write Go code using clear examples that demonstrate the language in action. Best of all, you’ll understand the conventions and techniques that employers want entry-level Go developers to know.
51
51
52
52
#### Why does this book look so different?
53
53
54
-
Based on the latest research in cognitive science and learning theory, HeadFirst Go uses a visually rich format to engage your mind rather than a textheavyapproach that puts you to sleep. Why waste your time struggling withnew concepts? This multisensory learning experience is designed for theway your brain really works.
54
+
Based on the latest research in cognitive science and learning theory, HeadFirst Go uses a visually rich format to engage your mind rather than a text heavy approach that puts you to sleep. Why waste your time struggling with new concepts? This multisensory learning experience is designed for the way your brain really works.
55
55
56
56
57
57
### 2020 - [How to Code in Go](https://www.digitalocean.com/community/books/how-to-code-in-go-ebook)
Copy file name to clipboardexpand all lines: docs/awesome/awesome-agi-cocosci.md
+4
Original file line number
Diff line number
Diff line change
@@ -519,6 +519,8 @@ organized into intricate patterns that seem to be consistent across individuals.
519
519
520
520
*[Visual complexity: a review](https://www.researchgate.net/profile/Don-Donderi-2/publication/7337589_Visual_Complexity_A_Review/links/5f0875ed45851550509a3a7a/Visual-Complexity-A-Review.pdf) - ***Psychological Bulletin***, 2006. [[All Versions](https://scholar.google.com/scholar?cluster=10747901143387624939&hl=en&as_sdt=0,5)]. [[APA](https://psycnet.apa.org/record/2006-00818-005)]. A psychological account on visual complexity.
521
521
522
+
*[Compressed File Length Predicts Search Time and Errors on Visual Displays](https://www.sciencedirect.com/science/article/pii/S0141938205000120) - ***Displays***, 2005. [[All Versions](https://scholar.google.com/scholar?cluster=15600966633648834042&as_sdt=0,5)]. Compressed file size, an objective, easily obtained measure of display complexity, predicts both subjective complexity judgments and objective search performance. It is analogous to algorithmic complexity, a theoretical but impractical measure of bit string complexity. The data suggest that it may be possible to use the compressed file size measure to predict display performance in applied tasks.
523
+
522
524
*[Image complexity and spatial information](https://stefan.winklerbros.net/Publications/qomex2013si.pdf) - ***International Workshop on Quality of Multimedia Experience***, 2013. [[All Versions](https://scholar.google.com/scholar?cluster=16011036229039693102&hl=en&as_sdt=0,5)].
523
525
524
526
*[Seeing and speaking: How verbal “description length” encodes visual complexity](https://perception.jhu.edu/files/PDFs/21_Complexity_Speaking/SunFirestone_SpeakingSeeing_2021_JEPG.pdf) - ***Journal of Experimental Psychology***, 2022. [[All Versions](https://scholar.google.com/scholar?cluster=246820603191585233&hl=en&as_sdt=0,5)]. [[APA](https://psycnet.apa.org/record/2021-83037-001)]. Empirical evidencs showing the relation between visual complexity and description length.
@@ -672,6 +674,8 @@ organized into intricate patterns that seem to be consistent across individuals.
672
674
673
675
*[pix2code: Generating Code from a Graphical User Interface Screenshot](https://dl.acm.org/doi/abs/10.1145/3220134.3220135) - ***ACM SIGCHI Symposium on Engineering Interactive Computing Systems***, 2018. [[All Versions](https://scholar.google.com/scholar?cluster=8296741513177971931&as_sdt=0,5)]. [[Code](https://github.com/tonybeltramelli/pix2code)]. [[Website](https://uizard.io/research/)]. This paper shows that deep learning methods can be leveraged to train a model end-to-end to automatically reverse engineer user interfaces and generate code from a single input image with over 77% of accuracy for three different platforms (i.e. iOS, Android and web-based technologies).
674
676
677
+
*[Learning to Infer Graphics Programs from Hand-Drawn Images](https://proceedings.neurips.cc/paper/2018/hash/6788076842014c83cedadbe6b0ba0314-Abstract.html) - ***NeurIPS'18***, 2018. [[All Versions](https://scholar.google.com/scholar?cluster=14065112485794121024&as_sdt=0,5)]. The method learns a model that uses program synthesis techniques to recover a graphics program from drawing primitives. These programs have constructs like variable bindings, iterative loops, or simple kinds of conditionals. With a graphics program in hand, we can correct errors made by the deep network and extrapolate drawings.
The CoderStats link for GitHub Chrome extension displays a link to the CoderStats page for the currently displayed user or organization profile page on GitHub.
@@ -55,12 +55,12 @@ Installs: 8 | Stars: 458 | Last update: 1 Mar 2021
55
55
56
56
Displays size of each file, download link and an option of copying file contents directly to clipboard
Quickly browse the history of a file from any git repository.
72
72
73
-
Installs: 222 | Stars: 13468 | Last update: 13 Oct 2023
73
+
Installs: 221 | Stars: 13468 | Last update: 13 Oct 2023
74
74
75
75
76
76
GitHub provides a page that only shows diffs with a .diff at the end of the URL of the pull request. This browser extension makes it easier to view csv diffs by using daff on that page.
Code folding - the ability to selectively hide and display sections of a code - is an invaluable feature in many text editors and IDEs. Now, developers can utilize that same style code-folding while poring over source code on the web in GitHub. Works for any type of indentation- spaces or tabs.
82
82
83
-
Installs: 121 | Stars: 288 | Last update: 12 Jan 2017
83
+
Installs: 120 | Stars: 288 | Last update: 12 Jan 2017
This extension adds the simplicity of WYSIWYG editing to issues, comments, pull requests, wikis and discussions in GitHub. It accepts Markdown input and offers productive writing, starting with tables.
147
147
148
-
Installs: 120 | Stars: 363 | Last update: 14 Nov 2023
148
+
Installs: 119 | Stars: 363 | Last update: 14 Nov 2023
149
149
150
150
151
151
View and create Linear tickets from any GitHub PR or issue.
152
152
153
-
Installs: 7 | Stars: 20 | Last update: 30 Jan 2024
153
+
Installs: 6 | Stars: 20 | Last update: 30 Jan 2024
154
154
155
155
156
156
Show [vscode-icons](https://github.com/vscode-icons/vscode-icons) in the repository browser.
It can make the sub-directories and files of github repository as zip and download it
162
162
163
-
Installs: 3583 | Stars: 35 | Last update: 21 Aug 2023
163
+
Installs: 3556 | Stars: 35 | Last update: 21 Aug 2023
164
164
165
165
166
166
Create, save, edit, pin, search and delete filters that you commonly use on the Github Issues and Pull Requests pages. You are able to scope filters to be shown globally (on each repo) or only have them show up on the repo you create them on. Pinning filters is also a feature that this extension allows you to do. So if you have several filters you use daily - you have a way to quickly access them, at the top of your list.
Allows you to toggle between the normal GitHub contribution chart and an isometric pixel art version.
187
187
188
-
Installs: 10000 | Stars: 3431 | Last update: n/a
188
+
Installs: 10000 | Stars: 3430 | Last update: n/a
189
189
190
190
191
191
Browser extension to add git graph to GitHub website.
192
192
193
-
Installs: 438 | Stars: 2586 | Last update: 1 Jan 2024
193
+
Installs: 432 | Stars: 2589 | Last update: 1 Jan 2024
194
194
195
195
196
196
Chrome extension that adds a button in browser and links this button to a GitHub repository that you will configure, then on any webpage just click this extension button and it will add the given link with the title of the page in that repository.
Show Material icons for files/folders in repository file viewer. Display the same icons from vscode-material-icon-theme VSCode extension.
207
207
208
-
Installs: 790 | Stars: 424 | Last update: 20 Feb 2024
208
+
Installs: 780 | Stars: 427 | Last update: 20 Feb 2024
209
209
210
210
211
211
An extension that creates direct links to imported modules, external or internal, on source code on GitHub. Supports multiple languages, including common ones like Rust, Go, Python and Ruby, but also odd ones like Nim, Haskell, Julia and Elm.
Displays your GitHub notifications unread count. Supports GitHub Enterprise and an option to only show unread count for issues you're participating in. You can click the icon to quickly see your unread notifications.
Filter your pull requests/issues in different categories giving you a big boost in productivity. Also suggests new trending repositories.
@@ -235,7 +235,7 @@ Installs: 2 | Stars: 135 | Last update: 16 Jan 2020
235
235
236
236
OctoLinker is the easiest and best way to navigate between files and projects on GitHub. It supports languages such as JavaScript, Ruby, Go, PHP, JAVA and more. It works with package.json as well as with Gemfiles.
237
237
238
-
Installs: 12807 | Stars: 5226 | Last update: 13 Nov 2022
238
+
Installs: 12799 | Stars: 5227 | Last update: 13 Nov 2022
239
239
240
240
241
241
OctoPermalinker is a browser extension that searches GitHub comments/files for links to files on branches, and adds a link to where the branch pointed when the comment/file was made/updated. This helps you avoid following a link that was broken after being posted. For context, here's some discussion about broken GitHub links: [Don't link to line numbers in GitHub](https://news.ycombinator.com/item?id=8046710).
Useful for developers who frequently read source in GitHub and do not want to download or checkout too many repositories.
254
254
255
-
Installs: 37603 | Stars: 22645 | Last update: 4 Jan 2024
255
+
Installs: 37527 | Stars: 22644 | Last update: 4 Jan 2024
256
256
257
257
258
258
Revert GitHub's UI back to its classic look (before the June 23, 2020 update that has a flat, rounded and more whitespaced design).
259
259
260
-
Installs: 67 | Stars: 224 | Last update: 6 Aug 2021
260
+
Installs: 66 | Stars: 224 | Last update: 6 Aug 2021
261
261
262
262
263
263
This browser extension allows you to open files in your IDE directly from GitHub, assuming the repository you are working on is cloned on your computer. When a fragment of a file is displayed, your IDE opens the file and puts the cursor at the desired line.
All your issues, PRs, repos and other work documents right in your new tab
325
325
326
-
Installs: 174 | Stars: n/a | Last update: n/a
326
+
Installs: 171 | Stars: n/a | Last update: n/a
327
327
328
328
329
329
file tree for github, and more than that.
330
330
331
-
Installs: 366 | Stars: n/a | Last update: 15 Dec 2023
331
+
Installs: 360 | Stars: n/a | Last update: 15 Dec 2023
332
332
333
333
334
334
Add breakpoints at 1400px, 1600px and 1800px for full GitHub experience on large screens. Also removes the truncating of file and directory names in the repository browser.
gitpod streamlines developer workflows by providing ready-to-code development environments in your browser - powered by vs code.
340
340
341
-
Installs: 2441 | Stars: 133 | Last update: 14 Feb 2024
341
+
Installs: 2407 | Stars: 133 | Last update: 14 Feb 2024
342
342
343
343
344
344
When viewing a repository on github.com that has a package.json file, this extension will introspect the dependencies in package.json and display links and description for each dependency, just below the repo's README.
345
345
346
-
Installs: 90 | Stars: 737 | Last update: 20 Dec 2023
346
+
Installs: 88 | Stars: 737 | Last update: 20 Dec 2023
347
347
348
348
349
349
Extends GitHub pages with math, diagrams, embedded YouTube videos etc.
Copy file name to clipboardexpand all lines: docs/awesome/awesome-cpp.md
+1
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
46
46
*[Qt](https://github.com/qt):zap: - A cross-platform application and UI framework. [GPL/LGPL/Proprietary][website](https://www.qt.io)
47
47
*[Reason](http://code.google.com/p/reason/) - A cross platform framework designed to bring the ease of use of Java, .Net, or Python to developers who require the performance and strength of C++. [GPL2]
48
48
*[ROOT](https://root.cern.ch/) - A set of OO frameworks with all the functionality needed to handle and analyze large amounts of data in a very efficient way. Used at CERN. [LGPL]
49
+
*[SaneCppLibraries](https://github.com/Pagghiu/SaneCppLibraries) - a set of C++ platform abstraction libraries for macOS, Windows and Linux. [MIT][website](https://pagghiu.github.io/SaneCppLibraries/)
49
50
*[Seastar](https://github.com/scylladb/seastar) - An advanced, open-source C++ framework for high-performance server applications on modern hardware. [Apache-2.0 License][seastar.io](http://seastar.io/)
50
51
*[STLport](http://www.stlport.org/) - An exemplary version of STL. [Free]
51
52
*[STXXL](http://stxxl.sourceforge.net/) - Standard Template Library for Extra Large Data Sets. [Boost]
Copy file name to clipboardexpand all lines: docs/awesome/awesome-go.md
+2
Original file line number
Diff line number
Diff line change
@@ -356,6 +356,7 @@ _Libraries for configuration parsing._
356
356
_Tools for help with continuous integration._
357
357
358
358
-[CDS](https://github.com/ovh/cds) - Enterprise-Grade CI/CD and DevOps Automation Open Source Platform.
359
+
-[dot](https://github.com/opnlabs/dot) - A minimal, local first continuous integration system that uses Docker to run jobs concurrently in stages.
359
360
-[drone](https://github.com/drone/drone) - Drone is a Continuous Integration platform built on Docker, written in Go.
360
361
-[duci](https://github.com/duck8823/duci) - A simple ci server no needs domain specific languages.
361
362
-[go-fuzz-action](https://github.com/jidicula/go-fuzz-action) - Use Go 1.18's built-in fuzz testing in GitHub Actions.
@@ -1533,6 +1534,7 @@ _Libraries for working with dependency injection._
1533
1534
-[kod](https://github.com/go-kod/kod) - A generics based dependency injection framework for Go.
1534
1535
-[linker](https://github.com/logrange/linker) - A reflection based dependency injection and inversion of control library with components lifecycle support.
1535
1536
-[nject](https://github.com/muir/nject) - A type safe, reflective framework for libraries, tests, http endpoints, and service startup.
0 commit comments