Git Product home page Git Product logo

homebrew-cask-fonts's Introduction

homebrew-cask-fonts

Here is where you can find or submit font Casks for the Homebrew Cask project.

Let’s try it!

$ brew tap homebrew/cask-fonts         # You only need to do this once!
$ brew install font-inconsolata

Submitting a Cask to this repository

See CONTRIBUTING.md.

Font Licenses

homebrew-cask-fonts will only accept fonts which are freely-distributable. However, even freely-distributable fonts may have limitations (for instance, if you use them in a commercial enterprise). It is the responsibility of the user to know and respect the license of each font.

homebrew-cask-fonts License

Code is under the BSD 2 Clause (NetBSD) license

homebrew-cask-fonts's People

Contributors

adunning avatar bevanjkay avatar brewtestbot avatar chenrui333 avatar commitay avatar dependabot[bot] avatar giannitm avatar gobinathm avatar gtmgianni avatar hanlhe avatar jawshooah avatar jimbojsb avatar khipp avatar miccal avatar muzimuzhi avatar oceanyeo avatar p-linnane avatar pthariensflame avatar razvanazamfirei avatar reitermarkus avatar resech avatar rolandwalker avatar samford avatar sanjioh avatar sbdchd avatar singularitti avatar takwolf avatar thammachart avatar vitorgalvao avatar wktk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

homebrew-cask-fonts's Issues

goal: 0.1.0 release for homebrew-fonts

State of the project as it relates to homebrew-cask

  • font install started to actually work when we got hardlinking support in homebrew-cask 0.27.0
  • we gained a large number of font Casks after adding support for CAB archives and Subversion downloads in homebrew-cask 0.29.0
  • 0.30.0, to be released around 1 March, will completely disable brew cask search for fonts to reduce false positives
  • 0.30.0 adds StuffIt archive support as that format is sometimes still used for fonts
  • my own next order of business after the 0.30.0 release is to refactor brew cask search, part of the purpose of which is to make search practical for fonts

0.1.0 release for homebrew-fonts

  • we have intentionally not publicized this repo so far (but people are finding it anyway)
  • when we have search working properly again, I'd say we are ready to tag an alpha release, and declare homebrew-fonts open for business.
  • That might be around 15 March (?)
  • At that point we should assess whether fonts are working smoothly enough to merit mention on http://caskroom.io .

Why SVN?

