Skip to content

Commit 93ba5c9

Browse files
committed
Remove Double Links
1 parent 3bc0954 commit 93ba5c9

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

README.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -318,27 +318,27 @@ A [real-time operating system](https://en.wikipedia.org/wiki/Real-time_operating
318318

319319
- [The Unix Workbench](http://seankross.com/the-unix-workbench/) - A book for anyone to get started with Unix.
320320
- [The Art of Command Line](https://github.com/jlevy/the-art-of-command-line) - Master the command line, in one page.
321-
- [Awesome Command Line Apps](https://github.com/herrbischoff/awesome-command-line-apps) [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
321+
- [Awesome Command Line Apps](https://github.com/herrbischoff/awesome-command-line-apps)
322322

323323
#### Introductory Programming Skills
324324

325325
#### C Language and Derivatives
326326

327327
- [Learn-C.org](http://www.learn-c.org) - [C](https://en.wikipedia.org/wiki/C_(programming_language)) is a general-purpose computer programming language developed at Bell Labs concurrently with UNIX. Most UNIX and NIX operating systems are still written in versions of C, with notable exceptions such as [Haiku](https://en.wikipedia.org/wiki/Haiku_(operating_system)) in [C++](https://en.wikipedia.org/wiki/C%2B%2B) and [Redox](https://en.wikipedia.org/wiki/Redox_(operating_system)) in [Rust](https://en.wikipedia.org/wiki/Rust_(programming_language)).
328-
- [Awesome C](https://github.com/aleksandar-todorovic/awesome-c) [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
328+
- [Awesome C](https://github.com/aleksandar-todorovic/awesome-c)
329329
- [Rust Learning](https://github.com/ctjhoa/rust-learning) - A bunch of links to blog posts, articles, videos, etc for learning Rust.
330-
- [Awesome Rust](https://github.com/rust-unofficial/awesome-rust) - A curated list of Rust code and resources. [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
331-
- [Awesome Modern C++](https://github.com/rigtorp/awesome-modern-cpp) - A collection of resources on modern C++. [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
332-
- [Awesome Swift](https://github.com/matteocrippa/awesome-swift) - A collaborative list of awesome Swift libraries and resources. [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
330+
- [Awesome Rust](https://github.com/rust-unofficial/awesome-rust) - A curated list of Rust code and resources.
331+
- [Awesome Modern C++](https://github.com/rigtorp/awesome-modern-cpp) - A collection of resources on modern C++.
332+
- [Awesome Swift](https://github.com/matteocrippa/awesome-swift) - A collaborative list of awesome Swift libraries and resources.
333333

334334
#### Other Programming Languages
335335

336-
- [Awesome Programming](https://github.com/hardikvasa/awesome-programming) - A curated list of awesome programming talks, articles, books, resources and more. [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
337-
- [Awesome Awesomeness](https://github.com/bayandin/awesome-awesomeness) [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
336+
- [Awesome Programming](https://github.com/hardikvasa/awesome-programming) - A curated list of awesome programming talks, articles, books, resources and more.
337+
- [Awesome Awesomeness](https://github.com/bayandin/awesome-awesomeness)
338338
- [learning-fortran](https://github.com/pwittchen/learning-fortran) - Repository created in order to learn basics of Fortran, with links to several tutorials.
339-
- [Awesome Fortran](https://github.com/rabbiabram/awesome-fortran) - A curated list of Fortran libraries. [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
339+
- [Awesome Fortran](https://github.com/rabbiabram/awesome-fortran) - A curated list of Fortran libraries.
340340
- [Python Learning Resources](https://github.com/CodementorIO/Python-Learning-Resources) - Resources for learning Python.
341-
- [Awesome Python](https://github.com/vinta/awesome-python) - A curated list of awesome Python frameworks, libraries, software, and resources. [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
341+
- [Awesome Python](https://github.com/vinta/awesome-python) - A curated list of awesome Python frameworks, libraries, software, and resources.
342342

343343
### UNIX® Code/Emulation
344344

@@ -429,24 +429,24 @@ A [real-time operating system](https://en.wikipedia.org/wiki/Real-time_operating
429429

430430
## More macOS®
431431

432-
- [Awesome Mac](https://github.com/jaywcjlove/awesome-mac) [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
433-
- [Awesome macOS Command Line](https://github.com/herrbischoff/awesome-osx-command-line) [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
432+
- [Awesome Mac](https://github.com/jaywcjlove/awesome-mac)
433+
- [Awesome macOS Command Line](https://github.com/herrbischoff/awesome-osx-command-line)
434434
- [OS X for UNIX Users](http://images.apple.com/media/us/osx/2012/docs/OSX_for_UNIX_Users_TB_July2011.pdf) - Apple Technical Brief, July 2011
435435
- Learning Unix for OS X: Going Deep With the Terminal and Shell, Dave Taylor, O'Reilly Media, 2nd edition (February 12, 2016), ISBN 1491939982. 📚
436436

437437
## More illumos®
438438

439439
- [Fork Yeah! The Rise and Development of illumos](https://www.youtube.com/watch?v=-zRN7XLCRhc) - By Bryan Cantrill, CTO of Joylent, developer of illumos-based [SmartOS](https://www.joyent.com/smartos), at USENEX LISA '11 (2011). 📼
440440
- [illumos at 6](https://www.youtube.com/watch?v=29yGVdtaN_0) - By Peter Tribble, developer of illumos-based [Tribblix](http://www.tribblix.org), at FLOSSUK8 (2017). 📼
441-
- [Awesome DTrace](https://awesome-dtrace.com) [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
441+
- [Awesome DTrace](https://awesome-dtrace.com)
442442
- [What are SunOS and Solaris?](https://kb.iu.edu/d/agjq)
443443
- [UNIX Packages](http://unixpackages.com) - Archive of pre-compiled open source applications for Sun Solaris 2.5 through 11.
444444
- [Archive OS Solaris](https://archiveos.org/solaris/) - Archive of illumos and OpenSolaris distributions
445445

446446
## More BSD
447447

448-
- [Awesome BSD](https://github.com/DiscoverBSD/awesome-bsd) [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
449-
- [Awesome OpenBSD](https://github.com/ligurio/awesome-openbsd) [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
448+
- [Awesome BSD](https://github.com/DiscoverBSD/awesome-bsd)
449+
- [Awesome OpenBSD](https://github.com/ligurio/awesome-openbsd)
450450
- [allbsd.org](https://www.allbsd.org) - allbsd.org aims to support open source developers providing resources including web space, remote shell account service, and so on.
451451
- [MeetBSD](https://www.meetbsd.com) - MeetBSD is an annual event gathering of users and developers of the BSD operating systems family.
452452
- [BSD v. Linux](https://www.over-yonder.net/~fullermd/rants/bsd4linux/01)
@@ -461,8 +461,8 @@ A [real-time operating system](https://en.wikipedia.org/wiki/Real-time_operating
461461
## More Linux®
462462

463463
- [Revolution OS](https://www.youtube.com/watch?v=Eluzi70O-P4) - Revolution OS is a 2001 documentary which traces the history of GNU, Linux, and the open source and free software movements. (2001). 📼
464-
- [Awesome Linux Software](https://github.com/LewisVo/Awesome-Linux-Software) [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
465-
- [Awesome Linux](https://github.com/aleksandar-todorovic/awesome-linux) [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
464+
- [Awesome Linux Software](https://github.com/LewisVo/Awesome-Linux-Software)
465+
- [Awesome Linux](https://github.com/aleksandar-todorovic/awesome-linux)
466466
- [Linux Standard Base](https://en.wikipedia.org/wiki/Linux_Standard_Base) - LSB is an effort to develop a unifying set of standards for Linux not unlike the Open Group's standards for UNIX.
467467
- [Archive OS Linux](https://archiveos.org/linux/) - Archive of Linux distributions
468468
- [Linux Distribution Timeline](https://github.com/FabioLolix/LinuxTimeline) - Graph of Linux distributions
@@ -558,8 +558,6 @@ A [real-time operating system](https://en.wikipedia.org/wiki/Real-time_operating
558558

559559
All other trademarks mentioned herein are the property of their respective owners and may be registered in the United States and/or other countries.
560560

561-
This document is licensed under [CC BY-SA 4.0 license](https://creativecommons.org/licenses/by-sa/4.0/).
562-
563561
Portions of the descriptions above are from Wikipedia and used under [CC BY-SA 4.0 license](https://creativecommons.org/licenses/by-sa/4.0/).
564562

565563
[OSS Icon]: https://cdn.rawgit.com/iCHAIT/awesome-osx/master/media/oss.svg

0 commit comments

Comments
 (0)