A general question: Why are the font downloads (at least for the ones that I've checked) default to using svn for the checkout? Why aren't they using git?

I'm asking since I'm working behind a corporate proxy, and my Git configuration is set up to work through the proxy, but my SVN configuration isn't. Using the regular brew and brew-cask commands works fine for everything else, since all of the other projects are using Git, except this one.

Is there any specific reason for using SVN instead of Git for the downloads?

no implicit conversion of nil into String

Got this today while trying to install some google font

/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/digest.rb:44:in `initialize'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/digest.rb:44:in `open'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/digest.rb:44:in `file'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/digest.rb:29:in `file'
/usr/local/Cellar/brew-cask/0.45.0/rubylib/cask/download.rb:41:in `block in _check_sums'
/usr/local/Cellar/brew-cask/0.45.0/rubylib/cask/download.rb:39:in `each'
/usr/local/Cellar/brew-cask/0.45.0/rubylib/cask/download.rb:39:in `_check_sums'
/usr/local/Cellar/brew-cask/0.45.0/rubylib/cask/download.rb:32:in `perform'
/usr/local/Cellar/brew-cask/0.45.0/rubylib/cask/installer.rb:72:in `download'
/usr/local/Cellar/brew-cask/0.45.0/rubylib/cask/installer.rb:49:in `install'
/usr/local/Cellar/brew-cask/0.45.0/rubylib/cask/cli/install.rb:20:in `block in install_casks'
/usr/local/Cellar/brew-cask/0.45.0/rubylib/cask/cli/install.rb:17:in `each'
/usr/local/Cellar/brew-cask/0.45.0/rubylib/cask/cli/install.rb:17:in `install_casks'
/usr/local/Cellar/brew-cask/0.45.0/rubylib/cask/cli/install.rb:6:in `run'
/usr/local/Cellar/brew-cask/0.45.0/rubylib/cask/cli.rb:81:in `run_command'
/usr/local/Cellar/brew-cask/0.45.0/rubylib/cask/cli.rb:121:in `process'
/usr/local/bin/brew-cask.rb:42:in `<top (required)>'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/usr/local/Library/brew.rb:58:in `require?'
/usr/local/Library/brew.rb:141:in `<main>'

Any solution ?

Add a formula so homebrew-fonts will work with brew bundle

I'm trying to manage everything homebrew related in a Brewfile meaning I can simply run brew bundle Brewfile to install all formulas and casks.

The homebrew-cask section of my Brewfile looks something like this:

install phinze/cask/brew-cask
cask install foo
cask install bar

This syntax means that homebrew will optionally add the phinze/casks tap if it isn't already present, before installing the brew-cask formula from that tap (before eventually installing foo and bar)

The reason this syntax is important is because homebrew will fail if you try to install a tap which already exists, so the following Brewfile will fail if run twice:

tap phinze/cask     # will fail on second invocation
install brew-cask
cask install foo
cask install bar

Because homebrew-fonts doesn't ship with any formula this means that I can't reliably use it from within a Brewfile.

Can this be changed? Can it be the same formula as the phinze/cask tap and have homebrew know they both do the same thing?

Force Push

A force push was made within the last few days, causing fast-forward merges to fail and homebrew to not be able to update this tap. The difference appears to be that @victorpopkov's email address was changed from [email protected] in all of his commits. As a user of this repository, this was an unnecessary inconvenience.

font-lato is broken

brew cask install font-lato
==> Downloading http://www.latofonts.com/download/Lato2OFL.zip

curl: (22) The requested URL returned error: 403 Forbidden
Error: Download failed on Cask 'font-lato' with message: Download failed: http://www.latofonts.com/download/Lato2OFL.zip

Microsoft ClearType family

I’m trying to create Cask for Microsoft ClearType family of fonts. My current cask is this:

class FontMicrosoftCFamily < Cask
  url 'http://download.microsoft.com/download/9/A/6/9A6FE8C2-84DF-4582-A6C2-32483F7DC988/OpenXMLConverter121.dmg'
  homepage 'http://www.microsoft.com/typography/cleartypefonts.mspx'
  version 'latest'
  sha1 '78202d8d20aa6b38b6857695ff278a7d7fa685a9'
  install 'Open XML File Format Converter for Mac 1.2.1.mpkg/Contents/Packages/OpenXML_all_fonts.pkg'
end

As you can see, this uses standard installer found inside mount image, but what I want to create is linking fonts in proper way, like this:

class FontMicrosoftCFamily < Cask
  url 'http://download.microsoft.com/download/9/A/6/9A6FE8C2-84DF-4582-A6C2-32483F7DC988/OpenXMLConverter121.dmg'
  homepage ''
  version 'latest'
  sha1 '78202d8d20aa6b38b6857695ff278a7d7fa685a9'
  font 'Open XML File Format Converter for Mac 1.2.1.mpkg/Contents/Packages/OpenXML_all_fonts.pkg/Contents/Archive.pax.gz/Calibri.ttf',
       'Open XML File Format Converter for Mac 1.2.1.mpkg/Contents/Packages/OpenXML_all_fonts.pkg/Contents/Archive.pax.gz/Cambria.ttf'
end

Am I doing something wrong?

Also, is this considered as breaking license agreement? I don’t know if it’s a gray area since Microsoft allows people to download this package for free.

Error: Failed to update tap: caskroom/fonts

$ brew cask update
==> Error: Failed to update tap: caskroom/fonts
Already up-to-date.
Error: Failed to update tap: caskroom/fonts
$ brew cask doctor
==> OS X Release:
10.10
==> OS X Release with Patchlevel:
10.10.5
==> Hardware Architecture:
intel-64
==> Ruby Version:
2.0.0-p481
==> Ruby Path:
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
==> Homebrew Version:
0.9.5 (git revision 11762; last commit 2015-10-09)
==> Homebrew Executable Path:
/usr/local/bin/brew
==> Homebrew Cellar Path:
/usr/local/Cellar
==> Homebrew Repository Path:
/usr/local
==> Homebrew Origin:
https://github.com/Homebrew/homebrew.git
==> Homebrew-cask Version:
0.57.0
==> Homebrew-cask Install Location:
/usr/local/Cellar/brew-cask/0.57.0
==> Homebrew-cask Staging Location:
/opt/homebrew-cask/Caskroom
==> Homebrew-cask Cached Downloads:
/Library/Caches/Homebrew
/Library/Caches/Homebrew/Casks
10 files (warning: run "brew cask cleanup")
247.54 megs (warning: run "brew cask cleanup")
==> Homebrew-cask Default Tap Path:
/usr/local/Library/Taps/caskroom/homebrew-cask
==> Homebrew-cask Alternate Cask Taps:
/usr/local/Library/Taps/caskroom/homebrew-fonts
==> Homebrew-cask Default Tap Cask Count:
2787
==> Contents of $LOAD_PATH:
/usr/local/Cellar/brew-cask/0.57.0/rubylib
/Library/Ruby/Gems/2.0.0/gems/psych-2.0.6/lib
/Library/Ruby/Site/2.0.0
/Library/Ruby/Site/2.0.0/x86_64-darwin14
/Library/Ruby/Site/2.0.0/universal-darwin14
/Library/Ruby/Site
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/vendor_ruby/2.0.0
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/vendor_ruby/2.0.0/x86_64-darwin14
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/vendor_ruby/2.0.0/universal-darwin14
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/vendor_ruby
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/x86_64-darwin14
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin14
==> Contents of $RUBYLIB Environment Variable:
<NONE>
==> Contents of $RUBYOPT Environment Variable:
<NONE>
==> Contents of $RUBYPATH Environment Variable:
<NONE>
==> Contents of $RBENV_VERSION Environment Variable:
<NONE>
==> Contents of $CHRUBY_VERSION Environment Variable:
<NONE>
==> Contents of $GEM_HOME Environment Variable:
<NONE>
==> Contents of $GEM_PATH Environment Variable:
<NONE>
==> Contents of $BUNDLE_PATH Environment Variable:
<NONE>
==> Contents of $PATH Environment Variable:
PATH="/usr/local/var/rbenv/shims:/Users/vinny/.node/bin:/usr/local/git/bin:/sw/bin:/usr/local/bin:/usr/local:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/Library/ENV/scm"
==> Contents of $SHELL Environment Variable:
SHELL="/bin/bash"
==> Contents of Locale Environment Variables:
LANG="en_US.UTF-8"
==> Running As Privileged User:
No
$ brew cask cleanup
==> Removing dead symlinks
Nothing to do
==> Removing cached downloads
/Library/Caches/Homebrew/sourcetree-2.0.5.2.dmg
/Library/Caches/Homebrew/atom-latest
/Library/Caches/Homebrew/font-roboto-1.200311.zip
/Library/Caches/Homebrew/font-m-plus-1.059.xz
/Library/Caches/Homebrew/font-quicksand--svn-latest.tar
/Library/Caches/Homebrew/Casks/font-quicksand--svn-latest.tar
/Library/Caches/Homebrew/Casks/font-roboto-1.200311.zip
/Library/Caches/Homebrew/Casks/font-m-plus-1.059.xz
/Library/Caches/Homebrew/Casks/sourcetree-2.0.5.2.dmg
/Library/Caches/Homebrew/Casks/atom-latest
$ brew cask update
==> Error: Failed to update tap: caskroom/fonts
Already up-to-date.
Error: Failed to update tap: caskroom/fonts

font-montserrat

There's some errors when installing the Montserrat font. Screenshot below:
shell

But when I untar the file and open the folder, I see this:
font-montserrat--svn-latest

Clearly, the "Hairline" variation is missing and that's probably what's causing the error, but it's weird that the rest of the fonts aren't being linked.

Anyway, my two cents :)

Error: Command failed to execute!

 $ brew cask install font-libertine
 ==> Downloading https://github.com/khaledhosny/libertine/archive/master.tar.gz
 ######################################################################## 100.0%
 ==> Hardlinking Font 'libertinekeyboard-regular.otf' to '/Users/tristank/Library/Fonts/libertinekeyboard-regular.otf'
 ==> ln: /Users/tristank/Library/Fonts/libertinekeyboard-regular.otf: Cross-device link
 Error: Command failed to execute!

 ==> Failed command:
 ["/bin/ln", "-hf", "--", "#<Pathname:/opt/homebrew-cask/Caskroom/font-libertine/latest/libertine-master/libertinekeyboard-regular.otf>", "#<Pathname:/Users/tristank/Library/Fonts/libertinekeyboard-regular.otf>"]

 ==> Output of failed command:


 ==> Exit status of failed command:
 #<Process::Status: pid 6665 exit 1

All fonts based on w0nk google font mirror repo fail on the first try

I'm having a strange issue here. All the google fonts that come from w0ng/googlefontdirectory fail on the first install with an error like below, but if I try to run the command again it works fine.

==> Checking out https://github.com/w0ng/googlefontdirectory/trunk/fonts/robotoslab
Error: Download failed on Cask 'font-roboto-slab' with message: Command failed to execute!

==> Failed command:
["/usr/bin/svn", "checkout", "--force", "--config-option", "config:miscellany:use-commit-times=yes", "--trust-server-cert", "--non-interactive", "https://github.com/w0ng/googlefontdirectory/trunk/fonts/robotoslab", "#<Pathname:/Library/Caches/Homebrew/font-roboto-slab--svn>", "-r", "50"]

==> Output of failed command:
A    /Library/Caches/Homebrew/font-roboto-slab--svn/COPYRIGHT.txt
A    /Library/Caches/Homebrew/font-roboto-slab--svn/LICENSE.txt
A    /Library/Caches/Homebrew/font-roboto-slab--svn/METADATA.json
A    /Library/Caches/Homebrew/font-roboto-slab--svn/RobotoSlab-Bold.ttf
A    /Library/Caches/Homebrew/font-roboto-slab--svn/RobotoSlab-Light.ttf
A    /Library/Caches/Homebrew/font-roboto-slab--svn/RobotoSlab-Regular.ttf
A    /Library/Caches/Homebrew/font-roboto-slab--svn/RobotoSlab-Thin.ttf
Checked out revision 50.


==> Exit status of failed command:
#<Process::Status: pid 3310 exit 1>

Error: Cask 'font-ubuntu' definition is invalid: invalid license value: ':ubuntu_font'

❯ brew tap caskroom/fonts
Cloning into '/usr/local/Library/Taps/caskroom/homebrew-fonts'...
remote: Counting objects: 14193, done.
remote: Compressing objects: 100% (4405/4405), done.
remote: Total 14193 (delta 9785), reused 14178 (delta 9777)
Receiving objects: 100% (14193/14193), 2.17 MiB | 57.00 KiB/s, done.
Resolving deltas: 100% (9785/9785), done.
Checking connectivity... done.
Tapped 0 formulae

❯ brew cask install font-ubuntu
Error: Cask 'font-ubuntu' definition is invalid: invalid license value: ':ubuntu_font'

OS X 10.10 beta, (upgrade from 10.9)

Error installing camingocode

# brew cask install font-camingocode
==> Downloading http://janfromm.de/_data/downloads/CamingoCode-v1.0.zip
######################################################################## 100.0%
==> Note: running "brew update" may fix checksum errors
Error: SHA2 mismatch
Expected: 54140a57d6d23f16404a9b5cd32cc9307810ae7c6fc47725e55dbac11465160a
Actual: 13b188ca8d1b5fe2c3ba880771f20a6faac550405ae98d12edd46240f8896714
Archive: /Library/Caches/Homebrew/font-camingocode-1.000.zip

I downloaded it manually from http://janfromm.de/typefaces/camingomono/camingocode/ and it matches the version downloaded by brew cask. However, I can't find any indication on that site that the font has been updated since issue #91

SHA2 mismatch with sauce-code-powerline

Hi, cool project!

Can't get source code powerline to work though:

$ brew cask install font-sauce-code-powerline
==> Checking out https://github.com/Lokaltog/powerline-fonts/trunk/SourceCodePro
Error: SHA2 mismatch
Expected: 8356da0aa36694517656ebe1638b0b37e29743aa0f86271b2491c0e05222d4ba
Actual: 02f30ae9bde68200d912edac3681d016a5ddb103c7562c66b7e4e047de975ee2
Archive: /Library/Caches/Homebrew/font-sauce-code-powerline--svn-1.017.tar
To retry an incomplete download, remove the file above.

Any ideas?

Can't install a font

Am I doing something wrong here?:

~|β‡’ brew tap caskroom/fonts
Warning: Already tapped!
~|β‡’ brew update
Already up-to-date.
~|β‡’ brew cask install font-charis-sil
Error: No available Cask for font-charis-sil
Error: nothing to install

I think this cask exists, but maybe by a different name?

Lato download returns 403

curl: (22) The requested URL returned error: 403 Forbidden

If you hit the URL via the browser it does work, but it does a bit of redirection:

redirection

SHA1 mismatch on Open Sans

==> Downloading http://www.google.com/fonts/download?kit=3hvsV99qyKCBS55e5pvb3ltkqrIMaAZWyLYEoB48lSQ
######################################################################## 100.0%
Error: SHA1 mismatch
Expected: fec8832e4c9e28dd8aeca55dc7f15cb4accab915
Actual: c3d7d4164e47a7c1923b9b6f9438a11a46b3bfee

Input Mono error

$ brew cask install font-input-mono-for-powerline
==> Cloning https://github.com/Lokaltog/powerline-fonts/trunk/InputMono
Error: It seems the hardlink source is not there: '/opt/homebrew-cask/Caskroom/font-input-mono-for-powerline/latest/InputMono ExLight for Powerline.ttf'

Raleway error

brew cask instal font-raleway
==> Checking out https://github.com/google/fonts/trunk/ofl/raleway
==> Hardlinking Font 'Raleway-Bold.ttf' to '/Users/Catarina/Library/Fonts/Raleway-Bold.ttf'
==> Hardlinking Font 'Raleway-ExtraBold.ttf' to '/Users/Catarina/Library/Fonts/Raleway-ExtraBold.ttf'
==> Hardlinking Font 'Raleway-ExtraLight.ttf' to '/Users/Catarina/Library/Fonts/Raleway-ExtraLight.ttf'
Error: It seems the hardlink source is not there: '/opt/homebrew-cask/Caskroom/font-raleway/latest/Raleway-Heavy.ttf'

Error installing powerline fonts

I added the Meslo for Powerline Fonts in #181 and tried to install it, but I got the following output:

brew cask install font-meslo-for-powerline
==> Checking out https://github.com/Lokaltog/powerline-fonts/trunk/Meslo
Error: Download failed on Cask 'font-meslo-for-powerline' with message: Command failed to execute!

==> Failed command:
["/usr/bin/svn", "checkout", "--force", "--config-option", "config:miscellany:use-commit-times=yes", "--trust-server-cert", "--non-interactive", "https://github.com/Lokaltog/powerline-fonts/trunk/Meslo", "#<Pathname:/Library/Caches/Homebrew/font-meslo-for-powerline--svn>"]

==> Output of failed command:
A    /Library/Caches/Homebrew/font-meslo-for-powerline--svn/LICENSE.txt
A    /Library/Caches/Homebrew/font-meslo-for-powerline--svn/Meslo LG L DZ Regular for Powerline.otf
A    /Library/Caches/Homebrew/font-meslo-for-powerline--svn/Meslo LG L Regular for Powerline.otf
A    /Library/Caches/Homebrew/font-meslo-for-powerline--svn/Meslo LG M DZ Regular for Powerline.otf
A    /Library/Caches/Homebrew/font-meslo-for-powerline--svn/Meslo LG M Regular for Powerline.otf
A    /Library/Caches/Homebrew/font-meslo-for-powerline--svn/Meslo LG S DZ Regular for Powerline.otf
A    /Library/Caches/Homebrew/font-meslo-for-powerline--svn/Meslo LG S Regular for Powerline.otf
A    /Library/Caches/Homebrew/font-meslo-for-powerline--svn/README.rst
A    /Library/Caches/Homebrew/font-meslo-for-powerline--svn/fonts.dir
A    /Library/Caches/Homebrew/font-meslo-for-powerline--svn/fonts.scale
Checked out revision 53.


==> Exit status of failed command:
#<Process::Status: pid 71840 exit 1>

first I thought my Cask could be broken, but I copied it from the existing cask FontDejavuSansMonoForPowerline and if I try to install this one, I get almost the same result:

brew cask install font-dejavu-sans-mono-for-powerline
==> Checking out https://github.com/Lokaltog/powerline-fonts/trunk/DejaVuSansMono
Error: Download failed on Cask 'font-dejavu-sans-mono-for-powerline' with message: Command failed to execute!

==> Failed command:
["/usr/bin/svn", "checkout", "--force", "--config-option", "config:miscellany:use-commit-times=yes", "--trust-server-cert", "--non-interactive", "https://github.com/Lokaltog/powerline-fonts/trunk/DejaVuSansMono", "#<Pathname:/Library/Caches/Homebrew/font-dejavu-sans-mono-for-powerline--svn>"]

==> Output of failed command:
A    /Library/Caches/Homebrew/font-dejavu-sans-mono-for-powerline--svn/DejaVu Sans Mono Bold Oblique for Powerline.ttf
A    /Library/Caches/Homebrew/font-dejavu-sans-mono-for-powerline--svn/DejaVu Sans Mono Bold for Powerline.ttf
A    /Library/Caches/Homebrew/font-dejavu-sans-mono-for-powerline--svn/DejaVu Sans Mono Oblique for Powerline.ttf
A    /Library/Caches/Homebrew/font-dejavu-sans-mono-for-powerline--svn/DejaVu Sans Mono for Powerline.ttf
A    /Library/Caches/Homebrew/font-dejavu-sans-mono-for-powerline--svn/LICENSE.txt
A    /Library/Caches/Homebrew/font-dejavu-sans-mono-for-powerline--svn/README.rst
A    /Library/Caches/Homebrew/font-dejavu-sans-mono-for-powerline--svn/fonts.dir
A    /Library/Caches/Homebrew/font-dejavu-sans-mono-for-powerline--svn/fonts.scale
Checked out revision 53.


==> Exit status of failed command:
#<Process::Status: pid 71896 exit 1>

All font-noto* 404 Not Found

Changing https://www.google.com/get/noto/pkgs to https://noto-website.storage.googleapis.com/pkgs/ should probably fix this.

$ for font in `ls /usr/local/Library/Taps/caskroom/homebrew-fonts/Casks/font-noto* | xargs basename -s .rb`; do brew cask install $font; done
==> Downloading https://www.google.com/get/noto/pkgs/NotoKufiArabic-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-kufi-arabic' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoKufiArabic-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoNaskhArabic-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-naskh-arabic' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoNaskhArabic-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansArmenian-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-armenian' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansArmenian-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansAvestan-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-avestan' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansAvestan-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansBalinese-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-balinese' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansBalinese-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansBamum-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-bamum' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansBamum-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansBatak-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-batak' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansBatak-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansBengali-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-bengali' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansBengali-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansBrahmi-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-brahmi' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansBrahmi-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansBuginese-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-buginese' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansBuginese-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansBuhid-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-buhid' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansBuhid-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansCanadianAboriginal-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-canadian-aboriginal' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansCanadianAboriginal-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansCarian-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-carian' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansCarian-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansCham-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-cham' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansCham-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansCherokee-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-cherokee' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansCherokee-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansCoptic-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-coptic' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansCoptic-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansCypriot-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-cypriot' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansCypriot-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansDeseret-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-deseret' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansDeseret-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansDevanagari-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-devanagari' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansDevanagari-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansEgyptianHieroglyphs-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-egyptian-hieroglyphs' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansEgyptianHieroglyphs-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansEthiopic-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-ethiopic' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansEthiopic-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansGeorgian-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-georgian' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansGeorgian-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansGlagolitic-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-glagolitic' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansGlagolitic-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansGothic-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-gothic' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansGothic-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansGujarati-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-gujarati' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansGujarati-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansGurmukhi-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-gurmukhi' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansGurmukhi-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansHanunoo-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-hanunoo' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansHanunoo-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansHebrew-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-hebrew' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansHebrew-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansImperialAramaic-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-imperial-aramaic' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansImperialAramaic-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansInscriptionalPahlavi-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-inscriptional-pahlavi' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansInscriptionalPahlavi-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansInscriptionalParthian-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-inscriptional-parthian' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansInscriptionalParthian-unhinted.zip
==> Downloading http://www.google.com/get/noto/pkgs/NotoSansCJKJP-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-japanese' with message: Download failed: http://www.google.com/get/noto/pkgs/NotoSansCJKJP-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansJavanese-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-javanese' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansJavanese-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansKaithi-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-kaithi' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansKaithi-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansKannada-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-kannada' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansKannada-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansKayahLi-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-kayah-li' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansKayahLi-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansKharoshthi-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-kharoshthi' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansKharoshthi-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansKhmer-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-khmer' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansKhmer-hinted.zip
==> Downloading http://www.google.com/get/noto/pkgs/NotoSansCJKKR-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-korean' with message: Download failed: http://www.google.com/get/noto/pkgs/NotoSansCJKKR-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansLao-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-lao' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansLao-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansLepcha-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-lepcha' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansLepcha-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansLimbu-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-limbu' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansLimbu-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansLinearB-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-linear-b' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansLinearB-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansLisu-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-lisu' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansLisu-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansLycian-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-lycian' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansLycian-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansLydian-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-lydian' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansLydian-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansMalayalam-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-malayalam' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansMalayalam-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansMandaic-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-mandaic' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansMandaic-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansMeeteiMayek-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-meetei-mayek' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansMeeteiMayek-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansMongolian-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-mongolian' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansMongolian-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansMyanmar-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-myanmar' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansMyanmar-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansNKo-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-n-ko' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansNKo-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansNewTaiLue-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-new-tai-lue' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansNewTaiLue-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansOgham-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-ogham' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansOgham-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansOlChiki-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-ol-chiki' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansOlChiki-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansOldItalic-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-old-italic' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansOldItalic-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansOldPersian-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-old-persian' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansOldPersian-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansOldSouthArabian-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-old-south-arabian' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansOldSouthArabian-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansOldTurkic-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-old-turkic' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansOldTurkic-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansOsmanya-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-osmanya' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansOsmanya-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansPhags-pa-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-phags-pa' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansPhags-pa-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansPhoenician-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-phoenician' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansPhoenician-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansRejang-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-rejang' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansRejang-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansRunic-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-runic' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansRunic-unhinted.zip
==> Downloading http://www.google.com/get/noto/pkgs/NotoSansCJKSC-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-s-chinese' with message: Download failed: http://www.google.com/get/noto/pkgs/NotoSansCJKSC-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansSamaritan-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-samaritan' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansSamaritan-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansSaurashtra-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-saurashtra' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansSaurashtra-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansShavian-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-shavian' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansShavian-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansSinhala-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-sinhala' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansSinhala-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansSumero-AkkadianCuneiform-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-sumero-akkadian-cuneiform' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansSumero-AkkadianCuneiform-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansSundanese-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-sundanese' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansSundanese-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansSylotiNagri-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-syloti-nagri' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansSylotiNagri-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansSymbols-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-symbols' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansSymbols-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansSyriacEastern-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-syriac-eastern' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansSyriacEastern-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansSyriacEstrangela-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-syriac-estrangela' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansSyriacEstrangela-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansSyriacWestern-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-syriac-western' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansSyriacWestern-unhinted.zip
==> Downloading http://www.google.com/get/noto/pkgs/NotoSansCJKTC-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-t-chinese' with message: Download failed: http://www.google.com/get/noto/pkgs/NotoSansCJKTC-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansTagalog-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-tagalog' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansTagalog-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansTagbanwa-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-tagbanwa' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansTagbanwa-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansTaiLe-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-tai-le' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansTaiLe-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansTaiTham-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-tai-tham' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansTaiTham-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansTaiViet-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-tai-viet' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansTaiViet-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansTamil-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-tamil' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansTamil-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansTelugu-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-telugu' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansTelugu-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansThai-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-thai' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansThai-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansTifinagh-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-tifinagh' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansTifinagh-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansUgaritic-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-ugaritic' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansUgaritic-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansVai-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-vai' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansVai-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSansYi-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans-yi' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSansYi-unhinted.zip
==> Downloading http://www.google.com/get/noto/pkgs/NotoSans-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-sans' with message: Download failed: http://www.google.com/get/noto/pkgs/NotoSans-unhinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSerifArmenian-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-serif-armenian' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSerifArmenian-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSerifGeorgian-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-serif-georgian' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSerifGeorgian-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSerifKhmer-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-serif-khmer' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSerifKhmer-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSerifLao-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-serif-lao' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSerifLao-hinted.zip
==> Downloading https://www.google.com/get/noto/pkgs/NotoSerifThai-hinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-serif-thai' with message: Download failed: https://www.google.com/get/noto/pkgs/NotoSerifThai-hinted.zip
==> Downloading http://www.google.com/get/noto/pkgs/NotoSerif-unhinted.zip

curl: (22) The requested URL returned error: 404 Not Found
Error: Download failed on Cask 'font-noto-serif' with message: Download failed: http://www.google.com/get/noto/pkgs/NotoSerif-unhinted.zip

Google fonts manual todo

The previous Google Web Font PRs have been generated by working from the mirror at https://github.com/w0ng/googlefontdirectory.

Listed below are 42 fonts remaining (of about 800) which escaped packaging so far. Not all of these will be Casked in the end, as some are probably duplicates (eg nosifercaps, just looks like a duplicate of nosifer.rb from #52).

Others did not have a working homepage, or were missing a METADATA.json file -- any oddity which caused them to get dropped by the scripted approach.

font-m-plus install error

Received this error trying to install M+, which has been popping up on a bunch of sites the past couple days.

$ brew cask install font-m-plus
==> Downloading http://osdn.dl.sourceforge.jp/mplus-fonts/6650/mplus-TESTFLIGHT-050.tar.xz
######################################################################## 100.0%
Error: Uh oh, could not identify primary container for '/Library/Caches/Homebrew/font-m-plus-1.050.tar.xz'

Cannot install font-aleo

Hi,

I'm trying to install font-aleo but it's failing due to missing file (I think)

[11:41]~/dotfiles/homebrew[master]$ brew update && brew cask update && brew cask install font-aleo
Already up-to-date.
Already up-to-date.
==> Downloading http://fontfabric.com/downfont/aleo.zip
Already downloaded: /Library/Caches/Homebrew/font-aleo-latest.zip
Error: It seems the hardlink source is not there: '/opt/homebrew-cask/Caskroom/font-aleo/latest/Aleo-Bold.otf'

I have downloaded the file and it looks like this

[[temp shell]][11:39]/var/folders/qb/n94vrx0j70vc4ppf6dqc__840000gr/T/tmp.4207.4355.24785.25203$ wget http://fontfabric.com/downfont/aleo.zip
[[temp shell]][11:41]/var/folders/qb/n94vrx0j70vc4ppf6dqc__840000gr/T/tmp.4207.4355.24785.25203$ extract aleo.zip
Archive:  aleo.zip
   creating: Aleo_font_v1.2.2/
   creating: Aleo_font_v1.2.2/Desktop OTF/
  inflating: Aleo_font_v1.2.2/Desktop OTF/Aleo-Bold.otf
  inflating: Aleo_font_v1.2.2/Desktop OTF/Aleo-BoldItalic.otf
  inflating: Aleo_font_v1.2.2/Desktop OTF/Aleo-Italic.otf
  inflating: Aleo_font_v1.2.2/Desktop OTF/Aleo-Light.otf
  inflating: Aleo_font_v1.2.2/Desktop OTF/Aleo-LightItalic.otf
  inflating: Aleo_font_v1.2.2/Desktop OTF/Aleo-Regular.otf
  inflating: Aleo_font_v1.2.2/SIL Open Font License 1.1.txt
   creating: Aleo_font_v1.2.2/Webfont Kit/
   creating: Aleo_font_v1.2.2/Webfont Kit/Bold/
   creating: Aleo_font_v1.2.2/Webfont Kit/Bold Italic/
  inflating: Aleo_font_v1.2.2/Webfont Kit/Bold Italic/aleo-bolditalic-webfont.eot
  inflating: Aleo_font_v1.2.2/Webfont Kit/Bold Italic/aleo-bolditalic-webfont.svg
  inflating: Aleo_font_v1.2.2/Webfont Kit/Bold Italic/aleo-bolditalic-webfont.ttf
  inflating: Aleo_font_v1.2.2/Webfont Kit/Bold Italic/aleo-bolditalic-webfont.woff
 extracting: Aleo_font_v1.2.2/Webfont Kit/Bold Italic/aleo-bolditalic-webfont.woff2
 extracting: Aleo_font_v1.2.2/Webfont Kit/Bold/aleo-bold-webfont.eot
  inflating: Aleo_font_v1.2.2/Webfont Kit/Bold/aleo-bold-webfont.svg
  inflating: Aleo_font_v1.2.2/Webfont Kit/Bold/aleo-bold-webfont.ttf
  inflating: Aleo_font_v1.2.2/Webfont Kit/Bold/aleo-bold-webfont.woff
 extracting: Aleo_font_v1.2.2/Webfont Kit/Bold/aleo-bold-webfont.woff2
   creating: Aleo_font_v1.2.2/Webfont Kit/Light/
   creating: Aleo_font_v1.2.2/Webfont Kit/Light Italic/
  inflating: Aleo_font_v1.2.2/Webfont Kit/Light Italic/aleo-lightitalic-webfont.eot
  inflating: Aleo_font_v1.2.2/Webfont Kit/Light Italic/aleo-lightitalic-webfont.svg
  inflating: Aleo_font_v1.2.2/Webfont Kit/Light Italic/aleo-lightitalic-webfont.ttf
  inflating: Aleo_font_v1.2.2/Webfont Kit/Light Italic/aleo-lightitalic-webfont.woff
 extracting: Aleo_font_v1.2.2/Webfont Kit/Light Italic/aleo-lightitalic-webfont.woff2
 extracting: Aleo_font_v1.2.2/Webfont Kit/Light/aleo-light-webfont.eot
  inflating: Aleo_font_v1.2.2/Webfont Kit/Light/aleo-light-webfont.svg
  inflating: Aleo_font_v1.2.2/Webfont Kit/Light/aleo-light-webfont.ttf
  inflating: Aleo_font_v1.2.2/Webfont Kit/Light/aleo-light-webfont.woff
 extracting: Aleo_font_v1.2.2/Webfont Kit/Light/aleo-light-webfont.woff2
   creating: Aleo_font_v1.2.2/Webfont Kit/Regular/
   creating: Aleo_font_v1.2.2/Webfont Kit/Regular Italic/
  inflating: Aleo_font_v1.2.2/Webfont Kit/Regular Italic/aleo-italic-webfont.eot
  inflating: Aleo_font_v1.2.2/Webfont Kit/Regular Italic/aleo-italic-webfont.svg
  inflating: Aleo_font_v1.2.2/Webfont Kit/Regular Italic/aleo-italic-webfont.ttf
  inflating: Aleo_font_v1.2.2/Webfont Kit/Regular Italic/aleo-italic-webfont.woff
 extracting: Aleo_font_v1.2.2/Webfont Kit/Regular Italic/aleo-italic-webfont.woff2
  inflating: Aleo_font_v1.2.2/Webfont Kit/Regular/aleo-regular-webfont.eot
  inflating: Aleo_font_v1.2.2/Webfont Kit/Regular/aleo-regular-webfont.svg
  inflating: Aleo_font_v1.2.2/Webfont Kit/Regular/aleo-regular-webfont.ttf
  inflating: Aleo_font_v1.2.2/Webfont Kit/Regular/aleo-regular-webfont.woff
 extracting: Aleo_font_v1.2.2/Webfont Kit/Regular/aleo-regular-webfont.woff2
[[temp shell]][11:41]/var/folders/qb/n94vrx0j70vc4ppf6dqc__840000gr/T/tmp.4207.4355.24785.25203$ ls -ltr
total 2912
drwxr-xr-x  5 albert  staff      170 31 ene 12:55 Aleo_font_v1.2.2
-rw-r--r--  1 albert  staff  1487036  9 abr 13:14 aleo.zip

Am I missing something?

SHA2 mismatch with font-droid-sans-mono

~ brew cask install font-droid-sans-mono
==> Checking out https://github.com/w0ng/googlefontdirectory/trunk/fonts/droidsansm
Error: SHA2 mismatch
Expected: 84143210681b91f6c4de1fb25b5d865038c4c5f5881de4fc88d955c5006198ad
Actual: b69ca066aec4aca475b1b69250a83964d77739cccc17be367505230d315aa440
Archive: /Library/Caches/Homebrew/font-droid-sans-mono--svn-1.00.tar
To retry an incomplete download, remove the file above.

Nothing more need to be said. :)

Issue reported from `brew doctor`

After a brew update, brew doctor is now complaining about font-fira-code:

Error: Failed to import: font-fira-code
undefined method `cask' for Formulary::Formulae:Module

Any ideas how to fix that?

SHA2 mismatch with font-comic-neue

First, let me emphasize that this is not a font that was checked out through SVN, which would imply it's not necessarily a dupe of #117 or #118.

$ brew cask install font-comic-neue
==> Downloading http://comicneue.com/comic-neue-1.1.zip
######################################################################## 100.0%
Error: SHA2 mismatch
Expected: e4c2bd402348d73d86f87d930670748e2963b6c29be2ebf6df407de1425ff6b6
Actual: f9442fc42252db62ea788bd0247ae0e74571678d1dbd3e3edc229389050d6923
Archive: /Library/Caches/Homebrew/font-comic-neue-1.1.zip
To retry an incomplete download, remove the file above.

Running brew cask cleanup && brew cask audit font-comic-neue --download pretty much shows the same result.

Unable to install fonts from Google Fonts

I'm no longer able to install font from Google fonts directory, here is the output:

$ brew cask install font-montserrat
==> Checking out https://github.com/w0ng/googlefontdirectory/trunk/fonts/montserrat
Error: Download failed on Cask 'font-montserrat' with message: Command failed to execute!

==> Failed command:
["/usr/bin/svn", "checkout", "--force", "--config-option", "config:miscellany:use-commit-times=yes", "--trust-server-cert", "--non-interactive", "https://github.com/w0ng/googlefontdirectory/trunk/fonts/montserrat", "#<Pathname:/Library/Caches/Homebrew/font-montserrat--svn>", "-r", "50"]

When I checked the repository: https://github.com/w0ng/googlefontdirectory, it seems has been abandoned.

hermit error

$ brew cask install font-hermit
==> Downloading https://pcaro.es/d/otf-hermit-1.21.tar.gz
######################################################################## 100.0%
Error: It seems the hardlink source is not there: '/opt/homebrew-cask/Caskroom/font-hermit/1.21/otf-hermit-1.21/Hermit-bold.otf'

test suite

this repo needs a test suite that performs Cask audits

Installed fonts permission

Some of the installed fonts have executable permission which is not necessary. Is it possible to set the proper permission of files before hard linking them?

Syntax Error in `font-noto-sans-phags-pa.rb`

font-noto-sans-phags-pa.rb has a syntax error

class FontNotoSansPhags-pa < Cask
                        ^ while loading '/usr/local/Library/Taps/caskroom/homebrew-fonts/Casks/font-noto-sans-phags-pa.rb'
Please report this bug:
    https://github.com/caskroom/homebrew-cask/issues
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/usr/local/Cellar/brew-cask/0.37.1/rubylib/cask/source/path_base.rb:22:in `load'
/usr/local/Cellar/brew-cask/0.37.1/rubylib/cask/source/tapped.rb:28:in `load'
/usr/local/Cellar/brew-cask/0.37.1/rubylib/cask.rb:120:in `load'
/usr/local/Cellar/brew-cask/0.37.1/rubylib/cask/scopes.rb:8:in `block in all'
/usr/local/Cellar/brew-cask/0.37.1/rubylib/cask/scopes.rb:8:in `map'
/usr/local/Cellar/brew-cask/0.37.1/rubylib/cask/scopes.rb:8:in `all'
/usr/local/Cellar/brew-cask/0.37.1/rubylib/cask/cli/audit.rb:40:in `casks_to_audit'
/usr/local/Cellar/brew-cask/0.37.1/rubylib/cask/cli/audit.rb:23:in `run'
/usr/local/Cellar/brew-cask/0.37.1/rubylib/cask/cli/audit.rb:7:in `run'
/usr/local/Cellar/brew-cask/0.37.1/rubylib/cask/cli.rb:80:in `run_command'
/usr/local/Cellar/brew-cask/0.37.1/rubylib/cask/cli.rb:120:in `process'
/usr/local/bin/brew-cask.rb:42:in `<top (required)>'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
/usr/local/Library/brew.rb:59:in `require?'
/usr/local/Library/brew.rb:137:in `<main>'

Search in caskroom/fonts doesn't work properly

~ brew tap
homebrew/dupes
homebrew/versions
phinze/cask
~ brew tap caskroom/fonts
Cloning into '/usr/local/Library/Taps/caskroom-fonts'...
remote: Reusing existing pack: 3277, done.
remote: Counting objects: 145, done.
remote: Compressing objects: 100% (145/145), done.
remote: Total 3422 (delta 92), reused 0 (delta 0)
Receiving objects: 100% (3422/3422), 508.39 KiB | 285.00 KiB/s, done.
Resolving deltas: 100% (1930/1930), done.
Checking connectivity... done.
Tapped 0 formula
~ brew cask search font
==> Partial matches
dfontsplitter       fontexplorer-x-pro  fontprep        monotype-skyfonts

The last command should have given me all the fonts, no?
Either the manual isn't clear, or I'm doing something wrong.

Here's my cask's doctor:

~ brew cask doctor
==> OS X Version:
10.9.2
==> Hardware Architecture:
intel-64
==> Ruby Version:
1.8.7-p358
==> Ruby Path:
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
==> Homebrew Version:
0.9.5
==> Homebrew Executable Path:
/usr/local/bin/brew
==> Homebrew Cellar Path:
/usr/local/Cellar
==> Homebrew-cask Version:
0.31.0
==> Contents of $LOAD_PATH:
/usr/local/Cellar/brew-cask/0.31.0/rubylib
/usr/local/Library/Homebrew
/usr/local/Library/Homebrew/vendor
/Library/Ruby/Site/1.8
/Library/Ruby/Site/1.8/powerpc-darwin13.0
/Library/Ruby/Site/1.8/universal-darwin13.0
/Library/Ruby/Site
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/vendor_ruby/1.8
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/vendor_ruby/1.8/universal-darwin13.0
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/vendor_ruby
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/powerpc-darwin13.0
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin13.0
.
==> Contents of $RUBYLIB Environment Variable:
nil
==> Contents of $RUBYOPT Environment Variable:
nil
==> Contents of $RUBYPATH Environment Variable:
nil
==> Contents of $RBENV_VERSION Environment Variable:
nil
==> Contents of $GEM_HOME Environment Variable:
nil
==> Contents of $GEM_PATH Environment Variable:
nil
==> Contents of $BUNDLE_PATH Environment Variable:
nil
==> Running As Privileged User:
No

Font Overview

Hello!

Thanks a lot for your great and large font cask. It's amazing!

However, as it's so big and hard to oversee, what about an auto-generated PDF for the fonts contained in the cask? Would it be possible to add that to the main directory? This would be a huge help. I'm unfortunately not skilled enough to contribute it myself.

Nevertheless I want to thank you guys for your work!

Sintony font is failing

brew cask install font-sintony
==> Checking out https://github.com/w0ng/googlefontdirectory/trunk/fonts/sintony
Error: Download failed on Cask 'font-sintony' with message: Command failed to execute!

==> Failed command:
["/usr/bin/svn", "checkout", "--force", "--config-option", "config:miscellany:use-commit-times=yes", "--trust-server-cert", "--non-interactive", "https://github.com/w0ng/googlefontdirectory/trunk/fonts/sintony", "#Pathname:/Library/Caches/Homebrew/font-sintony--svn", "-r", "50"]

==> Output of failed command:

==> Exit status of failed command:

<Process::Status: pid 66832 exit 69>

This is due the https://github.com/w0ng/googlefontdirectory/trunk/fonts/sintony giving a 404 error

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.