Compare commits

...

150 Commits

Author SHA1 Message Date
Colin Seymour
ea3e79a631 Release v5.3.0 (#3859)
* Update grammars

* Update haskell scopes to match updated grammar

* Bump version to 5.3.0
2017-10-15 09:52:27 +01:00
Maickel Hubner
0af9a35ff1 Create association with OpenEdge .w files (#3648)
* Update heuristics.rb

* Update languages.yml

* Create consmov.w

* Create menu.w

* Switch out large samples for smaller ones

* Relax regex
2017-10-14 18:12:16 +01:00
Codecat
44048c9ba8 Add Angelscript language (#3844)
* Add AngelScript scriping language

* Add AngelScript sample

* Initial implementation of Angelscript

* Update Angelscript tm_scope and ace_mode

* Move Angelscript after ANTLR

* Updated grammar list

* Alphabetical sorting for Angelscript

* Angelscript grammar license is unlicense

* Add ActionScript samples

* Added a heuristic for .as files

* Whitelist sublime-angelscript license hash

* Added heuristic test for Angelscript and Actionscript

* Remove .acs from Angelscript file extensions
2017-10-14 17:34:12 +01:00
Chris Llanwarne
e51b5ec9b7 Add WDL language support (#3858)
* Add WDL language support

* Add ace mode
2017-10-14 17:12:47 +01:00
Colin Seymour
a47008ea00 Ping @lildude from now on (#3856) 2017-10-13 17:49:04 +01:00
Dan Moore
a0b38e8207 Don't count VCL as Perl for statistics. (#3857)
* Don't count VCL as Perl for statistics.

While the Varnish-specific language was apparently inspired by C and Perl, there's no reason to group it as Perl for repo statistics.

* Re-adding color for VCL.

Which was accidentally removed as part of https://github.com/github/linguist/pull/2298/files#diff-3552b1a64ad2071983c4d91349075c75L3223
2017-10-12 15:42:31 -04:00
Colin Seymour
10dfe9f296 Fix typo in script/add-grammar (#3853) 2017-10-10 18:26:26 +01:00
Ján Neščivera
0b9c05f989 added VS Code workspace files to vendored path (#3723) 2017-10-08 17:32:01 +01:00
Paul Chaignon
95dca67e2b New repository for TypeScript grammar (#3730) 2017-10-06 13:27:14 +01:00
Adædra
e98728595b Change Ruby grammar source (#3782)
* Move the Ruby grammar to use Atom's one
2017-09-21 09:52:10 +01:00
Kerem
4cd558c374 Added natvis extension to XML (#3789)
* natvis extension added to xml.

* Added sample natvis file from the Chromium project.
2017-09-17 13:31:02 +01:00
John Gardner
adf6206ef5 Register "buildozer.spec" as an INI filename (#3817)
Resolves #3814.
2017-09-17 13:29:49 +01:00
Shan Mahanama
c2d558b71d Add Ballerina language (#3818)
* Add Ballerina language

* Add missing file

* Update color

* Update with required changes

* Update sub-module
2017-09-17 13:29:12 +01:00
Nate Whetsell
78c58f956e Update Ace modes for Csound languages (#3822) 2017-09-17 13:27:24 +01:00
Agustin Mendez
fc1404985a Add DataWeave language (#3804)
* Add DataWeave language

* Add Licence

* Update to latest DataWeave revision
2017-09-07 15:28:46 +01:00
Adeel Mujahid
5d48ccd757 Classify some project files as XML (#3696)
Also added disambiguation rule for `.proj` and `.user`.

##### CSCFG

https://github.com/search?utf8=%E2%9C%93&q=extension%3Acscfg+NOT+nothack&type=Code
(16.7K hits)

##### CSDEF

https://github.com/search?utf8=%E2%9C%93&q=extension%3Acsdef+NOT+nothack&type=Code
(12.7K hits)

##### CCPROJ

https://github.com/search?utf8=%E2%9C%93&q=extension%3Accproj+NOT+nothack&type=Code
(5K hits)

##### DEPPROJ

https://github.com/search?utf8=%E2%9C%93&q=extension%3Adepproj+NOT+nothack&type=Code
(505 hits)

##### NDPROJ

https://github.com/search?utf8=%E2%9C%93&q=extension%3Andproj+NOT+nothack&type=Code
(194 hits)

##### PROJ

https://github.com/search?utf8=%E2%9C%93&q=extension%3Aproj+%28project+OR+Property+OR+Import+OR+xml+OR+xmlns%29&type=Code
(35K hits)

##### SHPROJ

https://github.com/search?utf8=%E2%9C%93&q=extension%3Ashproj+NOT+nothack&type=Code
(13K hits)
2017-09-07 10:04:09 +01:00
Abigail
3530a18e46 Add .clang-tidy filename for YAML (#3767)
.clang-tidy is the filename used for clang-tidy's configuration file.
clang-tidy is a clang-based C++ "linter" tool. For more info, see:
https://clang.llvm.org/extra/clang-tidy/
2017-09-07 10:01:10 +01:00
Marciano C. Preciado
ae8f4f9228 Make Matlab's Color More Appropriate (#3771)
Purple is not an affiliated color of Matlab or Mathworks. Change the color to better reflect the color theme of the Matlab sofware and logo.
2017-09-07 09:59:19 +01:00
Robert Koeninger
7c34d38786 Updated color for Ceylon language (#3780)
* Updated color for Ceylon language

* Adjusting Ceylon color due to its proximity to Clarion color

* Made Ceylon color darker to avoid collision

* Used more accurate color

* Specified tm_scope for Ceylon
2017-09-07 09:58:30 +01:00
Bradley Meck
38bc5fd336 added .mjs extension to JavaScript (#3783)
* added .mjs extension to JavaScript

* add missing newline at end of file

* add example from https://github.com/bmeck/composable-ast-walker/blob/master/example/constant_fold.mjs
2017-09-07 09:56:36 +01:00
Anthony D. Green
6b06e47c67 Create VBAllInOne.vb (#3785)
Adding the test file the Visual Basic compiler team uses to verify parsing and other features.
2017-09-07 09:55:20 +01:00
Mat Mariani
061712ff78 Added syntax highlighting for Squirrel (#3791)
* Added syntax highlighting for Squirrel

https://github.com/search?utf8=%E2%9C%93&q=extension%3Anut+NOT+nothack&t
ype=Code

Squirrel is already detected by GitHub but has no syntax
highlighting.

* removed duplicate `source.nut`
2017-09-07 09:53:25 +01:00
Seppe Stas
7707585d5e Change KiCad Board language to KiCad Legacy Layout (#3799)
* Change KiCad Board language to KiCad Legacy Layout

KiCad .brd files and .kicad_pcb files have the same purpose, they are both source files for PCB layouts. Having one of the file types named "KiCad Board" and the other one "KiCad Layout" can cause confusion since it implies they are not the same thing.

The [.brd files use the old, legacy layout format](http://kicad-pcb.org/help/file-formats/#_native_file_formats) that is [not actively used anymore](https://github.com/search?utf8=%E2%9C%93&q=language%3A%22KiCad+Board%22&type=Repositories&ref=advsearch&l=KiCad+Board&l=). Having it come before the KiCad Layout language in the Language Selection list and not having it flagged as legacy can cause people to select it when searching for KiCad layout files.

* Change KiCad sample according to changes in 4b306f34

* Update vendor/README.md using script/list-grammars
2017-09-07 09:52:27 +01:00
DoctorWhoof
fa7d433886 Added ".monkey2" extension to Monkey Programming Language (#3809)
The latest Monkey Programming Language extension is ".monkey2". The language description is available at "http://monkeycoder.co.nz".
2017-09-07 09:39:52 +01:00
PatrickJS
998e24cf36 Add ".gql" as a GraphQL file extension (#3813) 2017-09-07 09:38:42 +01:00
John Gardner
63ff51e2ed Add test to keep grammar-list synced with submodules (#3793)
* Add test to check if grammar list is outdated

* Update grammar list

* Fix duplicate punctuation in error messages
2017-08-24 21:13:30 +10:00
Colin Seymour
b541b53b78 Byebug requires Ruby 2.2 (#3790)
Also don't attempt to install it during testing.
2017-08-24 10:17:12 +01:00
Hardmath123
a878620a8e Add nearley language definition. (#3781) 2017-08-17 18:03:38 +01:00
John Gardner
5633fd3668 Fix classification of bogus "markup" languages (#3751)
* Reclassify Protocol Buffer as a data-type language

References: #3740

* Fix classification of bogus "markup" languages

* Fix category of the ironically-named "Pure Data"

Ironically and *appropriately* named, might I add.
2017-08-16 22:48:51 +10:00
Colin Seymour
9d0af0da40 Update to charlock_holmes 0.7.5 (#3778)
This fixes https://github.com/github/linguist/issues/3777
2017-08-16 10:08:33 +01:00
Colin Seymour
edabdc75a5 Bump version: 5.2.0 (#3765) 2017-08-10 14:54:09 +01:00
Wade Urry
6db7736860 Add flow-typed to vendor.yml (#3741) 2017-08-09 11:25:27 +01:00
John Gardner
dd3d8586c5 Refine definition of KiCad (#3743)
* Refine definition of KiCad language

* Add ".sch" as a registered Scheme extension

* Add more meaningful samples from real repositories
2017-08-08 18:47:26 +10:00
John Gardner
f1daf6192c Add Adobe Font Metrics to recognised filetypes (#3731)
* Add Adobe Font Metrics to recognised filetypes

* Reduce filesizes of AFM samples

* Add a self-generated, unpruned AFM sample
2017-08-08 18:30:37 +10:00
Paul Chaignon
2c41df376f Switch grammar for Reason (#3732) 2017-08-06 11:00:35 +02:00
James Dennes
3391dcce6a Make Language methods more resilient to non-String input (#3752)
* Add failing test for finding with non-String input

Show the failing behaviour of find_by_alias, find_by_name, and []
when non-String input is provided.

* Return nil rather than erroring on non-String input
2017-08-02 14:07:44 +02:00
John Gardner
f75c5707a6 Add support for Gerber files (#3744)
* Add grammar for PCB/Gerber Images

* Add language definition for Gerber files

* Fix rogue punctuation and rip chunks off Gerber
2017-08-02 22:00:16 +10:00
John Gardner
25de4e0ae2 Add Printer Font ASCII to recognised PostScript extensions (#3734)
* Register Adobe Type 1 fonts as PostScript files

* Add logic for recognising generated PFA files

* Extend list of PostScript generators
2017-08-02 21:58:40 +10:00
Yuki Izumi
7451424f12 Allow POD with Perl shebangs (#3735)
* Allow perl interpreter for Pod too

* Use precise dist

* This is a tautology

* Update heuristic to accept candidate input

* Minor rename
2017-07-31 13:39:20 +10:00
John Gardner
b94e018c3a Change Haskell's colour to use official branding (#3728)
Resolves github/linguist#3727.
2017-07-22 14:21:22 +01:00
Jared Harper
4dcf223c8e Support for C++ files generated by protobuf/grpc (#3640)
* Support for C++ files generated by protobuf/grpc

This changeset includes a sample generated file.

[grpc](http://grpc.io) is a high performance, open-source universal
RPC framework.

* Account for older gRPC protobuf plugin message
2017-07-22 14:20:55 +01:00
Santiago M. Mola
329f80d245 fix classifier tests (#3709)
test_classify_ambiguous_languages was not running any test, since
it was looking only for languages that are ambiguous on
filename for known filenames (rather than ambiguous for filename
or extension).

Note that test time and assertions.
Before:
  Finished in 0.149294s, 40.1892 runs/s, 46.8874 assertions/s.
After:
  Finished in 3.043109s, 1.9717 runs/s, 224.7702 assertions/s.
2017-07-22 14:20:15 +01:00
Santiago M. Mola
085604948e Add support for XPM. (#3706)
* .xpm and .pm extensions associated with XPM.

* .pm is disambiguated by searching the /* XPM */ string.
  This is how `file` performs detection and should work with
  every XPM3 file (most XPM generated by software later than 1991).

Added XPM samples:

* stick-unfocus.xpm: extracted from Fluxbox (MIT License)
  0c13ddc0c8/data/styles/Emerge/pixmaps/stick-unfocus.xpm

* cc-public_domain_mark_white.pm: public domain image from
  https://commons.wikimedia.org/wiki/File:Cc-public_domain_mark_white.svg
  converted to XPM with ImageMagick (convert input.svg output.xpm).
2017-07-22 14:19:22 +01:00
Colin Seymour
e60384b018 Release v5.1.0 (#3725)
* sublime-spintools now has a license so no need for whitelist

* Bump version: 5.0.12

* Use the more apt release of v5.1.0
2017-07-22 14:16:16 +01:00
Santiago M. Mola
470a82d9f5 shell: add more interpreters (#3708)
* ash: only interpreter, extension is more commonly used for
  Kingdom of Loathing scripting, e.g. github.com/twistedmage/assorted-kol-scripts

* dash: only interpreter, extension is more commonly used for
  dashboarding-related stuff

* ksh: extension was already present

* mksh

* pdksh
2017-07-20 10:33:28 +01:00
Santiago M. Mola
37979b26b0 improve .ms disambiguation (Unix Assembly / MAXScript) (#3707)
A few MAXScript files were misclassified as Unix Assembly.
Some of them can be found at github.com/davestewart/maxscript

* This commit changes the heuristic which looked for labels
  such as ".LG7E0:" to actually match the full label including
  the colon. This reduced the number of MAXScript files
  misclassified as Unix Assembly, without any new Unix Assembly
  misclassified so far.

* add MAXScript sample rolloutCreator.ms, extrated from MIT repo:
  https://github.com/davestewart/maxscript/blob/master/3D/3ds2ae/02_resources/max%20scripts/3ds%20ax%20scripts/rolloutCreator.ms
2017-07-10 10:03:12 +01:00
Santiago M. Mola
1a6df12902 fix Coq sample JsNumber.v (#3710)
It was fetched as HTML from GitHub instead of raw.
2017-07-10 09:41:36 +01:00
John Gardner
24e196df4e Add NCSA to license whitelist (#3714)
References:
* https://github.com/github/linguist/pull/3689#issuecomment-313665976
2017-07-08 00:59:05 +10:00
James Adams
8d178bfaed Improve Pan language support (#3691)
* Add a larger set of sample files for Pan

This is a fairly good cross section of Pan based on code from:
* https://github.com/quattor/template-library-examples
* https://github.com/quattor/template-library-core

* Add Pan language grammar
2017-07-03 18:49:15 +02:00
Chris Wilkinson
e9ec699931 Add xspec as XML file extension (#3702) 2017-07-03 18:39:39 +02:00
John Gardner
9a6c3f2c4d Register "cpanfile" as a Perl filename (#3704) 2017-07-03 20:45:20 +10:00
Theodore Dubois
648720301d Add misclassified C sample (#3652)
This sample is misclassified as Objective-C.
2017-06-30 17:11:50 +01:00
David Aylaian
c552e25bd7 Add C sample (#3698)
* Add C sample

Sample was incorrectly being identified as C++

* Changed asm.h license to the Unlicense

* Changed asm.h license to Apache 2.0
2017-06-30 09:32:16 +01:00
Justin Lecher
d5c8db3fb9 Add new language for the Easybuild framework (#3466)
The hpcugent/easybuild-framework is a python framework for the installation
of application in an HPC context. The actual package build description are
written in python but having .eb as extension.

Signed-off-by: Justin Lecher <jlec@gentoo.org>
2017-06-26 09:07:36 +01:00
Mahmoud Samir Fayed
632bcdc1ad Added Ring Language Support (#3662)
* update .gitmodules

* Update grammars.yml

* Create hello.ring

* Create Natural.ring

* Create weblib.ring

* vendor/grammars/language-ring

* fix order in grammars.yml

* remove two files from samples

* delete hello.ring

* Update languages.yml - add the R

* Create hello.ring

* Create natural.ring

* Create weblib.ring

* Create grammars.yml

* Create .gitmodules

* Create languages.yml

* Create languages.yml

* Create language-ring.txt

* Update .gitmodules

Prefer HTTPS links.

* Update hello.ring

Sample file from "real" applications (under permissive license) to train the Bayesian classifier.

* Update languages.yml

* Update weblib.ring

Reduce the file size

* Update .gitmodules

* Update .gitmodules

* Update .gitmodules

* Update .gitmodules

* Update submodule : language-ring

* Update weblib.ring

Sample : Using the web library.

* Create weighthistory

Add Sample

* Rename weighthistory to weighthistory.ring

* Update weblib.ring
2017-06-24 16:22:01 +01:00
Colby Pines
6b221172c0 Update vendor.yml: skeleton.css (#3682) 2017-06-24 13:19:43 +02:00
Robert Koeninger
6f0d801375 Added syntax definition for Fantom language (#3660)
* Added mgiannini/sublime-factor as a submodule

Provided better color for Fantom
Added license for sublime-fantom
Specified tm_scope for Fantom

* Redirected submodule for Fantom to fork with updated grammar

* Triggering build

* Updating sublime-fantom submodule

* Updated submodule sublime-fantom

* Adding Fantom samples
2017-06-21 09:29:13 +02:00
John Gardner
128abe3533 Fix spelling of Perl 6 (#3672)
Resolves #3671.
2017-06-20 19:39:39 +10:00
Colin Seymour
9312353d20 Improve running from cloned repo docs (#3669)
* Improve running from cloned repo docs
2017-06-20 10:29:17 +02:00
John Gardner
b6460f8ed6 Add recognition and classification of WebAssembly (#3650) 2017-05-30 18:02:03 +10:00
andretshurotshka
60f864a138 Support for Type Language (#3593)
* Support for Type Language

* Update Type Language

* Add one more sample for Type Language

* Update Type Language grammar
2017-05-29 06:46:56 +01:00
Colin Seymour
ca6121e3ea Update MD5 digest for testing under Ruby 2.4 (#3643)
* Update md5 sums for Ruby 2.4

Ruby 2.4 deprecated Fixnum & Bignum into Integer. This means the MD5 digests for the integers in our tests have a class of Integer instead of Fixnum which means we need to update the digests specifically for 2.4.

* Use Gem::Version for safer version comparison
2017-05-26 08:16:12 +01:00
Colin Seymour
7c17b1f10c Bump to v5.0.11 (#3642) 2017-05-25 16:12:34 +01:00
Paul Chaignon
d490fc303f Support for CWeb language (#3592)
Move .w file extension for CWeb to its own entry.
2017-05-25 09:22:40 +01:00
Michael Hadley
20fdac95f6 Add Closure Templates (#3634)
* Add Closure Templates to languages.yml

* Run script/add-grammar

* Add sample

* Run script/set-language-ids

* Add codemirror_mime_type
2017-05-25 09:15:32 +01:00
Colin Seymour
234ee8b6d2 Update location of Reason grammar (#3639) 2017-05-25 08:59:02 +01:00
Ross Kirsling
58ab593a64 Switch Dart grammars (Sublime → Atom). (#3633) 2017-05-20 17:41:46 +01:00
John Gardner
ec1f6a4cd6 Add ".nr" as a Roff file extension (#3630) 2017-05-18 03:03:47 +10:00
Colin Seymour
3eea8212f4 Revert "Use Textmate's HAML grammar" (#3629)
* Revert "Use Textmate's HAML grammar (#3627)"

This reverts commit a1e09ae3e6.

* Add back missing grammar sources
2017-05-16 15:58:39 +01:00
Vicent Martí
a1e09ae3e6 Use Textmate's HAML grammar (#3627)
* Use Textmate's HAML grammar

* Whitelist license
2017-05-16 12:46:04 +02:00
Robert Koeninger
c1f76c26e5 Add Shen grammar to vendor/README.md (#3626)
* Added sublime-shen as submodule

* Specified tm_scope in languages.yml

* Imported copy of license

* Added Shen grammar repo to vendor/README.md
2017-05-16 08:12:45 +01:00
Robert Koeninger
0983f62e02 Add syntax grammar for Shen language (#3625)
* Added sublime-shen as submodule

* Specified tm_scope in languages.yml

* Imported copy of license
2017-05-15 15:06:09 +01:00
Samuel Gunadi
190e54c020 Add comp, tesc, and tese as GLSL extensions (#3614)
* Add comp, tesc, and tese as GLSL file extensions

* Add GLSL compute shader sample

* Add GLSL tessellation control shader sample

* Add GLSL tessellation evaluation shader sample

* Remove .comp from GLSL extensions

We have to be sure that most of the .comp files on GitHub are indeed GLSL compute shaders.

* Remove GLSL compute shader sample
2017-05-15 09:05:07 +01:00
Lucas Bajolet
ded651159d Add Pep8 Assembly language (#2070)
Pep/8 is a toy assembly language used in some universities for teaching
the basics of assembly and low-level programming.

Signed-off-by: Lucas Bajolet <lucas.bajolet@gmail.com>
2017-05-15 09:02:06 +01:00
Serghei Iakovlev
acbab53198 Update Zephir links (#3608) 2017-05-10 15:56:21 +01:00
Simen Bekkhus
fba4babdcd Don't show npm lockfiles by default (#3611) 2017-05-10 15:55:16 +01:00
Colin Seymour
eb6a213921 Revert "Revert "Switch the PHP grammar to the upstream repo (#3575)"" (#3616)
* Revert "Revert "Switch the PHP grammar to the upstream repo (#3575)" (#3603)"

This reverts commit e93f41f097.
2017-05-10 15:53:15 +01:00
Colin Seymour
5e2c79e950 Bump version to v5.0.10 (#3604) 2017-05-05 18:49:35 +01:00
Colin Seymour
e93f41f097 Revert "Switch the PHP grammar to the upstream repo (#3575)" (#3603)
* Revert "Switch the PHP grammar to the upstream repo (#3575)"

Manually reverting this as it breaks PHP syntax highlighting on
github.com.

* Update submodule ref
2017-05-05 17:11:29 +01:00
Colin Seymour
994bc1f135 Release v5.0.9 (#3597)
* Update all grammars

* Update atom-language-clean grammar to match

* Don't update reason grammer

There seems to be a problem with the 1.3.5 release in that the conversion isn't producing a reason entry so doesn't match whats in grammar.yml

* Bump version to 5.0.9

* Update grammars

* Don't update javascript grammar

The current grammar has a known issue and is pending the fix in https://github.com/atom/language-javascript/pull/497
2017-05-03 14:49:26 +01:00
John Gardner
44f03e64c1 Merge heuristics for disambiguating ".t" files (#3587)
References: github/linguist#3546
2017-04-29 11:15:39 +02:00
Jacob Elder
4166f2e89d Clarify support for generated code (#3588)
* Clarify support for generated code

* Incorporate feedback

* TIL about how .gitattributes matching works
2017-04-28 16:20:22 -07:00
John Gardner
1a8f19c6f2 Fix numbering of ordered lists (#3586) 2017-04-28 14:02:38 -07:00
Santiago M. Mola
c0e242358a Fix heuristics after rename (#3556)
* fix Roff detection in heuristics

This affects extensions .l, .ms, .n and .rno.

Groff was renamed to Roff in 673aeb32b9851cc58429c4b598c876292aaf70c7,
but heuristic was not updated.

* replace FORTRAN with Fortran

It was already renamed in most places since 4fd8fce08574809aa58e9771e2a9da5d135127be
heuristics.rb was missing though.

* fix caseness of GCC Machine Description
2017-04-26 15:31:36 -07:00
thesave
eb38c8dcf8 [Add Language] Jolie (#3574)
* added support for Jolie language

* added support for Jolie language

* added samples for Jolie
2017-04-26 11:04:25 -07:00
Trent Schafer
f146b4afbd New extension support for PL/SQL language (#2735)
* Add additional PL/SQL file extensions

* Add PL/SQL samples for .ddl and .prc

* Fix sort order of PL/SQL extensions

* Restore vendor/grammars/assembly.

* Restore `pls` as primary PL/SQL extension

* Add tpb to go with tps
2017-04-26 11:03:01 -07:00
Nicolas Garnier
db15d0f5d2 Added MJML as an XML extension (#3582) 2017-04-26 19:24:57 +10:00
Michael Grafnetter
e6d57c771d Add .admx and .adml as extensions for XML (#3580)
* Add .admx and .adml as extensions for XML

* Fixed the order of extensions
2017-04-24 09:55:22 -07:00
Nathan Phillip Brink
eef0335c5f Clarify description of implicit alias. (#3578)
* Clarify description of implicit alias.

I was trying to look up the alias to use for DNS Zone. From the docs
the alias I should use would be dns zone, but in reality it is dns-zone.
This change updates the comments to describe how to derive the
implicit name of a given alias.

* Further clarify description of implicit alias.

@pchaigno requested replacing the Ruby with English.
2017-04-24 09:54:37 -07:00
Christoph Pojer
461c27c066 Revert "Added Jest snapshot test files as generated src (#3572)" (#3579)
This reverts commit f38d6bd124.
2017-04-22 14:20:54 +02:00
Matvei Stefarov
59d67d6743 Treat vstemplate and vsixmanifest as XML (#3517) 2017-04-22 09:25:50 +01:00
Sandy Armstrong
7aeeb82d3d Treat Xamarin .workbook files as markdown (#3500)
* Treat Xamarin .workbook files as markdown

Xamarin Workbook files are interactive coding documents for C#, serialized as
markdown files. They include a YAML front matter header block with some
metadata. Interactive code cells are included as `csharp` fenced code blocks.

An example can be found here:
https://github.com/xamarin/Workbooks/blob/master/csharp/csharp6/csharp6.workbook

Treated as markdown, it would appear like so:
https://gist.github.com/sandyarmstrong/e331dfeaf89cbce89043a1c31faa1297

* Add .workbook sample

Source: https://github.com/xamarin/Workbooks/blob/master/csharp/csharp6/csharp6.workbook
2017-04-20 15:29:17 +01:00
Christophe Coevoet
c98ca20076 Switch the PHP grammar to the upstream repo (#3575)
* Switch the PHP grammar to the upstream repo

* Update all URLs pointing to the PHP grammar bundle
2017-04-20 14:40:44 +01:00
Paul Chaignon
4e0b5f02aa Fix usage line in binary (#3564)
Linguist cannot work on any directory; it needs to be a Git
repository.
2017-04-20 10:18:03 +01:00
Tim Jones
8da7cb805e Add .cginc extension to HLSL language (#3491)
* Add .cginc extension to HLSL language

* Move extension to correct position

* Add representative sample .cginc file
2017-04-20 09:48:48 +01:00
Dorian
e5e81a8560 Add .irbc and Rakefile to matching ruby filenames (#3457) 2017-04-20 09:41:31 +01:00
Tim Jones
dd53fa1585 Add ShaderLab language (#3490)
* Add ShaderLab language

* Update HLSL and ShaderLab grammars to latest version

* Add .shader extension back to GLSL language

* Add sample GLSL .shader files

Note that these are copies of existing GLSL samples, renamed to have
the .shader extension.
2017-04-20 09:04:08 +01:00
Daniel F Moisset
354a8f079a Add suport for python typeshed (.pyi) extension (#3548) 2017-04-20 09:01:41 +01:00
Hank Brekke
f38d6bd124 Added Jest snapshot test files as generated src (#3572) 2017-04-20 08:58:39 +01:00
Santiago M. Mola
e80b92e407 Fix heuristic for Unix Assembly with .ms extension (#3550) 2017-04-06 22:01:42 +10:00
Martin Nowak
fa6ae1116f better heuristic distinction of .d files (#3145)
* fix benchmark

- require json for Hash.to_json

* better heuristic distinction of .d files

- properly recongnize dtrace probes
- recongnize \ in Makefile paths
- recongnize single line `file.ext : dep.ext` make targets
- recognize D module, import, function, and unittest declarations
- add more representative D samples

D changed from 31.2% to 28.1%
DTrace changed from 33.5% to 32.5%
Makefile changed from 35.3% to 39.4%

See
https://gist.github.com/MartinNowak/fda24fdef64f2dbb05c5a5ceabf22bd3
for the scraper used to get a test corpus.
2017-03-30 18:25:53 +01:00
Yuki Izumi
b7e27a9f58 .pod disambiguation heuristic fix (#3541)
Look for any line starting with "=\w+", not full lines, otherwise we
miss e.g. "=head1 HEADING".
2017-03-27 14:10:17 +11:00
Javier Honduvilla Coto
69ba4c5586 Update the Instrumenter doc ... (#3530)
... with an instance of the given`Instrumenter` instead of the class itself.
2017-03-23 06:11:45 +01:00
Rafer Hazen
c39d7fd6e8 Add data-engineering staff to maintainers list (#3533) 2017-03-22 07:06:58 -06:00
Yuki Izumi
44ed47cea1 Release v5.0.8 (#3535) 2017-03-22 16:41:36 +11:00
Yuki Izumi
de51cb08d2 Add .mdwn for Markdown (#3534) 2017-03-22 16:28:59 +11:00
Ronald Wampler
3dd2d08190 Add .mdown as an extension for Markdown (#3525)
* Add `.mdown` as an extension for Markdown

* Add `.mdown` sample
2017-03-22 16:14:54 +11:00
Yuki Izumi
3b625e1954 Release v5.0.7 (#3524)
* grammar update
* Release v5.0.7
2017-03-20 14:13:04 +11:00
Yuki Izumi
5c6f690b97 Prefer Markdown over GCC Machine Description (#3523)
* Add minimal Markdown sample
* Heuristic defaults to Markdown on no match
* Allow Linguist to detect empty blobs
2017-03-20 13:07:54 +11:00
Michael Rawlings
3bbfc907f3 [Add Language] Marko (#3519)
* add marko

* update marko
2017-03-17 09:46:20 +00:00
Colin Seymour
053b8bca97 GitHub.com now uses gitattributes overrides for syntax highlighting (#3518)
See https://github.com/github/linguist/issues/1792#issuecomment-286379822 for more details.
2017-03-15 22:42:08 -07:00
Yves Siegrist
7fb3db6203 Add .eye files to be used as ruby (#3509)
Usually files that are used for [eye](https://github.com/kostya/eye) have the file extension `.eye`.
A eye definition file always contains ruby code.
2017-03-13 17:22:56 -07:00
Liav Turkia
ba09394f85 Added a demos folder and updated regexes (#3512)
I added a check for case-sensitivity to the regex's. In my repositories, I have both a Docs and Demos folder and those wouldn't have been matched before. Now, they would.
2017-03-13 17:20:36 -07:00
Paul Chaignon
c59c88f16e Update grammar whitelist (#3510)
* Remove a few hashes for grammars with BSD licenses

There was an error in Licensee v8.8.2, which caused it to not
recognize some BSD licenses. v8.8.3 fixes it.

* Update submodules

Remove 2 grammars from the whitelist because their licenses were
added to a LICENSE file which a proper format (one that Licensee
detects).

MagicPython now supports all scopes that were previously supported
by language-python.
2017-03-13 17:19:06 -07:00
Brandon Black
8a6e74799a Merge branch 'master' of https://github.com/github/linguist 2017-03-13 17:13:48 -07:00
Brandon Black
4268769d2e adjusting travis config 2017-03-13 17:13:24 -07:00
NN
6601864084 Add wixproj as XML (#3511)
* Add wixproj as XML

WiX uses wixproj for projects.

* Add wixproj sample
2017-03-13 17:01:58 -07:00
Paul Chaignon
d57aa37fb7 Grammar for OpenSCAD from Textmate bundle (#3502) 2017-03-13 17:00:27 -07:00
Karl Pettersson
e72347fd98 Add alias for pandoc (#3493) 2017-03-13 16:59:35 -07:00
Brandon Black
1b429ea46b updating rubies 2017-03-10 00:00:19 -08:00
Paul Chaignon
9468ad4947 Fix grammar hashes (#3504)
* Update Licensee hashes for grammar licenses

Licensee v8.8 changed the way licenses are normalized, thus changing hashes for
some grammars

* Update Licensee

Prevent automatic updates to major releases
2017-03-09 23:57:35 -08:00
Nate Whetsell
733ef63193 Add Jison (#3488) 2017-02-22 00:24:50 -08:00
Brandon Black
9ca6a5841e Release v5.0.6 (#3489)
* grammar update

* bumping linguist version

* fixes for grammar updates
2017-02-21 23:13:15 -08:00
Brandon Black
41ace5fba0 using fork for php.tmbundle since updates are broken 2017-02-21 17:13:55 -08:00
Alex Arslan
cc4295b3b3 Update URL for Julia TextMate repo (#3487) 2017-02-21 17:05:59 -08:00
doug tangren
1e4ce80fd9 add support for detecting bazel WORKSPACE files (#3459)
* add support for detecting bazel WORKSPACE files

* Update languages.yml
2017-02-21 16:48:44 -08:00
Brandon Black
74a71fd90d fixing merge conflict 2017-02-21 16:28:34 -08:00
TingPing
9b08318456 Add Meson language (#3463) 2017-02-21 16:24:58 -08:00
Tim Jones
fa5b6b03dc Add grammar for HLSL (High Level Shading Language) (#3469) 2017-02-21 16:05:25 -08:00
Garen Torikian
cb59296fe0 Like ^docs?, sometimes one sample is enough (#3485) 2017-02-20 10:29:30 -08:00
Eloy Durán
f1be771611 Disambiguate TypeScript with tsx extension. (#3464)
Using the technique as discussed in #2761.
2017-02-20 10:17:18 +00:00
Alex Louden
b66fcb2529 Improve Terraform (.tf) / HCL (.hcl) syntax highlighting (#3392)
* Add Terraform grammar, and change .tf and .hcl files from using Ruby to Terraform sublime syntax

* Expand Terraform sample to demonstrate more language features

* Revert terraform sample change

* Add terraform sample - Dokku AWS deploy

* Updated to latest Terraform

* Update terraform string interpolation

* Update terraform to latest
2017-02-20 10:09:59 +00:00
Brandon Black
f7fe1fee66 Release v5.0.5 -- part Deux (#3479)
* bumping to v5.0.5

* relaxing rugged version requirement
2017-02-15 21:29:04 -08:00
Brandon Black
94367cc460 Update LICENSE 2017-02-15 14:11:37 -08:00
Phineas
72bec1fddc Update LICENSE Copyright Date to 2017 (#3476) 2017-02-15 14:11:13 -08:00
Brandon Black
4e2eba4ef8 Revert "Release v5.0.5" (#3477) 2017-02-15 12:48:45 -08:00
Colin Seymour
10457b6639 Release v5.0.5 (#3473)
Release v5.0.5

* Update submodules

* Update grammars

* Bump version to 5.0.5

* Relax dependency on rugged

It's probably not wise to depend on a beta version just yet.

* revert php.tmbundle grammar update

One of the changes in 3ed4837b43...010cc1c22c leads to breakage in snippet highlighting on github.com
2017-02-15 11:12:53 +00:00
Paul Chaignon
d58cbc68a6 Support for the P4 language
P4 is a language to describe the processing pipeline of network devices
2017-02-15 06:53:46 +01:00
Colin Seymour
01de40faaa Return early in Classifier.classify if no languages supplied (#3471)
* Return early if no languages supplied

There's no need to tokenise the data when attempting to classify without a limited language scope as no action will be performed when it comes to scoring anyway.

* Add test for empty languages array
2017-02-13 18:22:54 +00:00
Paul Chaignon
62d285fce6 Fix head commit for TXL grammar (#3470) 2017-02-13 14:35:38 +01:00
Stefan Stölzle
0056095e8c Add .lkml to LookML (#3454)
* Add .lkml to LookML

* Limit .lkml to .view.lkml and .model.lkml

* Add lkml samples

* Fix extension order
2017-02-03 11:50:30 +01:00
Lars Brinkhoff
d6dc3a3991 Accomodate Markdown lines which begin with '>'. (#3452) 2017-02-02 11:58:52 -08:00
Greg Zimmerman
b524461b7c Add PowerShell color. Matches default console color for PowerShell. (#3448) 2017-02-02 11:13:01 -08:00
fix-fix
76d41697aa Use official HTML primary color (#3447)
Use primary color of HTML5 logo as defined on Logo FAQ page
2017-02-02 11:09:55 -08:00
John Gardner
32147b629e Register "Emakefile" as an Erlang filename (#3443) 2017-02-02 11:09:07 -08:00
John Gardner
e7b5e25bf8 Add support for regular expression data (#3441) 2017-02-02 11:08:20 -08:00
Brandon Black
d761658f8b Release v5.0.4 (#3445)
* bumping to v5.0.3

* updating rugged
2017-01-31 15:08:52 -08:00
Brandon Black
3719214aba fixing null reference in yarn.lock check (#3444) 2017-01-31 14:45:22 -08:00
Paul Chaignon
47b109be36 Improve heuristic for Modula-2 (#3434)
Module names can contain dots
2017-01-24 15:10:46 -08:00
Javier Honduvilla Coto
1ec4db97c2 Be able to configure the number of threads for git submodules update (#3438)
* make the number of submodule update threads configurable

* change thread number to be a script argument
2017-01-24 09:55:31 -08:00
415 changed files with 32339 additions and 1429 deletions

104
.gitmodules vendored
View File

@@ -67,9 +67,6 @@
[submodule "vendor/grammars/language-javascript"]
path = vendor/grammars/language-javascript
url = https://github.com/atom/language-javascript
[submodule "vendor/grammars/language-python"]
path = vendor/grammars/language-python
url = https://github.com/atom/language-python
[submodule "vendor/grammars/language-shellscript"]
path = vendor/grammars/language-shellscript
url = https://github.com/atom/language-shellscript
@@ -115,9 +112,6 @@
[submodule "vendor/grammars/fancy-tmbundle"]
path = vendor/grammars/fancy-tmbundle
url = https://github.com/fancy-lang/fancy-tmbundle
[submodule "vendor/grammars/dart-sublime-bundle"]
path = vendor/grammars/dart-sublime-bundle
url = https://github.com/guillermooo/dart-sublime-bundle
[submodule "vendor/grammars/sublimetext-cuda-cpp"]
path = vendor/grammars/sublimetext-cuda-cpp
url = https://github.com/harrism/sublimetext-cuda-cpp
@@ -177,7 +171,7 @@
url = https://github.com/mokus0/Agda.tmbundle
[submodule "vendor/grammars/Julia.tmbundle"]
path = vendor/grammars/Julia.tmbundle
url = https://github.com/nanoant/Julia.tmbundle
url = https://github.com/JuliaEditorSupport/Julia.tmbundle
[submodule "vendor/grammars/ooc.tmbundle"]
path = vendor/grammars/ooc.tmbundle
url = https://github.com/nilium/ooc.tmbundle
@@ -390,7 +384,7 @@
url = https://github.com/textmate/c.tmbundle
[submodule "vendor/grammars/zephir-sublime"]
path = vendor/grammars/zephir-sublime
url = https://github.com/vmg/zephir-sublime
url = https://github.com/phalcon/zephir-sublime
[submodule "vendor/grammars/llvm.tmbundle"]
path = vendor/grammars/llvm.tmbundle
url = https://github.com/whitequark/llvm.tmbundle
@@ -406,10 +400,6 @@
[submodule "vendor/grammars/sublime_cobol"]
path = vendor/grammars/sublime_cobol
url = https://bitbucket.org/bitlang/sublime_cobol
[submodule "vendor/grammars/ruby.tmbundle"]
path = vendor/grammars/ruby.tmbundle
url = https://github.com/aroben/ruby.tmbundle
branch = pl
[submodule "vendor/grammars/IDL-Syntax"]
path = vendor/grammars/IDL-Syntax
url = https://github.com/andik/IDL-Syntax
@@ -575,9 +565,6 @@
[submodule "vendor/grammars/sublime-aspectj"]
path = vendor/grammars/sublime-aspectj
url = https://github.com/pchaigno/sublime-aspectj
[submodule "vendor/grammars/sublime-typescript"]
path = vendor/grammars/sublime-typescript
url = https://github.com/Microsoft/TypeScript-Sublime-Plugin
[submodule "vendor/grammars/sublime-pony"]
path = vendor/grammars/sublime-pony
url = https://github.com/CausalityLtd/sublime-pony
@@ -800,9 +787,6 @@
[submodule "vendor/grammars/atom-language-perl6"]
path = vendor/grammars/atom-language-perl6
url = https://github.com/perl6/atom-language-perl6
[submodule "vendor/grammars/reason"]
path = vendor/grammars/reason
url = https://github.com/facebook/reason
[submodule "vendor/grammars/language-xcompose"]
path = vendor/grammars/language-xcompose
url = https://github.com/samcv/language-xcompose
@@ -815,3 +799,87 @@
[submodule "vendor/grammars/language-css"]
path = vendor/grammars/language-css
url = https://github.com/atom/language-css
[submodule "vendor/grammars/language-regexp"]
path = vendor/grammars/language-regexp
url = https://github.com/Alhadis/language-regexp
[submodule "vendor/grammars/Terraform.tmLanguage"]
path = vendor/grammars/Terraform.tmLanguage
url = https://github.com/alexlouden/Terraform.tmLanguage
[submodule "vendor/grammars/shaders-tmLanguage"]
path = vendor/grammars/shaders-tmLanguage
url = https://github.com/tgjones/shaders-tmLanguage
[submodule "vendor/grammars/language-meson"]
path = vendor/grammars/language-meson
url = https://github.com/TingPing/language-meson
[submodule "vendor/grammars/atom-language-p4"]
path = vendor/grammars/atom-language-p4
url = https://github.com/TakeshiTseng/atom-language-p4
[submodule "vendor/grammars/language-jison"]
path = vendor/grammars/language-jison
url = https://github.com/cdibbs/language-jison
[submodule "vendor/grammars/openscad.tmbundle"]
path = vendor/grammars/openscad.tmbundle
url = https://github.com/tbuser/openscad.tmbundle
[submodule "vendor/grammars/marko-tmbundle"]
path = vendor/grammars/marko-tmbundle
url = https://github.com/marko-js/marko-tmbundle
[submodule "vendor/grammars/language-jolie"]
path = vendor/grammars/language-jolie
url = https://github.com/fmontesi/language-jolie
[submodule "vendor/grammars/language-typelanguage"]
path = vendor/grammars/language-typelanguage
url = https://github.com/goodmind/language-typelanguage
[submodule "vendor/grammars/sublime-shen"]
path = vendor/grammars/sublime-shen
url = https://github.com/rkoeninger/sublime-shen
[submodule "vendor/grammars/Sublime-Pep8"]
path = vendor/grammars/Sublime-Pep8
url = https://github.com/R4PaSs/Sublime-Pep8
[submodule "vendor/grammars/dartlang"]
path = vendor/grammars/dartlang
url = https://github.com/dart-atom/dartlang
[submodule "vendor/grammars/language-closure-templates"]
path = vendor/grammars/language-closure-templates
url = https://github.com/mthadley/language-closure-templates
[submodule "vendor/grammars/language-webassembly"]
path = vendor/grammars/language-webassembly
url = https://github.com/Alhadis/language-webassembly
[submodule "vendor/grammars/language-ring"]
path = vendor/grammars/language-ring
url = https://github.com/MahmoudFayed/atom-language-ring
[submodule "vendor/grammars/sublime-fantom"]
path = vendor/grammars/sublime-fantom
url = https://github.com/rkoeninger/sublime-fantom
[submodule "vendor/grammars/language-pan"]
path = vendor/grammars/language-pan
url = https://github.com/quattor/language-pan
[submodule "vendor/grammars/language-pcb"]
path = vendor/grammars/language-pcb
url = https://github.com/Alhadis/language-pcb
[submodule "vendor/grammars/language-reason"]
path = vendor/grammars/language-reason
url = https://github.com/reasonml-editor/language-reason
[submodule "vendor/grammars/sublime-nearley"]
path = vendor/grammars/sublime-nearley
url = https://github.com/Hardmath123/sublime-nearley
[submodule "vendor/grammars/data-weave-tmLanguage"]
path = vendor/grammars/data-weave-tmLanguage
url = https://github.com/mulesoft-labs/data-weave-tmLanguage
[submodule "vendor/grammars/squirrel-language"]
path = vendor/grammars/squirrel-language
url = https://github.com/mathewmariani/squirrel-language
[submodule "vendor/grammars/language-ballerina"]
path = vendor/grammars/language-ballerina
url = https://github.com/ballerinalang/plugin-vscode
[submodule "vendor/grammars/language-ruby"]
path = vendor/grammars/language-ruby
url = https://github.com/atom/language-ruby
[submodule "vendor/grammars/sublime-angelscript"]
path = vendor/grammars/sublime-angelscript
url = https://github.com/wronex/sublime-angelscript
[submodule "vendor/grammars/TypeScript-TmLanguage"]
path = vendor/grammars/TypeScript-TmLanguage
url = https://github.com/Microsoft/TypeScript-TmLanguage
[submodule "vendor/grammars/wdl-sublime-syntax-highlighter"]
path = vendor/grammars/wdl-sublime-syntax-highlighter
url = https://github.com/broadinstitute/wdl-sublime-syntax-highlighter

View File

@@ -1,20 +1,36 @@
language: ruby
sudo: false
addons:
apt:
packages:
- libicu-dev
- libicu48
before_install: script/travis/before_install
script:
- bundle exec rake
- script/licensed verify
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.3
- 2.4.0
matrix:
allow_failures:
- rvm: 2.4.0
notifications:
disabled: true
git:
submodules: false
depth: 3
cache: bundler
dist: precise
bundler_args: --without debug

View File

@@ -10,15 +10,15 @@ We try only to add new extensions once they have some usage on GitHub. In most c
To add support for a new extension:
0. Add your extension to the language entry in [`languages.yml`][languages], keeping the extensions in alphabetical order.
0. Add at least one sample for your extension to the [samples directory][samples] in the correct subdirectory.
0. Open a pull request, linking to a [GitHub search result](https://github.com/search?utf8=%E2%9C%93&q=extension%3Aboot+NOT+nothack&type=Code&ref=searchresults) showing in-the-wild usage.
1. Add your extension to the language entry in [`languages.yml`][languages], keeping the extensions in alphabetical order.
1. Add at least one sample for your extension to the [samples directory][samples] in the correct subdirectory.
1. Open a pull request, linking to a [GitHub search result](https://github.com/search?utf8=%E2%9C%93&q=extension%3Aboot+NOT+nothack&type=Code&ref=searchresults) showing in-the-wild usage.
In addition, if this extension is already listed in [`languages.yml`][languages] then sometimes a few more steps will need to be taken:
0. Make sure that example `.yourextension` files are present in the [samples directory][samples] for each language that uses `.yourextension`.
0. Test the performance of the Bayesian classifier with a relatively large number (1000s) of sample `.yourextension` files. (ping **@bkeepers** to help with this) to ensure we're not misclassifying files.
0. If the Bayesian classifier does a bad job with the sample `.yourextension` files then a [heuristic](https://github.com/github/linguist/blob/master/lib/linguist/heuristics.rb) may need to be written to help.
1. Make sure that example `.yourextension` files are present in the [samples directory][samples] for each language that uses `.yourextension`.
1. Test the performance of the Bayesian classifier with a relatively large number (1000s) of sample `.yourextension` files. (ping **@lildude** to help with this) to ensure we're not misclassifying files.
1. If the Bayesian classifier does a bad job with the sample `.yourextension` files then a [heuristic](https://github.com/github/linguist/blob/master/lib/linguist/heuristics.rb) may need to be written to help.
## Adding a language
@@ -27,17 +27,17 @@ We try only to add languages once they have some usage on GitHub. In most cases
To add support for a new language:
0. Add an entry for your language to [`languages.yml`][languages]. Omit the `language_id` field for now.
0. Add a grammar for your language: `script/add-grammar https://github.com/JaneSmith/MyGrammar`. Please only add grammars that have [one of these licenses][licenses].
0. Add samples for your language to the [samples directory][samples] in the correct subdirectory.
0. Add a `language_id` for your language using `script/set-language-ids`. **You should only ever need to run `script/set-language-ids --update`. Anything other than this risks breaking GitHub search :cry:**
0. Open a pull request, linking to a [GitHub search result](https://github.com/search?utf8=%E2%9C%93&q=extension%3Aboot+NOT+nothack&type=Code&ref=searchresults) showing in-the-wild usage.
1. Add an entry for your language to [`languages.yml`][languages]. Omit the `language_id` field for now.
1. Add a grammar for your language: `script/add-grammar https://github.com/JaneSmith/MyGrammar`. Please only add grammars that have [one of these licenses][licenses].
1. Add samples for your language to the [samples directory][samples] in the correct subdirectory.
1. Add a `language_id` for your language using `script/set-language-ids`. **You should only ever need to run `script/set-language-ids --update`. Anything other than this risks breaking GitHub search :cry:**
1. Open a pull request, linking to a [GitHub search result](https://github.com/search?utf8=%E2%9C%93&q=extension%3Aboot+NOT+nothack&type=Code&ref=searchresults) showing in-the-wild usage.
In addition, if your new language defines an extension that's already listed in [`languages.yml`][languages] (such as `.foo`) then sometimes a few more steps will need to be taken:
0. Make sure that example `.foo` files are present in the [samples directory][samples] for each language that uses `.foo`.
0. Test the performance of the Bayesian classifier with a relatively large number (1000s) of sample `.foo` files. (ping **@bkeepers** to help with this) to ensure we're not misclassifying files.
0. If the Bayesian classifier does a bad job with the sample `.foo` files then a [heuristic](https://github.com/github/linguist/blob/master/lib/linguist/heuristics.rb) may need to be written to help.
1. Make sure that example `.foo` files are present in the [samples directory][samples] for each language that uses `.foo`.
1. Test the performance of the Bayesian classifier with a relatively large number (1000s) of sample `.foo` files. (ping **@lildude** to help with this) to ensure we're not misclassifying files.
1. If the Bayesian classifier does a bad job with the sample `.foo` files then a [heuristic](https://github.com/github/linguist/blob/master/lib/linguist/heuristics.rb) may need to be written to help.
Remember, the goal here is to try and avoid false positives!
@@ -67,6 +67,16 @@ For development you are going to want to checkout out the source. To get it, clo
cd linguist/
script/bootstrap
To run Linguist from the cloned repository, you will need to generate the code samples first:
bundle exec rake samples
Run this command each time a [sample][samples] has been modified.
To run Linguist from the cloned repository:
bundle exec bin/linguist --breakdown
To run the tests:
bundle exec rake test
@@ -80,12 +90,14 @@ Here's our current build status: [![Build Status](https://api.travis-ci.org/gith
Linguist is maintained with :heart: by:
- **@Alhadis**
- **@brandonblack** (GitHub staff)
- **@BenEddy** (GitHub staff)
- **@Caged** (GitHub staff)
- **@grantr** (GitHub staff)
- **@larsbrinkhoff**
- **@lildude** (GitHub staff)
- **@lizzhale** (GitHub staff)
- **@mikemcquaid** (GitHub staff)
- **@pchaigno**
- **@rafer** (GitHub staff)
- **@shreyasjoshis** (GitHub staff)
As Linguist is a production dependency for GitHub we have a couple of workflow restrictions:
@@ -96,21 +108,21 @@ As Linguist is a production dependency for GitHub we have a couple of workflow r
If you are the current maintainer of this gem:
0. Create a branch for the release: `git checkout -b cut-release-vxx.xx.xx`
0. Make sure your local dependencies are up to date: `script/bootstrap`
0. If grammar submodules have not been updated recently, update them: `git submodule update --remote && git commit -a`
0. Ensure that samples are updated: `bundle exec rake samples`
0. Ensure that tests are green: `bundle exec rake test`
0. Bump gem version in `lib/linguist/version.rb`, [like this](https://github.com/github/linguist/commit/8d2ea90a5ba3b2fe6e1508b7155aa4632eea2985).
0. Make a PR to github/linguist, [like this](https://github.com/github/linguist/pull/1238).
0. Build a local gem: `bundle exec rake build_gem`
0. Test the gem:
0. Bump the Gemfile and Gemfile.lock versions for an app which relies on this gem
0. Install the new gem locally
0. Test behavior locally, branch deploy, whatever needs to happen
0. Merge github/linguist PR
0. Tag and push: `git tag vx.xx.xx; git push --tags`
0. Push to rubygems.org -- `gem push github-linguist-3.0.0.gem`
1. Create a branch for the release: `git checkout -b cut-release-vxx.xx.xx`
1. Make sure your local dependencies are up to date: `script/bootstrap`
1. If grammar submodules have not been updated recently, update them: `git submodule update --remote && git commit -a`
1. Ensure that samples are updated: `bundle exec rake samples`
1. Ensure that tests are green: `bundle exec rake test`
1. Bump gem version in `lib/linguist/version.rb`, [like this](https://github.com/github/linguist/commit/8d2ea90a5ba3b2fe6e1508b7155aa4632eea2985).
1. Make a PR to github/linguist, [like this](https://github.com/github/linguist/pull/1238).
1. Build a local gem: `bundle exec rake build_gem`
1. Test the gem:
1. Bump the Gemfile and Gemfile.lock versions for an app which relies on this gem
1. Install the new gem locally
1. Test behavior locally, branch deploy, whatever needs to happen
1. Merge github/linguist PR
1. Tag and push: `git tag vx.xx.xx; git push --tags`
1. Push to rubygems.org -- `gem push github-linguist-3.0.0.gem`
[grammars]: /grammars.yml
[languages]: /lib/linguist/languages.yml

View File

@@ -1,3 +1,6 @@
source 'https://rubygems.org'
gemspec :name => "github-linguist"
gem 'byebug' if RUBY_VERSION >= '2.0'
group :debug do
gem 'byebug' if RUBY_VERSION >= '2.2'
end

View File

@@ -1,4 +1,4 @@
Copyright (c) 2011-2016 GitHub, Inc.
Copyright (c) 2017 GitHub, Inc.
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation

View File

@@ -15,10 +15,10 @@ See [Troubleshooting](#troubleshooting) and [`CONTRIBUTING.md`](/CONTRIBUTING.md
The Language stats bar displays languages percentages for the files in the repository. The percentages are calculated based on the bytes of code for each language as reported by the [List Languages](https://developer.github.com/v3/repos/#list-languages) API. If the bar is reporting a language that you don't expect:
0. Click on the name of the language in the stats bar to see a list of the files that are identified as that language.
0. If you see files that you didn't write, consider moving the files into one of the [paths for vendored code](/lib/linguist/vendor.yml), or use the [manual overrides](#overrides) feature to ignore them.
0. If the files are being misclassified, search for [open issues][issues] to see if anyone else has already reported the issue. Any information you can add, especially links to public repositories, is helpful.
0. If there are no reported issues of this misclassification, [open an issue][new-issue] and include a link to the repository or a sample of the code that is being misclassified.
1. Click on the name of the language in the stats bar to see a list of the files that are identified as that language.
1. If you see files that you didn't write, consider moving the files into one of the [paths for vendored code](/lib/linguist/vendor.yml), or use the [manual overrides](#overrides) feature to ignore them.
1. If the files are being misclassified, search for [open issues][issues] to see if anyone else has already reported the issue. Any information you can add, especially links to public repositories, is helpful.
1. If there are no reported issues of this misclassification, [open an issue][new-issue] and include a link to the repository or a sample of the code that is being misclassified.
### There's a problem with the syntax highlighting of a file
@@ -32,13 +32,15 @@ Linguist supports a number of different custom overrides strategies for language
### Using gitattributes
Add a `.gitattributes` file to your project and use standard git-style path matchers for the files you want to override to set `linguist-documentation`, `linguist-language`, and `linguist-vendored`. `.gitattributes` will be used to determine language statistics, but will not be used to syntax highlight files. To manually set syntax highlighting, use [Vim or Emacs modelines](#using-emacs-or-vim-modelines).
Add a `.gitattributes` file to your project and use standard git-style path matchers for the files you want to override to set `linguist-documentation`, `linguist-language`, `linguist-vendored`, and `linguist-generated`. `.gitattributes` will be used to determine language statistics and will be used to syntax highlight files. You can also manually set syntax highlighting using [Vim or Emacs modelines](#using-emacs-or-vim-modelines).
```
$ cat .gitattributes
*.rb linguist-language=Java
```
#### Vendored code
Checking code you didn't write, such as JavaScript libraries, into your git repo is a common practice, but this often inflates your project's language stats and may even cause your project to be labeled as another language. By default, Linguist treats all of the paths defined in [lib/linguist/vendor.yml](https://github.com/github/linguist/blob/master/lib/linguist/vendor.yml) as vendored and therefore doesn't include them in the language statistics for a repository.
Use the `linguist-vendored` attribute to vendor or un-vendor paths.
@@ -49,6 +51,8 @@ special-vendored-path/* linguist-vendored
jquery.js linguist-vendored=false
```
#### Documentation
Just like vendored files, Linguist excludes documentation files from your project's language stats. [lib/linguist/documentation.yml](lib/linguist/documentation.yml) lists common documentation paths and excludes them from the language statistics for your repository.
Use the `linguist-documentation` attribute to mark or unmark paths as documentation.
@@ -59,19 +63,18 @@ project-docs/* linguist-documentation
docs/formatter.rb linguist-documentation=false
```
#### Generated file detection
#### Generated code
Not all plain text files are true source files. Generated files like minified js and compiled CoffeeScript can be detected and excluded from language stats. As an added bonus, unlike vendored and documentation files, these files are suppressed in diffs.
```ruby
Linguist::FileBlob.new("underscore.min.js").generated? # => true
```
See [Linguist::Generated#generated?](https://github.com/github/linguist/blob/master/lib/linguist/generated.rb).
$ cat .gitattributes
Api.elm linguist-generated=true
```
### Using Emacs or Vim modelines
Alternatively, you can use Vim or Emacs style modelines to set the language for a single file. Modelines can be placed anywhere within a file and are respected when determining how to syntax-highlight a file on GitHub.com
If you do not want to use `.gitattributes` to override the syntax highlighting used on GitHub.com, you can use Vim or Emacs style modelines to set the language for a single file. Modelines can be placed anywhere within a file and are respected when determining how to syntax-highlight a file on GitHub.com
##### Vim
```

View File

@@ -4,6 +4,7 @@ require 'rake/testtask'
require 'yaml'
require 'yajl'
require 'open-uri'
require 'json'
task :default => :test

View File

@@ -75,7 +75,7 @@ elsif File.file?(path)
else
abort <<-HELP
Linguist v#{Linguist::VERSION}
Detect language type for a file, or, given a directory, determine language breakdown.
Detect language type for a file, or, given a repository, determine language breakdown.
Usage: linguist <path>
linguist <path> [--breakdown] [--json]

View File

@@ -13,10 +13,10 @@ Gem::Specification.new do |s|
s.files = Dir['lib/**/*'] + Dir['grammars/*'] + ['LICENSE']
s.executables = ['linguist', 'git-linguist']
s.add_dependency 'charlock_holmes', '~> 0.7.3'
s.add_dependency 'charlock_holmes', '~> 0.7.5'
s.add_dependency 'escape_utils', '~> 1.1.0'
s.add_dependency 'mime-types', '>= 1.19'
s.add_dependency 'rugged', '0.25.0b10'
s.add_dependency 'rugged', '>= 0.25.1'
s.add_development_dependency 'minitest', '>= 5.0'
s.add_development_dependency 'mocha'
@@ -26,5 +26,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'yajl-ruby'
s.add_development_dependency 'color-proximity', '~> 0.2.1'
s.add_development_dependency 'licensed'
s.add_development_dependency 'licensee', '>= 8.6.0'
s.add_development_dependency 'licensee', '~> 8.8.0'
end

View File

@@ -56,6 +56,8 @@ vendor/grammars/MQL5-sublime:
vendor/grammars/MagicPython:
- source.python
- source.regexp.python
- text.python.console
- text.python.traceback
vendor/grammars/Modelica:
- source.modelica
vendor/grammars/NSIS:
@@ -98,6 +100,8 @@ vendor/grammars/Sublime-Modula-2:
- source.modula2
vendor/grammars/Sublime-Nit:
- source.nit
vendor/grammars/Sublime-Pep8/:
- source.pep8
vendor/grammars/Sublime-QML:
- source.qml
vendor/grammars/Sublime-REBOL:
@@ -130,8 +134,15 @@ vendor/grammars/TLA:
- source.tla
vendor/grammars/TXL:
- source.txl
vendor/grammars/Terraform.tmLanguage:
- source.terraform
vendor/grammars/Textmate-Gosu-Bundle:
- source.gosu.2
vendor/grammars/TypeScript-TmLanguage:
- source.ts
- source.tsx
- text.error-list
- text.find-refs
vendor/grammars/UrWeb-Language-Definition:
- source.ur
vendor/grammars/VBDotNetSyntax:
@@ -180,6 +191,9 @@ vendor/grammars/atom-language-1c-bsl:
- source.sdbl
vendor/grammars/atom-language-clean:
- source.clean
- text.restructuredtext.clean
vendor/grammars/atom-language-p4:
- source.p4
vendor/grammars/atom-language-perl6:
- source.meta-info
- source.perl6fe
@@ -220,7 +234,6 @@ vendor/grammars/capnproto.tmbundle:
vendor/grammars/carto-atom:
- source.css.mss
vendor/grammars/ceylon-sublimetext:
- module.ceylon
- source.ceylon
vendor/grammars/chapel-tmbundle:
- source.chapel
@@ -241,11 +254,11 @@ vendor/grammars/cython:
- source.cython
vendor/grammars/d.tmbundle:
- source.d
vendor/grammars/dart-sublime-bundle:
vendor/grammars/dartlang:
- source.dart
- source.pubspec
- text.dart-analysis-output
- text.dart-doccomments
- source.yaml-ext
vendor/grammars/data-weave-tmLanguage:
- source.data-weave
vendor/grammars/desktop.tmbundle:
- source.desktop
vendor/grammars/diff.tmbundle:
@@ -344,6 +357,8 @@ vendor/grammars/language-asn1:
vendor/grammars/language-babel:
- source.js.jsx
- source.regexp.babel
vendor/grammars/language-ballerina:
- source.ballerina
vendor/grammars/language-batchfile:
- source.batchfile
vendor/grammars/language-blade:
@@ -352,6 +367,8 @@ vendor/grammars/language-click:
- source.click
vendor/grammars/language-clojure:
- source.clojure
vendor/grammars/language-closure-templates:
- text.html.soy
vendor/grammars/language-coffee-script:
- source.coffee
- source.litcoffee
@@ -372,6 +389,7 @@ vendor/grammars/language-css:
vendor/grammars/language-emacs-lisp:
- source.emacs.lisp
vendor/grammars/language-fontforge:
- source.afm
- source.fontforge
- source.opentype
- text.sfd
@@ -385,6 +403,7 @@ vendor/grammars/language-haml:
- text.haml
- text.hamlc
vendor/grammars/language-haskell:
- annotation.liquidhaskell.haskell
- hint.haskell
- hint.message.haskell
- hint.type.haskell
@@ -392,6 +411,7 @@ vendor/grammars/language-haskell:
- source.cabal
- source.haskell
- source.hsc2hs
- source.hsig
- text.tex.latex.haskell
vendor/grammars/language-inform7:
- source.inform7
@@ -399,6 +419,13 @@ vendor/grammars/language-javascript:
- source.js
- source.js.regexp
- source.js.regexp.replacement
- source.jsdoc
vendor/grammars/language-jison:
- source.jison
- source.jisonlex
- source.jisonlex-injection
vendor/grammars/language-jolie:
- source.jolie
vendor/grammars/language-jsoniq:
- source.jq
- source.xq
@@ -406,20 +433,36 @@ vendor/grammars/language-less:
- source.css.less
vendor/grammars/language-maxscript:
- source.maxscript
vendor/grammars/language-meson:
- source.meson
vendor/grammars/language-ncl:
- source.ncl
vendor/grammars/language-ninja:
- source.ninja
vendor/grammars/language-pan:
- source.pan
vendor/grammars/language-pcb:
- source.gerber
- source.pcb.board
- source.pcb.schematic
- source.pcb.sexp
vendor/grammars/language-povray:
- source.pov-ray sdl
vendor/grammars/language-python:
- text.python.console
- text.python.traceback
vendor/grammars/language-reason:
- source.reason
- source.reason.hover.type
vendor/grammars/language-regexp:
- source.regexp
- source.regexp.extended
vendor/grammars/language-renpy:
- source.renpy
vendor/grammars/language-restructuredtext:
- text.restructuredtext
vendor/grammars/language-ring:
- source.ring
vendor/grammars/language-roff:
- source.ditroff
- source.ditroff.desc
- source.ideal
- source.pic
- text.roff
@@ -427,6 +470,10 @@ vendor/grammars/language-roff:
vendor/grammars/language-rpm-spec:
- source.changelogs.rpm-spec
- source.rpm-spec
vendor/grammars/language-ruby:
- source.ruby
- source.ruby.gemfile
- text.html.erb
vendor/grammars/language-shellscript:
- source.shell
- text.shell-session
@@ -436,11 +483,15 @@ vendor/grammars/language-toc-wow:
- source.toc
vendor/grammars/language-turing:
- source.turing
vendor/grammars/language-typelanguage:
- source.tl
vendor/grammars/language-viml:
- source.viml
vendor/grammars/language-wavefront:
- source.wavefront.mtl
- source.wavefront.obj
vendor/grammars/language-webassembly:
- source.webassembly
vendor/grammars/language-xbase:
- source.harbour
vendor/grammars/language-xcompose:
@@ -474,6 +525,8 @@ vendor/grammars/make.tmbundle:
- source.makefile
vendor/grammars/mako-tmbundle:
- text.html.mako
vendor/grammars/marko-tmbundle:
- text.marko
vendor/grammars/mathematica-tmbundle:
- source.mathematica
vendor/grammars/matlab.tmbundle:
@@ -511,6 +564,8 @@ vendor/grammars/ooc.tmbundle:
- source.ooc
vendor/grammars/opa.tmbundle:
- source.opa
vendor/grammars/openscad.tmbundle:
- source.scad
vendor/grammars/oz-tmbundle/Syntaxes/Oz.tmLanguage:
- source.oz
vendor/grammars/parrot:
@@ -546,13 +601,8 @@ vendor/grammars/r.tmbundle:
- text.tex.latex.rd
vendor/grammars/rascal-syntax-highlighting:
- source.rascal
vendor/grammars/reason:
- source.reason
vendor/grammars/ruby-slim.tmbundle:
- text.slim
vendor/grammars/ruby.tmbundle:
- source.ruby
- text.html.erb
vendor/grammars/sas.tmbundle:
- source.SASLog
- source.sas
@@ -567,6 +617,9 @@ vendor/grammars/scilab.tmbundle:
- source.scilab
vendor/grammars/secondlife-lsl:
- source.lsl
vendor/grammars/shaders-tmLanguage:
- source.hlsl
- source.shaderlab
vendor/grammars/smali-sublime:
- source.smali
vendor/grammars/smalltalk-tmbundle:
@@ -575,6 +628,8 @@ vendor/grammars/sourcepawn:
- source.sp
vendor/grammars/sql.tmbundle:
- source.sql
vendor/grammars/squirrel-language:
- source.nut
vendor/grammars/st2-zonefile:
- text.zone_file
vendor/grammars/standard-ml.tmbundle:
@@ -582,6 +637,8 @@ vendor/grammars/standard-ml.tmbundle:
- source.ml
vendor/grammars/sublime-MuPAD:
- source.mupad
vendor/grammars/sublime-angelscript:
- source.angelscript
vendor/grammars/sublime-aspectj:
- source.aspectj
vendor/grammars/sublime-autoit:
@@ -594,6 +651,8 @@ vendor/grammars/sublime-cirru:
- source.cirru
vendor/grammars/sublime-clips:
- source.clips
vendor/grammars/sublime-fantom:
- source.fan
vendor/grammars/sublime-glsl:
- source.essl
- source.glsl
@@ -601,6 +660,8 @@ vendor/grammars/sublime-golo:
- source.golo
vendor/grammars/sublime-mask:
- source.mask
vendor/grammars/sublime-nearley:
- source.ne
vendor/grammars/sublime-netlinx:
- source.netlinx
- source.netlinx.erb
@@ -615,6 +676,8 @@ vendor/grammars/sublime-rexx:
- source.rexx
vendor/grammars/sublime-robot-plugin:
- text.robot
vendor/grammars/sublime-shen:
- source.shen
vendor/grammars/sublime-spintools:
- source.regexp.spin
- source.spin
@@ -624,11 +687,6 @@ vendor/grammars/sublime-terra:
- source.terra
vendor/grammars/sublime-text-ox:
- source.ox
vendor/grammars/sublime-typescript:
- source.ts
- source.tsx
- text.error-list
- text.find-refs
vendor/grammars/sublime-varnish:
- source.varnish.vcl
vendor/grammars/sublime_cobol:
@@ -661,6 +719,8 @@ vendor/grammars/vhdl:
- source.vhdl
vendor/grammars/vue-syntax-highlight:
- text.html.vue
vendor/grammars/wdl-sublime-syntax-highlighter:
- source.wdl
vendor/grammars/xc.tmbundle:
- source.xc
vendor/grammars/xml.tmbundle:

View File

@@ -15,9 +15,9 @@ class << Linguist
# see Linguist::LazyBlob and Linguist::FileBlob for examples
#
# Returns Language or nil.
def detect(blob)
def detect(blob, allow_empty: false)
# Bail early if the blob is binary or empty.
return nil if blob.likely_binary? || blob.binary? || blob.empty?
return nil if blob.likely_binary? || blob.binary? || (!allow_empty && blob.empty?)
Linguist.instrument("linguist.detection", :blob => blob) do
# Call each strategy until one candidate is returned.
@@ -74,7 +74,7 @@ class << Linguist
# end
# end
#
# Linguist.instrumenter = CustomInstrumenter
# Linguist.instrumenter = CustomInstrumenter.new
#
# The instrumenter must conform to the `ActiveSupport::Notifications`
# interface, which defines `#instrument` and accepts:

View File

@@ -95,7 +95,7 @@ module Linguist
# Returns sorted Array of result pairs. Each pair contains the
# String language name and a Float score.
def classify(tokens, languages)
return [] if tokens.nil?
return [] if tokens.nil? || languages.empty?
tokens = Tokenizer.tokenize(tokens) if tokens.is_a?(String)
scores = {}

View File

@@ -9,11 +9,12 @@
## Documentation directories ##
- ^docs?/
- ^[Dd]ocs?/
- (^|/)[Dd]ocumentation/
- (^|/)javadoc/
- ^man/
- (^|/)[Jj]avadoc/
- ^[Mm]an/
- ^[Ee]xamples/
- ^[Dd]emos?/
## Documentation files ##
@@ -27,4 +28,4 @@
- (^|/)[Rr]eadme(\.|$)
# Samples folders
- ^[Ss]amples/
- ^[Ss]amples?/

View File

@@ -57,7 +57,7 @@ module Linguist
composer_lock? ||
node_modules? ||
go_vendor? ||
npm_shrinkwrap? ||
npm_shrinkwrap_or_package_lock? ||
godeps? ||
generated_by_zephir? ||
minified_files? ||
@@ -81,7 +81,8 @@ module Linguist
generated_grammarkit? ||
generated_roxygen2? ||
generated_jison? ||
generated_yarn_lock?
generated_yarn_lock? ||
generated_grpc_cpp?
end
# Internal: Is the blob an Xcode file?
@@ -243,7 +244,11 @@ module Linguist
#
# Returns true or false.
def generated_postscript?
return false unless ['.ps', '.eps'].include? extname
return false unless ['.ps', '.eps', '.pfa'].include? extname
# Type 1 and Type 42 fonts converted to PostScript are stored as hex-encoded byte streams; these
# streams are always preceded the `eexec` operator (if Type 1), or the `/sfnts` key (if Type 42).
return true if data =~ /(\n|\r\n|\r)\s*(?:currentfile eexec\s+|\/sfnts\s+\[\1<)\h{8,}\1/
# We analyze the "%%Creator:" comment, which contains the author/generator
# of the file. If there is one, it should be in one of the first few lines.
@@ -253,10 +258,12 @@ module Linguist
# Most generators write their version number, while human authors' or companies'
# names don't contain numbers. So look if the line contains digits. Also
# look for some special cases without version numbers.
return creator =~ /[0-9]/ ||
creator.include?("mpage") ||
creator.include?("draw") ||
creator.include?("ImageMagick")
return true if creator =~ /[0-9]|draw|mpage|ImageMagick|inkscape|MATLAB/ ||
creator =~ /PCBNEW|pnmtops|\(Unknown\)|Serif Affinity|Filterimage -tops/
# EAGLE doesn't include a version number when it generates PostScript.
# However, it does prepend its name to the document's "%%Title" field.
!!creator.include?("EAGLE") and lines[0..4].find {|line| line =~ /^%%Title: EAGLE Drawing /}
end
def generated_go?
@@ -326,11 +333,11 @@ module Linguist
!!name.match(/vendor\/((?!-)[-0-9A-Za-z]+(?<!-)\.)+(com|edu|gov|in|me|net|org|fm|io)/)
end
# Internal: Is the blob a generated npm shrinkwrap file?
# Internal: Is the blob a generated npm shrinkwrap or package lock file?
#
# Returns true or false.
def npm_shrinkwrap?
!!name.match(/npm-shrinkwrap\.json/)
def npm_shrinkwrap_or_package_lock?
name.match(/npm-shrinkwrap\.json/) || name.match(/package-lock\.json/)
end
# Internal: Is the blob part of Godeps/,
@@ -486,7 +493,21 @@ module Linguist
# Returns true or false.
def generated_yarn_lock?
return false unless name.match(/yarn\.lock/)
return false unless lines.count > 0
return lines[0].include?("# THIS IS AN AUTOGENERATED FILE")
end
# Internal: Is this a protobuf/grpc-generated C++ file?
#
# A generated file contains:
# // Generated by the gRPC C++ plugin.
# on the first line.
#
# Return true or false
def generated_grpc_cpp?
return false unless %w{.cpp .hpp .h .cc}.include? extname
return false unless lines.count > 1
return lines[0].start_with?("// Generated by the gRPC")
end
end
end

View File

@@ -17,9 +17,8 @@ module Linguist
data = blob.data
@heuristics.each do |heuristic|
if heuristic.matches?(blob.name)
languages = Array(heuristic.call(data))
return languages if languages.any? || languages.all? { |l| candidates.include?(l) }
if heuristic.matches?(blob.name, candidates)
return Array(heuristic.call(data))
end
end
@@ -28,7 +27,8 @@ module Linguist
# Internal: Define a new heuristic.
#
# languages - String names of languages to disambiguate.
# exts_and_langs - String names of file extensions and languages to
# disambiguate.
# heuristic - Block which takes data as an argument and returns a Language or nil.
#
# Examples
@@ -41,23 +41,28 @@ module Linguist
# end
# end
#
def self.disambiguate(*extensions, &heuristic)
@heuristics << new(extensions, &heuristic)
def self.disambiguate(*exts_and_langs, &heuristic)
@heuristics << new(exts_and_langs, &heuristic)
end
# Internal: Array of defined heuristics
@heuristics = []
# Internal
def initialize(extensions, &heuristic)
@extensions = extensions
def initialize(exts_and_langs, &heuristic)
@exts_and_langs, @candidates = exts_and_langs.partition {|e| e =~ /\A\./}
@heuristic = heuristic
end
# Internal: Check if this heuristic matches the candidate languages.
def matches?(filename)
# Internal: Check if this heuristic matches the candidate filenames or
# languages.
def matches?(filename, candidates)
filename = filename.downcase
@extensions.any? { |ext| filename.end_with?(ext) }
candidates = candidates.compact.map(&:name)
@exts_and_langs.any? { |ext| filename.end_with?(ext) } ||
(candidates.any? &&
(@candidates - candidates == [] &&
candidates - @candidates == []))
end
# Internal: Perform the heuristic
@@ -68,6 +73,14 @@ module Linguist
# Common heuristics
ObjectiveCRegex = /^\s*(@(interface|class|protocol|property|end|synchronised|selector|implementation)\b|#import\s+.+\.h[">])/
disambiguate ".as" do |data|
if /^\s*(package\s+[a-z0-9_\.]+|import\s+[a-zA-Z0-9_\.]+;|class\s+[A-Za-z0-9_]+\s+extends\s+[A-Za-z0-9_]+)/.match(data)
Language["ActionScript"]
else
Language["AngelScript"]
end
end
disambiguate ".asc" do |data|
if /^(----[- ]BEGIN|ssh-(rsa|dss)) /.match(data)
Language["Public Key"]
@@ -125,11 +138,18 @@ module Linguist
end
disambiguate ".d" do |data|
if /^module /.match(data)
# see http://dlang.org/spec/grammar
# ModuleDeclaration | ImportDeclaration | FuncDeclaration | unittest
if /^module\s+[\w.]*\s*;|import\s+[\w\s,.:]*;|\w+\s+\w+\s*\(.*\)(?:\(.*\))?\s*{[^}]*}|unittest\s*(?:\(.*\))?\s*{[^}]*}/.match(data)
Language["D"]
elsif /^((dtrace:::)?BEGIN|provider |#pragma (D (option|attributes)|ident)\s)/.match(data)
# see http://dtrace.org/guide/chp-prog.html, http://dtrace.org/guide/chp-profile.html, http://dtrace.org/guide/chp-opt.html
elsif /^(\w+:\w*:\w*:\w*|BEGIN|END|provider\s+|(tick|profile)-\w+\s+{[^}]*}|#pragma\s+D\s+(option|attributes|depends_on)\s|#pragma\s+ident\s)/.match(data)
Language["DTrace"]
elsif /(\/.*:( .* \\)$| : \\$|^ : |: \\$)/.match(data)
# path/target : dependency \
# target : \
# : dependency
# path/file.ext1 : some/path/../file.ext2
elsif /([\/\\].*:\s+.*\s\\$|: \\$|^ : |^[\w\s\/\\.]+\w+\.\w+\s*:\s+[\w\s\/\\.]+\w+\.\w+)/.match(data)
Language["Makefile"]
end
end
@@ -158,7 +178,7 @@ module Linguist
elsif data.include?("flowop")
Language["Filebench WML"]
elsif fortran_rx.match(data)
Language["FORTRAN"]
Language["Fortran"]
end
end
@@ -166,7 +186,7 @@ module Linguist
if /^: /.match(data)
Language["Forth"]
elsif fortran_rx.match(data)
Language["FORTRAN"]
Language["Fortran"]
end
end
@@ -219,7 +239,7 @@ module Linguist
elsif /^(%[%{}]xs|<.*>)/.match(data)
Language["Lex"]
elsif /^\.[a-z][a-z](\s|$)/i.match(data)
Language["Groff"]
Language["Roff"]
elsif /^\((de|class|rel|code|data|must)\s/.match(data)
Language["PicoLisp"]
end
@@ -260,10 +280,12 @@ module Linguist
end
disambiguate ".md" do |data|
if /(^[-a-z0-9=#!\*\[|])|<\//i.match(data) || data.empty?
if /(^[-a-z0-9=#!\*\[|>])|<\//i.match(data) || data.empty?
Language["Markdown"]
elsif /^(;;|\(define_)/.match(data)
Language["GCC machine description"]
Language["GCC Machine Description"]
else
Language["Markdown"]
end
end
@@ -278,7 +300,7 @@ module Linguist
disambiguate ".mod" do |data|
if data.include?('<!ENTITY ')
Language["XML"]
elsif /MODULE\s\w+\s*;/i.match(data) || /^\s*END \w+;$/i.match(data)
elsif /^\s*MODULE [\w\.]+;/i.match(data) || /^\s*END [\w\.]+;/i.match(data)
Language["Modula-2"]
else
[Language["Linux Kernel Module"], Language["AMPL"]]
@@ -287,9 +309,9 @@ module Linguist
disambiguate ".ms" do |data|
if /^[.'][a-z][a-z](\s|$)/i.match(data)
Language["Groff"]
elsif /(?<!\S)\.(include|globa?l)\s/.match(data) || /(?<!\/\*)(\A|\n)\s*\.[A-Za-z]/.match(data.gsub(/"([^\\"]|\\.)*"|'([^\\']|\\.)*'|\\\s*(?:--.*)?\n/, ""))
Language["GAS"]
Language["Roff"]
elsif /(?<!\S)\.(include|globa?l)\s/.match(data) || /(?<!\/\*)(\A|\n)\s*\.[A-Za-z][_A-Za-z0-9]*:/.match(data.gsub(/"([^\\"]|\\.)*"|'([^\\']|\\.)*'|\\\s*(?:--.*)?\n/, ""))
Language["Unix Assembly"]
else
Language["MAXScript"]
end
@@ -297,7 +319,7 @@ module Linguist
disambiguate ".n" do |data|
if /^[.']/.match(data)
Language["Groff"]
Language["Roff"]
elsif /^(module|namespace|using)\s/.match(data)
Language["Nemerle"]
end
@@ -331,20 +353,22 @@ module Linguist
elsif /use strict|use\s+v?5\./.match(data)
Language["Perl"]
elsif /^(use v6|(my )?class|module)/.match(data)
Language["Perl6"]
Language["Perl 6"]
end
end
disambiguate ".pm", ".t" do |data|
if /use strict|use\s+v?5\./.match(data)
disambiguate ".pm" do |data|
if /^\s*(?:use\s+v6\s*;|(?:\bmy\s+)?class|module)\b/.match(data)
Language["Perl 6"]
elsif /\buse\s+(?:strict\b|v?5\.)/.match(data)
Language["Perl"]
elsif /^(use v6|(my )?class|module)/.match(data)
Language["Perl6"]
elsif /^\s*\/\* XPM \*\//.match(data)
Language["XPM"]
end
end
disambiguate ".pod" do |data|
if /^=\w+$/.match(data)
disambiguate ".pod", "Pod", "Perl" do |data|
if /^=\w+\b/.match(data)
Language["Pod"]
else
Language["Perl"]
@@ -383,7 +407,7 @@ module Linguist
if /^\.!|^\.end lit(?:eral)?\b/i.match(data)
Language["RUNOFF"]
elsif /^\.\\" /.match(data)
Language["Groff"]
Language["Roff"]
end
end
@@ -434,10 +458,12 @@ module Linguist
end
disambiguate ".t" do |data|
if /^\s*%|^\s*var\s+\w+\s*:\s*\w+/.match(data)
if /^\s*%[ \t]+|^\s*var\s+\w+\s*:=\s*\w+/.match(data)
Language["Turing"]
elsif /^\s*use\s+v6\s*;/.match(data)
Language["Perl6"]
elsif /^\s*(?:use\s+v6\s*;|\bmodule\b|\b(?:my\s+)?class\b)/.match(data)
Language["Perl 6"]
elsif /\buse\s+(?:strict\b|v?5\.)/.match(data)
Language["Perl"]
end
end
@@ -465,5 +491,22 @@ module Linguist
Language["Scilab"]
end
end
disambiguate ".tsx" do |data|
if /^\s*(import.+(from\s+|require\()['"]react|\/\/\/\s*<reference\s)/.match(data)
Language["TypeScript"]
elsif /^\s*<\?xml\s+version/i.match(data)
Language["XML"]
end
end
disambiguate ".w" do |data|
if (data.include?("&ANALYZE-SUSPEND _UIB-CODE-BLOCK _CUSTOM _DEFINITIONS"))
Language["OpenEdge ABL"]
elsif /^@(<|\w+\.)/.match(data)
Language["CWeb"]
end
end
end
end

View File

@@ -109,7 +109,7 @@ module Linguist
#
# Returns the Language or nil if none was found.
def self.find_by_name(name)
return nil if name.to_s.empty?
return nil if !name.is_a?(String) || name.to_s.empty?
name && (@name_index[name.downcase] || @name_index[name.split(',').first.downcase])
end
@@ -124,7 +124,7 @@ module Linguist
#
# Returns the Language or nil if none was found.
def self.find_by_alias(name)
return nil if name.to_s.empty?
return nil if !name.is_a?(String) || name.to_s.empty?
name && (@alias_index[name.downcase] || @alias_index[name.split(',').first.downcase])
end
@@ -214,7 +214,7 @@ module Linguist
#
# Returns the Language or nil if none was found.
def self.[](name)
return nil if name.to_s.empty?
return nil if !name.is_a?(String) || name.to_s.empty?
lang = @index[name.downcase]
return lang if lang

View File

@@ -171,6 +171,18 @@ Ada:
- ada2005
ace_mode: ada
language_id: 11
Adobe Font Metrics:
type: data
tm_scope: source.afm
extensions:
- ".afm"
aliases:
- acfm
- adobe composite font metrics
- adobe multiple font metrics
- amfm
ace_mode: text
language_id: 147198098
Agda:
type: programming
color: "#315665"
@@ -198,6 +210,17 @@ Alpine Abuild:
codemirror_mode: shell
codemirror_mime_type: text/x-sh
language_id: 14
AngelScript:
type: programming
color: "#C7D7DC"
extensions:
- ".as"
- ".angelscript"
tm_scope: source.angelscript
ace_mode: text
codemirror_mode: clike
codemirror_mime_type: text/x-c++src
language_id: 389477596
Ant Build System:
type: data
tm_scope: text.xml.ant
@@ -209,7 +232,7 @@ Ant Build System:
codemirror_mime_type: application/xml
language_id: 15
ApacheConf:
type: markup
type: data
aliases:
- aconf
- apache
@@ -342,6 +365,14 @@ Awk:
- nawk
ace_mode: text
language_id: 28
Ballerina:
type: programming
extensions:
- ".bal"
tm_scope: source.ballerina
ace_mode: text
color: "#FF5000"
language_id: 720859680
Batchfile:
type: programming
aliases:
@@ -455,7 +486,6 @@ C:
- ".cats"
- ".h"
- ".idc"
- ".w"
interpreters:
- tcc
ace_mode: c_cpp
@@ -589,6 +619,13 @@ CSV:
extensions:
- ".csv"
language_id: 51
CWeb:
type: programming
extensions:
- ".w"
tm_scope: none
ace_mode: text
language_id: 657332628
Cap'n Proto:
type: programming
tm_scope: source.capnp
@@ -607,8 +644,10 @@ CartoCSS:
language_id: 53
Ceylon:
type: programming
color: "#dfa535"
extensions:
- ".ceylon"
tm_scope: source.ceylon
ace_mode: text
language_id: 54
Chapel:
@@ -687,6 +726,18 @@ Clojure:
filenames:
- riemann.config
language_id: 62
Closure Templates:
type: markup
group: HTML
ace_mode: soy_template
codemirror_mode: soy
codemirror_mime_type: text/x-soy
alias:
- soy
extensions:
- ".soy"
tm_scope: text.html.soy
language_id: 357046146
CoffeeScript:
type: programming
tm_scope: source.coffee
@@ -825,7 +876,7 @@ Csound:
- ".orc"
- ".udo"
tm_scope: source.csound
ace_mode: text
ace_mode: csound_orchestra
language_id: 73
Csound Document:
type: programming
@@ -834,7 +885,7 @@ Csound Document:
extensions:
- ".csd"
tm_scope: source.csound-document
ace_mode: text
ace_mode: csound_document
language_id: 74
Csound Score:
type: programming
@@ -843,7 +894,7 @@ Csound Score:
extensions:
- ".sco"
tm_scope: source.csound-score
ace_mode: text
ace_mode: csound_score
language_id: 75
Cuda:
type: programming
@@ -956,6 +1007,14 @@ Dart:
codemirror_mode: dart
codemirror_mime_type: application/dart
language_id: 87
DataWeave:
type: programming
color: "#003a52"
extensions:
- ".dwl"
ace_mode: text
tm_scope: source.data-weave
language_id: 974514097
Diff:
type: data
extensions:
@@ -1056,8 +1115,7 @@ EQ:
codemirror_mime_type: text/x-csharp
language_id: 96
Eagle:
type: markup
color: "#814C05"
type: data
extensions:
- ".sch"
- ".brd"
@@ -1066,6 +1124,16 @@ Eagle:
codemirror_mode: xml
codemirror_mime_type: text/xml
language_id: 97
Easybuild:
type: data
group: Python
ace_mode: python
codemirror_mode: python
codemirror_mime_type: text/x-python
tm_scope: source.python
extensions:
- ".eb"
language_id: 342840477
Ecere Projects:
type: data
group: JavaScript
@@ -1156,6 +1224,7 @@ Erlang:
- ".xrl"
- ".yrl"
filenames:
- Emakefile
- rebar.config
- rebar.config.lock
- rebar.lock
@@ -1212,10 +1281,10 @@ Fancy:
language_id: 109
Fantom:
type: programming
color: "#dbded5"
color: "#14253c"
extensions:
- ".fan"
tm_scope: none
tm_scope: source.fan
ace_mode: text
language_id: 110
Filebench WML:
@@ -1358,6 +1427,8 @@ GLSL:
- ".glslv"
- ".gshader"
- ".shader"
- ".tesc"
- ".tese"
- ".vert"
- ".vrx"
- ".vsh"
@@ -1426,6 +1497,29 @@ Gentoo Eclass:
codemirror_mode: shell
codemirror_mime_type: text/x-sh
language_id: 128
Gerber Image:
type: data
aliases:
- rs-274x
extensions:
- ".gbr"
- ".gbl"
- ".gbo"
- ".gbp"
- ".gbs"
- ".gko"
- ".gpb"
- ".gpt"
- ".gtl"
- ".gto"
- ".gtp"
- ".gts"
interpreters:
- gerbv
- gerbview
tm_scope: source.gerber
ace_mode: text
language_id: 404627610
Gettext Catalog:
type: prose
searchable: false
@@ -1539,6 +1633,7 @@ GraphQL:
type: data
extensions:
- ".graphql"
- ".gql"
tm_scope: source.graphql
ace_mode: text
language_id: 139
@@ -1587,17 +1682,18 @@ HCL:
ace_mode: ruby
codemirror_mode: ruby
codemirror_mime_type: text/x-ruby
tm_scope: source.ruby
tm_scope: source.terraform
language_id: 144
HLSL:
type: programming
extensions:
- ".hlsl"
- ".cginc"
- ".fx"
- ".fxh"
- ".hlsli"
ace_mode: text
tm_scope: none
tm_scope: source.hlsl
language_id: 145
HTML:
type: markup
@@ -1605,7 +1701,7 @@ HTML:
ace_mode: html
codemirror_mode: htmlmixed
codemirror_mime_type: text/html
color: "#e44b23"
color: "#e34c26"
aliases:
- xhtml
extensions:
@@ -1735,7 +1831,7 @@ Harbour:
language_id: 156
Haskell:
type: programming
color: "#29b544"
color: "#5e5086"
extensions:
- ".hs"
- ".hsc"
@@ -1801,6 +1897,8 @@ INI:
- ".prefs"
- ".pro"
- ".properties"
filenames:
- buildozer.spec
tm_scope: source.ini
aliases:
- dosini
@@ -2011,6 +2109,7 @@ JavaScript:
- ".jsfl"
- ".jsm"
- ".jss"
- ".mjs"
- ".njs"
- ".pac"
- ".sjs"
@@ -2022,6 +2121,33 @@ JavaScript:
interpreters:
- node
language_id: 183
Jison:
type: programming
group: Yacc
extensions:
- ".jison"
tm_scope: source.jison
ace_mode: text
language_id: 284531423
Jison Lex:
type: programming
group: Lex
extensions:
- ".jisonlex"
tm_scope: source.jisonlex
ace_mode: text
language_id: 406395330
Jolie:
type: programming
extensions:
- ".ol"
- ".iol"
interpreters:
- jolie
color: "#843179"
ace_mode: text
tm_scope: source.jolie
language_id: 998078858
Julia:
type: programming
extensions:
@@ -2055,15 +2181,37 @@ KRL:
tm_scope: none
ace_mode: text
language_id: 186
KiCad:
type: programming
KiCad Layout:
type: data
aliases:
- pcbnew
extensions:
- ".kicad_pcb"
- ".kicad_mod"
- ".kicad_wks"
filenames:
- fp-lib-table
tm_scope: source.pcb.sexp
ace_mode: lisp
codemirror_mode: commonlisp
codemirror_mime_type: text/x-common-lisp
language_id: 187
KiCad Legacy Layout:
type: data
extensions:
- ".brd"
tm_scope: source.pcb.board
ace_mode: text
language_id: 140848857
KiCad Schematic:
type: data
aliases:
- eeschema schematic
extensions:
- ".sch"
- ".brd"
- ".kicad_pcb"
tm_scope: none
tm_scope: source.pcb.schematic
ace_mode: text
language_id: 187
language_id: 622447435
Kit:
type: markup
ace_mode: html
@@ -2291,6 +2439,8 @@ LookML:
color: "#652B81"
extensions:
- ".lookml"
- ".model.lkml"
- ".view.lkml"
tm_scope: source.yaml
language_id: 211
LoomScript:
@@ -2418,6 +2568,7 @@ Makefile:
- Makefile.frag
- Makefile.in
- Makefile.inc
- Makefile.wat
- makefile
- makefile.sco
- mkfile
@@ -2437,6 +2588,8 @@ Mako:
language_id: 221
Markdown:
type: prose
aliases:
- pandoc
ace_mode: markdown
codemirror_mode: gfm
codemirror_mime_type: text/x-gfm
@@ -2444,12 +2597,27 @@ Markdown:
extensions:
- ".md"
- ".markdown"
- ".mdown"
- ".mdwn"
- ".mkd"
- ".mkdn"
- ".mkdown"
- ".ron"
- ".workbook"
tm_scope: source.gfm
language_id: 222
Marko:
group: HTML
type: markup
tm_scope: text.marko
extensions:
- ".marko"
aliases:
- markojs
ace_mode: text
codemirror_mode: htmlmixed
codemirror_mime_type: text/html
language_id: 932782397
Mask:
type: markup
color: "#f97732"
@@ -2478,7 +2646,7 @@ Mathematica:
language_id: 224
Matlab:
type: programming
color: "#bb92ac"
color: "#e16737"
aliases:
- octave
extensions:
@@ -2534,6 +2702,15 @@ Mercury:
- ".moo"
tm_scope: source.mercury
language_id: 229
Meson:
type: programming
color: "#007800"
filenames:
- meson.build
- meson_options.txt
tm_scope: source.meson
ace_mode: text
language_id: 799141244
Metal:
type: programming
color: "#8f14e9"
@@ -2596,6 +2773,7 @@ Monkey:
type: programming
extensions:
- ".monkey"
- ".monkey2"
ace_mode: text
tm_scope: source.monkey
language_id: 236
@@ -2645,6 +2823,15 @@ NSIS:
codemirror_mode: nsis
codemirror_mime_type: text/x-nsis
language_id: 242
Nearley:
type: programming
ace_mode: text
color: "#990000"
extensions:
- ".ne"
- ".nearley"
tm_scope: source.ne
language_id: 521429430
Nemerle:
type: programming
color: "#3d3c6e"
@@ -2696,7 +2883,7 @@ NewLisp:
codemirror_mime_type: text/x-common-lisp
language_id: 247
Nginx:
type: markup
type: data
extensions:
- ".nginxconf"
- ".vhost"
@@ -2708,7 +2895,6 @@ Nginx:
ace_mode: text
codemirror_mode: nginx
codemirror_mime_type: text/x-nginx-conf
color: "#9469E9"
language_id: 248
Nim:
type: programming
@@ -2883,6 +3069,7 @@ OpenEdge ABL:
extensions:
- ".p"
- ".cls"
- ".w"
tm_scope: source.abl
ace_mode: text
language_id: 264
@@ -2902,7 +3089,7 @@ OpenSCAD:
type: programming
extensions:
- ".scad"
tm_scope: none
tm_scope: source.scad
ace_mode: scad
language_id: 266
OpenType Feature File:
@@ -2949,6 +3136,14 @@ Oz:
codemirror_mode: oz
codemirror_mime_type: text/x-oz
language_id: 270
P4:
type: programming
color: "#7055b5"
extensions:
- ".p4"
tm_scope: source.p4
ace_mode: text
language_id: 348895984
PAWN:
type: programming
color: "#dbb284"
@@ -2994,12 +3189,21 @@ PLSQL:
color: "#dad8d8"
extensions:
- ".pls"
- ".bdy"
- ".ddl"
- ".fnc"
- ".pck"
- ".pkb"
- ".pks"
- ".plb"
- ".plsql"
- ".prc"
- ".spc"
- ".sql"
- ".tpb"
- ".tps"
- ".trg"
- ".vw"
language_id: 273
PLpgSQL:
type: programming
@@ -3025,7 +3229,7 @@ Pan:
color: "#cc0000"
extensions:
- ".pan"
tm_scope: none
tm_scope: source.pan
ace_mode: text
language_id: 276
Papyrus:
@@ -3085,6 +3289,14 @@ Pascal:
codemirror_mode: pascal
codemirror_mime_type: text/x-pascal
language_id: 281
Pep8:
type: programming
color: "#C76F5B"
extensions:
- ".pep"
ace_mode: text
tm_scope: source.pep8
language_id: 840372442
Perl:
type: programming
tm_scope: source.perl
@@ -3104,10 +3316,12 @@ Perl:
- ".pod"
- ".psgi"
- ".t"
filenames:
- cpanfile
interpreters:
- perl
language_id: 282
Perl6:
Perl 6:
type: programming
color: "#0000fb"
extensions:
@@ -3185,6 +3399,8 @@ Pod:
wrap: true
extensions:
- ".pod"
interpreters:
- perl
tm_scope: none
language_id: 288
PogoScript:
@@ -3208,6 +3424,7 @@ PostScript:
extensions:
- ".ps"
- ".eps"
- ".pfa"
tm_scope: source.postscript
aliases:
- postscr
@@ -3226,6 +3443,7 @@ PowerBuilder:
language_id: 292
PowerShell:
type: programming
color: "#012456"
ace_mode: powershell
codemirror_mode: powershell
codemirror_mime_type: application/x-powershell
@@ -3266,7 +3484,7 @@ Propeller Spin:
ace_mode: text
language_id: 296
Protocol Buffer:
type: markup
type: data
aliases:
- protobuf
- Protocol Buffers
@@ -3311,8 +3529,7 @@ Puppet:
tm_scope: source.puppet
language_id: 299
Pure Data:
type: programming
color: "#91de79"
type: data
extensions:
- ".pd"
tm_scope: none
@@ -3353,6 +3570,7 @@ Python:
- ".lmi"
- ".py3"
- ".pyde"
- ".pyi"
- ".pyp"
- ".pyt"
- ".pyw"
@@ -3368,6 +3586,7 @@ Python:
- SConscript
- SConstruct
- Snakefile
- WORKSPACE
- wscript
interpreters:
- python
@@ -3601,6 +3820,17 @@ Redcode:
tm_scope: none
ace_mode: text
language_id: 321
Regular Expression:
type: data
extensions:
- ".regexp"
- ".regex"
aliases:
- regexp
- regex
ace_mode: text
tm_scope: source.regexp
language_id: 363378884
Ren'Py:
type: programming
aliases:
@@ -3619,6 +3849,14 @@ RenderScript:
tm_scope: none
ace_mode: text
language_id: 323
Ring:
type: programming
color: "#0e60e3"
extensions:
- ".ring"
tm_scope: source.ring
ace_mode: text
language_id: 431
RobotFramework:
type: programming
extensions:
@@ -3651,6 +3889,7 @@ Roff:
- ".me"
- ".ms"
- ".n"
- ".nr"
- ".rno"
- ".roff"
- ".tmac"
@@ -3689,10 +3928,10 @@ Ruby:
extensions:
- ".rb"
- ".builder"
- ".eye"
- ".fcgi"
- ".gemspec"
- ".god"
- ".irbrc"
- ".jbuilder"
- ".mspec"
- ".pluginspec"
@@ -3714,6 +3953,7 @@ Ruby:
- jruby
- rbx
filenames:
- ".irbrc"
- ".pryrc"
- Appraisals
- Berksfile
@@ -3729,6 +3969,7 @@ Ruby:
- Mavenfile
- Podfile
- Puppetfile
- Rakefile
- Snapfile
- Thorfile
- Vagrantfile
@@ -3916,6 +4157,7 @@ Scheme:
color: "#1e4aec"
extensions:
- ".scm"
- ".sch"
- ".sld"
- ".sls"
- ".sps"
@@ -3947,6 +4189,13 @@ Self:
tm_scope: none
ace_mode: text
language_id: 345
ShaderLab:
type: programming
extensions:
- ".shader"
ace_mode: text
tm_scope: source.shaderlab
language_id: 664257356
Shell:
type: programming
color: "#89e051"
@@ -3975,7 +4224,12 @@ Shell:
- PKGBUILD
- gradlew
interpreters:
- ash
- bash
- dash
- ksh
- mksh
- pdksh
- rc
- sh
- zsh
@@ -4000,7 +4254,7 @@ Shen:
color: "#120F14"
extensions:
- ".shen"
tm_scope: none
tm_scope: source.shen
ace_mode: text
language_id: 348
Slash:
@@ -4298,6 +4552,7 @@ Text:
- ".no"
filenames:
- COPYING
- COPYRIGHT.regex
- FONTLOG
- INSTALL
- INSTALL.mysql
@@ -4360,6 +4615,15 @@ Twig:
codemirror_mode: twig
codemirror_mime_type: text/x-twig
language_id: 377
Type Language:
type: data
aliases:
- tl
extensions:
- ".tl"
tm_scope: source.tl
ace_mode: text
language_id: 632765617
TypeScript:
type: programming
color: "#2b7489"
@@ -4437,8 +4701,8 @@ UrWeb:
ace_mode: text
language_id: 383
VCL:
group: Perl
type: programming
color: "#0298c3"
extensions:
- ".vcl"
tm_scope: source.varnish.vcl
@@ -4550,13 +4814,26 @@ Wavefront Object:
ace_mode: text
language_id: 393
Web Ontology Language:
type: markup
color: "#9cc9dd"
type: data
extensions:
- ".owl"
tm_scope: text.xml
ace_mode: xml
language_id: 394
WebAssembly:
type: programming
color: "#04133b"
extensions:
- ".wast"
- ".wat"
aliases:
- wast
- wasm
tm_scope: source.webassembly
ace_mode: lisp
codemirror_mode: commonlisp
codemirror_mime_type: text/x-common-lisp
language_id: 956556503
WebIDL:
type: programming
extensions:
@@ -4597,9 +4874,9 @@ XCompose:
type: data
filenames:
- ".XCompose"
- "XCompose"
- "xcompose"
tm_scope: 'config.xcompose'
- XCompose
- xcompose
tm_scope: config.xcompose
ace_mode: text
language_id: 225167241
XML:
@@ -4613,15 +4890,21 @@ XML:
- wsdl
extensions:
- ".xml"
- ".adml"
- ".admx"
- ".ant"
- ".axml"
- ".builds"
- ".ccproj"
- ".ccxml"
- ".clixml"
- ".cproject"
- ".cscfg"
- ".csdef"
- ".csl"
- ".csproj"
- ".ct"
- ".depproj"
- ".dita"
- ".ditamap"
- ".ditaval"
@@ -4640,9 +4923,12 @@ XML:
- ".kml"
- ".launch"
- ".mdpolicy"
- ".mjml"
- ".mm"
- ".mod"
- ".mxml"
- ".natvis"
- ".ndproj"
- ".nproj"
- ".nuspec"
- ".odd"
@@ -4650,6 +4936,7 @@ XML:
- ".pkgproj"
- ".plist"
- ".pluginspec"
- ".proj"
- ".props"
- ".ps1xml"
- ".psc1"
@@ -4660,6 +4947,7 @@ XML:
- ".sch"
- ".scxml"
- ".sfproj"
- ".shproj"
- ".srdf"
- ".storyboard"
- ".stTheme"
@@ -4678,8 +4966,11 @@ XML:
- ".ux"
- ".vbproj"
- ".vcxproj"
- ".vsixmanifest"
- ".vssettings"
- ".vstemplate"
- ".vxml"
- ".wixproj"
- ".wsdl"
- ".wsf"
- ".wxi"
@@ -4695,6 +4986,7 @@ XML:
- ".xml.dist"
- ".xproj"
- ".xsd"
- ".xspec"
- ".xul"
- ".zcml"
filenames:
@@ -4708,12 +5000,20 @@ XML:
- Web.config
- packages.config
language_id: 399
XPM:
type: data
extensions:
- ".xpm"
- ".pm"
ace_mode: c_cpp
tm_scope: source.c
language_id: 781846279
XPages:
type: programming
type: data
extensions:
- ".xsp-config"
- ".xsp.metadata"
tm_scope: none
tm_scope: text.xml
ace_mode: xml
codemirror_mode: xml
codemirror_mime_type: text/xml
@@ -4798,6 +5098,7 @@ YAML:
- ".yml.mysql"
filenames:
- ".clang-format"
- ".clang-tidy"
ace_mode: yaml
codemirror_mode: yaml
codemirror_mime_type: text/x-yaml
@@ -4907,6 +5208,14 @@ reStructuredText:
codemirror_mode: rst
codemirror_mime_type: text/x-rst
language_id: 419
wdl:
type: programming
color: "#42f1f4"
extensions:
- ".wdl"
tm_scope: source.wdl
ace_mode: text
language_id: 374521672
wisp:
type: programming
ace_mode: clojure

View File

@@ -72,6 +72,9 @@
# Normalize.css
- (^|/)normalize\.(css|less|scss|styl)$
# Skeleton.css
- (^|/)skeleton\.(css|less|scss|styl)$
# Bourbon css
- (^|/)[Bb]ourbon/.*\.(css|less|scss|styl)$
@@ -132,6 +135,9 @@
- .sublime-project
- .sublime-workspace
# VS Code workspace files
- .vscode
# Prototype
- (^|/)prototype(.*)\.js$
- (^|/)effects\.js$
@@ -188,6 +194,9 @@
# React
- (^|/)react(-[^.]*)?\.js$
# flow-typed
- (^|/)flow-typed/.*\.js$
# Modernizr
- (^|/)modernizr\-\d\.\d+(\.\d+)?\.js$
- (^|/)modernizr\.custom\.\d+\.js$

View File

@@ -1,3 +1,3 @@
module Linguist
VERSION = "5.0.3"
VERSION = "5.3.0"
end

View File

@@ -0,0 +1,35 @@
// A sample for Actionscript.
package foobar
{
import flash.display.MovieClip;
class Bar
{
public function getNumber():Number
{
return 10;
}
}
class Foo extends Bar
{
private var ourNumber:Number = 25;
override public function getNumber():Number
{
return ourNumber;
}
}
class Main extends MovieClip
{
public function Main()
{
var x:Bar = new Bar();
var y:Foo = new Foo();
trace(x.getNumber());
trace(y.getNumber());
}
}
}

View File

@@ -0,0 +1,13 @@
package mypackage
{
public class Hello
{
/* Let's say hello!
* This is just a test script for Linguist's Actionscript detection.
*/
public function sayHello():void
{
trace("Hello, world");
}
}
}

View File

@@ -0,0 +1,69 @@
StartFontMetrics 2.0
Comment Generated by FontForge 20170719
Comment Creation Date: Sun Jul 23 19:47:25 2017
FontName OpenSansCondensed-Bold
FullName Open Sans Condensed Bold
FamilyName Open Sans Condensed
Weight Bold
Notice (Digitized data copyright (c) 2010-2011, Google Corporation.)
ItalicAngle 0
IsFixedPitch false
UnderlinePosition -205
UnderlineThickness 102
Version 1.11
EncodingScheme ISO10646-1
FontBBox -667 -290 1046 1062
CapHeight 714
XHeight 544
Ascender 760
Descender -240
StartCharMetrics 939
C 32 ; WX 247 ; N space ; B 0 0 0 0 ;
C 33 ; WX 270 ; N exclam ; B 54 -14 216 714 ;
C 34 ; WX 445 ; N quotedbl ; B 59 456 388 714 ;
C 35 ; WX 543 ; N numbersign ; B 20 0 525 714 ;
C 36 ; WX 462 ; N dollar ; B 36 -59 427 760 ;
C 37 ; WX 758 ; N percent ; B 30 -9 729 725 ;
C 38 ; WX 581 ; N ampersand ; B 28 -10 572 725 ;
C 39 ; WX 246 ; N quotesingle ; B 59 456 188 714 ;
C -1 ; WX 462 ; N six.os ; B 36 -10 427 724 ;
C -1 ; WX 420 ; N seven.os ; B 19 -170 402 544 ;
C -1 ; WX 462 ; N eight.os ; B 35 -10 429 724 ;
C -1 ; WX 461 ; N nine.os ; B 33 -182 424 564 ;
C -1 ; WX 496 ; N g.alt ; B 36 -241 442 555 ;
C -1 ; WX 496 ; N gcircumflex.alt ; B 36 -241 442 767 ;
C -1 ; WX 496 ; N gbreve.alt ; B 36 -241 442 766 ;
C -1 ; WX 496 ; N gdot.alt ; B 36 -241 442 756 ;
C -1 ; WX 496 ; N gcommaaccent.alt ; B 36 -241 442 767 ;
C -1 ; WX 0 ; N cyrotmarkcomb ; B -203 591 203 714 ;
EndCharMetrics
StartKernData
StartKernPairs 15878
KPX quotedbl uni1ECA 20
KPX quotedbl uni1EC8 20
KPX quotedbl Idotaccent 20
KPX quotedbl Iogonek 20
KPX quotedbl Imacron 20
KPX quotedbl Idieresis 20
KPX quotedbl Icircumflex 20
KPX quotedbl Iacute 20
KPX quotedbl Igrave 20
KPX quotedbl I 20
KPX quotedbl uni1EF9 20
KPX quoteleft q -20
KPX quoteleft o -20
KPX quoteleft g -9
KPX quoteleft e -20
KPX quoteleft d -20
KPX quoteleft c -20
KPX quoteleft Z 20
KPX Delta C -9
KPX Delta A -20
KPX Delta question 20
KPX Delta period -41
KPX Delta comma -41
KPX Delta quotesingle 41
KPX Delta quotedbl 41
EndKernPairs
EndKernData
EndFontMetrics

View File

@@ -0,0 +1,464 @@
StartFontMetrics 2.0
Comment Generated by FontForge 20170719
Comment Creation Date: Sun Jul 23 19:52:19 2017
FontName SpecialElite-Regular
FullName Special Elite
FamilyName Special Elite
Weight Book
Notice (Copyright (c) 2010 by Brian J. Bonislawsky DBA Astigmatic (AOETI). All rights reserved. Available under the Apache 2.0 licence.http://www.apache.org/licenses/LICENSE-2.0.html)
ItalicAngle 0
IsFixedPitch false
UnderlinePosition -133
UnderlineThickness 20
Version 1.000
EncodingScheme ISO10646-1
FontBBox -33 -322 1052 959
CapHeight 714
XHeight 487
Ascender 688
Descender -225
StartCharMetrics 371
C 32 ; WX 292 ; N space ; B 0 0 0 0 ;
C 33 ; WX 276 ; N exclam ; B 73 0 207 702 ;
C 34 ; WX 352 ; N quotedbl ; B 48 449 295 704 ;
C 35 ; WX 554 ; N numbersign ; B 31 -2 524 713 ;
C 36 ; WX 526 ; N dollar ; B 31 -201 498 919 ;
C 37 ; WX 666 ; N percent ; B 32 -186 642 872 ;
C 38 ; WX 676 ; N ampersand ; B 31 -5 645 705 ;
C 39 ; WX 196 ; N quotesingle ; B 48 449 143 703 ;
C 40 ; WX 279 ; N parenleft ; B 55 -71 243 757 ;
C 41 ; WX 281 ; N parenright ; B 37 -59 229 770 ;
C 42 ; WX 522 ; N asterisk ; B 32 276 493 707 ;
C 43 ; WX 496 ; N plus ; B 29 131 465 560 ;
C 44 ; WX 336 ; N comma ; B 39 -197 290 251 ;
C 45 ; WX 636 ; N hyphen ; B 63 273 573 397 ;
C 46 ; WX 349 ; N period ; B 52 -3 298 245 ;
C 47 ; WX 557 ; N slash ; B 23 -41 536 760 ;
C 48 ; WX 610 ; N zero ; B 55 0 560 720 ;
C 49 ; WX 569 ; N one ; B 27 -12 572 712 ;
C 50 ; WX 573 ; N two ; B 50 -25 541 680 ;
C 51 ; WX 557 ; N three ; B 44 -25 514 694 ;
C 52 ; WX 612 ; N four ; B 15 4 584 708 ;
C 53 ; WX 537 ; N five ; B 47 0 505 690 ;
C 54 ; WX 588 ; N six ; B 48 -10 548 707 ;
C 55 ; WX 555 ; N seven ; B 15 -34 549 734 ;
C 56 ; WX 598 ; N eight ; B 51 1 551 720 ;
C 57 ; WX 584 ; N nine ; B 48 -2 539 715 ;
C 58 ; WX 343 ; N colon ; B 51 -3 297 518 ;
C 59 ; WX 328 ; N semicolon ; B 45 -197 297 518 ;
C 60 ; WX 463 ; N less ; B 31 120 401 565 ;
C 61 ; WX 636 ; N equal ; B 63 186 573 513 ;
C 62 ; WX 463 ; N greater ; B 62 120 433 565 ;
C 63 ; WX 470 ; N question ; B 34 2 442 729 ;
C 64 ; WX 665 ; N at ; B 46 -4 618 680 ;
C 65 ; WX 549 ; N A ; B -1 -16 550 703 ;
C 66 ; WX 604 ; N B ; B 29 -6 557 704 ;
C 67 ; WX 579 ; N C ; B 46 -13 531 700 ;
C 68 ; WX 622 ; N D ; B 36 -17 579 713 ;
C 69 ; WX 638 ; N E ; B 38 -16 587 691 ;
C 70 ; WX 605 ; N F ; B 29 -9 595 709 ;
C 71 ; WX 615 ; N G ; B 45 -3 586 710 ;
C 72 ; WX 652 ; N H ; B 40 -20 622 690 ;
C 73 ; WX 495 ; N I ; B 26 -24 469 710 ;
C 74 ; WX 541 ; N J ; B 16 -3 539 703 ;
C 75 ; WX 582 ; N K ; B 28 -5 584 711 ;
C 76 ; WX 602 ; N L ; B 23 -14 583 718 ;
C 77 ; WX 697 ; N M ; B 46 -10 655 704 ;
C 78 ; WX 627 ; N N ; B 41 -15 595 700 ;
C 79 ; WX 616 ; N O ; B 42 -30 574 702 ;
C 80 ; WX 553 ; N P ; B 30 -12 527 689 ;
C 81 ; WX 602 ; N Q ; B 42 -98 571 711 ;
C 82 ; WX 636 ; N R ; B 14 -9 624 706 ;
C 83 ; WX 588 ; N S ; B 51 -13 547 690 ;
C 84 ; WX 594 ; N T ; B 25 1 564 707 ;
C 85 ; WX 621 ; N U ; B 24 -6 611 710 ;
C 86 ; WX 611 ; N V ; B -1 -15 614 726 ;
C 87 ; WX 643 ; N W ; B 8 0 614 689 ;
C 88 ; WX 582 ; N X ; B 3 -1 580 697 ;
C 89 ; WX 561 ; N Y ; B -21 -2 562 719 ;
C 90 ; WX 592 ; N Z ; B 49 -1 551 709 ;
C 91 ; WX 312 ; N bracketleft ; B 85 -72 297 754 ;
C 92 ; WX 557 ; N backslash ; B 21 -41 534 760 ;
C 249 ; WX 639 ; N ugrave ; B 5 -28 624 679 ;
C 250 ; WX 639 ; N uacute ; B 5 -28 624 682 ;
C 251 ; WX 639 ; N ucircumflex ; B 5 -28 624 691 ;
C 252 ; WX 639 ; N udieresis ; B 5 -28 624 649 ;
C 253 ; WX 592 ; N yacute ; B 0 -232 596 666 ;
C 254 ; WX 552 ; N thorn ; B -33 -221 512 699 ;
C 255 ; WX 592 ; N ydieresis ; B 0 -232 596 643 ;
C -1 ; WX 549 ; N Amacron ; B -1 -16 550 809 ;
C -1 ; WX 565 ; N amacron ; B 38 -6 561 619 ;
C -1 ; WX 549 ; N Abreve ; B -1 -16 550 890 ;
C -1 ; WX 565 ; N abreve ; B 38 -6 561 686 ;
C -1 ; WX 549 ; N Aogonek ; B -1 -138 589 703 ;
C -1 ; WX 565 ; N aogonek ; B 38 -118 624 502 ;
C -1 ; WX 579 ; N Cacute ; B 46 -13 531 900 ;
C -1 ; WX 547 ; N cacute ; B 39 -22 506 693 ;
C -1 ; WX 579 ; N Ccircumflex ; B 46 -13 531 890 ;
C -1 ; WX 547 ; N ccircumflex ; B 39 -22 506 689 ;
C -1 ; WX 579 ; N Cdotaccent ; B 46 -13 531 859 ;
C -1 ; WX 547 ; N cdotaccent ; B 39 -22 506 657 ;
C -1 ; WX 579 ; N Ccaron ; B 46 -13 531 918 ;
C -1 ; WX 547 ; N ccaron ; B 39 -22 506 710 ;
C -1 ; WX 622 ; N Dcaron ; B 36 -17 579 924 ;
C -1 ; WX 750 ; N dcaron ; B 40 -26 716 704 ;
C -1 ; WX 623 ; N Dcroat ; B 36 -17 580 713 ;
C -1 ; WX 603 ; N dcroat ; B 40 -26 597 714 ;
C -1 ; WX 638 ; N Emacron ; B 38 -16 587 798 ;
C -1 ; WX 543 ; N emacron ; B 40 -23 501 616 ;
C -1 ; WX 638 ; N Ebreve ; B 38 -16 587 876 ;
C -1 ; WX 543 ; N ebreve ; B 40 -23 501 683 ;
C -1 ; WX 638 ; N Edotaccent ; B 38 -16 587 848 ;
C -1 ; WX 543 ; N edotaccent ; B 40 -23 501 659 ;
C -1 ; WX 638 ; N Eogonek ; B 38 -113 610 691 ;
C -1 ; WX 543 ; N eogonek ; B 40 -145 501 499 ;
C -1 ; WX 638 ; N Ecaron ; B 38 -16 587 913 ;
C -1 ; WX 543 ; N ecaron ; B 40 -23 501 714 ;
C -1 ; WX 615 ; N Gcircumflex ; B 45 -3 586 906 ;
C -1 ; WX 583 ; N gcircumflex ; B 42 -224 562 676 ;
C -1 ; WX 615 ; N Gbreve ; B 45 -3 586 899 ;
C -1 ; WX 583 ; N gbreve ; B 42 -224 562 667 ;
C -1 ; WX 615 ; N Gdotaccent ; B 45 -3 586 871 ;
C -1 ; WX 583 ; N gdotaccent ; B 42 -224 562 637 ;
C -1 ; WX 615 ; N Gcommaaccent ; B 45 -253 586 710 ;
C -1 ; WX 583 ; N gcommaaccent ; B 42 -224 562 734 ;
C -1 ; WX 652 ; N Hcircumflex ; B 40 -20 622 897 ;
C -1 ; WX 616 ; N hcircumflex ; B 5 -29 601 688 ;
C -1 ; WX 652 ; N Hbar ; B 40 -20 622 690 ;
C -1 ; WX 616 ; N hbar ; B 5 -29 601 683 ;
C -1 ; WX 495 ; N Itilde ; B 26 -24 469 859 ;
C -1 ; WX 568 ; N itilde ; B 36 -42 568 615 ;
C -1 ; WX 495 ; N Imacron ; B 26 -24 469 819 ;
C -1 ; WX 568 ; N imacron ; B 36 -42 568 585 ;
C -1 ; WX 495 ; N Ibreve ; B 26 -24 469 901 ;
C -1 ; WX 568 ; N ibreve ; B 36 -42 568 661 ;
C -1 ; WX 495 ; N Iogonek ; B 26 -154 469 710 ;
C -1 ; WX 568 ; N iogonek ; B 36 -149 568 674 ;
C -1 ; WX 495 ; N Idotaccent ; B 26 -24 469 873 ;
C -1 ; WX 568 ; N dotlessi ; B 36 -42 568 468 ;
C -1 ; WX 1036 ; N IJ ; B 26 -24 1034 710 ;
C -1 ; WX 983 ; N ij ; B 36 -236 913 683 ;
C -1 ; WX 541 ; N Jcircumflex ; B 16 -3 539 913 ;
C -1 ; WX 415 ; N jcircumflex ; B -12 -236 405 699 ;
C -1 ; WX 582 ; N Kcommaaccent ; B 28 -253 584 711 ;
C -1 ; WX 620 ; N kcommaaccent ; B 11 -253 600 683 ;
C -1 ; WX 620 ; N kgreenlandic ; B 11 -28 600 482 ;
C -1 ; WX 602 ; N Lacute ; B 23 -14 583 923 ;
C -1 ; WX 540 ; N lacute ; B 4 -28 538 902 ;
C -1 ; WX 602 ; N Lcommaaccent ; B 23 -267 583 718 ;
C -1 ; WX 540 ; N lcommaaccent ; B 4 -267 538 682 ;
C -1 ; WX 602 ; N Lcaron ; B 23 -14 583 794 ;
C -1 ; WX 582 ; N lcaron ; B 4 -28 549 704 ;
C -1 ; WX 781 ; N Ldot ; B 23 -14 748 718 ;
C -1 ; WX 571 ; N ldotaccent ; B 4 -28 538 682 ;
C -1 ; WX 603 ; N Lslash ; B 24 -14 584 718 ;
C -1 ; WX 541 ; N lslash ; B 4 -28 538 682 ;
C -1 ; WX 627 ; N Nacute ; B 41 -15 595 894 ;
C -1 ; WX 632 ; N nacute ; B 32 -23 612 696 ;
C -1 ; WX 627 ; N Ncommaaccent ; B 41 -268 595 700 ;
C -1 ; WX 632 ; N ncommaaccent ; B 32 -268 612 491 ;
C -1 ; WX 627 ; N Ncaron ; B 41 -15 595 900 ;
C -1 ; WX 632 ; N ncaron ; B 32 -23 612 712 ;
C -1 ; WX 815 ; N napostrophe ; B 34 -23 795 704 ;
C -1 ; WX 627 ; N Eng ; B 41 -320 595 700 ;
C -1 ; WX 605 ; N eng ; B 32 -322 534 491 ;
C -1 ; WX 616 ; N Omacron ; B 42 -30 574 815 ;
C -1 ; WX 583 ; N omacron ; B 40 -34 543 598 ;
C -1 ; WX 616 ; N Obreve ; B 42 -30 574 891 ;
C -1 ; WX 583 ; N obreve ; B 40 -34 543 675 ;
C -1 ; WX 616 ; N Ohungarumlaut ; B 42 -30 574 907 ;
C -1 ; WX 583 ; N ohungarumlaut ; B 40 -34 545 693 ;
C -1 ; WX 1018 ; N OE ; B 42 -30 967 702 ;
C -1 ; WX 958 ; N oe ; B 40 -34 916 499 ;
C -1 ; WX 636 ; N Racute ; B 14 -9 624 910 ;
C -1 ; WX 579 ; N racute ; B 28 -16 566 693 ;
C -1 ; WX 636 ; N Rcommaaccent ; B 14 -268 624 706 ;
C -1 ; WX 579 ; N rcommaaccent ; B 28 -272 566 495 ;
C -1 ; WX 636 ; N Rcaron ; B 14 -9 624 927 ;
C -1 ; WX 579 ; N rcaron ; B 28 -16 566 698 ;
C -1 ; WX 588 ; N Sacute ; B 51 -13 547 900 ;
C -1 ; WX 519 ; N sacute ; B 48 -31 481 713 ;
C -1 ; WX 588 ; N Scircumflex ; B 51 -13 547 904 ;
C -1 ; WX 519 ; N scircumflex ; B 48 -31 481 710 ;
C -1 ; WX 588 ; N Scedilla ; B 51 -145 547 690 ;
C -1 ; WX 519 ; N scedilla ; B 48 -145 481 496 ;
C -1 ; WX 588 ; N Scaron ; B 51 -13 547 904 ;
C -1 ; WX 519 ; N scaron ; B 48 -31 481 710 ;
C -1 ; WX 594 ; N Tcommaaccent ; B 25 -263 564 707 ;
C -1 ; WX 510 ; N tcommaaccent ; B 0 -282 488 694 ;
C -1 ; WX 594 ; N Tcaron ; B 25 1 564 920 ;
C -1 ; WX 713 ; N tcaron ; B 0 -34 680 704 ;
C -1 ; WX 594 ; N Tbar ; B 25 1 564 707 ;
C -1 ; WX 510 ; N tbar ; B 0 -34 488 694 ;
C -1 ; WX 621 ; N Utilde ; B 24 -6 611 850 ;
C -1 ; WX 638 ; N utilde ; B 5 -28 624 636 ;
C -1 ; WX 621 ; N Umacron ; B 24 -6 611 811 ;
C -1 ; WX 638 ; N umacron ; B 5 -28 624 587 ;
C -1 ; WX 621 ; N Ubreve ; B 24 -6 611 888 ;
C -1 ; WX 638 ; N ubreve ; B 5 -28 624 665 ;
C -1 ; WX 621 ; N Uring ; B 24 -6 611 959 ;
C -1 ; WX 638 ; N uring ; B 5 -28 624 738 ;
C -1 ; WX 621 ; N Uhungarumlaut ; B 24 -6 611 918 ;
C -1 ; WX 638 ; N uhungarumlaut ; B 5 -28 624 691 ;
C -1 ; WX 621 ; N Uogonek ; B 24 -136 611 710 ;
C -1 ; WX 638 ; N uogonek ; B 5 -147 671 487 ;
C -1 ; WX 643 ; N Wcircumflex ; B 8 0 614 901 ;
C -1 ; WX 678 ; N wcircumflex ; B 5 -10 674 685 ;
C -1 ; WX 561 ; N Ycircumflex ; B -21 -2 562 934 ;
C -1 ; WX 592 ; N ycircumflex ; B 0 -232 596 691 ;
C -1 ; WX 561 ; N Ydieresis ; B -21 -2 562 885 ;
C -1 ; WX 592 ; N Zacute ; B 49 -1 551 905 ;
C -1 ; WX 528 ; N zacute ; B 45 -22 487 684 ;
C -1 ; WX 592 ; N Zdotaccent ; B 49 -1 551 866 ;
C -1 ; WX 528 ; N zdotaccent ; B 45 -22 487 632 ;
C -1 ; WX 592 ; N Zcaron ; B 49 -1 551 917 ;
C -1 ; WX 528 ; N zcaron ; B 45 -22 487 688 ;
C -1 ; WX 915 ; N AEacute ; B -11 -16 864 904 ;
C -1 ; WX 888 ; N aeacute ; B 38 -23 846 670 ;
C -1 ; WX 617 ; N Oslashacute ; B 43 -41 574 912 ;
C -1 ; WX 583 ; N oslashacute ; B 40 -73 543 697 ;
C -1 ; WX 415 ; N dotlessj ; B -12 -236 344 478 ;
C -1 ; WX 281 ; N circumflex ; B 0 558 282 746 ;
C -1 ; WX 281 ; N caron ; B 0 558 282 746 ;
C -1 ; WX 281 ; N breve ; B 0 585 282 746 ;
C -1 ; WX 132 ; N dotaccent ; B 0 600 133 729 ;
C -1 ; WX 214 ; N ring ; B 0 547 215 780 ;
C -1 ; WX 211 ; N ogonek ; B 0 -145 212 13 ;
C -1 ; WX 283 ; N tilde ; B 0 583 284 701 ;
C -1 ; WX 352 ; N hungarumlaut ; B 0 591 353 763 ;
C -1 ; WX 185 ; N uni0312 ; B 28 474 152 694 ;
C -1 ; WX 185 ; N uni0315 ; B 38 470 162 690 ;
C -1 ; WX 192 ; N uni0326 ; B 32 -253 156 -33 ;
C -1 ; WX 666 ; N mu ; B 24 -219 643 487 ;
C -1 ; WX 643 ; N Wgrave ; B 8 0 614 895 ;
C -1 ; WX 678 ; N wgrave ; B 5 -10 674 688 ;
C -1 ; WX 643 ; N Wacute ; B 8 0 614 898 ;
C -1 ; WX 678 ; N wacute ; B 5 -10 674 682 ;
C -1 ; WX 643 ; N Wdieresis ; B 8 0 614 868 ;
C -1 ; WX 678 ; N wdieresis ; B 5 -10 674 649 ;
C -1 ; WX 561 ; N Ygrave ; B -21 -2 562 900 ;
C -1 ; WX 592 ; N ygrave ; B 0 -232 596 666 ;
C -1 ; WX 611 ; N endash ; B 50 270 551 391 ;
C -1 ; WX 1113 ; N emdash ; B 51 270 1052 391 ;
C -1 ; WX 265 ; N quoteleft ; B 41 390 217 704 ;
C -1 ; WX 264 ; N quoteright ; B 54 390 230 704 ;
C -1 ; WX 274 ; N quotesinglbase ; B 46 -138 223 176 ;
C -1 ; WX 470 ; N quotedblleft ; B 41 390 422 704 ;
C -1 ; WX 469 ; N quotedblright ; B 54 390 436 704 ;
C -1 ; WX 479 ; N quotedblbase ; B 46 -138 428 176 ;
C -1 ; WX 389 ; N dagger ; B 30 -16 359 724 ;
C -1 ; WX 396 ; N daggerdbl ; B 35 -16 364 728 ;
C -1 ; WX 316 ; N bullet ; B 50 246 266 479 ;
C -1 ; WX 1063 ; N ellipsis ; B 52 -3 1016 245 ;
C -1 ; WX 897 ; N perthousand ; B 33 -230 873 828 ;
C -1 ; WX 296 ; N guilsinglleft ; B 44 149 232 434 ;
C -1 ; WX 295 ; N guilsinglright ; B 63 149 251 434 ;
C -1 ; WX 486 ; N fraction ; B -11 -53 501 748 ;
C -1 ; WX 732 ; N Euro ; B 31 71 683 590 ;
C -1 ; WX 757 ; N trademark ; B 60 303 703 693 ;
C -1 ; WX 585 ; N partialdiff ; B 36 -47 553 772 ;
C -1 ; WX 564 ; N product ; B 26 -17 534 707 ;
C -1 ; WX 577 ; N minus ; B 63 282 514 395 ;
C -1 ; WX 565 ; N approxequal ; B 59 137 513 522 ;
C -1 ; WX 593 ; N notequal ; B 44 71 554 644 ;
C -1 ; WX 1041 ; N fi ; B 20 -42 1041 702 ;
C -1 ; WX 1013 ; N fl ; B 20 -29 1011 702 ;
C -1 ; WX 292 ; N .notdef ; B 0 0 0 0 ;
C -1 ; WX 0 ; N .null ; B 0 0 0 0 ;
C -1 ; WX 292 ; N nonmarkingreturn ; B 0 0 0 0 ;
EndCharMetrics
StartKernData
StartKernPairs 6408
KPX quotedbl period -104
KPX quotedbl comma -103
KPX quotedbl Jcircumflex -34
KPX quotedbl Aogonek -31
KPX quotedbl Abreve -31
KPX quotedbl Amacron -31
KPX quotedbl AEacute -31
KPX quotedbl Aacute -31
KPX quotedbl Acircumflex -31
KPX quotedbl Atilde -31
KPX quotedbl Agrave -31
KPX quotedbl Aring -31
KPX quotedbl Adieresis -31
KPX quotedbl AE -31
KPX quotedbl J -34
KPX quotedbl A -31
KPX quotedbl quotedblbase -117
KPX quotedbl quotesinglbase -117
KPX quotedbl ellipsis -104
KPX quotedbl slash -73
KPX quotedbl ampersand -22
KPX quotedbl four -27
KPX ampersand Ycircumflex -40
KPX ampersand Ygrave -40
KPX ampersand Ydieresis -40
KPX ampersand Yacute -40
KPX ampersand Y -40
KPX ampersand V -36
KPX quotesingle period -97
KPX quotesingle comma -97
KPX quotesingle Jcircumflex -34
KPX quotesingle Aogonek -31
KPX quotesingle Abreve -31
KPX quotesingle Amacron -31
KPX hyphen T -28
KPX hyphen one -68
KPX hyphen B -25
KPX hyphen seven -56
KPX slash rcommaaccent -27
KPX slash ncommaaccent -29
KPX slash gcommaaccent -61
KPX slash Jcircumflex -29
KPX slash iogonek -26
KPX slash ibreve -26
KPX slash imacron -26
KPX slash itilde -26
KPX slash oslashacute -54
KPX slash nacute -29
KPX slash eng -29
KPX slash ncaron -29
KPX slash racute -27
KPX slash scedilla -43
KPX slash scircumflex -43
KPX slash sacute -43
KPX slash rcaron -27
KPX slash ohungarumlaut -54
KPX slash obreve -54
KPX slash omacron -54
KPX slash wgrave -23
KPX slash wcircumflex -23
KPX slash wdieresis -23
KPX slash wacute -23
KPX slash zdotaccent -41
KPX J ebreve -32
KPX J emacron -32
KPX J edieresis -32
KPX J ecircumflex -32
KPX J egrave -32
KPX J eacute -32
KPX J e -32
KPX J Aogonek -34
KPX J Abreve -34
KPX J Amacron -34
KPX J AEacute -34
KPX J Aacute -34
KPX J Acircumflex -34
KPX J Atilde -34
KPX J Agrave -34
KPX J Aring -34
KPX J Adieresis -34
KPX J AE -34
KPX J A -34
KPX J comma -29
KPX J period -30
KPX J v -29
KPX J hyphen -30
KPX J quotedblbase -34
KPX J quotesinglbase -34
KPX J guilsinglright -25
KPX J guilsinglleft -25
KPX J emdash -30
KPX J endash -30
KPX J guillemotright -25
KPX J guillemotleft -25
KPX J germandbls -36
KPX J ellipsis -30
KPX J slash -34
KPX J p -28
KPX J m -35
KPX J b 54
KPX K ycircumflex -60
KPX K ygrave -60
KPX K ydieresis -60
KPX K yacute -60
KPX K y -60
KPX K wgrave -36
KPX K wcircumflex -36
KPX K wdieresis -36
KPX K wacute -36
KPX K w -36
KPX K uogonek -25
KPX K uhungarumlaut -25
KPX K uring -25
KPX K ubreve -25
KPX K umacron -25
KPX K utilde -25
KPX K udieresis -25
KPX K ucircumflex -25
KPX K ugrave -25
KPX K uacute -25
KPX K u -25
KPX K q -23
KPX K oslashacute -28
KPX K ohungarumlaut -28
KPX K obreve -28
KPX K omacron -28
KPX K otilde -28
KPX K odieresis -28
KPX K ocircumflex -28
KPX K ograve -28
KPX K oacute -28
KPX K eth -28
KPX K oe -28
KPX K oslash -28
KPX K o -28
KPX K dcaron -24
KPX K d -24
KPX K ccaron -27
KPX K cdotaccent -27
KPX K ccircumflex -27
KPX K cacute -27
KPX K ccedilla -27
KPX K c -27
KPX K ecaron -27
KPX K eogonek -27
KPX K edotaccent -27
KPX K ebreve -27
KPX K emacron -27
KPX K edieresis -27
KPX K ecircumflex -27
KPX K egrave -27
KPX K eacute -27
KPX K e -27
KPX K v -49
KPX K hyphen -38
KPX K guilsinglleft -24
KPX K emdash -38
KPX K endash -38
KPX K guillemotleft -24
KPX K b 49
KPX L ycircumflex -36
KPX L ygrave -36
KPX L ydieresis -36
KPX L yacute -36
KPX L y -36
KPX L wgrave -23
KPX L wcircumflex -23
KPX L wdieresis -23
KPX L wacute -23
KPX L w -23
KPX L V -43
KPX L Tcommaaccent -36
KPX L Tbar -36
KPX L Tcaron -36
KPX L T -36
KPX L quoteright -49
KPX L v -32
KPX L quoteleft -54
KPX L quotedblright -49
KPX L quotedblleft -54
KPX L trademark -29
KPX L backslash -50
KPX L asterisk -30
KPX trademark Aring -24
KPX trademark Adieresis -24
KPX trademark Yacute 29
KPX trademark AE -24
KPX trademark Y 29
KPX trademark A -24
KPX trademark b 31
EndKernPairs
EndKernData
EndFontMetrics

View File

@@ -0,0 +1,23 @@
StartFontMetrics 2.0
Comment Generated by FontForge 20170719
Comment Creation Date: Sun Jul 23 23:14:02 2017
FontName Greek_Lambda_Character-Regular
FullName Greek_Lambda_Character Regular
FamilyName Greek_Lambda_Character
Weight Regular
Notice (NONE. NADA. PUBLIC DOMAIN, BOI)
ItalicAngle 0
IsFixedPitch false
UnderlinePosition -175
UnderlineThickness 90
Version 020.017
EncodingScheme ISO10646-1
FontBBox 33 -177 566 760
StartCharMetrics 5
C 13 ; WX 602 ; N uni000D ; B 0 0 0 0 ;
C 32 ; WX 602 ; N space ; B 0 0 0 0 ;
C -1 ; WX 602 ; N lambda ; B 33 0 566 760 ;
C -1 ; WX 602 ; N .notdef ; B 50 -177 551 706 ;
C -1 ; WX 0 ; N NULL ; B 0 0 0 0 ;
EndCharMetrics
EndFontMetrics

View File

@@ -0,0 +1,77 @@
/*
* This is a sample script.
*/
#include "BotManagerInterface.acs"
BotManager::BotManager g_BotManager( @CreateDumbBot );
CConCommand@ m_pAddBot;
void PluginInit()
{
g_BotManager.PluginInit();
@m_pAddBot = @CConCommand( "addbot", "Adds a new bot with the given name", @AddBotCallback );
}
void AddBotCallback( const CCommand@ args )
{
if( args.ArgC() < 2 )
{
g_Game.AlertMessage( at_console, "Usage: addbot <name>" );
return;
}
BotManager::BaseBot@ pBot = g_BotManager.CreateBot( args[ 1 ] );
if( pBot !is null )
{
g_Game.AlertMessage( at_console, "Created bot " + args[ 1 ] + "\n" );
}
else
{
g_Game.AlertMessage( at_console, "Could not create bot\n" );
}
}
final class DumbBot : BotManager::BaseBot
{
DumbBot( CBasePlayer@ pPlayer )
{
super( pPlayer );
}
void Think()
{
BotManager::BaseBot::Think();
// If the bot is dead and can be respawned, send a button press
if( Player.pev.deadflag >= DEAD_RESPAWNABLE )
{
Player.pev.button |= IN_ATTACK;
}
else
Player.pev.button &= ~IN_ATTACK;
KeyValueBuffer@ pInfoBuffer = g_EngineFuncs.GetInfoKeyBuffer( Player.edict() );
pInfoBuffer.SetValue( "topcolor", Math.RandomLong( 0, 255 ) );
pInfoBuffer.SetValue( "bottomcolor", Math.RandomLong( 0, 255 ) );
if( Math.RandomLong( 0, 100 ) > 10 )
Player.pev.button |= IN_ATTACK;
else
Player.pev.button &= ~IN_ATTACK;
for( uint uiIndex = 0; uiIndex < 3; ++uiIndex )
{
m_vecVelocity[ uiIndex ] = Math.RandomLong( -50, 50 );
}
}
}
BotManager::BaseBot@ CreateDumbBot( CBasePlayer@ pPlayer )
{
return @DumbBot( pPlayer );
}

View File

@@ -0,0 +1,396 @@
// Sample script.
// Source: https://github.com/codecat/ssbd-payload
array<WorldScript::PayloadBeginTrigger@> g_payloadBeginTriggers;
array<WorldScript::PayloadTeamForcefield@> g_teamForceFields;
[GameMode]
class Payload : TeamVersusGameMode
{
[Editable]
UnitFeed PayloadUnit;
[Editable]
UnitFeed FirstNode;
[Editable default=10]
int PrepareTime;
[Editable default=300]
int TimeLimit;
[Editable default=90]
int TimeAddCheckpoint;
[Editable default=2]
float TimeOvertime;
[Editable default=1000]
int TimePayloadHeal;
[Editable default=1]
int PayloadHeal;
PayloadBehavior@ m_payload;
int m_tmStarting;
int m_tmStarted;
int m_tmLimitCustom;
int m_tmOvertime;
int m_tmInOvertime;
PayloadHUD@ m_payloadHUD;
PayloadClassSwitchWindow@ m_switchClass;
array<SValue@>@ m_switchedSidesData;
Payload(Scene@ scene)
{
super(scene);
m_tmRespawnCountdown = 5000;
@m_payloadHUD = PayloadHUD(m_guiBuilder);
@m_switchTeam = PayloadTeamSwitchWindow(m_guiBuilder);
@m_switchClass = PayloadClassSwitchWindow(m_guiBuilder);
}
void UpdateFrame(int ms, GameInput& gameInput, MenuInput& menuInput) override
{
TeamVersusGameMode::UpdateFrame(ms, gameInput, menuInput);
m_payloadHUD.Update(ms);
if (Network::IsServer())
{
uint64 tmNow = CurrPlaytimeLevel();
if (m_tmStarting == 0)
{
if (GetPlayersInTeam(0) > 0 && GetPlayersInTeam(1) > 0)
{
m_tmStarting = tmNow;
(Network::Message("GameStarting") << m_tmStarting).SendToAll();
}
}
if (m_tmStarting > 0 && m_tmStarted == 0 && tmNow - m_tmStarting > PrepareTime * 1000)
{
m_tmStarted = tmNow;
(Network::Message("GameStarted") << m_tmStarted).SendToAll();
for (uint i = 0; i < g_payloadBeginTriggers.length(); i++)
{
WorldScript@ ws = WorldScript::GetWorldScript(g_scene, g_payloadBeginTriggers[i]);
ws.Execute();
}
}
}
if (!m_ended && m_tmStarted > 0)
CheckTimeReached(ms);
}
string NameForTeam(int index) override
{
if (index == 0)
return "Defenders";
else if (index == 1)
return "Attackers";
return "Unknown";
}
void CheckTimeReached(int dt)
{
// Check if time limit is not reached yet
if (m_tmLimitCustom - (CurrPlaytimeLevel() - m_tmStarted) > 0)
{
// Don't need to continue checking
m_tmOvertime = 0;
m_tmInOvertime = 0;
return;
}
// Count how long we're in overtime for later time limit fixing when we reach a checkpoint
if (m_tmOvertime > 0)
m_tmInOvertime += dt;
// Check if there are any attackers still inside
if (m_payload.AttackersInside() > 0)
{
// We have overtime
m_tmOvertime = int(TimeOvertime * 1000);
return;
}
// If we have overtime
if (m_tmOvertime > 0)
{
// Decrease timer
m_tmOvertime -= dt;
if (m_tmOvertime <= 0)
{
// Overtime countdown reached, time limit reached
TimeReached();
}
}
else
{
// No overtime, so time limit is reached
TimeReached();
}
}
void TimeReached()
{
if (!Network::IsServer())
return;
(Network::Message("TimeReached")).SendToAll();
SetWinner(false);
}
bool ShouldFreezeControls() override
{
return m_switchClass.m_visible
|| TeamVersusGameMode::ShouldFreezeControls();
}
bool ShouldDisplayCursor() override
{
return m_switchClass.m_visible
|| TeamVersusGameMode::ShouldDisplayCursor();
}
bool CanSwitchTeams() override
{
return m_tmStarted == 0;
}
PlayerRecord@ CreatePlayerRecord() override
{
return PayloadPlayerRecord();
}
int GetPlayerClassCount(PlayerClass playerClass, TeamVersusScore@ team)
{
if (team is null)
return 0;
int ret = 0;
for (uint i = 0; i < team.m_players.length(); i++)
{
if (team.m_players[i].peer == 255)
continue;
auto record = cast<PayloadPlayerRecord>(team.m_players[i]);
if (record.playerClass == playerClass)
ret++;
}
return ret;
}
void PlayerClassesUpdated()
{
m_switchClass.PlayerClassesUpdated();
}
void SetWinner(bool attackers)
{
if (attackers)
print("Attackers win!");
else
print("Defenders win!");
m_payloadHUD.Winner(attackers);
EndMatch();
}
void DisplayPlayerName(int idt, SpriteBatch& sb, PlayerRecord@ record, PlayerHusk@ plr, vec2 pos) override
{
TeamVersusGameMode::DisplayPlayerName(idt, sb, record, plr, pos);
m_payloadHUD.DisplayPlayerName(idt, sb, cast<PayloadPlayerRecord>(record), plr, pos);
}
void RenderFrame(int idt, SpriteBatch& sb) override
{
Player@ player = GetLocalPlayer();
if (player !is null)
{
PlayerHealgun@ healgun = cast<PlayerHealgun>(player.m_currWeapon);
if (healgun !is null)
healgun.RenderMarkers(idt, sb);
}
TeamVersusGameMode::RenderFrame(idt, sb);
}
void RenderWidgets(PlayerRecord@ player, int idt, SpriteBatch& sb) override
{
m_payloadHUD.Draw(sb, idt);
TeamVersusGameMode::RenderWidgets(player, idt, sb);
m_switchClass.Draw(sb, idt);
}
void GoNextMap() override
{
if (m_switchedSidesData !is null)
{
TeamVersusGameMode::GoNextMap();
return;
}
ChangeLevel(GetCurrentLevelFilename());
}
void SpawnPlayers() override
{
if (m_switchedSidesData is null)
{
TeamVersusGameMode::SpawnPlayers();
return;
}
if (Network::IsServer())
{
for (uint i = 0; i < m_switchedSidesData.length(); i += 2)
{
uint peer = uint(m_switchedSidesData[i].GetInteger());
uint team = uint(m_switchedSidesData[i + 1].GetInteger());
TeamVersusScore@ joinScore = FindTeamScore(team);
if (joinScore is m_teamScores[0])
@joinScore = m_teamScores[1];
else
@joinScore = m_teamScores[0];
for (uint j = 0; j < g_players.length(); j++)
{
if (g_players[j].peer != peer)
continue;
SpawnPlayer(j, vec2(), 0, joinScore.m_team);
break;
}
}
}
}
void Save(SValueBuilder& builder) override
{
if (m_switchedSidesData is null)
{
builder.PushArray("teams");
for (uint i = 0; i < g_players.length(); i++)
{
if (g_players[i].peer == 255)
continue;
builder.PushInteger(g_players[i].peer);
builder.PushInteger(g_players[i].team);
}
builder.PopArray();
}
TeamVersusGameMode::Save(builder);
}
void Start(uint8 peer, SValue@ save, StartMode sMode) override
{
if (save !is null)
@m_switchedSidesData = GetParamArray(UnitPtr(), save, "teams", false);
TeamVersusGameMode::Start(peer, save, sMode);
m_tmLimit = 0; // infinite time limit as far as VersusGameMode is concerned
m_tmLimitCustom = TimeLimit * 1000; // 5 minutes by default
@m_payload = cast<PayloadBehavior>(PayloadUnit.FetchFirst().GetScriptBehavior());
if (m_payload is null)
PrintError("PayloadUnit is not a PayloadBehavior!");
UnitPtr unitFirstNode = FirstNode.FetchFirst();
if (unitFirstNode.IsValid())
{
auto node = cast<WorldScript::PayloadNode>(unitFirstNode.GetScriptBehavior());
if (node !is null)
@m_payload.m_targetNode = node;
else
PrintError("First target node is not a PayloadNode script!");
}
else
PrintError("First target node was not set!");
WorldScript::PayloadNode@ prevNode;
float totalDistance = 0.0f;
UnitPtr unitNode = unitFirstNode;
while (unitNode.IsValid())
{
auto node = cast<WorldScript::PayloadNode>(unitNode.GetScriptBehavior());
if (node is null)
break;
unitNode = node.NextNode.FetchFirst();
@node.m_prevNode = prevNode;
@node.m_nextNode = cast<WorldScript::PayloadNode>(unitNode.GetScriptBehavior());
if (prevNode !is null)
totalDistance += dist(prevNode.Position, node.Position);
@prevNode = node;
}
float currDistance = 0.0f;
auto distNode = cast<WorldScript::PayloadNode>(unitFirstNode.GetScriptBehavior());
while (distNode !is null)
{
if (distNode.m_prevNode is null)
distNode.m_locationFactor = 0.0f;
else
{
currDistance += dist(distNode.m_prevNode.Position, distNode.Position);
distNode.m_locationFactor = currDistance / totalDistance;
}
@distNode = distNode.m_nextNode;
}
m_payloadHUD.AddCheckpoints();
}
void SpawnPlayer(int i, vec2 pos = vec2(), int unitId = 0, uint team = 0) override
{
TeamVersusGameMode::SpawnPlayer(i, pos, unitId, team);
PayloadPlayerRecord@ record = cast<PayloadPlayerRecord>(g_players[i]);
record.HandlePlayerClass();
if (g_players[i].local)
{
//TODO: This doesn't work well
bool localAttackers = (team == HashString("player_1"));
for (uint j = 0; j < g_teamForceFields.length(); j++)
{
bool hasCollision = (localAttackers != g_teamForceFields[j].Attackers);
auto units = g_teamForceFields[j].Units.FetchAll();
for (uint k = 0; k < units.length(); k++)
{
PhysicsBody@ body = units[k].GetPhysicsBody();
if (body is null)
{
PrintError("PhysicsBody for unit " + units[k].GetDebugName() + "is null");
continue;
}
body.SetActive(hasCollision);
}
}
}
}
}

View File

@@ -0,0 +1,16 @@
import ballerina.lang.messages;
import ballerina.net.http;
import ballerina.doc;
@doc:Description {value:"By default Ballerina assumes that the service is to be exposed via HTTP/1.1 using the system default port and that all requests coming to the HTTP server will be delivered to this service."}
service<http> helloWorld {
@doc:Description {value:"All resources are invoked with an argument of type message, the built-in reference type representing a network invocation."}
resource sayHello (message m) {
// Creates an empty message.
message response = {};
// A util method that can be used to set string payload.
messages:setStringPayload(response, "Hello, World!");
// Reply keyword sends the response back to the client.
reply response;
}
}

View File

@@ -0,0 +1,6 @@
import ballerina.lang.system;
function main (string[] args) {
system:println("Hello, World!");
}

View File

@@ -0,0 +1,31 @@
import ballerina.lang.system;
function main (string[] args) {
// JSON string value.
json j1 = "Apple";
system:println(j1);
// JSON number value.
json j2 = 5.36;
system:println(j2);
// JSON true value.
json j3 = true;
system:println(j3);
// JSON false value.
json j4 = false;
system:println(j4);
// JSON null value.
json j5 = null;
//JSON Objects.
json j6 = {name:"apple", color:"red", price:j2};
system:println(j6);
//JSON Arrays. They are arrays of any JSON value.
json j7 = [1, false, null, "foo",
{first:"John", last:"Pala"}];
system:println(j7);
}

28
samples/Ballerina/var.bal Normal file
View File

@@ -0,0 +1,28 @@
import ballerina.lang.system;
function divideBy10 (int d) (int, int) {
return d / 10, d % 10;
}
function main (string[] args) {
//Here the variable type is inferred type from the initial value. This is same as "int k = 5";
var k = 5;
system:println(10 + k);
//Here the type of the 'strVar' is 'string'.
var strVar = "Hello!";
system:println(strVar);
//Multiple assignment with 'var' allows you to define the variable then and there.
//Variable type is inferred from the right-hand side.
var q, r = divideBy10(6);
system:println("06/10: " + "quotient=" + q + " " +
"remainder=" + r);
//To ignore a particular return value in a multiple assignment statement, use '_'.
var q1, _ = divideBy10(57);
system:println("57/10: " + "quotient=" + q1);
var _, r1 = divideBy10(9);
system:println("09/10: " + "remainder=" + r1);
}

26
samples/Ballerina/xml.bal Normal file
View File

@@ -0,0 +1,26 @@
import ballerina.lang.system;
function main (string[] args) {
// XML element. Can only have one root element.
xml x1 = xml `<book>The Lost World</book>`;
system:println(x1);
// XML text
xml x2 = xml `Hello, world!`;
system:println(x2);
// XML comment
xml x3 = xml `<!--I am a comment-->`;
system:println(x3);
// XML processing instruction
xml x4 = xml `<?target data?>`;
system:println(x4);
// Multiple XML items can be combined to form a sequence of XML. The resulting sequence is again an XML on its own.
xml x5 = x1 + x2 + x3 + x4;
system:println("\nResulting XML sequence:");
system:println(x5);
}

2
samples/C++/grpc.pb.cc Normal file
View File

@@ -0,0 +1,2 @@
// Generated by the gRPC protobuf plugin.
// If you make any local change, they will be lost.

125
samples/C++/hello.grpc.pb.h Normal file
View File

@@ -0,0 +1,125 @@
// Generated by the gRPC C++ plugin.
// If you make any local change, they will be lost.
// source: hello.proto
#ifndef GRPC_hello_2eproto__INCLUDED
#define GRPC_hello_2eproto__INCLUDED
#include "hello.pb.h"
#include <grpc++/impl/codegen/async_stream.h>
#include <grpc++/impl/codegen/async_unary_call.h>
#include <grpc++/impl/codegen/method_handler_impl.h>
#include <grpc++/impl/codegen/proto_utils.h>
#include <grpc++/impl/codegen/rpc_method.h>
#include <grpc++/impl/codegen/service_type.h>
#include <grpc++/impl/codegen/status.h>
#include <grpc++/impl/codegen/stub_options.h>
#include <grpc++/impl/codegen/sync_stream.h>
namespace grpc {
class CompletionQueue;
class Channel;
class RpcService;
class ServerCompletionQueue;
class ServerContext;
} // namespace grpc
class HelloService final {
public:
class StubInterface {
public:
virtual ~StubInterface() {}
virtual ::grpc::Status SayHello(::grpc::ClientContext* context, const ::HelloRequest& request, ::HelloResponse* response) = 0;
std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::HelloResponse>> AsyncSayHello(::grpc::ClientContext* context, const ::HelloRequest& request, ::grpc::CompletionQueue* cq) {
return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::HelloResponse>>(AsyncSayHelloRaw(context, request, cq));
}
private:
virtual ::grpc::ClientAsyncResponseReaderInterface< ::HelloResponse>* AsyncSayHelloRaw(::grpc::ClientContext* context, const ::HelloRequest& request, ::grpc::CompletionQueue* cq) = 0;
};
class Stub final : public StubInterface {
public:
Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel);
::grpc::Status SayHello(::grpc::ClientContext* context, const ::HelloRequest& request, ::HelloResponse* response) override;
std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::HelloResponse>> AsyncSayHello(::grpc::ClientContext* context, const ::HelloRequest& request, ::grpc::CompletionQueue* cq) {
return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::HelloResponse>>(AsyncSayHelloRaw(context, request, cq));
}
private:
std::shared_ptr< ::grpc::ChannelInterface> channel_;
::grpc::ClientAsyncResponseReader< ::HelloResponse>* AsyncSayHelloRaw(::grpc::ClientContext* context, const ::HelloRequest& request, ::grpc::CompletionQueue* cq) override;
const ::grpc::RpcMethod rpcmethod_SayHello_;
};
static std::unique_ptr<Stub> NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::StubOptions& options = ::grpc::StubOptions());
class Service : public ::grpc::Service {
public:
Service();
virtual ~Service();
virtual ::grpc::Status SayHello(::grpc::ServerContext* context, const ::HelloRequest* request, ::HelloResponse* response);
};
template <class BaseClass>
class WithAsyncMethod_SayHello : public BaseClass {
private:
void BaseClassMustBeDerivedFromService(const Service *service) {}
public:
WithAsyncMethod_SayHello() {
::grpc::Service::MarkMethodAsync(0);
}
~WithAsyncMethod_SayHello() override {
BaseClassMustBeDerivedFromService(this);
}
// disable synchronous version of this method
::grpc::Status SayHello(::grpc::ServerContext* context, const ::HelloRequest* request, ::HelloResponse* response) final override {
abort();
return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "");
}
void RequestSayHello(::grpc::ServerContext* context, ::HelloRequest* request, ::grpc::ServerAsyncResponseWriter< ::HelloResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) {
::grpc::Service::RequestAsyncUnary(0, context, request, response, new_call_cq, notification_cq, tag);
}
};
typedef WithAsyncMethod_SayHello<Service > AsyncService;
template <class BaseClass>
class WithGenericMethod_SayHello : public BaseClass {
private:
void BaseClassMustBeDerivedFromService(const Service *service) {}
public:
WithGenericMethod_SayHello() {
::grpc::Service::MarkMethodGeneric(0);
}
~WithGenericMethod_SayHello() override {
BaseClassMustBeDerivedFromService(this);
}
// disable synchronous version of this method
::grpc::Status SayHello(::grpc::ServerContext* context, const ::HelloRequest* request, ::HelloResponse* response) final override {
abort();
return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "");
}
};
template <class BaseClass>
class WithStreamedUnaryMethod_SayHello : public BaseClass {
private:
void BaseClassMustBeDerivedFromService(const Service *service) {}
public:
WithStreamedUnaryMethod_SayHello() {
::grpc::Service::MarkMethodStreamed(0,
new ::grpc::StreamedUnaryHandler< ::HelloRequest, ::HelloResponse>(std::bind(&WithStreamedUnaryMethod_SayHello<BaseClass>::StreamedSayHello, this, std::placeholders::_1, std::placeholders::_2)));
}
~WithStreamedUnaryMethod_SayHello() override {
BaseClassMustBeDerivedFromService(this);
}
// disable regular version of this method
::grpc::Status SayHello(::grpc::ServerContext* context, const ::HelloRequest* request, ::HelloResponse* response) final override {
abort();
return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "");
}
// replace default version of method with streamed unary
virtual ::grpc::Status StreamedSayHello(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::HelloRequest,::HelloResponse>* server_unary_streamer) = 0;
};
typedef WithStreamedUnaryMethod_SayHello<Service > StreamedUnaryService;
typedef Service SplitStreamedService;
typedef WithStreamedUnaryMethod_SayHello<Service > StreamedService;
};
#endif // GRPC_hello_2eproto__INCLUDED

27
samples/C/asm.h Normal file
View File

@@ -0,0 +1,27 @@
/* CarbonOS System/Kernel
* Copyright 2015-2017 David Aylaian
* Licensed under Apache 2.0: https://github.com/DavidAylaian/CarbonOS/blob/master/LICENSE.md
*/
#ifndef ASM_H
#define ASM_H
#include <stdint.h>
// macros for enabling and disabling interrupts
#define enable() asm("sti");
#define disable() asm("cli");
// inb instruction
uint8_t inb (uint16_t port) {
uint8_t val;
asm volatile ("inb %0, %1" : "=a"(val): "Nd"(port));
return val;
}
// outb instruction
void outb (uint16_t port, uint8_t val) {
asm volatile ("outb %1, %0" : : "a"(val), "Nd"(port));
}
#endif

25
samples/C/cpuid.h Normal file
View File

@@ -0,0 +1,25 @@
#ifndef CPUID_H
#define CPUID_H
#include "misc.h"
static inline void do_cpuid(dword_t *eax, dword_t *ebx, dword_t *ecx, dword_t *edx) {
dword_t leaf = *eax;
switch (leaf) {
case 0:
*eax = 0x01; // we support barely anything
*ebx = 0x756e6547; // Genu
*edx = 0x49656e69; // ineI
*ecx = 0x6c65746e; // ntel
break;
default: // if leaf is too high, use highest supported leaf
case 1:
*eax = 0x0; // say nothing about cpu model number
*ebx = 0x0; // processor number 0, flushes 0 bytes on clflush
*ecx = 0b00000000000000000000000000000000; // we support none of the features in ecx
*edx = 0b00000000000000000000000000000000; // we also support none of the features in edx
break;
}
}
#endif

404
samples/CWeb/sat-life.w Normal file
View File

@@ -0,0 +1,404 @@
\datethis
@*Intro. This program generates clauses for the transition relation
from time $t$ to time $t+1$ in Conway's Game of Life, assuming that
all of the potentially live cells at time $t$ belong to a pattern
that's specified in |stdin|. The pattern is defined by one or more
lines representing rows of cells, where each line has `\..' in a
cell that's guaranteed to be dead at time~$t$, otherwise it has `\.*'.
The time is specified separately as a command-line parameter.
The Boolean variable for cell $(x,y)$ at time $t$ is named by its
so-called ``xty code,'' namely by the decimal value of~$x$, followed
by a code letter for~$t$, followed by the decimal value of~$y$. For
example, if $x=10$ and $y=11$ and $t=0$, the variable that indicates
liveness of the cell is \.{10a11}; and the corresponding variable
for $t=1$ is \.{10b11}.
Up to 19 auxiliary variables are used together with each xty code,
in order to construct clauses that define the successor state.
The names of these variables are obtained by appending one of
the following two-character combinations to the xty code:
\.{A2}, \.{A3}, \.{A4},
\.{B1}, \.{B2}, \.{B3}, \.{B4},
\.{C1}, \.{C2}, \.{C3}, \.{C4},
\.{D1}, \.{D2},
\.{E1}, \.{E2},
\.{F1}, \.{F2},
\.{G1}, \.{G2}.
These variables are derived from the Bailleux--Boufkhad method
of encoding cardinality constraints:
The auxiliary variable \.{A$k$} stands for the condition
``at least $k$ of the eight neighbors are alive.'' Similarly,
\.{B$k$} stands for ``at least $k$ of the first four neighbors
are alive,'' and \.{C$k$} accounts for the other four neighbors.
Codes \.D, \.E, \.F, and~\.G refer to pairs of neighbors.
Thus, for instance, \.{10a11C2} means that at least two of the
last four neighbors of cell $(10,11)$ are alive.
Those auxiliary variables receive values by means of up to 77 clauses per cell.
For example, if $u$ and~$v$ are the neighbors of cell~$z$ that correspond
to a pairing of type~\.D, there are six clauses
$$\bar u d_1,\quad
\bar v d_1,\quad
\bar u\bar v d_2,\quad
u v\bar d_1,\quad
u\bar d_2,\quad
v\bar d_2.$$
The sixteen clauses
$$\displaylines{\hfill
\bar d_1b_1,\quad
\bar e_1b_1,\quad
\bar d_2b_2,\quad
\bar d_1\bar e_1b_2,\quad
\bar e_2b_2,\quad
\bar d_2\bar e_1b_3,\quad
\bar d_1\bar e_2b_3,\quad
\bar d_2\bar e_2b_4,
\hfill\cr\hfill
d_1e_1\bar b_1,\quad
d_1e_2\bar b_2,\quad
d_2e_1\bar b_2,\quad
d_1\bar b_3,\quad
d_2e_2\bar b_3,\quad
e_1\bar b_3,\quad
d_2\bar b_4,\quad
e_2\bar b_4
\hfill}$$
define $b$ variables from $d$'s and $e$'s; and another sixteen
define $c$'s from $f$'s and $g$'s in the same fashion.
A similar set of 21 clauses will define the $a$'s from the $b$'s and $c$'s.
Once the $a$'s are defined, thus essentially counting the
live neighbors of cell $z$, the next
state~$z'$ is defined by five further clauses
$$\bar a_4\bar z',\quad
a_2\bar z',\quad
a_3z\bar z',\quad
\bar a_3a_4z',\quad
\bar a_2a_4\bar zz'.$$
For example, the last of these states that $z'$ will be true
(i.e., that cell $z$ will be alive at time $t+1$) if
$z$ is alive at time~$t$ and has $\ge2$ live neighbors
but not $\ge4$.
Nearby cells can share auxiliary variables, according to a tricky scheme that
is worked out below. In consequence, the actual number of auxiliary variables
and clauses per cell is reduced from 19 and $77+5$ to 13 and $57+5$,
respectively, except at the boundaries.
@ So here's the overall outline of the program.
@d maxx 50 /* maximum number of lines in the pattern supplied by |stdin| */
@d maxy 50 /* maximum number of columns per line in |stdin| */
@c
#include <stdio.h>
#include <stdlib.h>
char p[maxx+2][maxy+2]; /* is cell $(x,y)$ potentially alive? */
char have_b[maxx+2][maxy+2]; /* did we already generate $b(x,y)$? */
char have_d[maxx+2][maxy+2]; /* did we already generate $d(x,y)$? */
char have_e[maxx+2][maxy+4]; /* did we already generate $e(x,y)$? */
char have_f[maxx+4][maxy+2]; /* did we already generate $f(x-2,y)$? */
int tt; /* time as given on the command line */
int xmax,ymax; /* the number of rows and columns in the input pattern */
int xmin=maxx,ymin=maxy; /* limits in the other direction */
char timecode[]="abcdefghijklmnopqrstuvwxyz"@|
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"@|
"!\"#$%&'()*+,-./:;<=>?@@[\\]^_`{|}~"; /* codes for $0\le t\le83$ */
@q$@>
char buf[maxy+2]; /* input buffer */
unsigned int clause[4]; /* clauses are assembled here */
int clauseptr; /* this many literals are in the current clause */
@<Subroutines@>@;
main(int argc,char*argv[]) {
register int j,k,x,y;
@<Process the command line@>;
@<Input the pattern@>;
for (x=xmin-1;x<=xmax+1;x++) for (y=ymin-1;y<=ymax+1;y++) {
@<If cell $(x,y)$ is obviously dead at time $t+1$, |continue|@>;
a(x,y);
zprime(x,y);
}
}
@ @<Process the command line@>=
if (argc!=2 || sscanf(argv[1],"%d",&tt)!=1) {
fprintf(stderr,"Usage: %s t\n",argv[0]);
exit(-1);
}
if (tt<0 || tt>82) {
fprintf(stderr,"The time should be between 0 and 82 (not %d)!\n",tt);
exit(-2);
}
@ @<Input the pattern@>=
for (x=1;;x++) {
if (!fgets(buf,maxy+2,stdin)) break;
if (x>maxx) {
fprintf(stderr,"Sorry, the pattern should have at most %d rows!\n",maxx);
exit(-3);
}
for (y=1;buf[y-1]!='\n';y++) {
if (y>maxy) {
fprintf(stderr,"Sorry, the pattern should have at most %d columns!\n",
maxy);
exit(-4);
}
if (buf[y-1]=='*') {
p[x][y]=1;
if (y>ymax) ymax=y;
if (y<ymin) ymin=y;
if (x>xmax) xmax=x;
if (x<xmin) xmin=x;
}@+else if (buf[y-1]!='.') {
fprintf(stderr,"Unexpected character `%c' found in the pattern!\n",
buf[y-1]);
exit(-5);
}
}
}
@ @d pp(xx,yy) ((xx)>=0 && (yy)>=0? p[xx][yy]: 0)
@<If cell $(x,y)$ is obviously dead at time $t+1$, |continue|@>=
if (pp(x-1,y-1)+pp(x-1,y)+pp(x-1,y+1)+
pp(x,y-1)+p[x][y]+p[x][y+1]+
pp(x+1,y-1)+p[x+1][y]+p[x+1][y+1]<3) continue;
@ Clauses are assembled in the |clause| array (surprise), where we
put encoded literals.
The code for a literal is an unsigned 32-bit quantity, where the leading
bit is 1 if the literal should be complemented. The next three bits
specify the type of the literal (0 thru 7 for plain and \.A--\.G);
the next three bits specify an integer~$k$; and the next bit is zero.
That leaves room for two 12-bit fields, which specify $x$ and $y$.
Type 0 literals have $k=0$ for the ordinary xty code. However, the
value $k=1$ indicates that the time code should be for $t+1$ instead of~$t$.
And $k=2$ denotes a special ``tautology'' literal, which is always true.
If the tautology literal is complemented, we omit it from the clause;
otherwise we omit the entire clause.
Finally, $k=7$ denotes an auxiliary literal, used to avoid
clauses of length~4.
Here's a subroutine that outputs the current clause and resets
the |clause| array.
@d taut (2<<25)
@d sign (1U<<31)
@<Sub...@>=
void outclause(void) {
register int c,k,x,y,p;
for (p=0;p<clauseptr;p++)
if (clause[p]==taut) goto done;
for (p=0;p<clauseptr;p++) if (clause[p]!=taut+sign) {
if (clause[p]>>31) printf(" ~");@+else printf(" ");
c=(clause[p]>>28)&0x7;
k=(clause[p]>>25)&0x7;
x=(clause[p]>>12)&0xfff;
y=clause[p]&0xfff;
if (c) printf("%d%c%d%c%d",
x,timecode[tt],y,c+'@@',k);
else if (k==7) printf("%d%c%dx",
x,timecode[tt],y);
else printf("%d%c%d",
x,timecode[tt+k],y);
}
printf("\n");
done: clauseptr=0;
}
@ And here's another, which puts a type-0 literal into |clause|.
@<Sub...@>=
void applit(int x,int y,int bar,int k) {
if (k==0 && (x<xmin || x>xmax || y<ymin || y>ymax || p[x][y]==0))
clause[clauseptr++]=(bar? 0: sign)+taut;
else clause[clauseptr++]=(bar? sign:0)+(k<<25)+(x<<12)+y;
}
@ The |d| and |e| subroutines are called for only one-fourth
of all cell addresses $(x,y)$. Indeed, one can show that
$x$ is always odd, and that $y\bmod4<2$.
Therefore we remember if we've seen $(x,y)$ before.
Slight trick: If |yy| is not in range, we avoid generating the
clause $\bar d_k$ twice.
@d newlit(x,y,c,k) clause[clauseptr++]=((c)<<28)+((k)<<25)+((x)<<12)+(y)
@d newcomplit(x,y,c,k)
clause[clauseptr++]=sign+((c)<<28)+((k)<<25)+((x)<<12)+(y)
@<Sub...@>=
void d(int x,int y) {
register x1=x-1,x2=x,yy=y+1;
if (have_d[x][y]!=tt+1) {
applit(x1,yy,1,0),newlit(x,y,4,1),outclause();
applit(x2,yy,1,0),newlit(x,y,4,1),outclause();
applit(x1,yy,1,0),applit(x2,yy,1,0),newlit(x,y,4,2),outclause();
applit(x1,yy,0,0),applit(x2,yy,0,0),newcomplit(x,y,4,1),outclause();
applit(x1,yy,0,0),newcomplit(x,y,4,2),outclause();
if (yy>=ymin && yy<=ymax)
applit(x2,yy,0,0),newcomplit(x,y,4,2),outclause();
have_d[x][y]=tt+1;
}
}
@#
void e(int x,int y) {
register x1=x-1,x2=x,yy=y-1;
if (have_e[x][y]!=tt+1) {
applit(x1,yy,1,0),newlit(x,y,5,1),outclause();
applit(x2,yy,1,0),newlit(x,y,5,1),outclause();
applit(x1,yy,1,0),applit(x2,yy,1,0),newlit(x,y,5,2),outclause();
applit(x1,yy,0,0),applit(x2,yy,0,0),newcomplit(x,y,5,1),outclause();
applit(x1,yy,0,0),newcomplit(x,y,5,2),outclause();
if (yy>=ymin && yy<=ymax)
applit(x2,yy,0,0),newcomplit(x,y,5,2),outclause();
have_e[x][y]=tt+1;
}
}
@ The |f| subroutine can't be shared quite so often. But we
do save a factor of~2, because $x+y$ is always even.
@<Sub...@>=
void f(int x,int y) {
register xx=x-1,y1=y,y2=y+1;
if (have_f[x][y]!=tt+1) {
applit(xx,y1,1,0),newlit(x,y,6,1),outclause();
applit(xx,y2,1,0),newlit(x,y,6,1),outclause();
applit(xx,y1,1,0),applit(xx,y2,1,0),newlit(x,y,6,2),outclause();
applit(xx,y1,0,0),applit(xx,y2,0,0),newcomplit(x,y,6,1),outclause();
applit(xx,y1,0,0),newcomplit(x,y,6,2),outclause();
if (xx>=xmin && xx<=xmax)
applit(xx,y2,0,0),newcomplit(x,y,6,2),outclause();
have_f[x][y]=tt+1;
}
}
@ The |g| subroutine cleans up the dregs, by somewhat tediously
locating the two neighbors that weren't handled by |d|, |e|, or~|f|.
No sharing is possible here.
@<Sub...@>=
void g(int x,int y) {
register x1,x2,y1,y2;
if (x&1) x1=x-1,y1=y,x2=x+1,y2=y^1;
else x1=x+1,y1=y,x2=x-1,y2=y-1+((y&1)<<1);
applit(x1,y1,1,0),newlit(x,y,7,1),outclause();
applit(x2,y2,1,0),newlit(x,y,7,1),outclause();
applit(x1,y1,1,0),applit(x2,y2,1,0),newlit(x,y,7,2),outclause();
applit(x1,y1,0,0),applit(x2,y2,0,0),newcomplit(x,y,7,1),outclause();
applit(x1,y1,0,0),newcomplit(x,y,7,2),outclause();
applit(x2,y2,0,0),newcomplit(x,y,7,2),outclause();
}
@ Fortunately the |b| subroutine {\it can\/} be shared (since |x| is always
odd), thus saving half of the sixteen clauses generated.
@<Sub...@>=
void b(int x,int y) {
register j,k,xx=x,y1=y-(y&2),y2=y+(y&2);
if (have_b[x][y]!=tt+1) {
d(xx,y1);
e(xx,y2);
for (j=0;j<3;j++) for (k=0;k<3;k++) if (j+k) {
if (j) newcomplit(xx,y1,4,j); /* $\bar d_j$ */
if (k) newcomplit(xx,y2,5,k); /* $\bar e_k$ */
newlit(x,y,2,j+k); /* $b_{j+k}$ */
outclause();
if (j) newlit(xx,y1,4,3-j); /* $d_{3-j}$ */
if (k) newlit(xx,y2,5,3-k); /* $e_{3-k}$ */
newcomplit(x,y,2,5-j-k); /* $\bar b_{5-j-k}$ */
outclause();
}
have_b[x][y]=tt+1;
}
}
@ The (unshared) |c| subroutine handles the other four neighbors,
by working with |f| and |g| instead of |d| and~|e|.
If |y=0|, the overlap rules set |y1=-1|, which can be problematic.
I've decided to avoid this case by omitting |f| when it is
guaranteed to be zero.
@<Sub...@>=
void c(int x,int y) {
register j,k,x1,y1;
if (x&1) x1=x+2,y1=(y-1)|1;
else x1=x,y1=y&-2;
g(x,y);
if (x1-1<xmin || x1-1>xmax || y1+1<ymin || y1>ymax)
@<Set |c| equal to |g|@>@;
else {
f(x1,y1);
for (j=0;j<3;j++) for (k=0;k<3;k++) if (j+k) {
if (j) newcomplit(x1,y1,6,j); /* $\bar f_j$ */
if (k) newcomplit(x,y,7,k); /* $\bar g_k$ */
newlit(x,y,3,j+k); /* $c_{j+k}$ */
outclause();
if (j) newlit(x1,y1,6,3-j); /* $f_{3-j}$ */
if (k) newlit(x,y,7,3-k); /* $g_{3-k}$ */
newcomplit(x,y,3,5-j-k); /* $\bar c_{5-j-k}$ */
outclause();
}
}
}
@ @<Set |c| equal to |g|@>=
{
for (k=1;k<3;k++) {
newcomplit(x,y,7,k),newlit(x,y,3,k),outclause(); /* $\bar g_k\lor c_k$ */
newlit(x,y,7,k),newcomplit(x,y,3,k),outclause(); /* $g_k\lor\bar c_k$ */
}
newcomplit(x,y,3,3),outclause(); /* $\bar c_3$ */
newcomplit(x,y,3,4),outclause(); /* $\bar c_4$ */
}
@ Totals over all eight neighbors are then deduced by the |a|
subroutine.
@<Sub...@>=
void a(int x,int y) {
register j,k,xx=x|1;
b(xx,y);
c(x,y);
for (j=0;j<5;j++) for (k=0;k<5;k++) if (j+k>1 && j+k<5) {
if (j) newcomplit(xx,y,2,j); /* $\bar b_j$ */
if (k) newcomplit(x,y,3,k); /* $\bar c_k$ */
newlit(x,y,1,j+k); /* $a_{j+k}$ */
outclause();
}
for (j=0;j<5;j++) for (k=0;k<5;k++) if (j+k>2 && j+k<6 && j*k) {
if (j) newlit(xx,y,2,j); /* $b_j$ */
if (k) newlit(x,y,3,k); /* $c_k$ */
newcomplit(x,y,1,j+k-1); /* $\bar a_{j+k-1}$ */
outclause();
}
}
@ Finally, as mentioned at the beginning, $z'$ is determined
from $z$, $a_2$, $a_3$, and $a_4$.
I actually generate six clauses, not five, in order to stick to
{\mc 3SAT}.
@<Sub...@>=
void zprime(int x,int y) {
newcomplit(x,y,1,4),applit(x,y,1,1),outclause(); /* $\bar a_4\bar z'$ */
newlit(x,y,1,2),applit(x,y,1,1),outclause(); /* $a_2\bar z'$ */
newlit(x,y,1,3),applit(x,y,0,0),applit(x,y,1,1),outclause();
/* $a_3z\bar z'$ */
newcomplit(x,y,1,3),newlit(x,y,1,4),applit(x,y,0,1),outclause();
/* $\bar a_3a_4z'$ */
applit(x,y,0,7),newcomplit(x,y,1,2),newlit(x,y,1,4),outclause();
/* $x\bar a_2a_4$ */
applit(x,y,1,7),applit(x,y,1,0),applit(x,y,0,1),outclause();
/* $\bar x\bar zz'$ */
}
@*Index.

View File

@@ -0,0 +1,24 @@
{namespace Exmaple}
/**
* Example
*/
{template .foo}
{@param count: string}
{@param? name: int}
{if isNonnull($name)}
<h1>{$name}</h1>
{/if}
<div class="content">
{switch count}
{case 0}
{call Empty.view}
{param count: $count /}
{/call}
{default}
<h2>Wow, so many!</h2>
{/switch}
</div>
{/template}

File diff suppressed because it is too large Load Diff

440
samples/D/aa.d Normal file
View File

@@ -0,0 +1,440 @@
/**
* Implementation of associative arrays.
*
* Copyright: Martin Nowak 2015 -.
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Authors: Martin Nowak
*/
module core.aa;
import core.memory : GC;
private
{
// grow threshold
enum GROW_NUM = 4;
enum GROW_DEN = 5;
// shrink threshold
enum SHRINK_NUM = 1;
enum SHRINK_DEN = 8;
// grow factor
enum GROW_FAC = 4;
// growing the AA doubles it's size, so the shrink threshold must be
// smaller than half the grow threshold to have a hysteresis
static assert(GROW_FAC * SHRINK_NUM * GROW_DEN < GROW_NUM * SHRINK_DEN);
// initial load factor (for literals), mean of both thresholds
enum INIT_NUM = (GROW_DEN * SHRINK_NUM + GROW_NUM * SHRINK_DEN) / 2;
enum INIT_DEN = SHRINK_DEN * GROW_DEN;
// magic hash constants to distinguish empty, deleted, and filled buckets
enum HASH_EMPTY = 0;
enum HASH_DELETED = 0x1;
enum HASH_FILLED_MARK = size_t(1) << 8 * size_t.sizeof - 1;
}
enum INIT_NUM_BUCKETS = 8;
struct AA(Key, Val)
{
this(size_t sz)
{
impl = new Impl(nextpow2(sz));
}
@property bool empty() const pure nothrow @safe @nogc
{
return !length;
}
@property size_t length() const pure nothrow @safe @nogc
{
return impl is null ? 0 : impl.length;
}
void opIndexAssign(Val val, in Key key)
{
// lazily alloc implementation
if (impl is null)
impl = new Impl(INIT_NUM_BUCKETS);
// get hash and bucket for key
immutable hash = calcHash(key);
// found a value => assignment
if (auto p = impl.findSlotLookup(hash, key))
{
p.entry.val = val;
return;
}
auto p = findSlotInsert(hash);
if (p.deleted)
--deleted;
// check load factor and possibly grow
else if (++used * GROW_DEN > dim * GROW_NUM)
{
grow();
p = findSlotInsert(hash);
assert(p.empty);
}
// update search cache and allocate entry
firstUsed = min(firstUsed, cast(uint)(p - buckets.ptr));
p.hash = hash;
p.entry = new Impl.Entry(key, val); // TODO: move
return;
}
ref inout(Val) opIndex(in Key key) inout @trusted
{
auto p = opIn_r(key);
assert(p !is null);
return *p;
}
inout(Val)* opIn_r(in Key key) inout @trusted
{
if (empty)
return null;
immutable hash = calcHash(key);
if (auto p = findSlotLookup(hash, key))
return &p.entry.val;
return null;
}
bool remove(in Key key)
{
if (empty)
return false;
immutable hash = calcHash(key);
if (auto p = findSlotLookup(hash, key))
{
// clear entry
p.hash = HASH_DELETED;
p.entry = null;
++deleted;
if (length * SHRINK_DEN < dim * SHRINK_NUM)
shrink();
return true;
}
return false;
}
Val get(in Key key, lazy Val val)
{
auto p = opIn_r(key);
return p is null ? val : *p;
}
ref Val getOrSet(in Key key, lazy Val val)
{
// lazily alloc implementation
if (impl is null)
impl = new Impl(INIT_NUM_BUCKETS);
// get hash and bucket for key
immutable hash = calcHash(key);
// found a value => assignment
if (auto p = impl.findSlotLookup(hash, key))
return p.entry.val;
auto p = findSlotInsert(hash);
if (p.deleted)
--deleted;
// check load factor and possibly grow
else if (++used * GROW_DEN > dim * GROW_NUM)
{
grow();
p = findSlotInsert(hash);
assert(p.empty);
}
// update search cache and allocate entry
firstUsed = min(firstUsed, cast(uint)(p - buckets.ptr));
p.hash = hash;
p.entry = new Impl.Entry(key, val);
return p.entry.val;
}
/**
Convert the AA to the type of the builtin language AA.
*/
Val[Key] toBuiltinAA() pure nothrow
{
return cast(Val[Key]) _aaFromCoreAA(impl, rtInterface);
}
private:
private this(inout(Impl)* impl) inout
{
this.impl = impl;
}
ref Val getLValue(in Key key)
{
// lazily alloc implementation
if (impl is null)
impl = new Impl(INIT_NUM_BUCKETS);
// get hash and bucket for key
immutable hash = calcHash(key);
// found a value => assignment
if (auto p = impl.findSlotLookup(hash, key))
return p.entry.val;
auto p = findSlotInsert(hash);
if (p.deleted)
--deleted;
// check load factor and possibly grow
else if (++used * GROW_DEN > dim * GROW_NUM)
{
grow();
p = findSlotInsert(hash);
assert(p.empty);
}
// update search cache and allocate entry
firstUsed = min(firstUsed, cast(uint)(p - buckets.ptr));
p.hash = hash;
p.entry = new Impl.Entry(key); // TODO: move
return p.entry.val;
}
static struct Impl
{
this(size_t sz)
{
buckets = allocBuckets(sz);
}
@property size_t length() const pure nothrow @nogc
{
assert(used >= deleted);
return used - deleted;
}
@property size_t dim() const pure nothrow @nogc
{
return buckets.length;
}
@property size_t mask() const pure nothrow @nogc
{
return dim - 1;
}
// find the first slot to insert a value with hash
inout(Bucket)* findSlotInsert(size_t hash) inout pure nothrow @nogc
{
for (size_t i = hash & mask, j = 1;; ++j)
{
if (!buckets[i].filled)
return &buckets[i];
i = (i + j) & mask;
}
}
// lookup a key
inout(Bucket)* findSlotLookup(size_t hash, in Key key) inout
{
for (size_t i = hash & mask, j = 1;; ++j)
{
if (buckets[i].hash == hash && key == buckets[i].entry.key)
return &buckets[i];
else if (buckets[i].empty)
return null;
i = (i + j) & mask;
}
}
void grow()
{
// If there are so many deleted entries, that growing would push us
// below the shrink threshold, we just purge deleted entries instead.
if (length * SHRINK_DEN < GROW_FAC * dim * SHRINK_NUM)
resize(dim);
else
resize(GROW_FAC * dim);
}
void shrink()
{
if (dim > INIT_NUM_BUCKETS)
resize(dim / GROW_FAC);
}
void resize(size_t ndim) pure nothrow
{
auto obuckets = buckets;
buckets = allocBuckets(ndim);
foreach (ref b; obuckets)
if (b.filled)
*findSlotInsert(b.hash) = b;
firstUsed = 0;
used -= deleted;
deleted = 0;
GC.free(obuckets.ptr); // safe to free b/c impossible to reference
}
static struct Entry
{
Key key;
Val val;
}
static struct Bucket
{
size_t hash;
Entry* entry;
@property bool empty() const
{
return hash == HASH_EMPTY;
}
@property bool deleted() const
{
return hash == HASH_DELETED;
}
@property bool filled() const
{
return cast(ptrdiff_t) hash < 0;
}
}
Bucket[] allocBuckets(size_t dim) @trusted pure nothrow
{
enum attr = GC.BlkAttr.NO_INTERIOR;
immutable sz = dim * Bucket.sizeof;
return (cast(Bucket*) GC.calloc(sz, attr))[0 .. dim];
}
Bucket[] buckets;
uint used;
uint deleted;
uint firstUsed;
}
RTInterface* rtInterface()() pure nothrow @nogc
{
static size_t aaLen(in void* pimpl) pure nothrow @nogc
{
auto aa = const(AA)(cast(const(Impl)*) pimpl);
return aa.length;
}
static void* aaGetY(void** pimpl, in void* pkey)
{
auto aa = AA(cast(Impl*)*pimpl);
auto res = &aa.getLValue(*cast(const(Key*)) pkey);
*pimpl = aa.impl; // might have changed
return res;
}
static inout(void)* aaInX(inout void* pimpl, in void* pkey)
{
auto aa = inout(AA)(cast(inout(Impl)*) pimpl);
return aa.opIn_r(*cast(const(Key*)) pkey);
}
static bool aaDelX(void* pimpl, in void* pkey)
{
auto aa = AA(cast(Impl*) pimpl);
return aa.remove(*cast(const(Key*)) pkey);
}
static immutable vtbl = RTInterface(&aaLen, &aaGetY, &aaInX, &aaDelX);
return cast(RTInterface*)&vtbl;
}
static size_t calcHash(in ref Key key)
{
return hashOf(key) | HASH_FILLED_MARK;
}
Impl* impl;
alias impl this;
}
package extern (C) void* _aaFromCoreAA(void* impl, RTInterface* rtIntf) pure nothrow;
private:
struct RTInterface
{
alias AA = void*;
size_t function(in AA aa) pure nothrow @nogc len;
void* function(AA* aa, in void* pkey) getY;
inout(void)* function(inout AA aa, in void* pkey) inX;
bool function(AA aa, in void* pkey) delX;
}
unittest
{
AA!(int, int) aa;
assert(aa.length == 0);
aa[0] = 1;
assert(aa.length == 1 && aa[0] == 1);
aa[1] = 2;
assert(aa.length == 2 && aa[1] == 2);
import core.stdc.stdio;
int[int] rtaa = aa.toBuiltinAA();
assert(rtaa.length == 2);
puts("length");
assert(rtaa[0] == 1);
assert(rtaa[1] == 2);
rtaa[2] = 3;
assert(aa[2] == 3);
}
unittest
{
auto aa = AA!(int, int)(3);
aa[0] = 0;
aa[1] = 1;
aa[2] = 2;
assert(aa.length == 3);
}
//==============================================================================
// Helper functions
//------------------------------------------------------------------------------
size_t nextpow2(in size_t n) pure nothrow @nogc
{
import core.bitop : bsr;
if (n < 2)
return 1;
return size_t(1) << bsr(n - 1) + 1;
}
pure nothrow @nogc unittest
{
// 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
foreach (const n, const pow2; [1, 1, 2, 4, 4, 8, 8, 8, 8, 16])
assert(nextpow2(n) == pow2);
}
T min(T)(T a, T b) pure nothrow @nogc
{
return a < b ? a : b;
}
T max(T)(T a, T b) pure nothrow @nogc
{
return b < a ? a : b;
}

187
samples/D/arrayops.d Normal file
View File

@@ -0,0 +1,187 @@
/**
* Benchmark for array ops.
*
* Copyright: Copyright Martin Nowak 2016 -.
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Authors: Martin Nowak
*/
import core.cpuid, std.algorithm, std.datetime, std.meta, std.stdio, std.string,
std.range;
float[6] getLatencies(T, string op)()
{
enum N = (64 * (1 << 6) + 64) * T.sizeof;
auto a = Array!T(N), b = Array!T(N), c = Array!T(N);
float[6] latencies = float.max;
foreach (i, ref latency; latencies)
{
auto len = 1 << i;
foreach (_; 1 .. 32)
{
a[] = 24;
b[] = 4;
c[] = 2;
auto sw = StopWatch(AutoStart.yes);
foreach (off; size_t(0) .. size_t(64))
{
off = off * len + off;
enum op = op.replace("const", "2").replace("a",
"a[off .. off + len]").replace("b",
"b[off .. off + len]").replace("c", "c[off .. off + len]");
mixin(op ~ ";");
}
latency = min(latency, sw.peek.nsecs);
}
}
float[6] res = latencies[] / 1024;
return res;
}
float[4] getThroughput(T, string op)()
{
enum N = (40 * 1024 * 1024 + 64 * T.sizeof) / T.sizeof;
auto a = Array!T(N), b = Array!T(N), c = Array!T(N);
float[4] latencies = float.max;
size_t[4] lengths = [
8 * 1024 / T.sizeof, 32 * 1024 / T.sizeof, 512 * 1024 / T.sizeof, 32 * 1024 * 1024 / T
.sizeof
];
foreach (i, ref latency; latencies)
{
auto len = lengths[i] / 64;
foreach (_; 1 .. 4)
{
a[] = 24;
b[] = 4;
c[] = 2;
auto sw = StopWatch(AutoStart.yes);
foreach (off; size_t(0) .. size_t(64))
{
off = off * len + off;
enum op = op.replace("const", "2").replace("a",
"a[off .. off + len]").replace("b",
"b[off .. off + len]").replace("c", "c[off .. off + len]");
mixin(op ~ ";");
}
immutable nsecs = sw.peek.nsecs;
runMasked({latency = min(latency, nsecs);});
}
}
float[4] throughputs = void;
runMasked({throughputs = T.sizeof * lengths[] / latencies[];});
return throughputs;
}
string[] genOps()
{
string[] ops;
foreach (op1; ["+", "-", "*", "/"])
{
ops ~= "a " ~ op1 ~ "= b";
ops ~= "a " ~ op1 ~ "= const";
foreach (op2; ["+", "-", "*", "/"])
{
ops ~= "a " ~ op1 ~ "= b " ~ op2 ~ " c";
ops ~= "a " ~ op1 ~ "= b " ~ op2 ~ " const";
}
}
return ops;
}
void runOp(string op)()
{
foreach (T; AliasSeq!(ubyte, ushort, uint, ulong, byte, short, int, long, float,
double))
writefln("%s, %s, %(%.2f, %), %(%s, %)", T.stringof, op,
getLatencies!(T, op), getThroughput!(T, op));
}
struct Array(T)
{
import core.stdc.stdlib : free, malloc;
this(size_t n)
{
ary = (cast(T*) malloc(T.sizeof * n))[0 .. n];
}
~this()
{
free(ary.ptr);
}
T[] ary;
alias ary this;
}
version (X86)
version = SSE;
else version (X86_64)
version = SSE;
else
static assert(0, "unimplemented");
version (SSE)
{
uint mxcsr()
{
uint ret = void;
asm
{
stmxcsr ret;
}
return ret;
}
void mxcsr(uint val)
{
asm
{
ldmxcsr val;
}
}
// http://softpixel.com/~cwright/programming/simd/sse.php
enum FPU_EXCEPTION_MASKS = 1 << 12 | 1 << 11 | 1 << 10 | 1 << 9 | 1 << 8 | 1 << 7;
enum FPU_EXCEPTION_FLAGS = 1 << 5 | 1 << 4 | 1 << 3 | 1 << 2 | 1 << 1 | 1 << 0;
void maskFPUExceptions()
{
mxcsr = mxcsr | FPU_EXCEPTION_MASKS;
}
void unmaskFPUExceptions()
{
mxcsr = mxcsr & ~FPU_EXCEPTION_MASKS;
}
uint FPUExceptionFlags()
{
return mxcsr & FPU_EXCEPTION_FLAGS;
}
void clearFPUExceptionFlags()
{
mxcsr = mxcsr & ~FPU_EXCEPTION_FLAGS;
}
}
void runMasked(scope void delegate() dg)
{
assert(FPUExceptionFlags == 0);
maskFPUExceptions;
dg();
clearFPUExceptionFlags;
unmaskFPUExceptions;
}
void main()
{
unmaskFPUExceptions;
writefln("type, op, %(latency%s, %), %-(throughput%s, %)", iota(6)
.map!(i => 1 << i), ["8KB", "32KB", "512KB", "32MB"]);
foreach (op; mixin("AliasSeq!(%(%s, %))".format(genOps)))
runOp!op;
maskFPUExceptions;
}

3
samples/D/function.d Normal file
View File

@@ -0,0 +1,3 @@
void foo()
{
}

6
samples/D/hello_world.d Normal file
View File

@@ -0,0 +1,6 @@
import std.stdio;
void main()
{
writeln("Hello World");
}

7
samples/D/template.d Normal file
View File

@@ -0,0 +1,7 @@
template Fib(size_t N)
{
static if (N < 2)
enum Fib = size_t(1);
else
enum Fib = Fib!(N - 2) + Fib!(N - 1);
}

View File

@@ -0,0 +1,3 @@
void bar(T)(T t)
{
}

3
samples/D/unittest1.d Normal file
View File

@@ -0,0 +1,3 @@
unittest
{
}

3
samples/D/unittest2.d Normal file
View File

@@ -0,0 +1,3 @@
unittest("optional name")
{
}

View File

@@ -0,0 +1,12 @@
fun SQL(literals, parts) = ''
---
[
SQL `SELECT * FROM table WHERE id = $(1) AND name = $('a')`,
SQL `$('p')`,
SQL `$('a')$('b')`,
SQL `$('a')---$('b')`,
SQL `---$('a')---$('b')---`,
SQL `$('p')bbb`,
SQL `aaa$('p')`,
SQL `aaa$('p')bbb`
]

View File

@@ -0,0 +1,9 @@
%dw 2.0
var number = 1234
fun foo(func,name="Mariano") = func(name)
input payload application/test arg="value"
output application/json
---
{
foo: "bar"
}

View File

@@ -0,0 +1,27 @@
%dw 2.0
var x=(param1, param2) -> { "$param1": param2 }
var y=(param1, param2 = "c") -> { "$param1": param2 }
var toUser = (user) -> { name: user.name, lastName: user.lastName }
fun z(param1, param2) = { "$param1": param2 }
var a = { name: "Mariano" , toUser: ((param1, param2) -> { "$param1": param2 }) }
var applyFirst = (array, func) -> (func(array[0]) ++ array[1 to -1])
var nested = (array, func) -> (a) -> (b) -> (c) -> array map func(a ++ b ++ c)
fun f2(a1, a2) = ""
fun f3(a1:String, a2:Number):String = a1
fun f4(a1:String, a2:(a:Number) -> Number):String = a1
---
result: {
a: x("a", "b"),
b: y("a"),
c: y("a", "b"),
users: { (in1 map ((user) -> { user: (toUser(user) ++ user) })) },
d: z("a", "b"),
e: a.toUser("name","Mariano"),
f: a.toUser("name","Mariano").name,
f: applyFirst("mariano", (s) -> upper(s) ),
g: [] map (s) -> upper(s),
h: 1 f2 2
}

View File

@@ -0,0 +1,36 @@
%dw 2.0
---
{
"boolean":{
"true" : true,
"false": false
},
"Number": {
"int": 123,
"decimal": 123.23
},
"string": {
"singleQuote" : 'A String',
"doubleQuote" : "A String"
},
"regex": /foo/,
"date": {
a: |2003-10-01|,
b: |2005-045|,
c: |2003-W14-3|,
d: |23:57:59|,
e: |23:57:30.700|,
f: |23:50:30Z|,
g: |+13:00|,
h: |Z|,
i: |-02:00|,
j: |2005-06-02T15:10:16|,
k: |2005-06-02T15:10:16Z|,
l: |2005-06-02T15:10:16+03:00|,
m: |P12Y7M11D|,
n: |P12Y5M|,
o: |P45DT9H20M8S|,
p: |PT9H20M8S|
}
}

View File

@@ -0,0 +1,33 @@
{
// Regex Pattern Matching (Can be named or unnamed)
a: in0.phones map $ match {
case matches /\+(\d+)\s\((\d+)\)\s(\d+\-\d+)/ -> { country: $[0], area: $[1], number: $[2] }
case matches /\((\d+)\)\s(\d+\-\d+)/ -> { area: $[1], number: $[2] }
case phone matches /\((\d+)\)\s(\d+\-\d+)/ -> { area: phone[1], number: phone[2] }
},
// Type Pattern Matching (Can be named or unnamed)
b: in0.object match {
case is Object -> { object: $ }
case is Number -> { number: $ }
// This is how you name variables if needed
case y is Boolean -> { boolean: y }
},
// Literal Pattern Matching (Can be named or unnamed)
c: in0.value match {
case "Emiliano" -> { string: $ }
case 123 -> { number: $ }
// This is how you name variables if needed
case value: "Mariano" -> { name: value }
},
// Boolean Expression Pattern Matching (Always named)
d: in0.value match {
case x if x > 30 -> { biggerThan30: x }
case x if x == 9 -> { nine: x }
},
// Default matches
e: in0.value match {
case "Emiliano" -> "string"
case 3.14 -> number
else -> "1234"
}
}

View File

@@ -0,0 +1,20 @@
# not really (there's an EB_bzip2 easyblock), but fine for use in unit tests
easyblock = 'ConfigureMake'
name = 'bzip2'
version = '1.0.6'
homepage = 'http://www.bzip.org/'
description = """bzip2 is a freely available, patent free, high-quality data compressor. It typically
compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical
compressors), whilst being around twice as fast at compression and six times faster at decompression."""
toolchain = {'name': 'GCC', 'version': '4.9.2'}
toolchainopts = {'pic': True}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://www.bzip.org/%(version)s']
builddependencies = [('gzip', '1.6')]
moduleclass = 'tools'

View File

@@ -0,0 +1,7 @@
{"src/*", [
report,
verbose,
{i, "include"},
{outdir, "ebin"},
debug_info
]}.

View File

@@ -0,0 +1,97 @@
/*
* Author: Robert Koeninger
* License: WTFPL (http://www.wtfpl.net/)
*/
class Spelling {
** Load sample text and offer corrections for input
static Void main(Str[] args) {
text := File.os("big.txt").readAllStr
counts := Str:Int[:] { def = 0 }
text.split.each |word| { counts[word] += 1 }
args.each |arg| { echo(correction(counts, arg)) }
}
static const Range letters := Range.makeInclusive(97, 122)
** Most probable spelling correction for `word`.
static Str correction(Str:Int counts, Str word) {
candidates(counts, word).max |x, y| { counts[x] <=> counts[y] }
}
** Generate possible spelling corrections for `word`.
static Str[] candidates(Str:Int counts, Str word) {
result := known(counts, Str[word])
if (result.size > 0) return result
result = known(counts, edits1(word))
if (result.size > 0) return result
result = known(counts, edits2(word))
if (result.size > 0) return result
return Str[word]
}
** The subset of `words` that appear in the map of `counts`.
static Str[] known(Str:Int counts, Str[] words) {
words.findAll |word, i| { counts[word] > 0 }.unique
}
** All edits that are one edit away from `word`.
static Str[] edits1(Str word) {
edits := Str[,]
for (i := 0; i < word.size; ++i) {
edits.add(delete(word, i))
if (i < word.size - 2) {
edits.add(transpose(word, i))
}
edits.addAll(replace(word, i))
edits.addAll(insert(word, i))
}
edits = edits.unique
edits.remove(word)
return edits
}
** Word with `i`th letter removed.
static Str delete(Str word, Int i) {
left := word.getRange(Range.makeExclusive(0, i))
right := word.getRange(Range.makeExclusive(i + 1, word.size))
return left + right
}
** Word with `i`th and `i+1`st letter swapped.
static Str transpose(Str word, Int i) {
left := word.getRange(Range.makeExclusive(0, i))
right := word.getRange(Range.makeExclusive(i, word.size))
first := right.get(0).toChar
second := right.get(1).toChar
rest := right.getRange(Range.makeExclusive(2, right.size))
return left + second + first + rest
}
** Word with `i`th letter replaced with every other letter.
static Str[] replace(Str word, Int i) {
left := word.getRange(Range.makeExclusive(0, i))
right := word.getRange(Range.makeExclusive(i + 1, word.size))
return letters.map |ch| { left + ch.toChar + right }
}
** Word with each letter inserted at `i`.
static Str[] insert(Str word, Int i) {
left := word.getRange(Range.makeExclusive(0, i))
right := word.getRange(Range.makeExclusive(i, word.size))
return letters.map |ch| { left + ch.toChar + right }
}
** All edits that are two edits away from `word`.
static Str[] edits2(Str word) {
(Str[])(edits1(word).map |w| { edits1(w) }.flatten)
}
}

View File

@@ -0,0 +1,50 @@
/*
* Author: Robert Koeninger
* License: WTFPL (http://www.wtfpl.net/)
*/
mixin Expr
{
abstract Obj? eval()
}
class Constant : Expr
{
Obj? value
new make(Obj? value) { this.value = value }
override Obj? eval() { value }
}
enum class Op
{
plus,
minus
}
class Infix : Expr
{
Op op
Expr left
Expr right
new make(Op op, Expr left, Expr right)
{
this.op = op
this.left = left
this.right = right
}
override Obj? eval()
{
switch (op)
{
case Op.plus:
return (Int)left.eval() + (Int)right.eval()
case Op.minus:
return (Int)left.eval() - (Int)right.eval()
default:
throw Err("undefined Op")
}
}
}

161
samples/GLSL/SyLens.shader Normal file
View File

@@ -0,0 +1,161 @@
#version 120
/*
Original Lens Distortion Algorithm from SSontech (Syntheyes)
http://www.ssontech.com/content/lensalg.htm
r2 is radius squared.
r2 = image_aspect*image_aspect*u*u + v*v
f = 1 + r2*(k + kcube*sqrt(r2))
u' = f*u
v' = f*v
*/
// Controls
uniform float kCoeff, kCube, uShift, vShift;
uniform float chroma_red, chroma_green, chroma_blue;
uniform bool apply_disto;
// Uniform inputs
uniform sampler2D input1;
uniform float adsk_input1_w, adsk_input1_h, adsk_input1_aspect, adsk_input1_frameratio;
uniform float adsk_result_w, adsk_result_h;
float distortion_f(float r) {
float f = 1 + (r*r)*(kCoeff + kCube * r);
return f;
}
float inverse_f(float r)
{
// Build a lookup table on the radius, as a fixed-size table.
// We will use a vec3 since we will store the multipled number in the Z coordinate.
// So to recap: x will be the radius, y will be the f(x) distortion, and Z will be x * y;
vec3[48] lut;
// Since out LUT is shader-global check if it's been computed alrite
// Flame has no overflow bbox so we can safely max out at the image edge, plus some cushion
float max_r = sqrt((adsk_input1_frameratio * adsk_input1_frameratio) + 1) + 0.1;
float incr = max_r / 48;
float lut_r = 0;
float f;
for(int i=0; i < 48; i++) {
f = distortion_f(lut_r);
lut[i] = vec3(lut_r, f, lut_r * f);
lut_r += incr;
}
float t;
// Now find the nehgbouring elements
// only iterate to 46 since we will need
// 47 as i+1
for(int i=0; i < 47; i++) {
if(lut[i].z < r && lut[i+1].z > r) {
// BAM! our value is between these two segments
// get the T interpolant and mix
t = (r - lut[i].z) / (lut[i+1].z - lut[i]).z;
return mix(lut[i].y, lut[i+1].y, t );
}
}
}
float aberrate(float f, float chroma)
{
return f + (f * chroma);
}
vec3 chromaticize_and_invert(float f)
{
vec3 rgb_f = vec3(aberrate(f, chroma_red), aberrate(f, chroma_green), aberrate(f, chroma_blue));
// We need to DIVIDE by F when we redistort, and x / y == x * (1 / y)
if(apply_disto) {
rgb_f = 1 / rgb_f;
}
return rgb_f;
}
void main(void)
{
vec2 px, uv;
float f = 1;
float r = 1;
px = gl_FragCoord.xy;
// Make sure we are still centered
px.x -= (adsk_result_w - adsk_input1_w) / 2;
px.y -= (adsk_result_h - adsk_input1_h) / 2;
// Push the destination coordinates into the [0..1] range
uv.x = px.x / adsk_input1_w;
uv.y = px.y / adsk_input1_h;
// And to Syntheyes UV which are [1..-1] on both X and Y
uv.x = (uv.x *2 ) - 1;
uv.y = (uv.y *2 ) - 1;
// Add UV shifts
uv.x += uShift;
uv.y += vShift;
// Make the X value the aspect value, so that the X coordinates go to [-aspect..aspect]
uv.x = uv.x * adsk_input1_frameratio;
// Compute the radius
r = sqrt(uv.x*uv.x + uv.y*uv.y);
// If we are redistorting, account for the oversize plate in the input, assume that
// the input aspect is the same
if(apply_disto) {
r = r / (float(adsk_input1_w) / float(adsk_result_w));
}
// Apply or remove disto, per channel honoring chromatic aberration
if(apply_disto) {
f = inverse_f(r);
} else {
f = distortion_f(r);
}
vec2[3] rgb_uvs = vec2[](uv, uv, uv);
// Compute distortions per component
vec3 rgb_f = chromaticize_and_invert(f);
// Apply the disto coefficients, per component
rgb_uvs[0] = rgb_uvs[0] * rgb_f.rr;
rgb_uvs[1] = rgb_uvs[1] * rgb_f.gg;
rgb_uvs[2] = rgb_uvs[2] * rgb_f.bb;
// Convert all the UVs back to the texture space, per color component
for(int i=0; i < 3; i++) {
uv = rgb_uvs[i];
// Back from [-aspect..aspect] to [-1..1]
uv.x = uv.x / adsk_input1_frameratio;
// Remove UV shifts
uv.x -= uShift;
uv.y -= vShift;
// Back to OGL UV
uv.x = (uv.x + 1) / 2;
uv.y = (uv.y + 1) / 2;
rgb_uvs[i] = uv;
}
// Sample the input plate, per component
vec4 sampled;
sampled.r = texture2D(input1, rgb_uvs[0]).r;
sampled.g = texture2D(input1, rgb_uvs[1]).g;
sampled.b = texture2D(input1, rgb_uvs[2]).b;
// and assign to the output
gl_FragColor.rgba = vec4(sampled.rgb, 1.0 );
}

View File

@@ -0,0 +1,630 @@
//// High quality (Some browsers may freeze or crash)
//#define HIGHQUALITY
//// Medium quality (Should be fine on all systems, works on Intel HD2000 on Win7 but quite slow)
//#define MEDIUMQUALITY
//// Defaults
//#define REFLECTIONS
#define SHADOWS
//#define GRASS
//#define SMALL_WAVES
#define RAGGED_LEAVES
//#define DETAILED_NOISE
//#define LIGHT_AA // 2 sample SSAA
//#define HEAVY_AA // 2x2 RG SSAA
//#define TONEMAP
//// Configurations
#ifdef MEDIUMQUALITY
#define SHADOWS
#define SMALL_WAVES
#define RAGGED_LEAVES
#define TONEMAP
#endif
#ifdef HIGHQUALITY
#define REFLECTIONS
#define SHADOWS
//#define GRASS
#define SMALL_WAVES
#define RAGGED_LEAVES
#define DETAILED_NOISE
#define LIGHT_AA
#define TONEMAP
#endif
// Constants
const float eps = 1e-5;
const float PI = 3.14159265359;
const vec3 sunDir = vec3(0.79057,-0.47434, 0.0);
const vec3 skyCol = vec3(0.3, 0.5, 0.8);
const vec3 sandCol = vec3(0.9, 0.8, 0.5);
const vec3 treeCol = vec3(0.8, 0.65, 0.3);
const vec3 grassCol = vec3(0.4, 0.5, 0.18);
const vec3 leavesCol = vec3(0.3, 0.6, 0.2);
const vec3 leavesPos = vec3(-5.1,13.4, 0.0);
#ifdef TONEMAP
const vec3 sunCol = vec3(1.8, 1.7, 1.6);
#else
const vec3 sunCol = vec3(0.9, 0.85, 0.8);
#endif
const float exposure = 1.1; // Only used when tonemapping
// Description : Array and textureless GLSL 2D/3D/4D simplex
// noise functions.
// Author : Ian McEwan, Ashima Arts.
// License : Copyright (C) 2011 Ashima Arts. All rights reserved.
// Distributed under the MIT License. See LICENSE file.
// https://github.com/ashima/webgl-noise
vec3 mod289(vec3 x) {
return x - floor(x * (1.0 / 289.0)) * 289.0;
}
vec4 mod289(vec4 x) {
return x - floor(x * (1.0 / 289.0)) * 289.0;
}
vec4 permute(vec4 x) {
return mod289(((x*34.0)+1.0)*x);
}
vec4 taylorInvSqrt(vec4 r) {
return 1.79284291400159 - 0.85373472095314 * r;
}
float snoise(vec3 v) {
const vec2 C = vec2(1.0/6.0, 1.0/3.0) ;
const vec4 D = vec4(0.0, 0.5, 1.0, 2.0);
// First corner
vec3 i = floor(v + dot(v, C.yyy) );
vec3 x0 = v - i + dot(i, C.xxx) ;
// Other corners
vec3 g = step(x0.yzx, x0.xyz);
vec3 l = 1.0 - g;
vec3 i1 = min( g.xyz, l.zxy );
vec3 i2 = max( g.xyz, l.zxy );
// x0 = x0 - 0.0 + 0.0 * C.xxx;
// x1 = x0 - i1 + 1.0 * C.xxx;
// x2 = x0 - i2 + 2.0 * C.xxx;
// x3 = x0 - 1.0 + 3.0 * C.xxx;
vec3 x1 = x0 - i1 + C.xxx;
vec3 x2 = x0 - i2 + C.yyy; // 2.0*C.x = 1/3 = C.y
vec3 x3 = x0 - D.yyy; // -1.0+3.0*C.x = -0.5 = -D.y
// Permutations
i = mod289(i);
vec4 p = permute( permute( permute(
i.z + vec4(0.0, i1.z, i2.z, 1.0 ))
+ i.y + vec4(0.0, i1.y, i2.y, 1.0 ))
+ i.x + vec4(0.0, i1.x, i2.x, 1.0 ));
// Gradients: 7x7 points over a square, mapped onto an octahedron.
// The ring size 17*17 = 289 is close to a multiple of 49 (49*6 = 294)
float n_ = 0.142857142857; // 1.0/7.0
vec3 ns = n_ * D.wyz - D.xzx;
vec4 j = p - 49.0 * floor(p * ns.z * ns.z); // mod(p,7*7)
vec4 x_ = floor(j * ns.z);
vec4 y_ = floor(j - 7.0 * x_ ); // mod(j,N)
vec4 x = x_ *ns.x + ns.yyyy;
vec4 y = y_ *ns.x + ns.yyyy;
vec4 h = 1.0 - abs(x) - abs(y);
vec4 b0 = vec4( x.xy, y.xy );
vec4 b1 = vec4( x.zw, y.zw );
//vec4 s0 = vec4(lessThan(b0,0.0))*2.0 - 1.0;
//vec4 s1 = vec4(lessThan(b1,0.0))*2.0 - 1.0;
vec4 s0 = floor(b0)*2.0 + 1.0;
vec4 s1 = floor(b1)*2.0 + 1.0;
vec4 sh = -step(h, vec4(0.0));
vec4 a0 = b0.xzyw + s0.xzyw*sh.xxyy ;
vec4 a1 = b1.xzyw + s1.xzyw*sh.zzww ;
vec3 p0 = vec3(a0.xy,h.x);
vec3 p1 = vec3(a0.zw,h.y);
vec3 p2 = vec3(a1.xy,h.z);
vec3 p3 = vec3(a1.zw,h.w);
//Normalise gradients
vec4 norm = taylorInvSqrt(vec4(dot(p0,p0), dot(p1,p1), dot(p2, p2), dot(p3,p3)));
p0 *= norm.x;
p1 *= norm.y;
p2 *= norm.z;
p3 *= norm.w;
// Mix final noise value
vec4 m = max(0.6 - vec4(dot(x0,x0), dot(x1,x1), dot(x2,x2), dot(x3,x3)), 0.0);
m = m * m;
return 42.0 * dot( m*m, vec4( dot(p0,x0), dot(p1,x1),
dot(p2,x2), dot(p3,x3) ) );
}
// Main
float fbm(vec3 p)
{
float final = snoise(p);
p *= 1.94; final += snoise(p) * 0.5;
#ifdef DETAILED_NOISE
p *= 3.75; final += snoise(p) * 0.25;
return final / 1.75;
#else
return final / 1.5;
#endif
}
float waterHeight(vec3 p)
{
float d = length(p.xz);
float h = sin(d * 1.5 + iGlobalTime * 3.0) * 12.0 / d; // Island waves
#ifdef SMALL_WAVES
h += fbm(p*0.5); // Other waves
#endif
return h;
}
vec3 bump(vec3 pos, vec3 rayDir)
{
float s = 2.0;
// Fade out waves to reduce aliasing
float dist = dot(pos, rayDir);
s *= dist < 2.0 ? 1.0 : 1.4142 / sqrt(dist);
// Calculate normal from heightmap
vec2 e = vec2(1e-2, 0.0);
vec3 p = vec3(pos.x, iGlobalTime*0.5, pos.z)*0.7;
float m = waterHeight(p)*s;
return normalize(vec3(
waterHeight(p+e.xyy)*s-m,
1.0,
waterHeight(p+e.yxy)*s-m
));
}
// Ray intersections
vec4 intersectSphere(vec3 rpos, vec3 rdir, vec3 pos, float rad)
{
vec3 op = pos - rpos;
float b = dot(op, rdir);
float det = b*b - dot(op, op) + rad*rad;
if (det > 0.0)
{
det = sqrt(det);
float t = b - det;
if (t > eps)
return vec4(-normalize(rpos+rdir*t-pos), t);
}
return vec4(0.0);
}
vec4 intersectCylinder(vec3 rpos, vec3 rdir, vec3 pos, float rad)
{
vec3 op = pos - rpos;
vec2 rdir2 = normalize(rdir.yz);
float b = dot(op.yz, rdir2);
float det = b*b - dot(op.yz, op.yz) + rad*rad;
if (det > 0.0)
{
det = sqrt(det);
float t = b - det;
if (t > eps)
return vec4(-normalize(rpos.yz+rdir2*t-pos.yz), 0.0, t);
t = b + det;
if (t > eps)
return vec4(-normalize(rpos.yz+rdir2*t-pos.yz), 0.0, t);
}
return vec4(0.0);
}
vec4 intersectPlane(vec3 rayPos, vec3 rayDir, vec3 n, float d)
{
float t = -(dot(rayPos, n) + d) / dot(rayDir, n);
return vec4(n * sign(dot(rayDir, n)), t);
}
// Helper functions
vec3 rotate(vec3 p, float theta)
{
float c = cos(theta), s = sin(theta);
return vec3(p.x * c + p.z * s, p.y,
p.z * c - p.x * s);
}
float impulse(float k, float x) // by iq
{
float h = k*x;
return h * exp(1.0 - h);
}
// Raymarched parts of scene
float grass(vec3 pos)
{
float h = length(pos - vec3(0.0, -7.0, 0.0)) - 8.0;
if (h > 2.0) return h; // Optimization (Avoid noise if too far away)
return h + snoise(pos * 3.0) * 0.1 + pos.y * 0.9;
}
float tree(vec3 pos)
{
pos.y -= 0.5;
float s = sin(pos.y*0.03);
float c = cos(pos.y*0.03);
mat2 m = mat2(c, -s, s, c);
vec3 p = vec3(m*pos.xy, pos.z);
float width = 1.0 - pos.y * 0.02 - clamp(sin(pos.y * 8.0) * 0.1, 0.05, 0.1);
return max(length(p.xz) - width, pos.y - 12.5);
}
vec2 scene(vec3 pos)
{
float vtree = tree(pos);
#ifdef GRASS
float vgrass = grass(pos);
float v = min(vtree, vgrass);
#else
float v = vtree;
#endif
return vec2(v, v == vtree ? 2.0 : 1.0);
}
vec3 normal(vec3 pos)
{
vec2 eps = vec2(1e-3, 0.0);
float h = scene(pos).x;
return normalize(vec3(
scene(pos-eps.xyy).x-h,
scene(pos-eps.yxy).x-h,
scene(pos-eps.yyx).x-h
));
}
float plantsShadow(vec3 rayPos, vec3 rayDir)
{
// Soft shadow taken from iq
float k = 6.0;
float t = 0.0;
float s = 1.0;
for (int i = 0; i < 30; i++)
{
vec3 pos = rayPos+rayDir*t;
vec2 res = scene(pos);
if (res.x < 0.001) return 0.0;
s = min(s, k*res.x/t);
t += max(res.x, 0.01);
}
return s*s*(3.0 - 2.0*s);
}
// Ray-traced parts of scene
vec4 intersectWater(vec3 rayPos, vec3 rayDir)
{
float h = sin(20.5 + iGlobalTime * 2.0) * 0.03;
float t = -(rayPos.y + 2.5 + h) / rayDir.y;
return vec4(0.0, 1.0, 0.0, t);
}
vec4 intersectSand(vec3 rayPos, vec3 rayDir)
{
return intersectSphere(rayPos, rayDir, vec3(0.0,-24.1,0.0), 24.1);
}
vec4 intersectTreasure(vec3 rayPos, vec3 rayDir)
{
return vec4(0.0);
}
vec4 intersectLeaf(vec3 rayPos, vec3 rayDir, float openAmount)
{
vec3 dir = normalize(vec3(0.0, 1.0, openAmount));
float offset = 0.0;
vec4 res = intersectPlane(rayPos, rayDir, dir, 0.0);
vec3 pos = rayPos+rayDir*res.w;
#ifdef RAGGED_LEAVES
offset = snoise(pos*0.8) * 0.3;
#endif
if (pos.y > 0.0 || length(pos * vec3(0.9, 2.0, 1.0)) > 4.0 - offset) res.w = 0.0;
vec4 res2 = intersectPlane(rayPos, rayDir, vec3(dir.xy, -dir.z), 0.0);
pos = rayPos+rayDir*res2.w;
#ifdef RAGGED_LEAVES
offset = snoise(pos*0.8) * 0.3;
#endif
if (pos.y > 0.0 || length(pos * vec3(0.9, 2.0, 1.0)) > 4.0 - offset) res2.w = 0.0;
if (res2.w > 0.0 && res2.w < res.w || res.w <= 0.0)
res = res2;
return res;
}
vec4 leaves(vec3 rayPos, vec3 rayDir)
{
float t = 1e20;
vec3 n = vec3(0.0);
rayPos -= leavesPos;
float sway = impulse(15.0, fract(iGlobalTime / PI * 0.125));
float upDownSway = sway * -sin(iGlobalTime) * 0.06;
float openAmount = sway * max(-cos(iGlobalTime) * 0.4, 0.0);
float angleOffset = -0.1;
for (float k = 0.0; k < 6.2; k += 0.75)
{
// Left-right
float alpha = k + (k - PI) * sway * 0.015;
vec3 p = rotate(rayPos, alpha);
vec3 d = rotate(rayDir, alpha);
// Up-down
angleOffset *= -1.0;
float theta = -0.4 +
angleOffset +
cos(k) * 0.35 +
upDownSway +
sin(iGlobalTime+k*10.0) * 0.03 * (sway + 0.2);
p = rotate(p.xzy, theta).xzy;
d = rotate(d.xzy, theta).xzy;
// Shift
p -= vec3(5.4, 0.0, 0.0);
// Intersect individual leaf
vec4 res = intersectLeaf(p, d, 1.0+openAmount);
if (res.w > 0.0 && res.w < t)
{
t = res.w;
n = res.xyz;
}
}
return vec4(n, t);
}
// Lighting
float shadow(vec3 rayPos, vec3 rayDir)
{
float s = 1.0;
// Intersect sand
//vec4 resSand = intersectSand(rayPos, rayDir);
//if (resSand.w > 0.0) return 0.0;
// Intersect plants
s = min(s, plantsShadow(rayPos, rayDir));
if (s < 0.0001) return 0.0;
// Intersect leaves
vec4 resLeaves = leaves(rayPos, rayDir);
if (resLeaves.w > 0.0 && resLeaves.w < 1e7) return 0.0;
return s;
}
vec3 light(vec3 p, vec3 n)
{
float s = 1.0;
#ifdef SHADOWS
s = shadow(p-sunDir*0.01, -sunDir);
#endif
vec3 col = sunCol * min(max(dot(n, sunDir), 0.0), s);
col += skyCol * (-n.y * 0.5 + 0.5) * 0.3;
return col;
}
vec3 lightLeaves(vec3 p, vec3 n)
{
float s = 1.0;
#ifdef SHADOWS
s = shadow(p-sunDir*0.01, -sunDir);
#endif
float ao = min(length(p - leavesPos) * 0.1, 1.0);
float ns = dot(n, sunDir);
float d = sqrt(max(ns, 0.0));
vec3 col = sunCol * min(d, s);
col += sunCol * max(-ns, 0.0) * vec3(0.3, 0.3, 0.1) * ao;
col += skyCol * (-n.y * 0.5 + 0.5) * 0.3 * ao;
return col;
}
vec3 sky(vec3 n)
{
return skyCol * (1.0 - n.y * 0.8);
}
// Ray-marching
vec4 plants(vec3 rayPos, vec3 rayDir)
{
float t = 0.0;
for (int i = 0; i < 40; i++)
{
vec3 pos = rayPos+rayDir*t;
vec2 res = scene(pos);
float h = res.x;
if (h < 0.001)
{
vec3 col = res.y == 2.0 ? treeCol : grassCol;
float uvFact = res.y == 2.0 ? 1.0 : 10.0;
vec3 n = normal(pos);
vec2 uv = vec2(n.x, pos.y * 0.5) * 0.2 * uvFact;
vec3 tex = texture2D(iChannel0, uv).rgb * 0.6 + 0.4;
float ao = min(length(pos - leavesPos) * 0.1, 1.0);
return vec4(col * light(pos, n) * ao * tex, t);
}
t += h;
}
return vec4(sky(rayDir), 1e8);
}
// Final combination
vec3 traceReflection(vec3 rayPos, vec3 rayDir)
{
vec3 col = vec3(0.0);
float t = 1e20;
// Intersect plants
vec4 resPlants = plants(rayPos, rayDir);
if (resPlants.w > 0.0 && resPlants.w < t)
{
t = resPlants.w;
col = resPlants.xyz;
}
// Intersect leaves
vec4 resLeaves = leaves(rayPos, rayDir);
if (resLeaves.w > 0.0 && resLeaves.w < t)
{
vec3 pos = rayPos + rayDir * resLeaves.w;
vec2 uv = (pos.xz - leavesPos.xz) * 0.3;
float tex = texture2D(iChannel0, uv).r * 0.6 + 0.5;
t = resLeaves.w;
col = leavesCol * lightLeaves(pos, resLeaves.xyz) * tex;
}
if (t > 1e7) return sky(rayDir);
return col;
}
vec3 trace(vec3 rayPos, vec3 rayDir)
{
vec3 col = vec3(0.0);
float t = 1e20;
// Intersect sand
vec4 resSand = intersectSand(rayPos, rayDir);
if (resSand.w > 0.0)
{
vec3 pos = rayPos + rayDir * resSand.w;
t = resSand.w;
col = sandCol * light(pos, resSand.xyz);
}
// Intersect treasure chest
vec4 resTreasure = intersectTreasure(rayPos, rayDir);
if (resTreasure.w > 0.0 && resTreasure.w < t)
{
vec3 pos = rayPos + rayDir * resTreasure.w;
t = resTreasure.w;
col = leavesCol * light(pos, resTreasure.xyz);
}
// Intersect leaves
vec4 resLeaves = leaves(rayPos, rayDir);
if (resLeaves.w > 0.0 && resLeaves.w < t)
{
vec3 pos = rayPos + rayDir * resLeaves.w;
vec2 uv = (pos.xz - leavesPos.xz) * 0.3;
float tex = texture2D(iChannel0, uv).r * 0.6 + 0.5;
t = resLeaves.w;
col = leavesCol * lightLeaves(pos, resLeaves.xyz) * tex;
}
// Intersect plants
vec4 resPlants = plants(rayPos, rayDir);
if (resPlants.w > 0.0 && resPlants.w < t)
{
t = resPlants.w;
col = resPlants.xyz;
}
// Intersect water
vec4 resWater = intersectWater(rayPos, rayDir);
if (resWater.w > 0.0 && resWater.w < t)
{
vec3 pos = rayPos + rayDir * resWater.w;
float dist = t - resWater.w;
vec3 n = bump(pos, rayDir);
float ct = -min(dot(n,rayDir), 0.0);
float fresnel = 0.9 - 0.9 * pow(1.0 - ct, 5.0);
vec3 trans = col * exp(-dist * vec3(1.0, 0.7, 0.4) * 3.0);
vec3 reflDir = normalize(reflect(rayDir, n));
vec3 refl = sky(reflDir);
#ifdef REFLECTIONS
if (dot(pos, rayDir) < -2.0)
refl = traceReflection(pos, reflDir).rgb;
#endif
t = resWater.t;
col = mix(refl, trans, fresnel);
}
if (t > 1e7) return sky(rayDir);
return col;
}
// Ray-generation
vec3 camera(vec2 px)
{
vec2 rd = (px / iResolution.yy - vec2(iResolution.x/iResolution.y*0.5-0.5, 0.0)) * 2.0 - 1.0;
float t = sin(iGlobalTime * 0.1) * 0.2;
vec3 rayDir = normalize(vec3(rd.x, rd.y, 1.0));
vec3 rayPos = vec3(0.0, 3.0, -18.0);
return trace(rayPos, rayDir);
}
void main(void)
{
#ifdef HEAVY_AA
vec3 col = camera(gl_FragCoord.xy+vec2(0.0,0.5))*0.25;
col += camera(gl_FragCoord.xy+vec2(0.25,0.0))*0.25;
col += camera(gl_FragCoord.xy+vec2(0.5,0.75))*0.25;
col += camera(gl_FragCoord.xy+vec2(0.75,0.25))*0.25;
#else
vec3 col = camera(gl_FragCoord.xy);
#ifdef LIGHT_AA
col = col * 0.5 + camera(gl_FragCoord.xy+vec2(0.5,0.5))*0.5;
#endif
#endif
#ifdef TONEMAP
// Optimized Haarm-Peter Duikers curve
vec3 x = max(vec3(0.0),col*exposure-0.004);
col = (x*(6.2*x+.5))/(x*(6.2*x+1.7)+0.06);
#else
col = pow(col, vec3(0.4545));
#endif
gl_FragColor = vec4(col, 1.0);
}

View File

@@ -0,0 +1,98 @@
/**
* The MIT License (MIT)
*
* Copyright (c) 2016 Sascha Willems
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#version 450
#extension GL_ARB_separate_shader_objects : enable
#extension GL_ARB_shading_language_420pack : enable
// PN patch data
struct PnPatch
{
float b210;
float b120;
float b021;
float b012;
float b102;
float b201;
float b111;
float n110;
float n011;
float n101;
};
// tessellation levels
layout (binding = 0) uniform UBO
{
float tessLevel;
} ubo;
layout(vertices=3) out;
layout(location = 0) in vec3 inNormal[];
layout(location = 1) in vec2 inUV[];
layout(location = 0) out vec3 outNormal[3];
layout(location = 3) out vec2 outUV[3];
layout(location = 6) out PnPatch outPatch[3];
float wij(int i, int j)
{
return dot(gl_in[j].gl_Position.xyz - gl_in[i].gl_Position.xyz, inNormal[i]);
}
float vij(int i, int j)
{
vec3 Pj_minus_Pi = gl_in[j].gl_Position.xyz
- gl_in[i].gl_Position.xyz;
vec3 Ni_plus_Nj = inNormal[i]+inNormal[j];
return 2.0*dot(Pj_minus_Pi, Ni_plus_Nj)/dot(Pj_minus_Pi, Pj_minus_Pi);
}
void main()
{
// get data
gl_out[gl_InvocationID].gl_Position = gl_in[gl_InvocationID].gl_Position;
outNormal[gl_InvocationID] = inNormal[gl_InvocationID];
outUV[gl_InvocationID] = inUV[gl_InvocationID];
// set base
float P0 = gl_in[0].gl_Position[gl_InvocationID];
float P1 = gl_in[1].gl_Position[gl_InvocationID];
float P2 = gl_in[2].gl_Position[gl_InvocationID];
float N0 = inNormal[0][gl_InvocationID];
float N1 = inNormal[1][gl_InvocationID];
float N2 = inNormal[2][gl_InvocationID];
// compute control points
outPatch[gl_InvocationID].b210 = (2.0*P0 + P1 - wij(0,1)*N0)/3.0;
outPatch[gl_InvocationID].b120 = (2.0*P1 + P0 - wij(1,0)*N1)/3.0;
outPatch[gl_InvocationID].b021 = (2.0*P1 + P2 - wij(1,2)*N1)/3.0;
outPatch[gl_InvocationID].b012 = (2.0*P2 + P1 - wij(2,1)*N2)/3.0;
outPatch[gl_InvocationID].b102 = (2.0*P2 + P0 - wij(2,0)*N2)/3.0;
outPatch[gl_InvocationID].b201 = (2.0*P0 + P2 - wij(0,2)*N0)/3.0;
float E = ( outPatch[gl_InvocationID].b210
+ outPatch[gl_InvocationID].b120
+ outPatch[gl_InvocationID].b021
+ outPatch[gl_InvocationID].b012
+ outPatch[gl_InvocationID].b102
+ outPatch[gl_InvocationID].b201 ) / 6.0;
float V = (P0 + P1 + P2)/3.0;
outPatch[gl_InvocationID].b111 = E + (E - V)*0.5;
outPatch[gl_InvocationID].n110 = N0+N1-vij(0,1)*(P1-P0);
outPatch[gl_InvocationID].n011 = N1+N2-vij(1,2)*(P2-P1);
outPatch[gl_InvocationID].n101 = N2+N0-vij(2,0)*(P0-P2);
// set tess levels
gl_TessLevelOuter[gl_InvocationID] = ubo.tessLevel;
gl_TessLevelInner[0] = ubo.tessLevel;
}

View File

@@ -0,0 +1,103 @@
/**
* The MIT License (MIT)
*
* Copyright (c) 2016 Sascha Willems
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#version 450
#extension GL_ARB_separate_shader_objects : enable
#extension GL_ARB_shading_language_420pack : enable
// PN patch data
struct PnPatch
{
float b210;
float b120;
float b021;
float b012;
float b102;
float b201;
float b111;
float n110;
float n011;
float n101;
};
layout (binding = 1) uniform UBO
{
mat4 projection;
mat4 model;
float tessAlpha;
} ubo;
layout(triangles, fractional_odd_spacing, ccw) in;
layout(location = 0) in vec3 iNormal[];
layout(location = 3) in vec2 iTexCoord[];
layout(location = 6) in PnPatch iPnPatch[];
layout(location = 0) out vec3 oNormal;
layout(location = 1) out vec2 oTexCoord;
#define uvw gl_TessCoord
void main()
{
vec3 uvwSquared = uvw * uvw;
vec3 uvwCubed = uvwSquared * uvw;
// extract control points
vec3 b210 = vec3(iPnPatch[0].b210, iPnPatch[1].b210, iPnPatch[2].b210);
vec3 b120 = vec3(iPnPatch[0].b120, iPnPatch[1].b120, iPnPatch[2].b120);
vec3 b021 = vec3(iPnPatch[0].b021, iPnPatch[1].b021, iPnPatch[2].b021);
vec3 b012 = vec3(iPnPatch[0].b012, iPnPatch[1].b012, iPnPatch[2].b012);
vec3 b102 = vec3(iPnPatch[0].b102, iPnPatch[1].b102, iPnPatch[2].b102);
vec3 b201 = vec3(iPnPatch[0].b201, iPnPatch[1].b201, iPnPatch[2].b201);
vec3 b111 = vec3(iPnPatch[0].b111, iPnPatch[1].b111, iPnPatch[2].b111);
// extract control normals
vec3 n110 = normalize(vec3(iPnPatch[0].n110, iPnPatch[1].n110, iPnPatch[2].n110));
vec3 n011 = normalize(vec3(iPnPatch[0].n011, iPnPatch[1].n011, iPnPatch[2].n011));
vec3 n101 = normalize(vec3(iPnPatch[0].n101, iPnPatch[1].n101, iPnPatch[2].n101));
// compute texcoords
oTexCoord = gl_TessCoord[2]*iTexCoord[0] + gl_TessCoord[0]*iTexCoord[1] + gl_TessCoord[1]*iTexCoord[2];
// normal
// Barycentric normal
vec3 barNormal = gl_TessCoord[2]*iNormal[0] + gl_TessCoord[0]*iNormal[1] + gl_TessCoord[1]*iNormal[2];
vec3 pnNormal = iNormal[0]*uvwSquared[2] + iNormal[1]*uvwSquared[0] + iNormal[2]*uvwSquared[1]
+ n110*uvw[2]*uvw[0] + n011*uvw[0]*uvw[1]+ n101*uvw[2]*uvw[1];
oNormal = ubo.tessAlpha*pnNormal + (1.0-ubo.tessAlpha) * barNormal;
// compute interpolated pos
vec3 barPos = gl_TessCoord[2]*gl_in[0].gl_Position.xyz
+ gl_TessCoord[0]*gl_in[1].gl_Position.xyz
+ gl_TessCoord[1]*gl_in[2].gl_Position.xyz;
// save some computations
uvwSquared *= 3.0;
// compute PN position
vec3 pnPos = gl_in[0].gl_Position.xyz*uvwCubed[2]
+ gl_in[1].gl_Position.xyz*uvwCubed[0]
+ gl_in[2].gl_Position.xyz*uvwCubed[1]
+ b210*uvwSquared[2]*uvw[0]
+ b120*uvwSquared[0]*uvw[2]
+ b201*uvwSquared[2]*uvw[1]
+ b021*uvwSquared[0]*uvw[1]
+ b102*uvwSquared[1]*uvw[2]
+ b012*uvwSquared[1]*uvw[0]
+ b111*6.0*uvw[0]*uvw[1]*uvw[2];
// final position and normal
vec3 finalPos = (1.0-ubo.tessAlpha)*barPos + ubo.tessAlpha*pnPos;
gl_Position = ubo.projection * ubo.model * vec4(finalPos,1.0);
}

View File

@@ -0,0 +1,313 @@
G04 #@! TF.FileFunction,Copper,L2,Bot,Signal*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (2016-07-14 BZR 6980)-product) date Sunday, 23 April 2017 'PMt' 23:49:01*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.150000*%
%ADD11C,0.175000*%
%ADD12R,1.727200X2.032000*%
%ADD13O,1.727200X2.032000*%
%ADD14R,2.032000X1.727200*%
%ADD15O,2.032000X1.727200*%
%ADD16C,1.300000*%
%ADD17C,2.800000*%
%ADD18C,0.685800*%
%ADD19C,0.800000*%
%ADD20C,0.400000*%
%ADD21C,0.800000*%
%ADD22C,0.300000*%
%ADD23C,0.500000*%
%ADD24C,0.180000*%
G04 APERTURE END LIST*
D10*
D11*
X162816666Y-95670833D02*
X162883333Y-95637500D01*
X163016666Y-95637500D01*
X163083333Y-95670833D01*
X163150000Y-95737500D01*
X163183333Y-95804166D01*
X163183333Y-95937500D01*
X163150000Y-96004166D01*
X163083333Y-96070833D01*
X163016666Y-96104166D01*
X162883333Y-96104166D01*
X162816666Y-96070833D01*
X162950000Y-95404166D02*
X163116666Y-95437500D01*
X163283333Y-95537500D01*
X163383333Y-95704166D01*
X163416666Y-95870833D01*
X157450000Y-95870833D01*
X157483333Y-95837500D01*
X157550000Y-95804166D01*
X156816666Y-95504166D02*
X156950000Y-95504166D01*
X157016666Y-95537500D01*
X157050000Y-95570833D01*
X157116666Y-95670833D01*
X157150000Y-95804166D01*
X157150000Y-96070833D01*
X157116666Y-96137500D01*
X157083333Y-96170833D01*
X157016666Y-96204166D01*
X156883333Y-96204166D01*
X156816666Y-96170833D01*
X156783333Y-96137500D01*
X156750000Y-96070833D01*
X156750000Y-95904166D01*
X156783333Y-95837500D01*
X156816666Y-95804166D01*
X156883333Y-95770833D01*
X157016666Y-95770833D01*
X157083333Y-95804166D01*
X157116666Y-95837500D01*
X157150000Y-95904166D01*
X156450000Y-95937500D02*
X155916666Y-95937500D01*
X155616666Y-96170833D02*
X155516666Y-96204166D01*
X155350000Y-96204166D01*
X155283333Y-96170833D01*
X155250000Y-96137500D01*
X155216666Y-96070833D01*
X155216666Y-96004166D01*
X155250000Y-95937500D01*
X155283333Y-95904166D01*
X155350000Y-95870833D01*
X155483333Y-95837500D01*
X155550000Y-95804166D01*
X155583333Y-95770833D01*
X155616666Y-95704166D01*
X155616666Y-95637500D01*
X155583333Y-95570833D01*
X155550000Y-95537500D01*
X155483333Y-95504166D01*
X155316666Y-95504166D01*
X155216666Y-95537500D01*
X155016666Y-95737500D02*
X154750000Y-95737500D01*
X154916666Y-95504166D02*
X154916666Y-96104166D01*
X154883333Y-96170833D01*
X154816666Y-96204166D01*
X154750000Y-96204166D01*
X154216666Y-95737500D02*
X154216666Y-96204166D01*
X154516666Y-95737500D02*
X154516666Y-96104166D01*
X154483333Y-96170833D01*
X154416666Y-96204166D01*
X154316666Y-96204166D01*
X154250000Y-96170833D01*
X154216666Y-96137500D01*
X153583333Y-96204166D02*
X153583333Y-95504166D01*
X153583333Y-96170833D02*
X153650000Y-96204166D01*
X153783333Y-96204166D01*
X156883333Y-96795833D01*
X156850000Y-96762500D01*
X156883333Y-96729166D01*
X156883333Y-96795833D01*
X156450000Y-97429166D02*
X156516666Y-97395833D01*
X156550000Y-97329166D01*
X156550000Y-96729166D01*
X156183333Y-96962500D02*
X155650000Y-97162500D01*
X156183333Y-97362500D01*
X154883333Y-96729166D02*
X154483333Y-96729166D01*
X154683333Y-97429166D02*
X154683333Y-96729166D01*
X154250000Y-97429166D02*
X154250000Y-96962500D01*
X154250000Y-97095833D02*
X154216666Y-97029166D01*
X154183333Y-96995833D01*
X154116666Y-96962500D01*
X154050000Y-96962500D01*
X153516666Y-97429166D02*
X153516666Y-97062500D01*
X153550000Y-96995833D01*
X153616666Y-96962500D01*
X153750000Y-96962500D01*
X153816666Y-96995833D01*
X153516666Y-97395833D02*
X153583333Y-97429166D01*
X153750000Y-97429166D01*
X153816666Y-97395833D01*
X153850000Y-97329166D01*
X153850000Y-97262500D01*
X153816666Y-97195833D01*
X153750000Y-97162500D01*
X153583333Y-97162500D01*
X153516666Y-97129166D01*
X153183333Y-96962500D02*
X153183333Y-97662500D01*
X153183333Y-96995833D02*
X153116666Y-96962500D01*
X152983333Y-96962500D01*
X152916666Y-96995833D01*
X152883333Y-97029166D01*
X152850000Y-97095833D01*
X152850000Y-97295833D01*
X152883333Y-97362500D01*
X152916666Y-97395833D01*
X152983333Y-97429166D01*
X153116666Y-97429166D01*
X153183333Y-97395833D01*
X152550000Y-97429166D02*
X152550000Y-96962500D01*
X152550000Y-96729166D02*
X152583333Y-96762500D01*
X152550000Y-96795833D01*
X152516666Y-96762500D01*
X152550000Y-96729166D01*
X152550000Y-96795833D01*
X151950000Y-97395833D02*
X152016666Y-97429166D01*
X152150000Y-97429166D01*
X152216666Y-97395833D01*
X152250000Y-97329166D01*
X152250000Y-97062500D01*
X152216666Y-96995833D01*
X152150000Y-96962500D01*
X152016666Y-96962500D01*
X151950000Y-96995833D01*
X151916666Y-97062500D01*
X151916666Y-97129166D01*
X152250000Y-97195833D01*
X151616666Y-97429166D02*
X151616666Y-96962500D01*
X151616666Y-97095833D02*
X151583333Y-97029166D01*
X151550000Y-96995833D01*
X151483333Y-96962500D01*
X151416666Y-96962500D01*
D12*
X175640000Y-81600000D03*
D13*
X173100000Y-81600000D03*
X170560000Y-81600000D03*
D14*
X184000000Y-86460000D03*
D15*
X184000000Y-89000000D03*
X184000000Y-91540000D03*
D16*
X152900000Y-88350000D03*
X152900000Y-90350000D03*
X152900000Y-92850000D03*
X152900000Y-85850000D03*
D17*
X150800000Y-83500000D03*
X150800000Y-95200000D03*
D18*
X173700000Y-89200000D03*
X162300004Y-87000000D03*
X159600000Y-82700000D03*
X161700000Y-94600000D03*
X176200000Y-96600000D03*
X179600000Y-91700000D03*
X158100000Y-83900000D03*
X168600000Y-89399998D03*
X167200000Y-85000000D03*
X159600000Y-81100000D03*
X163800000Y-81100000D03*
D19*
X159300000Y-87400000D03*
X167300000Y-96600000D03*
X167300000Y-94500000D03*
X160900000Y-87400000D03*
D18*
X174900000Y-90299999D03*
X174900000Y-85300000D03*
D19*
X166500002Y-90900000D03*
X177200000Y-90200000D03*
X168000000Y-87400000D03*
X173800000Y-87400000D03*
D18*
X154500000Y-89792900D03*
X154500000Y-88907100D03*
D20*
X167200000Y-87999998D02*
X168257101Y-89057099D01*
X167200000Y-85000000D02*
X167200000Y-87999998D01*
X168257101Y-89057099D02*
X168600000Y-89399998D01*
D21*
X163800000Y-81100000D02*
X159600000Y-81100000D01*
D22*
X159300000Y-87965685D02*
X159300000Y-87400000D01*
X159300000Y-88600000D02*
X159300000Y-87965685D01*
X167300000Y-96600000D02*
X159300000Y-88600000D01*
X167300000Y-94500000D02*
X160900000Y-88100000D01*
X160900000Y-88100000D02*
X160900000Y-87400000D01*
D23*
X174900000Y-85300000D02*
X174900000Y-90299999D01*
D22*
X177200000Y-90200000D02*
X175300000Y-92100000D01*
X175300000Y-92100000D02*
X167700002Y-92100000D01*
X167700002Y-92100000D02*
X166500002Y-90900000D01*
X173800000Y-87400000D02*
X168000000Y-87400000D01*
X154500000Y-88907100D02*
X154342900Y-88907100D01*
X154342900Y-88907100D02*
X152900000Y-90350000D01*
D24*
G36*
X159316814Y-80416329D02*
X159076741Y-80576741D01*
X158916329Y-80816814D01*
X158860000Y-81100000D01*
X158916329Y-81383186D01*
X159076741Y-81623259D01*
X159316814Y-81783671D01*
X159600000Y-81840000D01*
X163800000Y-81840000D01*
X164083186Y-81783671D01*
X176823872Y-82748661D01*
X176850260Y-82616000D01*
X176850260Y-82265373D01*
X151860838Y-81760869D01*
X151114549Y-81487287D01*
X150320374Y-81520123D01*
X149739162Y-81760869D01*
X149586248Y-82054317D01*
X148415000Y-82054317D01*
X148415000Y-81040874D01*
X148467041Y-80779242D01*
X148592092Y-80592091D01*
X148779241Y-80467042D01*
X149040874Y-80415000D01*
X159323495Y-80415000D01*
X159316814Y-80416329D01*
X159316814Y-80416329D01*
G37*
X159316814Y-80416329D02*
X159076741Y-80576741D01*
X158916329Y-80816814D01*
X158860000Y-81100000D01*
X158916329Y-81383186D01*
X159076741Y-81623259D01*
X159323495Y-80415000D01*
X159316814Y-80416329D01*
M02*

View File

@@ -0,0 +1,40 @@
G04 #@! TF.FileFunction,Soldermask,Bot*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (2016-07-14 BZR 6980)-product) date Sunday, 23 April 2017 'PMt' 23:49:01*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.150000*%
%ADD11R,1.727200X2.032000*%
%ADD12O,1.727200X2.032000*%
%ADD13R,2.032000X1.727200*%
%ADD14O,2.032000X1.727200*%
%ADD15C,1.300000*%
%ADD16C,2.800000*%
%ADD17C,1.200000*%
G04 APERTURE END LIST*
D10*
D11*
X175640000Y-81600000D03*
D12*
X173100000Y-81600000D03*
X170560000Y-81600000D03*
D13*
X184000000Y-86460000D03*
D14*
X184000000Y-89000000D03*
X184000000Y-91540000D03*
D15*
X152900000Y-88350000D03*
X152900000Y-90350000D03*
X152900000Y-92850000D03*
X152900000Y-85850000D03*
D16*
X150800000Y-83500000D03*
X150800000Y-95200000D03*
D17*
X150800000Y-87100000D03*
X150800000Y-91600000D03*
M02*

View File

@@ -0,0 +1,245 @@
G04 #@! TF.FileFunction,Legend,Bot*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (2016-07-14 BZR 6980)-product) date Sunday, 23 April 2017 'PMt' 23:49:01*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.150000*%
%ADD11C,0.175000*%
%ADD12C,0.375000*%
%ADD13C,0.254000*%
%ADD14R,1.727200X2.032000*%
%ADD15O,1.727200X2.032000*%
%ADD16R,2.032000X1.727200*%
%ADD17O,2.032000X1.727200*%
%ADD18C,1.300000*%
%ADD19C,2.800000*%
%ADD20C,1.200000*%
G04 APERTURE END LIST*
D10*
D11*
X164233333Y-82450000D02*
X164133333Y-82483333D01*
X164100000Y-82516666D01*
X164066666Y-82583333D01*
X164066666Y-82683333D01*
X164100000Y-82750000D01*
X164133333Y-82783333D01*
X164200000Y-82816666D01*
X164466666Y-82816666D01*
X164466666Y-82116666D01*
X164233333Y-82116666D01*
X164166666Y-82150000D01*
X164133333Y-82183333D01*
X164100000Y-82250000D01*
X164100000Y-82316666D01*
X164133333Y-82383333D01*
X164166666Y-82416666D01*
X164233333Y-82450000D01*
X164466666Y-82450000D01*
X163666666Y-82816666D02*
X163733333Y-82783333D01*
X163766666Y-82750000D01*
X163800000Y-82683333D01*
X163800000Y-82483333D01*
X163766666Y-82416666D01*
X163733333Y-82383333D01*
X163666666Y-82350000D01*
X163566666Y-82350000D01*
X163500000Y-82383333D01*
X163466666Y-82416666D01*
X163433333Y-82483333D01*
X163433333Y-82683333D01*
X163466666Y-82750000D01*
X163500000Y-82783333D01*
X163566666Y-82816666D01*
X163666666Y-82816666D01*
X162833333Y-82816666D02*
X162833333Y-82450000D01*
X162866666Y-82383333D01*
X162933333Y-82350000D01*
X163066666Y-82350000D01*
X163133333Y-82383333D01*
X162833333Y-82783333D02*
X162900000Y-82816666D01*
X163066666Y-82816666D01*
X163133333Y-82783333D01*
X163166666Y-82716666D01*
X163166666Y-82650000D01*
X163133333Y-82583333D01*
X163066666Y-82550000D01*
X162900000Y-82550000D01*
X162833333Y-82516666D01*
X162500000Y-82816666D02*
X162500000Y-82350000D01*
X162500000Y-82483333D02*
X162466666Y-82416666D01*
X162433333Y-82383333D01*
X162366666Y-82350000D01*
X162300000Y-82350000D01*
X161766666Y-82816666D02*
X161766666Y-82116666D01*
X161766666Y-82783333D02*
X161833333Y-82816666D01*
X161966666Y-82816666D01*
X162033333Y-82783333D01*
X162066666Y-82750000D01*
X162100000Y-82683333D01*
X162100000Y-82483333D01*
X162066666Y-82416666D01*
X162033333Y-82383333D01*
X161966666Y-82350000D01*
X161833333Y-82350000D01*
X161766666Y-82383333D01*
X160933333Y-82350000D02*
X160433333Y-82350000D01*
X160733333Y-82050000D02*
X160933333Y-82950000D01*
X160500000Y-82650000D02*
X161000000Y-82650000D01*
X160700000Y-82950000D02*
X160500000Y-82050000D01*
D12*
X181899107Y-86482142D02*
X180756250Y-86482142D01*
X181327678Y-87053571D02*
X181327678Y-85910714D01*
X179327678Y-85553571D02*
X180041964Y-85553571D01*
X180113392Y-86267857D01*
X180041964Y-86196428D01*
X179899107Y-86125000D01*
X179541964Y-86125000D01*
X179399107Y-86196428D01*
X179327678Y-86267857D01*
X179256250Y-86410714D01*
X179256250Y-86767857D01*
X179327678Y-86910714D01*
X179399107Y-86982142D01*
X179541964Y-87053571D01*
X179899107Y-87053571D01*
X180041964Y-86982142D01*
X180113392Y-86910714D01*
X178827678Y-85553571D02*
X178327678Y-87053571D01*
X177827678Y-85553571D01*
X176184821Y-87053571D02*
X176184821Y-85553571D01*
X175827678Y-85553571D01*
X175613392Y-85625000D01*
X175470535Y-85767857D01*
X175399107Y-85910714D01*
X175327678Y-86196428D01*
X175327678Y-86410714D01*
X175399107Y-86696428D01*
X175470535Y-86839285D01*
X175613392Y-86982142D01*
X175827678Y-87053571D01*
X176184821Y-87053571D01*
X174684821Y-86267857D02*
X174184821Y-86267857D01*
X173970535Y-87053571D02*
X174684821Y-87053571D01*
X174684821Y-85553571D01*
X173970535Y-85553571D01*
X173541964Y-85553571D02*
X173041964Y-87053571D01*
X172541964Y-85553571D01*
X181041964Y-89678571D02*
X181541964Y-88964285D01*
X181899107Y-89678571D02*
X181899107Y-88178571D01*
X181327678Y-88178571D01*
X181184821Y-88250000D01*
X181113392Y-88321428D01*
X181041964Y-88464285D01*
X181041964Y-88678571D01*
X181113392Y-88821428D01*
X181184821Y-88892857D01*
X181327678Y-88964285D01*
X181899107Y-88964285D01*
X180541964Y-88178571D02*
X179541964Y-89678571D01*
X179541964Y-88178571D02*
X180541964Y-89678571D01*
X179184821Y-88178571D02*
X178327678Y-88178571D01*
X178756250Y-89678571D02*
X178756250Y-88178571D01*
X177970535Y-88178571D02*
X176970535Y-89678571D01*
X176970535Y-88178571D02*
X177970535Y-89678571D01*
X181113392Y-90875000D02*
X181256250Y-90803571D01*
X181470535Y-90803571D01*
X181684821Y-90875000D01*
X181827678Y-91017857D01*
X181899107Y-91160714D01*
X181970535Y-91446428D01*
X181970535Y-91660714D01*
X181899107Y-91946428D01*
X181827678Y-92089285D01*
X181684821Y-92232142D01*
X181470535Y-92303571D01*
X181327678Y-92303571D01*
X181113392Y-92232142D01*
X181041964Y-92160714D01*
X181041964Y-91660714D01*
X181327678Y-91660714D01*
X180399107Y-92303571D02*
X180399107Y-90803571D01*
X179541964Y-92303571D01*
X179541964Y-90803571D01*
X178827678Y-92303571D02*
X178827678Y-90803571D01*
X178470535Y-90803571D01*
X178256250Y-90875000D01*
X178113392Y-91017857D01*
X178041964Y-91160714D01*
X177970535Y-91446428D01*
X177970535Y-91660714D01*
X178041964Y-91946428D01*
X178113392Y-92089285D01*
X178256250Y-92232142D01*
X178470535Y-92303571D01*
X178827678Y-92303571D01*
D13*
G36*
X164873000Y-87373000D02*
X154627000Y-87373000D01*
X154627000Y-83127000D01*
X164873000Y-83127000D01*
X164873000Y-87373000D01*
X164873000Y-87373000D01*
G37*
X164873000Y-87373000D02*
X154627000Y-87373000D01*
X154627000Y-83127000D01*
X164873000Y-83127000D01*
X164873000Y-87373000D01*
%LPC*%
D14*
X175640000Y-81600000D03*
D15*
X173100000Y-81600000D03*
X170560000Y-81600000D03*
D16*
X184000000Y-86460000D03*
D17*
X184000000Y-89000000D03*
X184000000Y-91540000D03*
D18*
X152900000Y-88350000D03*
X152900000Y-90350000D03*
X152900000Y-92850000D03*
X152900000Y-85850000D03*
D19*
X150800000Y-83500000D03*
X150800000Y-95200000D03*
D20*
X150800000Y-87100000D03*
X150800000Y-91600000D03*
M02*

View File

@@ -0,0 +1,571 @@
G04 #@! TF.FileFunction,Copper,L1,Top,Signal*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (2016-07-14 BZR 6980)-product) date Sunday, 23 April 2017 'PMt' 23:49:01*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.150000*%
%ADD11R,0.800000X0.750000*%
%ADD12R,0.750000X0.800000*%
%ADD13R,1.198880X1.198880*%
%ADD14R,1.727200X2.032000*%
%ADD15O,1.727200X2.032000*%
%ADD16R,0.500000X0.900000*%
%ADD17R,0.450000X1.750000*%
%ADD18R,1.060000X0.650000*%
%ADD19R,2.032000X1.727200*%
%ADD20O,2.032000X1.727200*%
%ADD21R,0.900000X0.500000*%
%ADD22C,1.300000*%
%ADD23C,2.800000*%
%ADD24C,0.685800*%
%ADD25C,0.800000*%
%ADD26C,0.500000*%
%ADD27C,0.300000*%
%ADD28C,0.400000*%
%ADD29C,0.800000*%
%ADD30C,0.250000*%
%ADD31C,0.180000*%
%ADD32C,0.160000*%
G04 APERTURE END LIST*
D10*
D11*
X165350000Y-82700000D03*
X163850000Y-82700000D03*
X162350000Y-82700000D03*
X160850000Y-82700000D03*
D12*
X172700000Y-87350000D03*
X172700000Y-88850000D03*
D11*
X181100000Y-90600000D03*
X179600000Y-90600000D03*
D13*
X168800000Y-94500000D03*
X168800000Y-96598040D03*
X170800000Y-94500000D03*
X170800000Y-96598040D03*
X172800000Y-94500000D03*
X172800000Y-96598040D03*
D14*
X175640000Y-81600000D03*
D15*
X173100000Y-81600000D03*
X170560000Y-81600000D03*
D16*
X181100000Y-89000000D03*
X179600000Y-89000000D03*
X179600000Y-87300000D03*
X181100000Y-87300000D03*
D17*
X156775000Y-92600000D03*
X157425000Y-92600000D03*
X158075000Y-92600000D03*
X158725000Y-92600000D03*
X159375000Y-92600000D03*
X160025000Y-92600000D03*
X160675000Y-92600000D03*
X161325000Y-92600000D03*
X161975000Y-92600000D03*
X162625000Y-92600000D03*
X163275000Y-92600000D03*
X163925000Y-92600000D03*
X164575000Y-92600000D03*
X165225000Y-92600000D03*
X165225000Y-85400000D03*
X164575000Y-85400000D03*
X163925000Y-85400000D03*
X163275000Y-85400000D03*
X162625000Y-85400000D03*
X161975000Y-85400000D03*
X161325000Y-85400000D03*
X160675000Y-85400000D03*
X160025000Y-85400000D03*
X159375000Y-85400000D03*
X158725000Y-85400000D03*
X158075000Y-85400000D03*
X157425000Y-85400000D03*
X156775000Y-85400000D03*
D18*
X175000000Y-87150000D03*
X175000000Y-88100000D03*
X175000000Y-89050000D03*
X177200000Y-89050000D03*
X177200000Y-87150000D03*
D19*
X184000000Y-86460000D03*
D20*
X184000000Y-89000000D03*
X184000000Y-91540000D03*
D13*
X174900000Y-94501960D03*
X174900000Y-96600000D03*
D11*
X159000000Y-94600000D03*
X160500000Y-94600000D03*
X162350000Y-81100000D03*
X160850000Y-81100000D03*
D21*
X171150000Y-88600000D03*
X171150000Y-90100000D03*
X169550000Y-88600000D03*
X169550000Y-90100000D03*
X168800000Y-91300000D03*
X168800000Y-92800000D03*
X170800000Y-91300000D03*
X170800000Y-92800000D03*
X172800000Y-91300000D03*
X172800000Y-92800000D03*
X174900000Y-91300000D03*
X174900000Y-92800000D03*
X176600000Y-91300000D03*
X176600000Y-92800000D03*
D22*
X152900000Y-88350000D03*
X152900000Y-90350000D03*
X152900000Y-92850000D03*
X152900000Y-85850000D03*
D23*
X150800000Y-83500000D03*
X150800000Y-95200000D03*
D24*
X173700000Y-89200000D03*
X162300004Y-87000000D03*
X159600000Y-82700000D03*
X161700000Y-94600000D03*
X176200000Y-96600000D03*
X179600000Y-91700000D03*
X158100000Y-83900000D03*
X168600000Y-89399998D03*
X167200000Y-85000000D03*
X159600000Y-81100000D03*
X163800000Y-81100000D03*
D25*
X159300000Y-87400000D03*
X167300000Y-96600000D03*
X167300000Y-94500000D03*
X160900000Y-87400000D03*
D24*
X174900000Y-90299999D03*
X174900000Y-85300000D03*
D25*
X166500002Y-90900000D03*
X177200000Y-90200000D03*
X168000000Y-87400000D03*
X173800000Y-87400000D03*
D24*
X154500000Y-89792900D03*
X154500000Y-88907100D03*
D26*
X165325000Y-82700000D02*
X165325000Y-83475000D01*
X165325000Y-83475000D02*
X164900000Y-83900000D01*
X164900000Y-83900000D02*
X164250677Y-83900000D01*
X163947598Y-84375049D02*
X163927410Y-84395237D01*
X164250677Y-83900000D02*
X163947598Y-84203079D01*
X163947598Y-84203079D02*
X163947598Y-84375049D01*
X163927410Y-84395237D02*
X163927410Y-85400000D01*
D27*
X165325000Y-82700000D02*
X165325000Y-82826415D01*
D26*
X165350000Y-82700000D02*
X165325000Y-82700000D01*
X172700000Y-88850000D02*
X173350000Y-88850000D01*
X173350000Y-88850000D02*
X173700000Y-89200000D01*
X175000000Y-89050000D02*
X173850000Y-89050000D01*
X173850000Y-89050000D02*
X173700000Y-89200000D01*
X175000000Y-88100000D02*
X175000000Y-89050000D01*
X163850000Y-82700000D02*
X163850000Y-83378030D01*
X163850000Y-83378030D02*
X163295188Y-83932842D01*
X163275000Y-84125000D02*
X163295188Y-84104812D01*
X163295188Y-84104812D02*
X163295188Y-83932842D01*
X163275000Y-85400000D02*
X163275000Y-84125000D01*
X160850000Y-82700000D02*
X160850000Y-83575000D01*
X160850000Y-83575000D02*
X160875000Y-83600000D01*
X160875000Y-83600000D02*
X160900000Y-83600000D01*
X161325000Y-85400000D02*
X161325000Y-84025000D01*
X161325000Y-84025000D02*
X160900000Y-83600000D01*
X160675000Y-92600000D02*
X160675000Y-93800000D01*
X160500000Y-94600000D02*
X160500000Y-93975000D01*
X160500000Y-93975000D02*
X160675000Y-93800000D01*
X163275000Y-85400000D02*
X163275000Y-86509937D01*
X163275000Y-86509937D02*
X162784937Y-87000000D01*
X162784937Y-87000000D02*
X162300004Y-87000000D01*
X161325000Y-86509929D02*
X161815071Y-87000000D01*
X161325000Y-85400000D02*
X161325000Y-86509929D01*
X161815071Y-87000000D02*
X162300004Y-87000000D01*
X159700000Y-82700000D02*
X159600000Y-82700000D01*
X160850000Y-82700000D02*
X159700000Y-82700000D01*
X160850000Y-82700000D02*
X160850000Y-81100000D01*
X160500000Y-94600000D02*
X161700000Y-94600000D01*
X158075000Y-85400000D02*
X158075000Y-83925000D01*
X158075000Y-83925000D02*
X158100000Y-83900000D01*
X158075000Y-85400000D02*
X158725000Y-85400000D01*
X179600000Y-90600000D02*
X179600000Y-91700000D01*
X174900000Y-96600000D02*
X176200000Y-96600000D01*
X172800000Y-96598040D02*
X174898040Y-96598040D01*
X174898040Y-96598040D02*
X174900000Y-96600000D01*
X169250000Y-85000000D02*
X170560000Y-83690000D01*
X170560000Y-83690000D02*
X170560000Y-81600000D01*
X167200000Y-85000000D02*
X169250000Y-85000000D01*
X168600000Y-90500000D02*
X168600000Y-89399998D01*
X168800000Y-91300000D02*
X168800000Y-90700000D01*
X168800000Y-90700000D02*
X168600000Y-90500000D01*
D28*
X170500000Y-88600000D02*
X171150000Y-88600000D01*
D26*
X169550000Y-88600000D02*
X170500000Y-88600000D01*
X168600000Y-89399998D02*
X168750002Y-89399998D01*
X168750002Y-89399998D02*
X169550000Y-88600000D01*
X162350000Y-82700000D02*
X162350000Y-83575000D01*
X162350000Y-83575000D02*
X161977410Y-83947590D01*
X161977410Y-83947590D02*
X161977410Y-85400000D01*
D29*
X162350000Y-81100000D02*
X163800000Y-81100000D01*
D30*
X174222599Y-89677401D02*
X175726921Y-89677401D01*
X175726921Y-89677401D02*
X176250000Y-89154322D01*
X176250000Y-89154322D02*
X176250000Y-88675000D01*
X176250000Y-88675000D02*
X177200000Y-87725000D01*
X177200000Y-87725000D02*
X177200000Y-87150000D01*
D26*
X177200000Y-87150000D02*
X179450000Y-87150000D01*
X179450000Y-87150000D02*
X179600000Y-87300000D01*
X159000000Y-94600000D02*
X159000000Y-94000000D01*
X159000000Y-94000000D02*
X158725000Y-93725000D01*
X158725000Y-93725000D02*
X158725000Y-92600000D01*
D28*
X174222599Y-89677401D02*
X173800000Y-90100000D01*
X159600000Y-96600000D02*
X159000000Y-96000000D01*
D27*
X181100000Y-87300000D02*
X181100000Y-89000000D01*
X181100000Y-90600000D02*
X181100000Y-89000000D01*
X181100000Y-89000000D02*
X184000000Y-89000000D01*
D26*
X168800000Y-94500000D02*
X168800000Y-92800000D01*
X168800000Y-96598040D02*
X167301960Y-96598040D01*
X167301960Y-96598040D02*
X167300000Y-96600000D01*
D27*
X159300000Y-87400000D02*
X160025000Y-86675000D01*
X160025000Y-86675000D02*
X160025000Y-85400000D01*
D26*
X170800000Y-92800000D02*
X170800000Y-94500000D01*
X167300000Y-94500000D02*
X167300000Y-95065685D01*
X167300000Y-95065685D02*
X167734314Y-95499999D01*
X167734314Y-95499999D02*
X167876797Y-95499999D01*
X167876797Y-95499999D02*
X167878639Y-95501841D01*
X167878639Y-95501841D02*
X170603241Y-95501841D01*
X170603241Y-95501841D02*
X170800000Y-95698600D01*
X170800000Y-95698600D02*
X170800000Y-96598040D01*
D27*
X160675000Y-85400000D02*
X160675000Y-86400000D01*
X160900000Y-86900000D02*
X160675000Y-86675000D01*
X160675000Y-86675000D02*
X160675000Y-86400000D01*
X160900000Y-87400000D02*
X160900000Y-86900000D01*
D26*
X172800000Y-92800000D02*
X172800000Y-94500000D01*
D27*
X175640000Y-81600000D02*
X175640000Y-84560000D01*
X175640000Y-84560000D02*
X174900000Y-85300000D01*
D26*
X176600000Y-91300000D02*
X175599999Y-90299999D01*
X175599999Y-90299999D02*
X174900000Y-90299999D01*
D29*
X175640000Y-81600000D02*
X180803600Y-81600000D01*
X180803600Y-81600000D02*
X184000000Y-84796400D01*
X184000000Y-84796400D02*
X184000000Y-86460000D01*
D26*
X174900000Y-92800000D02*
X174900000Y-94501960D01*
D27*
X165934317Y-90900000D02*
X166500002Y-90900000D01*
X159900000Y-90900000D02*
X165934317Y-90900000D01*
X159375000Y-91425000D02*
X159900000Y-90900000D01*
X159375000Y-92600000D02*
X159375000Y-91425000D01*
X177200000Y-90200000D02*
X177200000Y-89050000D01*
X177200000Y-89050000D02*
X179550000Y-89050000D01*
X179550000Y-89050000D02*
X179600000Y-89000000D01*
X166000000Y-89400000D02*
X167600001Y-87799999D01*
X158400000Y-89400000D02*
X166000000Y-89400000D01*
X167600001Y-87799999D02*
X168000000Y-87400000D01*
X156775000Y-91025000D02*
X158400000Y-89400000D01*
X175000000Y-87150000D02*
X174050000Y-87150000D01*
X174050000Y-87150000D02*
X173800000Y-87400000D01*
X156775000Y-91025000D02*
X156800000Y-91000000D01*
X156775000Y-92600000D02*
X156775000Y-91025000D01*
D26*
X169550000Y-90100000D02*
X169600000Y-90100000D01*
X169600000Y-90100000D02*
X170800000Y-91300000D01*
X174900000Y-91300000D02*
X175100000Y-91300000D01*
X175100000Y-91300000D02*
X176600000Y-92800000D01*
X171150000Y-90100000D02*
X171600000Y-90100000D01*
X171600000Y-90100000D02*
X172800000Y-91300000D01*
D27*
X154500000Y-89792900D02*
X154342900Y-89792900D01*
X154342900Y-89792900D02*
X152900000Y-88350000D01*
X157560197Y-89599999D02*
X154692901Y-89599999D01*
X154692901Y-89599999D02*
X154500000Y-89792900D01*
X165225000Y-86712500D02*
X165150000Y-86787500D01*
X165225000Y-85400000D02*
X165225000Y-86712500D01*
X165150000Y-86787500D02*
X165150000Y-87703552D01*
X165150000Y-87703552D02*
X163905962Y-88947590D01*
X163905962Y-88947590D02*
X158212605Y-88947591D01*
X158212605Y-88947591D02*
X157560197Y-89599999D01*
X157353101Y-89100001D02*
X154692901Y-89100001D01*
X154692901Y-89100001D02*
X154500000Y-88907100D01*
X164650000Y-86787500D02*
X164650000Y-87496448D01*
X158005501Y-88447601D02*
X157353101Y-89100001D01*
X164575000Y-85400000D02*
X164575000Y-86712500D01*
X164575000Y-86712500D02*
X164650000Y-86787500D01*
X164650000Y-87496448D02*
X163698847Y-88447601D01*
X163698847Y-88447601D02*
X158005501Y-88447601D01*
D31*
G36*
X161443040Y-80386260D02*
X161404451Y-80479422D01*
X161363152Y-80451826D01*
X161250000Y-80429319D01*
X160450000Y-80429319D01*
X160336848Y-80451826D01*
X160240922Y-80515922D01*
X160176826Y-80611848D01*
X160154319Y-80725000D01*
X160154319Y-81475000D01*
X160176826Y-81588152D01*
X160240922Y-81684078D01*
X160310000Y-81730235D01*
X160310000Y-82069765D01*
X160240922Y-82115922D01*
X160211470Y-82160000D01*
X159949905Y-82160000D01*
X159726444Y-82067210D01*
X159474661Y-82066991D01*
X159241959Y-82163141D01*
X159063767Y-82341023D01*
X158967210Y-82573556D01*
X158966991Y-82825339D01*
X159063141Y-83058041D01*
X159241023Y-83236233D01*
X159473556Y-83332790D01*
X159725339Y-83333009D01*
X159950439Y-83240000D01*
X160211470Y-83240000D01*
X160240922Y-83284078D01*
X160310000Y-83330235D01*
X160310000Y-83575000D01*
X160351105Y-83781649D01*
X160468162Y-83956838D01*
X160493160Y-83981835D01*
X160493162Y-83981838D01*
X160568503Y-84032179D01*
X160765644Y-84229319D01*
X160450000Y-84229319D01*
X160350000Y-84249210D01*
X160250000Y-84229319D01*
X159800000Y-84229319D01*
X159700000Y-84249210D01*
X159600000Y-84229319D01*
X159150000Y-84229319D01*
X159050000Y-84249210D01*
X158950000Y-84229319D01*
X158648548Y-84229319D01*
X158732790Y-84026444D01*
X172906000Y-81774000D01*
X172906000Y-81426000D01*
X172926000Y-81426000D01*
X172926000Y-81406000D01*
X173274000Y-81406000D01*
X173274000Y-81426000D01*
X173274000Y-81426000D01*
G37*
X173274000Y-81426000D02*
X180070000Y-89624732D01*
X180070000Y-89953439D01*
X180000000Y-89939515D01*
X179200000Y-89939515D01*
X179090750Y-89961246D01*
X178998132Y-90023132D01*
X178936246Y-90115750D01*
X172926000Y-81774000D01*
X172906000Y-81774000D01*
X172906000Y-81426000D01*
X172926000Y-81426000D01*
X172926000Y-81406000D01*
X173274000Y-81406000D01*
X173274000Y-81426000D01*
D31*
G36*
X181810000Y-87900000D02*
X181816851Y-87934442D01*
X181836360Y-87963640D01*
X181865558Y-87983149D01*
X181900000Y-87990000D01*
X185210000Y-87990000D01*
X185210000Y-89910000D01*
X182100000Y-89910000D01*
X182065558Y-89916851D01*
X182036360Y-89936360D01*
X182016851Y-89965558D01*
X182010000Y-90000000D01*
X182010000Y-91310000D01*
X180490000Y-91310000D01*
X180490000Y-86190000D01*
X181810000Y-86190000D01*
X181810000Y-87900000D01*
X181810000Y-87900000D01*
G37*
X181810000Y-87900000D02*
X181816851Y-87934442D01*
X181836360Y-87963640D01*
X181865558Y-87983149D01*
X181900000Y-87990000D01*
X185210000Y-87990000D01*
X185210000Y-89910000D01*
X182100000Y-89910000D01*
X182065558Y-89916851D01*
X182036360Y-89936360D01*
X182016851Y-89965558D01*
X182010000Y-90000000D01*
X182010000Y-91310000D01*
X180490000Y-91310000D01*
X180490000Y-86190000D01*
X181810000Y-86190000D01*
X181810000Y-87900000D01*
M02*

View File

@@ -0,0 +1,128 @@
G04 #@! TF.FileFunction,Soldermask,Top*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (2016-07-14 BZR 6980)-product) date Sunday, 23 April 2017 'PMt' 23:49:01*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.150000*%
%ADD11R,0.800000X0.750000*%
%ADD12R,0.750000X0.800000*%
%ADD13R,1.198880X1.198880*%
%ADD14R,1.727200X2.032000*%
%ADD15O,1.727200X2.032000*%
%ADD16R,0.500000X0.900000*%
%ADD17R,0.450000X1.750000*%
%ADD18R,1.060000X0.650000*%
%ADD19R,2.032000X1.727200*%
%ADD20O,2.032000X1.727200*%
%ADD21R,0.900000X0.500000*%
%ADD22C,1.300000*%
%ADD23C,2.800000*%
%ADD24C,1.200000*%
G04 APERTURE END LIST*
D10*
D11*
X165350000Y-82700000D03*
X163850000Y-82700000D03*
X162350000Y-82700000D03*
X160850000Y-82700000D03*
D12*
X172700000Y-87350000D03*
X172700000Y-88850000D03*
D11*
X181100000Y-90600000D03*
X179600000Y-90600000D03*
D13*
X168800000Y-94500000D03*
X168800000Y-96598040D03*
X170800000Y-94500000D03*
X170800000Y-96598040D03*
X172800000Y-94500000D03*
X172800000Y-96598040D03*
D14*
X175640000Y-81600000D03*
D15*
X173100000Y-81600000D03*
X170560000Y-81600000D03*
D16*
X181100000Y-89000000D03*
X179600000Y-89000000D03*
X179600000Y-87300000D03*
X181100000Y-87300000D03*
D17*
X156775000Y-92600000D03*
X157425000Y-92600000D03*
X158075000Y-92600000D03*
X158725000Y-92600000D03*
X159375000Y-92600000D03*
X160025000Y-92600000D03*
X160675000Y-92600000D03*
X161325000Y-92600000D03*
X161975000Y-92600000D03*
X162625000Y-92600000D03*
X163275000Y-92600000D03*
X163925000Y-92600000D03*
X164575000Y-92600000D03*
X165225000Y-92600000D03*
X165225000Y-85400000D03*
X164575000Y-85400000D03*
X163925000Y-85400000D03*
X163275000Y-85400000D03*
X162625000Y-85400000D03*
X161975000Y-85400000D03*
X161325000Y-85400000D03*
X160675000Y-85400000D03*
X160025000Y-85400000D03*
X159375000Y-85400000D03*
X158725000Y-85400000D03*
X158075000Y-85400000D03*
X157425000Y-85400000D03*
X156775000Y-85400000D03*
D18*
X175000000Y-87150000D03*
X175000000Y-88100000D03*
X175000000Y-89050000D03*
X177200000Y-89050000D03*
X177200000Y-87150000D03*
D19*
X184000000Y-86460000D03*
D20*
X184000000Y-89000000D03*
X184000000Y-91540000D03*
D13*
X174900000Y-94501960D03*
X174900000Y-96600000D03*
D11*
X159000000Y-94600000D03*
X160500000Y-94600000D03*
X162350000Y-81100000D03*
X160850000Y-81100000D03*
D21*
X171150000Y-88600000D03*
X171150000Y-90100000D03*
X169550000Y-88600000D03*
X169550000Y-90100000D03*
X168800000Y-91300000D03*
X168800000Y-92800000D03*
X170800000Y-91300000D03*
X170800000Y-92800000D03*
X172800000Y-91300000D03*
X172800000Y-92800000D03*
X174900000Y-91300000D03*
X174900000Y-92800000D03*
X176600000Y-91300000D03*
X176600000Y-92800000D03*
D22*
X152900000Y-88350000D03*
X152900000Y-90350000D03*
X152900000Y-92850000D03*
X152900000Y-85850000D03*
D23*
X150800000Y-83500000D03*
X150800000Y-95200000D03*
D24*
X150800000Y-87100000D03*
X150800000Y-91600000D03*
M02*

View File

@@ -0,0 +1,12 @@
G04 #@! TF.FileFunction,Paste,Top*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (2016-07-14 BZR 6980)-product) date Sunday, 23 April 2017 'PMt' 23:49:01*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.150000*%
G04 APERTURE END LIST*
D10*
M02*

View File

@@ -0,0 +1,255 @@
G04 #@! TF.FileFunction,Legend,Top*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (2016-07-14 BZR 6980)-product) date Sunday, 23 April 2017 'PMt' 23:49:01*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.150000*%
%ADD11C,0.200000*%
%ADD12C,0.500000*%
%ADD13C,0.175000*%
%ADD14C,0.120000*%
%ADD15R,0.800000X0.750000*%
%ADD16R,0.750000X0.800000*%
%ADD17R,1.198880X1.198880*%
%ADD18R,1.727200X2.032000*%
%ADD19O,1.727200X2.032000*%
%ADD20R,0.500000X0.900000*%
%ADD21R,0.450000X1.750000*%
%ADD22R,1.060000X0.650000*%
%ADD23R,2.032000X1.727200*%
%ADD24O,2.032000X1.727200*%
%ADD25R,0.900000X0.500000*%
%ADD26C,1.300000*%
%ADD27C,2.800000*%
%ADD28C,1.200000*%
G04 APERTURE END LIST*
D10*
D11*
X181000000Y-96250000D02*
X181000000Y-96750000D01*
X180750000Y-96500000D02*
X181250000Y-96500000D01*
X180750000Y-97250000D02*
X181250000Y-97250000D01*
D12*
X156000000Y-92800000D02*
G75*
G03X156000000Y-92800000I-200000J0D01*
G01*
D13*
X174800000Y-84116666D02*
X174800000Y-83416666D01*
X174966666Y-83416666D01*
X175066666Y-83450000D01*
X175133333Y-83516666D01*
X175166666Y-83583333D01*
X175200000Y-83716666D01*
X175200000Y-83816666D01*
X175166666Y-83950000D01*
X175133333Y-84016666D01*
X175066666Y-84083333D01*
X174966666Y-84116666D01*
X174800000Y-84116666D01*
X175500000Y-83750000D02*
X175733333Y-83750000D01*
X157483333Y-97316666D02*
X161783333Y-96816666D01*
X162450000Y-97116666D02*
X162783333Y-97116666D01*
X162383333Y-97316666D02*
X162616666Y-96616666D01*
X162850000Y-97316666D01*
D10*
X164950000Y-83300000D02*
X164250000Y-83300000D01*
X164250000Y-82100000D02*
X164950000Y-82100000D01*
X161950000Y-83300000D02*
X161250000Y-83300000D01*
X161250000Y-82100000D02*
X161950000Y-82100000D01*
X173300000Y-87750000D02*
X173300000Y-88450000D01*
X172100000Y-88450000D02*
X172100000Y-87750000D01*
X180700000Y-91200000D02*
X180000000Y-91200000D01*
X180000000Y-90000000D02*
X180700000Y-90000000D01*
X169550000Y-97149020D02*
X169550000Y-94449020D01*
X168050000Y-97149020D02*
X168050000Y-94449020D01*
X168950000Y-95649020D02*
X168700000Y-95649020D01*
X168700000Y-95649020D02*
X168850000Y-95799020D01*
X168450000Y-95899020D02*
X169150000Y-95899020D01*
X168800000Y-95549020D02*
X168800000Y-95199020D01*
X168800000Y-95899020D02*
X168450000Y-95549020D01*
X168450000Y-95549020D02*
X169150000Y-95549020D01*
X169150000Y-95549020D02*
X168800000Y-95899020D01*
X171550000Y-97149020D02*
X171550000Y-94449020D01*
X170050000Y-97149020D02*
X170050000Y-94449020D01*
X170950000Y-95649020D02*
X170700000Y-95649020D01*
X170700000Y-95649020D02*
X170850000Y-95799020D01*
X170450000Y-95899020D02*
X171150000Y-95899020D01*
X170800000Y-95549020D02*
X170800000Y-95199020D01*
X175900000Y-86400000D02*
G75*
G03X175900000Y-86400000I-100000J0D01*
G01*
X176350000Y-86650000D02*
X175850000Y-86650000D01*
X176350000Y-89550000D02*
X176350000Y-86650000D01*
X175850000Y-89550000D02*
X176350000Y-89550000D01*
X175850000Y-86650000D02*
X175850000Y-89550000D01*
X182730000Y-87730000D02*
X182730000Y-92810000D01*
X182730000Y-92810000D02*
X185270000Y-92810000D01*
X185270000Y-92810000D02*
X185270000Y-87730000D01*
X185550000Y-84910000D02*
X185550000Y-86460000D01*
X185270000Y-87730000D02*
X182730000Y-87730000D01*
X175580000Y-92550000D01*
X175920000Y-92550000D02*
X175920000Y-91550000D01*
X177280000Y-91550000D02*
X177280000Y-92550000D01*
D10*
X148000000Y-95350000D02*
X148000000Y-83350000D01*
X134100000Y-83350000D02*
X152800000Y-83350000D01*
X134100000Y-95350000D02*
X134100000Y-83350000D01*
X152900000Y-95350000D02*
X141352380Y-88850000D02*
X140352380Y-88850000D01*
X140495238Y-88945238D01*
X140590476Y-89040476D01*
X140638095Y-89135714D01*
%LPC*%
D15*
X165350000Y-82700000D03*
X163850000Y-82700000D03*
X162350000Y-82700000D03*
X160850000Y-82700000D03*
D16*
X172700000Y-87350000D03*
X172700000Y-88850000D03*
D15*
X181100000Y-90600000D03*
X179600000Y-90600000D03*
D17*
X168800000Y-94500000D03*
X168800000Y-96598040D03*
X170800000Y-94500000D03*
X170800000Y-96598040D03*
X172800000Y-94500000D03*
X172800000Y-96598040D03*
D18*
X175640000Y-81600000D03*
D19*
X173100000Y-81600000D03*
X170560000Y-81600000D03*
D20*
X181100000Y-89000000D03*
X179600000Y-89000000D03*
X179600000Y-87300000D03*
X181100000Y-87300000D03*
D21*
X156775000Y-92600000D03*
X157425000Y-92600000D03*
X158075000Y-92600000D03*
X158725000Y-92600000D03*
X159375000Y-92600000D03*
X160025000Y-92600000D03*
X160675000Y-92600000D03*
X161325000Y-92600000D03*
X161975000Y-92600000D03*
X162625000Y-92600000D03*
X163275000Y-92600000D03*
X163925000Y-92600000D03*
X164575000Y-92600000D03*
X165225000Y-92600000D03*
X165225000Y-85400000D03*
X164575000Y-85400000D03*
X163925000Y-85400000D03*
X163275000Y-85400000D03*
X162625000Y-85400000D03*
X161975000Y-85400000D03*
X161325000Y-85400000D03*
X160675000Y-85400000D03*
X160025000Y-85400000D03*
X159375000Y-85400000D03*
X158725000Y-85400000D03*
X158075000Y-85400000D03*
X157425000Y-85400000D03*
X156775000Y-85400000D03*
D22*
X175000000Y-87150000D03*
X175000000Y-88100000D03*
X175000000Y-89050000D03*
X177200000Y-89050000D03*
X177200000Y-87150000D03*
D23*
X184000000Y-86460000D03*
D24*
X184000000Y-89000000D03*
X184000000Y-91540000D03*
D17*
X174900000Y-94501960D03*
X174900000Y-96600000D03*
D15*
X159000000Y-94600000D03*
X160500000Y-94600000D03*
X162350000Y-81100000D03*
X160850000Y-81100000D03*
D25*
X171150000Y-88600000D03*
X171150000Y-90100000D03*
X169550000Y-88600000D03*
X169550000Y-90100000D03*
X168800000Y-91300000D03*
X168800000Y-92800000D03*
X170800000Y-91300000D03*
X170800000Y-92800000D03*
X172800000Y-91300000D03*
X172800000Y-92800000D03*
X174900000Y-91300000D03*
X174900000Y-92800000D03*
X176600000Y-91300000D03*
X176600000Y-92800000D03*
D26*
X152900000Y-88350000D03*
X152900000Y-90350000D03*
X152900000Y-92850000D03*
X152900000Y-85850000D03*
D27*
X150800000Y-83500000D03*
X150800000Y-95200000D03*
D28*
X150800000Y-87100000D03*
X150800000Y-91600000D03*
M02*

View File

@@ -0,0 +1,60 @@
G04 #@! TF.FileFunction,Paste,Bot*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 4.0.4-stable) date 03/23/17 03:26:40*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.100000*%
%ADD11R,1.100000X2.400000*%
%ADD12O,1.100000X2.400000*%
%ADD13R,2.000000X2.032000*%
%ADD14R,1.727200X2.032000*%
G04 APERTURE END LIST*
D10*
D11*
X153000000Y-135000000D03*
D12*
X151000000Y-135000000D03*
X149000000Y-135000000D03*
X147000000Y-135000000D03*
X145000000Y-135000000D03*
X143000000Y-135000000D03*
X141000000Y-135000000D03*
X139000000Y-135000000D03*
X139000000Y-119000000D03*
X141000000Y-119000000D03*
X143000000Y-119000000D03*
X145000000Y-119000000D03*
X147000000Y-119000000D03*
X149000000Y-119000000D03*
X151000000Y-119000000D03*
X153000000Y-119000000D03*
D13*
X94500000Y-125500000D03*
X97040000Y-125500000D03*
X99580000Y-125500000D03*
X94500000Y-128500000D03*
X97040000Y-128500000D03*
X99580000Y-128500000D03*
X94500000Y-131500000D03*
X97040000Y-131500000D03*
X99580000Y-131500000D03*
X94500000Y-134500000D03*
X97040000Y-134500000D03*
X99580000Y-134500000D03*
X97040000Y-137500000D03*
X99580000Y-137500000D03*
D14*
X94500000Y-140500000D03*
D13*
X97040000Y-140500000D03*
X99580000Y-140500000D03*
X94500000Y-143500000D03*
X97040000Y-143500000D03*
X99580000Y-143500000D03*
X94500000Y-146500000D03*
X97040000Y-146500000D03*
X99580000Y-146500000D03*
M02*

View File

@@ -0,0 +1,26 @@
G04 MADE WITH FRITZING*
G04 WWW.FRITZING.ORG*
G04 DOUBLE SIDED*
G04 HOLES PLATED*
G04 CONTOUR ON CENTER OF CONTOUR VECTOR*
%ASAXBY*%
%FSLAX23Y23*%
%MOIN*%
%OFA0B0*%
%SFA1.0B1.0*%
%ADD10R,1.267940X2.408830*%
%ADD11C,0.008000*%
%ADD10C,0.008*%
%LNCONTOUR*%
G90*
G70*
G54D10*
G54D11*
X4Y2405D02*
X1264Y2405D01*
X1264Y4D01*
X4Y4D01*
X4Y2405D01*
D02*
G04 End of contour*
M02*

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,210 @@
G04 #@! TF.FileFunction,Soldermask,Bot*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 4.0.6-e0-6349~53~ubuntu16.04.1) date Sat Jul 1 03:26:18 2017*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.100000*%
%ADD11C,0.150000*%
%ADD12C,2.000000*%
%ADD13O,2.000000X2.000000*%
%ADD14R,2.400000X1.924000*%
%ADD15O,2.400000X1.924000*%
%ADD16R,1.700000X1.700000*%
%ADD17C,1.700000*%
%ADD18C,2.398980*%
%ADD19R,2.300000X2.400000*%
%ADD20C,2.300000*%
%ADD21R,2.127200X2.127200*%
%ADD22O,2.127200X2.127200*%
%ADD23C,1.400760*%
%ADD24C,1.797000*%
%ADD25C,2.000200*%
G04 APERTURE END LIST*
D10*
D11*
X196250000Y-118000000D02*
X113000000Y-118000000D01*
X196250000Y-52750000D02*
X196250000Y-118000000D01*
X113000000Y-52750000D02*
X196250000Y-52750000D01*
X113000000Y-118000000D02*
X113000000Y-52750000D01*
D12*
X145400000Y-68800000D03*
D13*
X145400000Y-58640000D03*
D14*
X189230000Y-61468000D03*
D15*
X191770000Y-61468000D03*
X189230000Y-74168000D03*
X189230000Y-109728000D03*
X191770000Y-109728000D03*
X191770000Y-97028000D03*
D14*
X118110000Y-61468000D03*
D15*
X120650000Y-61468000D03*
X118110000Y-64008000D03*
X120650000Y-64008000D03*
X118110000Y-66548000D03*
X120650000Y-66548000D03*
X118110000Y-69088000D03*
X120650000Y-69088000D03*
X118110000Y-71628000D03*
X120650000Y-71628000D03*
X118110000Y-74168000D03*
X120650000Y-74168000D03*
X118110000Y-76708000D03*
X120650000Y-76708000D03*
X118110000Y-79248000D03*
X120650000Y-79248000D03*
X118110000Y-81788000D03*
X120650000Y-81788000D03*
X118110000Y-84328000D03*
X120650000Y-84328000D03*
X118110000Y-86868000D03*
X120650000Y-86868000D03*
X118110000Y-89408000D03*
X120650000Y-89408000D03*
X118110000Y-91948000D03*
X120650000Y-91948000D03*
X118110000Y-94488000D03*
X120650000Y-94488000D03*
X118110000Y-97028000D03*
X120650000Y-97028000D03*
X118110000Y-99568000D03*
X120650000Y-99568000D03*
X118110000Y-102108000D03*
X120650000Y-102108000D03*
X118110000Y-104648000D03*
X120650000Y-104648000D03*
X118110000Y-107188000D03*
X120650000Y-107188000D03*
X118110000Y-109728000D03*
X120650000Y-109728000D03*
D16*
X135255000Y-64008000D03*
D17*
X135255000Y-61508000D03*
D18*
X164465000Y-85471000D03*
X164465000Y-77851000D03*
D19*
X136017000Y-72644000D03*
D20*
X133477000Y-72644000D03*
D19*
X173863000Y-72644000D03*
D20*
X176403000Y-72644000D03*
D19*
X136017000Y-96139000D03*
D20*
X133477000Y-96139000D03*
D19*
X173863000Y-96012000D03*
D20*
X176403000Y-96012000D03*
D21*
X127007800Y-61542700D03*
D22*
X129547800Y-61542700D03*
X127007800Y-64082700D03*
X129547800Y-64082700D03*
D23*
X166243000Y-67056000D03*
X164973000Y-68326000D03*
X164973000Y-65786000D03*
X128143000Y-71374000D03*
X129413000Y-72644000D03*
X126873000Y-72644000D03*
X181737000Y-73914000D03*
X180467000Y-72644000D03*
X183007000Y-72644000D03*
X128143000Y-94742000D03*
X129413000Y-96012000D03*
X126873000Y-96012000D03*
X181737000Y-97282000D03*
X180467000Y-96012000D03*
X183007000Y-96012000D03*
D18*
X134239000Y-85344000D03*
X134239000Y-77724000D03*
X145415000Y-85344000D03*
X145415000Y-77724000D03*
X175641000Y-85217000D03*
X175641000Y-77597000D03*
X145415000Y-108966000D03*
X145415000Y-101346000D03*
X134239000Y-108458000D03*
X134239000Y-100838000D03*
X175641000Y-108585000D03*
X175641000Y-100965000D03*
X164465000Y-108839000D03*
X164465000Y-101219000D03*
X169164000Y-62611000D03*
X161544000Y-62611000D03*
X169164000Y-59563000D03*
X161544000Y-59563000D03*
X129921000Y-85217000D03*
X129921000Y-77597000D03*
X126365000Y-85217000D03*
X126365000Y-77597000D03*
X180086000Y-85217000D03*
X180086000Y-77597000D03*
X183515000Y-85217000D03*
X183515000Y-77597000D03*
X129921000Y-108458000D03*
X129921000Y-100838000D03*
X126365000Y-108458000D03*
X126365000Y-100838000D03*
X179959000Y-108585000D03*
X179959000Y-100965000D03*
X183515000Y-108585000D03*
X183515000Y-100965000D03*
D12*
X155000000Y-99000000D03*
D13*
X155000000Y-88840000D03*
D24*
X137287000Y-77724000D03*
X142367000Y-77724000D03*
X137287000Y-85344000D03*
X142367000Y-85344000D03*
X148463000Y-77724000D03*
X153543000Y-77724000D03*
X148463000Y-85344000D03*
X153543000Y-85344000D03*
X172593000Y-85344000D03*
X167513000Y-85344000D03*
X172593000Y-77724000D03*
X167513000Y-77724000D03*
X161417000Y-85344000D03*
X156337000Y-85344000D03*
X161417000Y-77724000D03*
X156337000Y-77724000D03*
X148463000Y-101219000D03*
X153543000Y-101219000D03*
X148463000Y-108839000D03*
X153543000Y-108839000D03*
X137287000Y-101219000D03*
X142367000Y-101219000D03*
X137287000Y-108839000D03*
X142367000Y-108839000D03*
X172593000Y-108712000D03*
X167513000Y-108712000D03*
X172593000Y-101092000D03*
X167513000Y-101092000D03*
X161417000Y-108712000D03*
X156337000Y-108712000D03*
X161417000Y-101092000D03*
X156337000Y-101092000D03*
D25*
X157178971Y-64124429D03*
X150828971Y-64124429D03*
M02*

View File

@@ -0,0 +1,22 @@
G04 #@! TF.FileFunction,Profile,NP*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 4.0.6-e0-6349~53~ubuntu16.04.1) date Sat Jul 1 03:26:18 2017*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.100000*%
%ADD11C,0.150000*%
G04 APERTURE END LIST*
D10*
D11*
X196250000Y-118000000D02*
X113000000Y-118000000D01*
X196250000Y-52750000D02*
X196250000Y-118000000D01*
X113000000Y-52750000D02*
X196250000Y-52750000D01*
X113000000Y-118000000D02*
X113000000Y-52750000D01*
M02*

View File

@@ -0,0 +1,287 @@
G04 #@! TF.FileFunction,Copper,L1,Top,Signal*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 4.0.6-e0-6349~53~ubuntu16.04.1) date Sat Jul 1 03:26:18 2017*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.100000*%
%ADD11C,0.150000*%
%ADD12C,1.600000*%
%ADD13O,1.600000X1.600000*%
%ADD14R,2.000000X1.524000*%
%ADD15O,2.000000X1.524000*%
%ADD16R,1.300000X1.300000*%
%ADD17C,1.300000*%
%ADD18C,1.998980*%
%ADD19R,1.900000X2.000000*%
%ADD20C,1.900000*%
%ADD21C,1.000000*%
%ADD22R,1.727200X1.727200*%
%ADD23O,1.727200X1.727200*%
%ADD24C,1.000760*%
%ADD25C,1.397000*%
%ADD26C,1.600200*%
%ADD27C,1.270000*%
%ADD28C,0.304800*%
G04 APERTURE END LIST*
D10*
D11*
X196250000Y-118000000D02*
X113000000Y-118000000D01*
X196250000Y-52750000D02*
X196250000Y-118000000D01*
X113000000Y-52750000D02*
X196250000Y-52750000D01*
X113000000Y-118000000D02*
X113000000Y-52750000D01*
D12*
X145400000Y-68800000D03*
D13*
X145400000Y-58640000D03*
D14*
X189230000Y-61468000D03*
D15*
X191770000Y-61468000D03*
X189230000Y-74168000D03*
X191770000Y-64008000D03*
X189230000Y-76708000D03*
X191770000Y-66548000D03*
X189230000Y-79248000D03*
X191770000Y-69088000D03*
X189230000Y-81788000D03*
X191770000Y-71628000D03*
X189230000Y-84328000D03*
X191770000Y-74168000D03*
X189230000Y-86868000D03*
X191770000Y-76708000D03*
X189230000Y-89408000D03*
X191770000Y-79248000D03*
X189230000Y-91948000D03*
X191770000Y-81788000D03*
X189230000Y-94488000D03*
X191770000Y-84328000D03*
X189230000Y-97028000D03*
X191770000Y-86868000D03*
X189230000Y-99568000D03*
X191770000Y-89408000D03*
X191770000Y-91948000D03*
X189230000Y-102108000D03*
X191770000Y-94488000D03*
X191770000Y-99568000D03*
X191770000Y-102108000D03*
X191770000Y-104648000D03*
X191770000Y-107188000D03*
X189230000Y-104648000D03*
X189230000Y-107188000D03*
X189230000Y-64008000D03*
X189230000Y-66548000D03*
X189230000Y-69088000D03*
X189230000Y-71628000D03*
X189230000Y-109728000D03*
X191770000Y-109728000D03*
X191770000Y-97028000D03*
D14*
X118110000Y-61468000D03*
D15*
X120650000Y-61468000D03*
X118110000Y-64008000D03*
X120650000Y-64008000D03*
X118110000Y-66548000D03*
X120650000Y-66548000D03*
X118110000Y-69088000D03*
X120650000Y-69088000D03*
X118110000Y-71628000D03*
X120650000Y-71628000D03*
X118110000Y-74168000D03*
X120650000Y-74168000D03*
X118110000Y-76708000D03*
X120650000Y-76708000D03*
X118110000Y-79248000D03*
X120650000Y-79248000D03*
X118110000Y-81788000D03*
X120650000Y-81788000D03*
X118110000Y-84328000D03*
X120650000Y-84328000D03*
X118110000Y-86868000D03*
X120650000Y-86868000D03*
X118110000Y-89408000D03*
X120650000Y-89408000D03*
X118110000Y-91948000D03*
X120650000Y-91948000D03*
X118110000Y-94488000D03*
X120650000Y-94488000D03*
X118110000Y-97028000D03*
X120650000Y-97028000D03*
X118110000Y-99568000D03*
X120650000Y-99568000D03*
X118110000Y-102108000D03*
X120650000Y-102108000D03*
X118110000Y-104648000D03*
X120650000Y-104648000D03*
X118110000Y-107188000D03*
X120650000Y-107188000D03*
X118110000Y-109728000D03*
X120650000Y-109728000D03*
D16*
X135255000Y-64008000D03*
D17*
X135255000Y-61508000D03*
D18*
X164465000Y-85471000D03*
X164465000Y-77851000D03*
D19*
X136017000Y-72644000D03*
D20*
X133477000Y-72644000D03*
D19*
X173863000Y-72644000D03*
D20*
X176403000Y-72644000D03*
D19*
X136017000Y-96139000D03*
D20*
X133477000Y-96139000D03*
D19*
X173863000Y-96012000D03*
D20*
X176403000Y-96012000D03*
D21*
X125250000Y-112250000D03*
X160500000Y-70500000D03*
X167250000Y-92250000D03*
D22*
X127007800Y-61542700D03*
D23*
X129547800Y-61542700D03*
X127007800Y-64082700D03*
X129547800Y-64082700D03*
D24*
X166243000Y-67056000D03*
X164973000Y-68326000D03*
X164973000Y-65786000D03*
X128143000Y-71374000D03*
X129413000Y-72644000D03*
X126873000Y-72644000D03*
X181737000Y-73914000D03*
X180467000Y-72644000D03*
X183007000Y-72644000D03*
X128143000Y-94742000D03*
X129413000Y-96012000D03*
X126873000Y-96012000D03*
X181737000Y-97282000D03*
X180467000Y-96012000D03*
X183007000Y-96012000D03*
D18*
X134239000Y-85344000D03*
X134239000Y-77724000D03*
X145415000Y-85344000D03*
X145415000Y-77724000D03*
X175641000Y-85217000D03*
X175641000Y-77597000D03*
X145415000Y-108966000D03*
X145415000Y-101346000D03*
X134239000Y-108458000D03*
X134239000Y-100838000D03*
X175641000Y-108585000D03*
X175641000Y-100965000D03*
X164465000Y-108839000D03*
X164465000Y-101219000D03*
X169164000Y-62611000D03*
X161544000Y-62611000D03*
X169164000Y-59563000D03*
X161544000Y-59563000D03*
X129921000Y-85217000D03*
X129921000Y-77597000D03*
X126365000Y-85217000D03*
X126365000Y-77597000D03*
X180086000Y-85217000D03*
X180086000Y-77597000D03*
X183515000Y-85217000D03*
X183515000Y-77597000D03*
X129921000Y-108458000D03*
X129921000Y-100838000D03*
X126365000Y-108458000D03*
X126365000Y-100838000D03*
X179959000Y-108585000D03*
X179959000Y-100965000D03*
X183515000Y-108585000D03*
X183515000Y-100965000D03*
D12*
X155000000Y-99000000D03*
D13*
X155000000Y-88840000D03*
D25*
X137287000Y-77724000D03*
X142367000Y-77724000D03*
X137287000Y-85344000D03*
X142367000Y-85344000D03*
X148463000Y-77724000D03*
X153543000Y-77724000D03*
X148463000Y-85344000D03*
X153543000Y-85344000D03*
X172593000Y-85344000D03*
X167513000Y-85344000D03*
X172593000Y-77724000D03*
X167513000Y-77724000D03*
X161417000Y-85344000D03*
X156337000Y-85344000D03*
X161417000Y-77724000D03*
X156337000Y-77724000D03*
X148463000Y-101219000D03*
X153543000Y-101219000D03*
X148463000Y-108839000D03*
X153543000Y-108839000D03*
X137287000Y-101219000D03*
X142367000Y-101219000D03*
X137287000Y-108839000D03*
X142367000Y-108839000D03*
X172593000Y-108712000D03*
X167513000Y-108712000D03*
X172593000Y-101092000D03*
X167513000Y-101092000D03*
X161417000Y-108712000D03*
X156337000Y-108712000D03*
X161417000Y-101092000D03*
X156337000Y-101092000D03*
D26*
X157178971Y-64124429D03*
X150828971Y-64124429D03*
D27*
X137287000Y-80137000D03*
X137287000Y-83439000D03*
X148336000Y-79629000D03*
X148463000Y-83185000D03*
X172593000Y-80137000D03*
X172593000Y-83312000D03*
X161417000Y-80010000D03*
X161417000Y-83439000D03*
X137287000Y-103505000D03*
X137287000Y-106680000D03*
X172593000Y-103378000D03*
X172593000Y-106934000D03*
X148463000Y-103505000D03*
X148463000Y-106934000D03*
X161417000Y-103759000D03*
X161417000Y-106934000D03*
D28*
X137287000Y-83439000D02*
X137287000Y-80137000D01*
X148336000Y-83058000D02*
X148336000Y-79629000D01*
X148463000Y-83185000D02*
X148336000Y-83058000D01*
X172593000Y-83312000D02*
X172593000Y-80137000D01*
X161417000Y-83439000D02*
X161417000Y-80010000D01*
X137287000Y-106680000D02*
X137287000Y-103505000D01*
X172593000Y-106934000D02*
X172593000Y-103378000D01*
X148463000Y-106934000D02*
X148463000Y-103505000D01*
X161417000Y-106934000D02*
X161417000Y-103759000D01*
M02*

View File

@@ -0,0 +1,249 @@
G04 #@! TF.FileFunction,Soldermask,Top*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 4.0.6-e0-6349~53~ubuntu16.04.1) date Sat Jul 1 03:26:18 2017*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.100000*%
%ADD11C,0.150000*%
%ADD12C,2.000000*%
%ADD13O,2.000000X2.000000*%
%ADD14R,2.400000X1.924000*%
%ADD15O,2.400000X1.924000*%
%ADD16R,1.700000X1.700000*%
%ADD17C,1.700000*%
%ADD18C,2.398980*%
%ADD19R,2.300000X2.400000*%
%ADD20C,2.300000*%
%ADD21C,4.000000*%
%ADD22R,2.127200X2.127200*%
%ADD23O,2.127200X2.127200*%
%ADD24C,1.400760*%
%ADD25C,1.797000*%
%ADD26C,2.000200*%
G04 APERTURE END LIST*
D10*
D11*
X196250000Y-118000000D02*
X113000000Y-118000000D01*
X196250000Y-52750000D02*
X196250000Y-118000000D01*
X113000000Y-52750000D02*
X196250000Y-52750000D01*
X113000000Y-118000000D02*
X113000000Y-52750000D01*
D12*
X145400000Y-68800000D03*
D13*
X145400000Y-58640000D03*
D14*
X189230000Y-61468000D03*
D15*
X191770000Y-61468000D03*
X189230000Y-74168000D03*
X191770000Y-64008000D03*
X189230000Y-76708000D03*
X191770000Y-66548000D03*
X189230000Y-79248000D03*
X191770000Y-69088000D03*
X189230000Y-81788000D03*
X191770000Y-71628000D03*
X189230000Y-84328000D03*
X191770000Y-74168000D03*
X189230000Y-86868000D03*
X191770000Y-76708000D03*
X189230000Y-89408000D03*
X191770000Y-79248000D03*
X189230000Y-91948000D03*
X191770000Y-81788000D03*
X189230000Y-94488000D03*
X191770000Y-84328000D03*
X189230000Y-97028000D03*
X191770000Y-86868000D03*
X189230000Y-99568000D03*
X191770000Y-89408000D03*
X191770000Y-91948000D03*
X189230000Y-102108000D03*
X191770000Y-94488000D03*
X191770000Y-99568000D03*
X191770000Y-102108000D03*
X191770000Y-104648000D03*
X191770000Y-107188000D03*
X189230000Y-104648000D03*
X189230000Y-107188000D03*
X189230000Y-64008000D03*
X189230000Y-66548000D03*
X189230000Y-69088000D03*
X189230000Y-71628000D03*
X189230000Y-109728000D03*
X191770000Y-109728000D03*
X191770000Y-97028000D03*
D14*
X118110000Y-61468000D03*
D15*
X120650000Y-61468000D03*
X118110000Y-64008000D03*
X120650000Y-64008000D03*
X118110000Y-66548000D03*
X120650000Y-66548000D03*
X118110000Y-69088000D03*
X120650000Y-69088000D03*
X118110000Y-71628000D03*
X120650000Y-71628000D03*
X118110000Y-74168000D03*
X120650000Y-74168000D03*
X118110000Y-76708000D03*
X120650000Y-76708000D03*
X118110000Y-79248000D03*
X120650000Y-79248000D03*
X118110000Y-81788000D03*
X120650000Y-81788000D03*
X118110000Y-84328000D03*
X120650000Y-84328000D03*
X118110000Y-86868000D03*
X120650000Y-86868000D03*
X118110000Y-89408000D03*
X120650000Y-89408000D03*
X118110000Y-91948000D03*
X120650000Y-91948000D03*
X118110000Y-94488000D03*
X120650000Y-94488000D03*
X118110000Y-97028000D03*
X120650000Y-97028000D03*
X118110000Y-99568000D03*
X120650000Y-99568000D03*
X118110000Y-102108000D03*
X120650000Y-102108000D03*
X118110000Y-104648000D03*
X120650000Y-104648000D03*
X118110000Y-107188000D03*
X120650000Y-107188000D03*
X118110000Y-109728000D03*
X120650000Y-109728000D03*
D16*
X135255000Y-64008000D03*
D17*
X135255000Y-61508000D03*
D18*
X164465000Y-85471000D03*
X164465000Y-77851000D03*
D19*
X136017000Y-72644000D03*
D20*
X133477000Y-72644000D03*
D19*
X173863000Y-72644000D03*
D20*
X176403000Y-72644000D03*
D19*
X136017000Y-96139000D03*
D20*
X133477000Y-96139000D03*
D19*
X173863000Y-96012000D03*
D20*
X176403000Y-96012000D03*
D21*
X125250000Y-112250000D03*
X160500000Y-70500000D03*
X167250000Y-92250000D03*
D22*
X127007800Y-61542700D03*
D23*
X129547800Y-61542700D03*
X127007800Y-64082700D03*
X129547800Y-64082700D03*
D24*
X166243000Y-67056000D03*
X164973000Y-68326000D03*
X164973000Y-65786000D03*
X128143000Y-71374000D03*
X129413000Y-72644000D03*
X126873000Y-72644000D03*
X181737000Y-73914000D03*
X180467000Y-72644000D03*
X183007000Y-72644000D03*
X128143000Y-94742000D03*
X129413000Y-96012000D03*
X126873000Y-96012000D03*
X181737000Y-97282000D03*
X180467000Y-96012000D03*
X183007000Y-96012000D03*
D18*
X134239000Y-85344000D03*
X134239000Y-77724000D03*
X145415000Y-85344000D03*
X145415000Y-77724000D03*
X175641000Y-85217000D03*
X175641000Y-77597000D03*
X145415000Y-108966000D03*
X145415000Y-101346000D03*
X134239000Y-108458000D03*
X134239000Y-100838000D03*
X175641000Y-108585000D03*
X175641000Y-100965000D03*
X164465000Y-108839000D03*
X164465000Y-101219000D03*
X169164000Y-62611000D03*
X161544000Y-62611000D03*
X169164000Y-59563000D03*
X161544000Y-59563000D03*
X129921000Y-85217000D03*
X129921000Y-77597000D03*
X126365000Y-85217000D03*
X126365000Y-77597000D03*
X180086000Y-85217000D03*
X180086000Y-77597000D03*
X183515000Y-85217000D03*
X183515000Y-77597000D03*
X129921000Y-108458000D03*
X129921000Y-100838000D03*
X126365000Y-108458000D03*
X126365000Y-100838000D03*
X179959000Y-108585000D03*
X179959000Y-100965000D03*
X183515000Y-108585000D03*
X183515000Y-100965000D03*
D12*
X155000000Y-99000000D03*
D13*
X155000000Y-88840000D03*
D25*
X137287000Y-77724000D03*
X142367000Y-77724000D03*
X137287000Y-85344000D03*
X142367000Y-85344000D03*
X148463000Y-77724000D03*
X153543000Y-77724000D03*
X148463000Y-85344000D03*
X153543000Y-85344000D03*
X172593000Y-85344000D03*
X167513000Y-85344000D03*
X172593000Y-77724000D03*
X167513000Y-77724000D03*
X161417000Y-85344000D03*
X156337000Y-85344000D03*
X161417000Y-77724000D03*
X156337000Y-77724000D03*
X148463000Y-101219000D03*
X153543000Y-101219000D03*
X148463000Y-108839000D03*
X153543000Y-108839000D03*
X137287000Y-101219000D03*
X142367000Y-101219000D03*
X137287000Y-108839000D03*
X142367000Y-108839000D03*
X172593000Y-108712000D03*
X167513000Y-108712000D03*
X172593000Y-101092000D03*
X167513000Y-101092000D03*
X161417000Y-108712000D03*
X156337000Y-108712000D03*
X161417000Y-101092000D03*
X156337000Y-101092000D03*
D26*
X157178971Y-64124429D03*
X150828971Y-64124429D03*
M02*

View File

@@ -0,0 +1,392 @@
G04 #@! TF.FileFunction,Legend,Top*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 4.0.6-e0-6349~53~ubuntu16.04.1) date Sat Jul 1 03:26:18 2017*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.100000*%
%ADD11C,0.150000*%
%ADD12C,0.187500*%
%ADD13C,0.125000*%
%ADD14C,0.300000*%
%ADD15C,0.120000*%
%ADD16C,0.002540*%
%ADD17C,0.200000*%
%ADD18C,0.170000*%
%ADD19C,0.175000*%
%ADD20C,0.180000*%
%ADD21C,0.190000*%
G04 APERTURE END LIST*
D10*
D11*
X196250000Y-118000000D02*
X113000000Y-118000000D01*
X196250000Y-52750000D02*
X196250000Y-118000000D01*
X113000000Y-52750000D02*
X196250000Y-52750000D01*
X113000000Y-118000000D02*
X113000000Y-52750000D01*
D12*
X171964285Y-68083333D02*
X123317001Y-106767381D01*
X123650334Y-106767381D02*
X123745572Y-106767381D01*
X123793191Y-106815000D01*
X123840810Y-106910238D01*
X123864619Y-107100714D01*
X123864619Y-107434048D01*
X123840810Y-107624524D01*
X123793191Y-107719762D01*
X123745572Y-107767381D01*
X123650334Y-107767381D01*
X123602715Y-107719762D01*
X123555096Y-107624524D01*
X123531286Y-107434048D01*
X123531286Y-107100714D01*
X123555096Y-106910238D01*
X123602715Y-106815000D01*
X123650334Y-106767381D01*
X124031287Y-106767381D02*
X196102429Y-69431810D01*
D13*
X193274334Y-66254381D02*
X193393381Y-67254381D01*
X193488619Y-66540095D01*
X193583857Y-67254381D01*
X193702905Y-66254381D01*
X193869572Y-66968667D02*
X194107667Y-66968667D01*
X193821953Y-67254381D02*
X193988620Y-66254381D01*
X194155286Y-67254381D01*
X194321953Y-67254381D02*
X194321953Y-66254381D01*
X194607667Y-67254381D02*
X194393381Y-66682952D01*
X194607667Y-66254381D02*
X194321953Y-66825810D01*
X194821953Y-66730571D02*
X194988619Y-66730571D01*
X195060048Y-67254381D02*
X194821953Y-67254381D01*
X194821953Y-66254381D01*
X195060048Y-66254381D01*
X195274334Y-66254381D02*
X195274334Y-67063905D01*
X195298143Y-67159143D01*
X195321953Y-67206762D01*
X195369572Y-67254381D01*
X195464810Y-67254381D01*
X195512429Y-67206762D01*
X195536238Y-67159143D01*
X195560048Y-67063905D01*
X195560048Y-66254381D01*
X195798144Y-67254381D02*
X195798144Y-66254381D01*
X195988620Y-66254381D01*
X196036239Y-66302000D01*
X196060048Y-66349619D01*
X196083858Y-66444857D01*
X196083858Y-66587714D01*
X196060048Y-66682952D01*
X196036239Y-66730571D01*
X195988620Y-66778190D01*
X195798144Y-66778190D01*
D17*
X193929096Y-64016000D02*
X193833858Y-63968381D01*
X193691001Y-63968381D01*
X193548143Y-64016000D01*
X193452905Y-64111238D01*
X193405286Y-64206476D01*
X193357667Y-64396952D01*
X193357667Y-64539810D01*
X193405286Y-64730286D01*
X193452905Y-64825524D01*
X193548143Y-64920762D01*
X193691001Y-64968381D01*
X193786239Y-64968381D01*
X193929096Y-64920762D01*
X193976715Y-64873143D01*
X193976715Y-64539810D01*
X193786239Y-64539810D01*
X194405286Y-64968381D02*
X194405286Y-63968381D01*
X194976715Y-64968381D01*
X194976715Y-63968381D01*
X195452905Y-64968381D02*
X195452905Y-63968381D01*
X195691000Y-63968381D01*
X195833858Y-64016000D01*
X195929096Y-64111238D01*
X195976715Y-64206476D01*
X196024334Y-64396952D01*
X196024334Y-64539810D01*
X195976715Y-64730286D01*
X195929096Y-64825524D01*
X195833858Y-64920762D01*
X195691000Y-64968381D01*
X195452905Y-64968381D01*
X193278286Y-61539429D02*
X194040191Y-61539429D01*
X193659239Y-61920381D02*
X193659239Y-61158476D01*
X194992572Y-60920381D02*
X194516381Y-60920381D01*
X194468762Y-61396571D01*
X194516381Y-61348952D01*
X194611619Y-61301333D01*
X194849715Y-61301333D01*
X194944953Y-61348952D01*
X194992572Y-61396571D01*
X186697905Y-84637524D01*
X186602667Y-84732762D01*
X186459809Y-84780381D01*
X186221714Y-84780381D01*
X187174095Y-84494667D02*
X187650286Y-84494667D01*
X187078857Y-84780381D02*
X187412190Y-83780381D01*
X187745524Y-84780381D01*
D13*
X185555048Y-81240381D02*
X185721715Y-82240381D01*
X185888381Y-81240381D01*
X186055048Y-82240381D02*
X186055048Y-81240381D01*
X186174095Y-81240381D01*
X186245524Y-81288000D01*
X186293143Y-81383238D01*
X186316952Y-81478476D01*
X186340762Y-81668952D01*
X186340762Y-81811810D01*
X186316952Y-82002286D01*
X186293143Y-82097524D01*
X186245524Y-82192762D01*
X186174095Y-82240381D01*
X186055048Y-82240381D01*
X186555048Y-82240381D02*
X186555048Y-81240381D01*
X186674095Y-81240381D01*
X186745524Y-81288000D01*
X186793143Y-81383238D01*
X186816952Y-81478476D01*
X186840762Y-81668952D01*
X186840762Y-81811810D01*
X186816952Y-82002286D01*
X186793143Y-82097524D01*
X186745524Y-82192762D01*
X186674095Y-82240381D01*
X186555048Y-82240381D01*
X187031238Y-81954667D02*
X187269333Y-81954667D01*
X186983619Y-82240381D02*
X187150286Y-81240381D01*
X187316952Y-82240381D01*
D17*
X185245524Y-79700381D02*
X185245524Y-78700381D01*
X185483619Y-78700381D01*
X185626477Y-78748000D01*
X185721715Y-78843238D01*
X185769334Y-78938476D01*
X185816953Y-79128952D01*
X185816953Y-79271810D01*
X185769334Y-79462286D01*
X185721715Y-79557524D01*
X185626477Y-79652762D01*
X185483619Y-79700381D01*
X185245524Y-79700381D01*
X186197905Y-79414667D02*
X186674096Y-79414667D01*
X186102667Y-79700381D02*
X186436000Y-78700381D01*
X186769334Y-79700381D01*
X187674096Y-79605143D02*
X187626477Y-79652762D01*
X187483620Y-79700381D01*
X187388382Y-79700381D01*
X187245524Y-79652762D01*
X187150286Y-79557524D01*
X187102667Y-79462286D01*
X187055048Y-79271810D01*
X187055048Y-79128952D01*
X187102667Y-78938476D01*
X187150286Y-78843238D01*
X187245524Y-78748000D01*
X187388382Y-78700381D01*
X187483620Y-78700381D01*
X187626477Y-78748000D01*
X187674096Y-78795619D01*
X185745524Y-77065143D02*
X185697905Y-77112762D01*
X185555048Y-77160381D01*
X185459810Y-77160381D01*
X185316952Y-77112762D01*
X185221714Y-77017524D01*
X185174095Y-76922286D01*
X185126476Y-76731810D01*
X185126476Y-76588952D01*
X185174095Y-76398476D01*
X185221714Y-76303238D01*
X185316952Y-76208000D01*
X185459810Y-76160381D01*
X185555048Y-76160381D01*
X185697905Y-76208000D01*
X185745524Y-76255619D01*
X186174095Y-77160381D02*
X186174095Y-76160381D01*
X186174095Y-76636571D02*
X186745524Y-76636571D01*
X186745524Y-77160381D02*
X186745524Y-76160381D01*
X187745524Y-77160381D02*
X187174095Y-77160381D01*
X187459809Y-77160381D02*
X187459809Y-76160381D01*
X187364571Y-76303238D01*
X187269333Y-76398476D01*
X187174095Y-76446095D01*
X185491524Y-74525143D02*
X185443905Y-74572762D01*
X185301048Y-74620381D01*
X185205810Y-74620381D01*
X185062952Y-74572762D01*
X184967714Y-74477524D01*
X184920095Y-74382286D01*
X184872476Y-74191810D01*
X184872476Y-74048952D01*
X184920095Y-73858476D01*
X184967714Y-73763238D01*
X185062952Y-73668000D01*
X185205810Y-73620381D01*
X185301048Y-73620381D01*
X185443905Y-73668000D01*
X185491524Y-73715619D01*
X185920095Y-74620381D02*
X185920095Y-73620381D01*
X185920095Y-74096571D02*
X186491524Y-74096571D01*
X186491524Y-74620381D02*
X186491524Y-73620381D01*
X186920095Y-73715619D02*
X186967714Y-73668000D01*
X187062952Y-73620381D01*
X187301048Y-73620381D01*
X187396286Y-73668000D01*
X187443905Y-73715619D01*
X187491524Y-73810857D01*
X187491524Y-73906095D01*
X187443905Y-74048952D01*
X186872476Y-74620381D01*
X187491524Y-74620381D01*
X185491524Y-71985143D02*
X185443905Y-72032762D01*
X185301048Y-72080381D01*
X185205810Y-72080381D01*
X185062952Y-72032762D01*
X184967714Y-71937524D01*
X184920095Y-71842286D01*
X184872476Y-71651810D01*
X184872476Y-71508952D01*
X184920095Y-71318476D01*
X184967714Y-71223238D01*
X185062952Y-71128000D01*
X185205810Y-71080381D01*
X185301048Y-71080381D01*
X185443905Y-71128000D01*
X185491524Y-71175619D01*
X185920095Y-72080381D02*
X185920095Y-71080381D01*
X185920095Y-71556571D02*
X186491524Y-71556571D01*
X186491524Y-72080381D02*
X186491524Y-71080381D01*
X186872476Y-71080381D02*
X187491524Y-71080381D01*
X187158190Y-71461333D01*
X187301048Y-71461333D01*
X187396286Y-71508952D01*
X187443905Y-71556571D01*
X187491524Y-71651810D01*
X187491524Y-71889905D01*
X187443905Y-71985143D01*
X187396286Y-72032762D01*
X187301048Y-72080381D01*
X187015333Y-72080381D01*
X186920095Y-72032762D01*
X186872476Y-71985143D01*
D13*
X186094762Y-68588000D02*
X186047143Y-68540381D01*
X185975715Y-68540381D01*
X185904286Y-68588000D01*
X185856667Y-68683238D01*
X185832858Y-68778476D01*
X185809048Y-68968952D01*
X185809048Y-69111810D01*
X185832858Y-69302286D01*
X185856667Y-69397524D01*
X185904286Y-69492762D01*
X185975715Y-69540381D01*
X186023334Y-69540381D01*
X186094762Y-69492762D01*
X186118572Y-69445143D01*
X186118572Y-69111810D01*
X186023334Y-69111810D01*
X186332858Y-69540381D02*
X186332858Y-68540381D01*
X186618572Y-69540381D01*
X186618572Y-68540381D01*
X186856668Y-69540381D02*
X186856668Y-68540381D01*
X186975715Y-68540381D01*
X187047144Y-68588000D01*
X187094763Y-68683238D01*
X187118572Y-68778476D01*
X187142382Y-68968952D01*
X187142382Y-69111810D01*
X187118572Y-69302286D01*
X187094763Y-69397524D01*
X187047144Y-69492762D01*
X186975715Y-69540381D01*
X186856668Y-69540381D01*
X187332858Y-69254667D02*
X187570953Y-69254667D01*
X187285239Y-69540381D02*
X187451906Y-68540381D01*
X187618572Y-69540381D01*
D17*
X185459810Y-67000381D02*
X185459810Y-66000381D01*
X185888381Y-66952762D02*
X186031238Y-67000381D01*
X186269334Y-67000381D01*
X186364572Y-66952762D01*
X186412191Y-66905143D01*
X186459810Y-66809905D01*
X186459810Y-66714667D01*
X186412191Y-66619429D01*
X186364572Y-66571810D01*
X186269334Y-66524190D01*
X186078857Y-66476571D01*
X185983619Y-66428952D01*
X185936000Y-66381333D01*
X185888381Y-66286095D01*
X185888381Y-66190857D01*
X185936000Y-66095619D01*
X185983619Y-66048000D01*
X186078857Y-66000381D01*
X186316953Y-66000381D01*
X186459810Y-66048000D01*
X186888381Y-67000381D02*
X186888381Y-66000381D01*
X170488095Y-97273810D01*
X146122399Y-64195858D02*
X146884304Y-64195858D01*
X146503352Y-64576810D02*
X146503352Y-63814905D01*
M02*

View File

@@ -0,0 +1,805 @@
%FSLAX45Y45*%
G04 Gerber Fmt 4.5, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 4.0.6-e0-6349~53~ubuntu16.04.1) date Sat Jul 1 03:26:22 2017*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.127000*%
%ADD11C,0.150000*%
%ADD12C,0.200000*%
%ADD13C,0.300000*%
G04 APERTURE END LIST*
D10*
D11*
X19625000Y-11800000D02*
X11300000Y-11800000D01*
X19625000Y-5275000D02*
X19625000Y-11800000D01*
X11300000Y-5275000D02*
X19625000Y-5275000D01*
X11300000Y-11800000D02*
X11300000Y-5275000D01*
D12*
X12657300Y-7234400D02*
X12717300Y-7294400D01*
X12717300Y-7234400D02*
X12657300Y-7294400D01*
X12657300Y-9571200D02*
X18270700Y-9571200D02*
X18330700Y-9631200D01*
X18330700Y-9571200D02*
X18270700Y-9631200D01*
X13764260Y-8013700D02*
G75*
G03X13764260Y-8013700I-35560J0D01*
G01*
X13764260Y-8343900D02*
G75*
G03X13764260Y-8343900I-35560J0D01*
G01*
X13764260Y-10350500D02*
G75*
G03X13764260Y-10350500I-35560J0D01*
G01*
X13764260Y-10668000D02*
G75*
G03X13764260Y-10668000I-35560J0D01*
G01*
X14869160Y-7962900D02*
G75*
G03X14869160Y-7962900I-35560J0D01*
G01*
X14881860Y-8318500D02*
G75*
G03X14881860Y-8318500I-35560J0D01*
G01*
X14881860Y-10350500D02*
G75*
G03X14881860Y-10350500I-35560J0D01*
G01*
X14881860Y-10693400D02*
G75*
G03X14881860Y-10693400I-35560J0D01*
G01*
X16177260Y-8001000D02*
G75*
G03X16177260Y-8001000I-35560J0D01*
G01*
X16177260Y-8343900D02*
G75*
G03X16177260Y-8343900I-35560J0D01*
G01*
X16177260Y-10375900D02*
G75*
G03X16177260Y-10375900I-35560J0D01*
G01*
X16177260Y-10693400D02*
G75*
G03X16177260Y-10693400I-35560J0D01*
G01*
X17294860Y-8013700D02*
G75*
G03X17294860Y-8013700I-35560J0D01*
G01*
X17294860Y-8331200D02*
G75*
G03X17294860Y-8331200I-35560J0D01*
G01*
X17294860Y-10337800D02*
G75*
G03X17294860Y-10337800I-35560J0D01*
G01*
X17294860Y-10693400D02*
G75*
G03X17294860Y-10693400I-35560J0D01*
G01*
X13525500Y-6360800D02*
X13525500Y-6440800D01*
X13485500Y-6400800D02*
X13565500Y-6400800D01*
X14540000Y-5824000D02*
X14540000Y-5904000D01*
X14500000Y-5864000D02*
X14580000Y-5864000D01*
X14540000Y-6840000D02*
X14540000Y-6920000D01*
X14500000Y-6880000D02*
X14580000Y-6880000D01*
X15500000Y-8844000D02*
X15500000Y-8924000D01*
X15460000Y-8884000D02*
X15540000Y-8884000D01*
X15500000Y-9860000D02*
X15500000Y-9940000D01*
X15460000Y-9900000D02*
X15540000Y-9900000D01*
X12586462Y-7809738D01*
X12686538Y-7759700D02*
G75*
G03X12686538Y-7759700I-50038J0D01*
G01*
X12586462Y-8471662D02*
X12686538Y-8571738D01*
X12686538Y-8471662D02*
X12586462Y-8571738D01*
X12686538Y-8521700D02*
G75*
G03X12686538Y-8521700I-50038J0D01*
G01*
X12586462Y-10033762D02*
X12686538Y-10133838D01*
X12686538Y-10033762D02*
X12586462Y-10133838D01*
X12686538Y-10083800D02*
G75*
G03X12686538Y-10083800I-50038J0D01*
G01*
X12586462Y-10795762D02*
X12686538Y-10895838D01*
X12686538Y-10795762D02*
X12586462Y-10895838D01*
X12686538Y-10845800D02*
G75*
G03X12686538Y-10845800I-50038J0D01*
G01*
X12942062Y-7709662D02*
X13042138Y-7809738D01*
X13042138Y-7709662D02*
X12942062Y-7809738D01*
X13042138Y-7759700D02*
G75*
G03X13042138Y-7759700I-50038J0D01*
G01*
X12942062Y-8471662D02*
X13042138Y-8571738D01*
X13042138Y-8471662D02*
X12942062Y-8571738D01*
X13042138Y-8521700D02*
G75*
G03X13042138Y-8521700I-50038J0D01*
G01*
X12942062Y-10033762D02*
X13042138Y-10133838D01*
X13042138Y-10033762D02*
X12942062Y-10133838D01*
X13042138Y-10083800D02*
G75*
G03X13042138Y-10083800I-50038J0D01*
G01*
X12942062Y-10795762D02*
X13042138Y-10895838D01*
X13042138Y-10795762D02*
X12942062Y-10895838D01*
X13042138Y-10845800D02*
G75*
G03X13042138Y-10845800I-50038J0D01*
G01*
X13297662Y-7214362D02*
X13397738Y-7314438D01*
X13397738Y-7214362D02*
X13297662Y-7314438D01*
X13397738Y-7264400D02*
G75*
G03X13397738Y-7264400I-50038J0D01*
G01*
X13297662Y-9563862D02*
X13397738Y-9663938D01*
X13397738Y-9563862D02*
X13297662Y-9663938D01*
X13397738Y-9613900D02*
G75*
G03X13397738Y-9613900I-50038J0D01*
G01*
X13373862Y-7722362D02*
X13473938Y-7822438D01*
X13473938Y-7722362D02*
X13373862Y-7822438D01*
X13473938Y-7772400D02*
G75*
G03X13473938Y-7772400I-50038J0D01*
G01*
X13373862Y-8484362D02*
X13473938Y-8584438D01*
X13473938Y-8484362D02*
X13373862Y-8584438D01*
X13473938Y-8534400D02*
G75*
G03X13473938Y-8534400I-50038J0D01*
G01*
X13373862Y-10033762D02*
X13473938Y-10133838D01*
X13473938Y-10033762D02*
X13373862Y-10133838D01*
X13473938Y-10083800D02*
G75*
G03X13473938Y-10083800I-50038J0D01*
G01*
X13373862Y-10795762D02*
X13473938Y-10895838D01*
X13473938Y-10795762D02*
X13373862Y-10895838D01*
X13473938Y-10845800D02*
G75*
G03X13473938Y-10845800I-50038J0D01*
G01*
X13551662Y-7214362D02*
X13651738Y-7314438D01*
X13651738Y-7214362D02*
X13551662Y-7314438D01*
X13651738Y-7264400D02*
G75*
G03X13651738Y-7264400I-50038J0D01*
G01*
X13551662Y-9563862D02*
X13651738Y-9663938D01*
X13651738Y-9563862D02*
X13551662Y-9663938D01*
X13651738Y-9613900D02*
G75*
G03X13651738Y-9613900I-50038J0D01*
G01*
X14491462Y-7722362D02*
X14591538Y-7822438D01*
X14591538Y-7722362D02*
X14491462Y-7822438D01*
X14591538Y-7772400D02*
G75*
G03X14591538Y-7772400I-50038J0D01*
G01*
X14491462Y-8484362D02*
X14591538Y-8584438D01*
X14591538Y-8484362D02*
X14491462Y-8584438D01*
X14591538Y-8534400D02*
G75*
G03X14591538Y-8534400I-50038J0D01*
G01*
X14491462Y-10084562D02*
X14591538Y-10184638D01*
X14591538Y-10084562D02*
X14491462Y-10184638D01*
X14591538Y-10134600D02*
G75*
G03X14591538Y-10134600I-50038J0D01*
G01*
X14491462Y-10846562D02*
X14591538Y-10946638D01*
X14591538Y-10846562D02*
X14491462Y-10946638D01*
X14591538Y-10896600D02*
G75*
G03X14591538Y-10896600I-50038J0D01*
G01*
X15032859Y-6362405D02*
X15132935Y-6462481D01*
X15132935Y-6362405D02*
X15032859Y-6462481D01*
X15132935Y-6412443D02*
G75*
G03X15132935Y-6412443I-50038J0D01*
G01*
X15667859Y-6362405D02*
X15767935Y-6462481D01*
X15767935Y-6362405D02*
X15667859Y-6462481D01*
X15767935Y-6412443D02*
G75*
G03X15767935Y-6412443I-50038J0D01*
G01*
X16104362Y-5906262D02*
X16204438Y-6006338D01*
X16204438Y-5906262D02*
X16104362Y-6006338D01*
X16204438Y-5956300D02*
G75*
G03X16204438Y-5956300I-50038J0D01*
G01*
X16104362Y-6211062D02*
X16204438Y-6311138D01*
X16204438Y-6211062D02*
X16104362Y-6311138D01*
X16204438Y-6261100D02*
G75*
G03X16204438Y-6261100I-50038J0D01*
G01*
X16396462Y-7735062D02*
X16496538Y-7835138D01*
X16496538Y-7735062D02*
X16396462Y-7835138D01*
X16496538Y-7785100D02*
G75*
G03X16496538Y-7785100I-50038J0D01*
G01*
X16396462Y-8497062D02*
X16496538Y-8597138D01*
X16496538Y-8497062D02*
X16396462Y-8597138D01*
X16496538Y-8547100D02*
G75*
G03X16496538Y-8547100I-50038J0D01*
G01*
X16396462Y-10071862D02*
X16496538Y-10171938D01*
X16496538Y-10071862D02*
X16396462Y-10171938D01*
X16496538Y-10121900D02*
G75*
G03X16496538Y-10121900I-50038J0D01*
G01*
X16396462Y-10833862D02*
X16496538Y-10933938D01*
X16496538Y-10833862D02*
X16396462Y-10933938D01*
X16496538Y-10883900D02*
G75*
G03X16496538Y-10883900I-50038J0D01*
G01*
X16866362Y-5906262D02*
X16966438Y-6006338D01*
X16966438Y-5906262D02*
X16866362Y-6006338D01*
X16966438Y-5956300D02*
G75*
G03X16966438Y-5956300I-50038J0D01*
G01*
X16866362Y-6211062D02*
X16966438Y-6311138D01*
X16966438Y-6211062D02*
X16866362Y-6311138D01*
X16966438Y-6261100D02*
G75*
G03X16966438Y-6261100I-50038J0D01*
G01*
X17336262Y-7214362D02*
X17436338Y-7314438D01*
X17436338Y-7214362D02*
X17336262Y-7314438D01*
X17436338Y-7264400D02*
G75*
G03X17436338Y-7264400I-50038J0D01*
G01*
X17336262Y-9551162D02*
X17436338Y-9651238D01*
X17436338Y-9551162D02*
X17336262Y-9651238D01*
X17436338Y-9601200D02*
G75*
G03X17436338Y-9601200I-50038J0D01*
G01*
X17514062Y-7709662D02*
X17614138Y-7809738D01*
X17614138Y-7709662D02*
X17514062Y-7809738D01*
X17614138Y-7759700D02*
G75*
G03X17614138Y-7759700I-50038J0D01*
G01*
X17514062Y-8471662D02*
X17614138Y-8571738D01*
X17614138Y-8471662D02*
X17514062Y-8571738D01*
X17614138Y-8521700D02*
G75*
G03X17614138Y-8521700I-50038J0D01*
G01*
X17514062Y-10046462D02*
X17614138Y-10146538D01*
X17614138Y-10046462D02*
X17514062Y-10146538D01*
X17614138Y-10096500D02*
G75*
G03X17614138Y-10096500I-50038J0D01*
G01*
X17514062Y-10808462D02*
X17614138Y-10908538D01*
X17614138Y-10808462D02*
X17514062Y-10908538D01*
X17614138Y-10858500D02*
G75*
G03X17614138Y-10858500I-50038J0D01*
G01*
X17590262Y-7214362D02*
X17690338Y-7314438D01*
X17690338Y-7214362D02*
X17590262Y-7314438D01*
X17690338Y-7264400D02*
G75*
G03X17690338Y-7264400I-50038J0D01*
G01*
X17590262Y-9551162D02*
X17690338Y-9651238D01*
X17690338Y-9551162D02*
X17590262Y-9651238D01*
X17690338Y-9601200D02*
G75*
G03X17690338Y-9601200I-50038J0D01*
G01*
X17945862Y-10046462D02*
X18045938Y-10146538D01*
X18045938Y-10046462D02*
X17945862Y-10146538D01*
X18045938Y-10096500D02*
G75*
G03X18045938Y-10096500I-50038J0D01*
G01*
X17945862Y-10808462D02*
X18045938Y-10908538D01*
X18045938Y-10808462D02*
X17945862Y-10908538D01*
X18045938Y-10858500D02*
G75*
G03X18045938Y-10858500I-50038J0D01*
G01*
X17958562Y-7709662D02*
X18058638Y-7809738D01*
X18058638Y-7709662D02*
X17958562Y-7809738D01*
X18058638Y-7759700D02*
G75*
G03X18058638Y-7759700I-50038J0D01*
G01*
X17958562Y-8471662D02*
X18058638Y-8571738D01*
X18058638Y-8471662D02*
X17958562Y-8571738D01*
X18058638Y-8521700D02*
G75*
G03X18058638Y-8521700I-50038J0D01*
G01*
X18301462Y-7709662D02*
X18401538Y-7809738D01*
X18401538Y-7709662D02*
X18301462Y-7809738D01*
X18401538Y-7759700D02*
G75*
G03X18401538Y-7759700I-50038J0D01*
G01*
X18301462Y-8471662D02*
X18401538Y-8571738D01*
X18401538Y-8471662D02*
X18301462Y-8571738D01*
X18401538Y-8521700D02*
G75*
G03X18401538Y-8521700I-50038J0D01*
G01*
X18301462Y-10046462D02*
X18401538Y-10146538D01*
X18401538Y-10046462D02*
X18301462Y-10146538D01*
X18401538Y-10096500D02*
G75*
G03X18401538Y-10096500I-50038J0D01*
G01*
X18301462Y-10808462D02*
X18401538Y-10908538D01*
X18401538Y-10808462D02*
X18301462Y-10908538D01*
X18401538Y-10858500D02*
G75*
G03X18401538Y-10858500I-50038J0D01*
G01*
X11760200Y-6096000D02*
X11861800Y-6197600D01*
X11861800Y-6096000D02*
X18872200Y-10668000D02*
X18973800Y-10769600D01*
X18973800Y-10668000D02*
X18872200Y-10769600D01*
X18923000Y-10668000D02*
X18923000Y-10769600D01*
X18872200Y-10718800D02*
X18973800Y-10718800D01*
X18872200Y-10922000D02*
X18973800Y-11023600D01*
X18973800Y-10922000D02*
X18872200Y-11023600D01*
X18923000Y-10922000D02*
X18923000Y-11023600D01*
X18872200Y-10972800D02*
X18973800Y-10972800D01*
X19126200Y-6096000D02*
X19227800Y-6197600D01*
X19227800Y-6096000D02*
X19126200Y-6197600D01*
X19177000Y-6096000D02*
X19177000Y-6197600D01*
X19126200Y-6146800D02*
X19227800Y-6146800D01*
X19126200Y-6350000D02*
X19227800Y-6451600D01*
X19227800Y-6350000D02*
X19126200Y-6451600D01*
X19177000Y-6350000D02*
X19177000Y-6451600D01*
X19126200Y-6400800D02*
X19227800Y-6400800D01*
X19126200Y-6604000D02*
X19227800Y-6705600D01*
X19227800Y-6604000D02*
X19126200Y-6705600D01*
X19177000Y-6604000D02*
X19177000Y-6705600D01*
X19126200Y-6654800D02*
X19227800Y-6654800D01*
X19126200Y-6858000D02*
X19227800Y-6959600D01*
X19227800Y-6858000D02*
X19126200Y-6959600D01*
X19177000Y-6858000D02*
X19177000Y-6959600D01*
X19126200Y-6908800D02*
X19227800Y-6908800D01*
X19126200Y-7112000D02*
X19227800Y-7213600D01*
X19227800Y-7112000D02*
X19126200Y-7213600D01*
X19177000Y-7112000D02*
X19177000Y-7213600D01*
X19126200Y-7162800D02*
X19227800Y-7162800D01*
X19126200Y-7366000D02*
X19227800Y-7467600D01*
X19227800Y-7366000D02*
X19126200Y-7467600D01*
X19177000Y-7366000D02*
X19177000Y-7467600D01*
X19126200Y-7416800D02*
X19227800Y-7416800D01*
X19126200Y-7620000D02*
X19227800Y-7721600D01*
X19227800Y-7620000D02*
X19126200Y-7721600D01*
X19177000Y-7620000D02*
X19177000Y-7721600D01*
X19126200Y-7670800D02*
X19227800Y-7670800D01*
X19126200Y-7874000D02*
X19227800Y-7975600D01*
X19227800Y-7874000D02*
X19126200Y-7975600D01*
X19177000Y-7874000D02*
X19177000Y-7975600D01*
X19126200Y-7924800D02*
X19227800Y-7924800D01*
X19126200Y-8128000D02*
X19227800Y-8229600D01*
X19227800Y-8128000D02*
X19126200Y-8229600D01*
X19177000Y-8128000D02*
X19177000Y-8229600D01*
X19126200Y-8178800D02*
X19227800Y-8178800D01*
X19126200Y-8382000D02*
X19227800Y-8483600D01*
X19227800Y-8382000D02*
X19126200Y-8483600D01*
X19177000Y-8382000D02*
X19177000Y-8483600D01*
X19126200Y-8432800D02*
X19227800Y-8432800D01*
X19126200Y-8636000D02*
X19227800Y-8737600D01*
X19227800Y-8636000D02*
X19126200Y-8737600D01*
X19177000Y-8636000D02*
X19177000Y-8737600D01*
X19126200Y-8686800D02*
X19227800Y-8686800D01*
X19126200Y-8890000D02*
X19227800Y-8991600D01*
X19227800Y-8890000D02*
X19126200Y-8991600D01*
X19177000Y-8890000D02*
X19177000Y-8991600D01*
X19126200Y-8940800D02*
X19227800Y-8940800D01*
X19126200Y-9144000D02*
X19227800Y-9245600D01*
X19227800Y-9144000D02*
X19126200Y-9245600D01*
X19177000Y-9144000D02*
X19177000Y-9245600D01*
X19126200Y-9194800D02*
X19227800Y-9194800D01*
X19126200Y-9398000D02*
X19227800Y-9499600D01*
X19227800Y-9398000D02*
X19126200Y-9499600D01*
X19177000Y-9398000D02*
X19177000Y-9499600D01*
X19126200Y-9448800D02*
X19227800Y-9448800D01*
X19126200Y-9652000D02*
X19227800Y-9753600D01*
X19227800Y-9652000D02*
X19126200Y-9753600D01*
X19177000Y-9652000D02*
X19177000Y-9753600D01*
X19126200Y-9702800D02*
X19227800Y-9702800D01*
X19126200Y-9906000D02*
X19227800Y-10007600D01*
X19227800Y-9906000D02*
X19126200Y-10007600D01*
X19177000Y-9906000D02*
X19177000Y-10007600D01*
X19126200Y-9956800D02*
X19227800Y-9956800D01*
X19126200Y-10160000D02*
X19227800Y-10261600D01*
X19227800Y-10160000D02*
X19126200Y-10261600D01*
X19177000Y-10160000D02*
X19177000Y-10261600D01*
X19126200Y-10210800D02*
X19227800Y-10210800D01*
X19126200Y-10414000D02*
X19227800Y-10515600D01*
X19227800Y-10414000D02*
X19126200Y-10515600D01*
X19177000Y-10414000D02*
X19177000Y-10515600D01*
X19126200Y-10464800D02*
X19227800Y-10464800D01*
X19126200Y-10668000D02*
X19227800Y-10769600D01*
X19227800Y-10668000D02*
X19126200Y-10769600D01*
X19177000Y-10668000D02*
X19177000Y-10769600D01*
X19126200Y-10718800D02*
X19227800Y-10718800D01*
X19126200Y-10922000D02*
X19227800Y-11023600D01*
X19227800Y-10922000D02*
X19126200Y-11023600D01*
X19177000Y-10922000D02*
X19177000Y-11023600D01*
X19126200Y-10972800D02*
X19227800Y-10972800D01*
D13*
X11563928Y-12273214D02*
X11563928Y-11973214D01*
X11635357Y-11973214D01*
X11678214Y-11987500D01*
X11706786Y-12016071D01*
X11721071Y-12044643D01*
X11735357Y-12101786D01*
X11735357Y-12144643D01*
X11721071Y-12201786D01*
X11706786Y-12230357D01*
X11678214Y-12258929D01*
X11635357Y-12273214D01*
X11563928Y-12273214D01*
X11863928Y-12273214D02*
X11863928Y-12073214D01*
X11863928Y-12130357D02*
X11878214Y-12101786D01*
X11892500Y-12087500D01*
X11921071Y-12073214D01*
X11949643Y-12073214D01*
X12049643Y-12273214D02*
X12049643Y-12073214D01*
X12049643Y-11973214D02*
X12035357Y-11987500D01*
X12049643Y-12001786D01*
X12063928Y-11987500D01*
X12049643Y-11973214D01*
X18121071Y-12688929D01*
X18106786Y-12646071D01*
X18092500Y-12617500D01*
X18063929Y-12574643D01*
X18049643Y-12560357D01*
X11292500Y-13163500D02*
G75*
G03X11292500Y-13163500I-35560J0D01*
G01*
X11621071Y-12999214D02*
X11649643Y-12999214D01*
X11678214Y-13013500D01*
X11692500Y-13027786D01*
X11706786Y-13056357D01*
X11721071Y-13113500D01*
X11721071Y-13184929D01*
X11706786Y-13242071D01*
X11692500Y-13270643D01*
X12706786Y-13509500D01*
X12735357Y-13495214D01*
X12778214Y-13495214D01*
X12806786Y-13509500D01*
X12821071Y-13538071D01*
X12821071Y-13695214D01*
X12963928Y-13695214D02*
X12963928Y-13495214D01*
X12963928Y-13523786D02*
X12978214Y-13509500D01*
X13006786Y-13495214D01*
X13049643Y-13495214D01*
X13078214Y-13509500D01*
X13092500Y-13538071D01*
X13092500Y-13695214D01*
X13092500Y-13538071D02*
X13106786Y-13509500D01*
X13135357Y-13495214D01*
X13178214Y-13495214D01*
X13206786Y-13509500D01*
X13221071Y-13538071D01*
X13221071Y-13695214D01*
X13806786Y-13380929D02*
X13549643Y-13766643D01*
X14192500Y-13395214D02*
X14221071Y-13395214D01*
X14249643Y-13409500D01*
X14263928Y-13423786D01*
X14278214Y-13452357D01*
X14292500Y-13509500D01*
X14292500Y-13580929D01*
X14278214Y-13638071D01*
X14263928Y-13666643D01*
X14249643Y-13680929D01*
X14221071Y-13695214D01*
X14192500Y-13695214D01*
X14163928Y-13680929D01*
X14149643Y-13666643D01*
X14135357Y-13638071D01*
X14121071Y-13580929D01*
X14121071Y-13509500D01*
X14135357Y-13452357D01*
X14149643Y-13423786D01*
X14163928Y-13409500D01*
X14192500Y-13395214D01*
X14421071Y-13666643D02*
X14435357Y-13680929D01*
X14421071Y-13695214D01*
X14406786Y-13680929D01*
X14421071Y-13666643D01*
X14421071Y-13695214D01*
X14621071Y-13395214D02*
X14649643Y-13395214D01*
X14678214Y-13409500D01*
X14692500Y-13423786D01*
X14706785Y-13452357D01*
X14721071Y-13509500D01*
X14721071Y-13580929D01*
X14706785Y-13638071D01*
X14692500Y-13666643D01*
X14678214Y-13680929D01*
X14649643Y-13695214D01*
X14621071Y-13695214D01*
X14592500Y-13680929D01*
X14578214Y-13666643D01*
X14563928Y-13638071D01*
X14549643Y-13580929D01*
X14549643Y-13509500D01*
X14563928Y-13452357D01*
X14578214Y-13423786D01*
X14592500Y-13409500D01*
X14621071Y-13395214D01*
X14821071Y-13395214D02*
X15006785Y-13395214D01*
X14906785Y-13509500D01*
X14949643Y-13509500D01*
X14978214Y-13523786D01*
X14992500Y-13538071D01*
X15006785Y-13566643D01*
X11292500Y-14797538D01*
X11292500Y-14697462D02*
X11192424Y-14797538D01*
X11292500Y-14747500D02*
G75*
G03X11292500Y-14747500I-50038J0D01*
G01*
X11721071Y-14883214D02*
X11549643Y-14883214D01*
X11635357Y-14883214D02*
X11635357Y-14583214D01*
X11606786Y-14626071D01*
X11578214Y-14654643D01*
X18135357Y-15136357D01*
X18121071Y-15064929D01*
X18106786Y-15022071D01*
X18092500Y-14993500D01*
X18063929Y-14950643D01*
X18049643Y-14936357D01*
M02*

135
samples/HCL/main.tf Normal file
View File

@@ -0,0 +1,135 @@
resource "aws_security_group" "elb_sec_group" {
description = "Allow traffic from the internet to ELB port 80"
vpc_id = "${var.vpc_id}"
ingress {
from_port = 80
to_port = 80
protocol = "tcp"
cidr_blocks = ["${split(",", var.allowed_cidr_blocks)}"]
}
egress {
from_port = 0
to_port = 0
protocol = "-1"
cidr_blocks = ["0.0.0.0/0"]
}
}
resource "aws_security_group" "dokku_allow_ssh_from_internal" {
description = "Allow git access over ssh from the private subnet"
vpc_id = "${var.vpc_id}"
ingress {
from_port = 22
to_port = 22
protocol = "tcp"
cidr_blocks = ["${var.private_subnet_cidr}"]
}
egress {
from_port = 0
to_port = 0
protocol = "-1"
cidr_blocks = ["0.0.0.0/0"]
}
}
resource "aws_security_group" "allow_from_elb_to_instance" {
description = "Allow traffic from the ELB to the private instance"
vpc_id = "${var.vpc_id}"
ingress {
security_groups = ["${aws_security_group.elb_sec_group.id}"]
from_port = 80
to_port = 80
protocol = "tcp"
}
egress {
from_port = 0
to_port = 0
protocol = "-1"
cidr_blocks = ["0.0.0.0/0"]
}
}
resource "aws_instance" "dokku" {
ami = "ami-47a23a30"
instance_type = "${var.instance_type}"
associate_public_ip_address = false
key_name = "${var.key_name}"
subnet_id = "${var.private_subnet_id}"
vpc_security_group_ids = [
"${var.bastion_sec_group_id}",
"${aws_security_group.allow_from_elb_to_instance.id}",
"${aws_security_group.dokku_allow_ssh_from_internal.id}"
]
tags {
Name = "${var.name}"
}
connection {
user = "ubuntu"
private_key = "${var.private_key}"
bastion_host = "${var.bastion_host}"
bastion_port = "${var.bastion_port}"
bastion_user = "${var.bastion_user}"
bastion_private_key = "${var.bastion_private_key}"
}
provisioner "file" {
source = "${path.module}/../scripts/install-dokku.sh"
destination = "/home/ubuntu/install-dokku.sh"
}
provisioner "remote-exec" {
inline = [
"chmod +x /home/ubuntu/install-dokku.sh",
"HOSTNAME=${var.hostname} /home/ubuntu/install-dokku.sh"
]
}
}
resource "aws_elb" "elb_dokku" {
name = "elb-dokku-${var.name}"
subnets = ["${var.public_subnet_id}"]
security_groups = ["${aws_security_group.elb_sec_group.id}"]
listener {
instance_port = 80
instance_protocol = "http"
lb_port = 80
lb_protocol = "http"
}
health_check {
healthy_threshold = 2
unhealthy_threshold = 2
timeout = 3
target = "HTTP:80/"
interval = 30
}
instances = ["${aws_instance.dokku.id}"]
cross_zone_load_balancing = false
idle_timeout = 400
tags {
Name = "elb-dokku-${var.name}"
}
}
resource "aws_route53_record" "dokku-deploy" {
zone_id = "${var.zone_id}"
name = "deploy.${var.hostname}"
type = "A"
ttl = "300"
records = ["${aws_instance.dokku.private_ip}"]
}
resource "aws_route53_record" "dokku-wildcard" {
zone_id = "${var.zone_id}"
name = "*.${var.hostname}"
type = "CNAME"
ttl = "300"
records = ["${aws_elb.elb_dokku.dns_name}"]
}

89
samples/HLSL/bloom.cginc Normal file
View File

@@ -0,0 +1,89 @@
// From https://github.com/Unity-Technologies/PostProcessing/blob/master/PostProcessing/Resources/Shaders/Bloom.cginc
// Licensed under the MIT license
#ifndef __BLOOM__
#define __BLOOM__
#include "Common.cginc"
// Brightness function
half Brightness(half3 c)
{
return Max3(c);
}
// 3-tap median filter
half3 Median(half3 a, half3 b, half3 c)
{
return a + b + c - min(min(a, b), c) - max(max(a, b), c);
}
// Downsample with a 4x4 box filter
half3 DownsampleFilter(sampler2D tex, float2 uv, float2 texelSize)
{
float4 d = texelSize.xyxy * float4(-1.0, -1.0, 1.0, 1.0);
half3 s;
s = DecodeHDR(tex2D(tex, uv + d.xy));
s += DecodeHDR(tex2D(tex, uv + d.zy));
s += DecodeHDR(tex2D(tex, uv + d.xw));
s += DecodeHDR(tex2D(tex, uv + d.zw));
return s * (1.0 / 4.0);
}
// Downsample with a 4x4 box filter + anti-flicker filter
half3 DownsampleAntiFlickerFilter(sampler2D tex, float2 uv, float2 texelSize)
{
float4 d = texelSize.xyxy * float4(-1.0, -1.0, 1.0, 1.0);
half3 s1 = DecodeHDR(tex2D(tex, uv + d.xy));
half3 s2 = DecodeHDR(tex2D(tex, uv + d.zy));
half3 s3 = DecodeHDR(tex2D(tex, uv + d.xw));
half3 s4 = DecodeHDR(tex2D(tex, uv + d.zw));
// Karis's luma weighted average (using brightness instead of luma)
half s1w = 1.0 / (Brightness(s1) + 1.0);
half s2w = 1.0 / (Brightness(s2) + 1.0);
half s3w = 1.0 / (Brightness(s3) + 1.0);
half s4w = 1.0 / (Brightness(s4) + 1.0);
half one_div_wsum = 1.0 / (s1w + s2w + s3w + s4w);
return (s1 * s1w + s2 * s2w + s3 * s3w + s4 * s4w) * one_div_wsum;
}
half3 UpsampleFilter(sampler2D tex, float2 uv, float2 texelSize, float sampleScale)
{
#if MOBILE_OR_CONSOLE
// 4-tap bilinear upsampler
float4 d = texelSize.xyxy * float4(-1.0, -1.0, 1.0, 1.0) * (sampleScale * 0.5);
half3 s;
s = DecodeHDR(tex2D(tex, uv + d.xy));
s += DecodeHDR(tex2D(tex, uv + d.zy));
s += DecodeHDR(tex2D(tex, uv + d.xw));
s += DecodeHDR(tex2D(tex, uv + d.zw));
return s * (1.0 / 4.0);
#else
// 9-tap bilinear upsampler (tent filter)
float4 d = texelSize.xyxy * float4(1.0, 1.0, -1.0, 0.0) * sampleScale;
half3 s;
s = DecodeHDR(tex2D(tex, uv - d.xy));
s += DecodeHDR(tex2D(tex, uv - d.wy)) * 2.0;
s += DecodeHDR(tex2D(tex, uv - d.zy));
s += DecodeHDR(tex2D(tex, uv + d.zw)) * 2.0;
s += DecodeHDR(tex2D(tex, uv)) * 4.0;
s += DecodeHDR(tex2D(tex, uv + d.xw)) * 2.0;
s += DecodeHDR(tex2D(tex, uv + d.zy));
s += DecodeHDR(tex2D(tex, uv + d.wy)) * 2.0;
s += DecodeHDR(tex2D(tex, uv + d.xy));
return s * (1.0 / 16.0);
#endif
}
#endif // __BLOOM__

View File

@@ -0,0 +1,227 @@
[app]
# (str) Title of your application
title = Kivy Kazam
# (str) Package name
package.name = kivykazam
# (str) Package domain (needed for android/ios packaging)
package.domain = org.test
# (str) Source code where the main.py live
source.dir = .
# (list) Source files to include (let empty to include all the files)
source.include_exts = py,png,jpg,kv,atlas
# (list) List of inclusions using pattern matching
#source.include_patterns = assets/*,images/*.png
# (list) Source files to exclude (let empty to not exclude anything)
#source.exclude_exts = spec
# (list) List of directory to exclude (let empty to not exclude anything)
#source.exclude_dirs = tests, bin
# (list) List of exclusions using pattern matching
#source.exclude_patterns = license,images/*/*.jpg
# (str) Application versioning (method 1)
version = 0.1
# (str) Application versioning (method 2)
# version.regex = __version__ = ['"](.*)['"]
# version.filename = %(source.dir)s/main.py
# (list) Application requirements
# comma seperated e.g. requirements = sqlite3,kivy
requirements = kivy
# (str) Custom source folders for requirements
# Sets custom source for any requirements with recipes
# requirements.source.kivy = ../../kivy
# (list) Garden requirements
#garden_requirements =
# (str) Presplash of the application
#presplash.filename = %(source.dir)s/data/presplash.png
# (str) Icon of the application
#icon.filename = %(source.dir)s/data/icon.png
# (str) Supported orientation (one of landscape, portrait or all)
orientation = all
# (list) List of service to declare
#services = NAME:ENTRYPOINT_TO_PY,NAME2:ENTRYPOINT2_TO_PY
#
# OSX Specific
#
#
# author = © Copyright Info
#
# Android specific
#
# (bool) Indicate if the application should be fullscreen or not
fullscreen = 1
# (list) Permissions
#android.permissions = INTERNET
# (int) Android API to use
#android.api = 19
# (int) Minimum API required
android.minapi = 13
# (int) Android SDK version to use
#android.sdk = 20
# (str) Android NDK version to use
#android.ndk = 9c
# (bool) Use --private data storage (True) or --dir public storage (False)
#android.private_storage = True
# (str) Android NDK directory (if empty, it will be automatically downloaded.)
#android.ndk_path =
# (str) Android SDK directory (if empty, it will be automatically downloaded.)
#android.sdk_path =
# (str) ANT directory (if empty, it will be automatically downloaded.)
#android.ant_path =
# (str) python-for-android git clone directory (if empty, it will be automatically cloned from github)
#android.p4a_dir =
# (list) python-for-android whitelist
#android.p4a_whitelist =
# (bool) If True, then skip trying to update the Android sdk
# This can be useful to avoid excess Internet downloads or save time
# when an update is due and you just want to test/build your package
# android.skip_update = False
# (str) Android entry point, default is ok for Kivy-based app
#android.entrypoint = org.renpy.android.PythonActivity
# (list) List of Java .jar files to add to the libs so that pyjnius can access
# their classes. Don't add jars that you do not need, since extra jars can slow
# down the build process. Allows wildcards matching, for example:
# OUYA-ODK/libs/*.jar
#android.add_jars = foo.jar,bar.jar,path/to/more/*.jar
# (list) List of Java files to add to the android project (can be java or a
# directory containing the files)
#android.add_src =
# (str) python-for-android branch to use, if not master, useful to try
# not yet merged features.
#android.branch = master
# (str) OUYA Console category. Should be one of GAME or APP
# If you leave this blank, OUYA support will not be enabled
#android.ouya.category = GAME
# (str) Filename of OUYA Console icon. It must be a 732x412 png image.
#android.ouya.icon.filename = %(source.dir)s/data/ouya_icon.png
# (str) XML file to include as an intent filters in <activity> tag
#android.manifest.intent_filters =
# (list) Android additionnal libraries to copy into libs/armeabi
#android.add_libs_armeabi = libs/android/*.so
#android.add_libs_armeabi_v7a = libs/android-v7/*.so
#android.add_libs_x86 = libs/android-x86/*.so
#android.add_libs_mips = libs/android-mips/*.so
# (bool) Indicate whether the screen should stay on
# Don't forget to add the WAKE_LOCK permission if you set this to True
#android.wakelock = False
# (list) Android application meta-data to set (key=value format)
#android.meta_data =
# (list) Android library project to add (will be added in the
# project.properties automatically.)
#android.library_references =
# (str) Android logcat filters to use
#android.logcat_filters = *:S python:D
# (bool) Copy library instead of making a libpymodules.so
#android.copy_libs = 1
#
# iOS specific
#
# (str) Path to a custom kivy-ios folder
#ios.kivy_ios_dir = ../kivy-ios
# (str) Name of the certificate to use for signing the debug version
# Get a list of available identities: buildozer ios list_identities
#ios.codesign.debug = "iPhone Developer: <lastname> <firstname> (<hexstring>)"
# (str) Name of the certificate to use for signing the release version
#ios.codesign.release = %(ios.codesign.debug)s
[buildozer]
# (int) Log level (0 = error only, 1 = info, 2 = debug (with command output))
log_level = 1
# (int) Display warning if buildozer is run as root (0 = False, 1 = True)
warn_on_root = 1
# (str) Path to build artifact storage, absolute or relative to spec file
# build_dir = ./.buildozer
# (str) Path to build output (i.e. .apk, .ipa) storage
# bin_dir = ./bin
# -----------------------------------------------------------------------------
# List as sections
#
# You can define all the "list" as [section:key].
# Each line will be considered as a option to the list.
# Let's take [app] / source.exclude_patterns.
# Instead of doing:
#
#[app]
#source.exclude_patterns = license,data/audio/*.wav,data/images/original/*
#
# This can be translated into:
#
#[app:source.exclude_patterns]
#license
#data/audio/*.wav
#data/images/original/*
#
# -----------------------------------------------------------------------------
# Profiles
#
# You can extend section / key with a profile
# For example, you want to deploy a demo version of your application without
# HD content. You could first change the title to add "(demo)" in the name
# and extend the excluded directories to remove the HD content.
#
#[app@demo]
#title = My Application (demo)
#
#[app:source.exclude_patterns@demo]
#images/hd/*
#
# Then, invoke the command line with the "demo" profile:
#
#buildozer --profile demo android debug

View File

@@ -0,0 +1,62 @@
update=22/05/2015 07:44:53
version=1
last_client=kicad
[general]
version=1
RootSch=
BoardNm=
[pcbnew]
version=1
LastNetListRead=
UseCmpFile=1
PadDrill=0.600000000000
PadDrillOvalY=0.600000000000
PadSizeH=1.500000000000
PadSizeV=1.500000000000
PcbTextSizeV=1.500000000000
PcbTextSizeH=1.500000000000
PcbTextThickness=0.300000000000
ModuleTextSizeV=1.000000000000
ModuleTextSizeH=1.000000000000
ModuleTextSizeThickness=0.150000000000
SolderMaskClearance=0.000000000000
SolderMaskMinWidth=0.000000000000
DrawSegmentWidth=0.200000000000
BoardOutlineThickness=0.100000000000
ModuleOutlineThickness=0.150000000000
[cvpcb]
version=1
NetIExt=net
[eeschema]
version=1
LibDir=
[eeschema/libraries]
LibName1=power
LibName2=device
LibName3=transistors
LibName4=conn
LibName5=linear
LibName6=regul
LibName7=74xx
LibName8=cmos4000
LibName9=adc-dac
LibName10=memory
LibName11=xilinx
LibName12=microcontrollers
LibName13=dsp
LibName14=microchip
LibName15=analog_switches
LibName16=motorola
LibName17=texas
LibName18=intel
LibName19=audio
LibName20=interface
LibName21=digital-audio
LibName22=philips
LibName23=display
LibName24=cypress
LibName25=siliconi
LibName26=opto
LibName27=atmel
LibName28=contrib
LibName29=valves

View File

@@ -0,0 +1,955 @@
// consumes <stdin> and performs constant folding
// echo '"use strict";"_"[0],1+2;' | node constant_fold.js
import _NodePath from '../NodePath';
const {NodePath} = _NodePath;
import _WalkCombinator from '../WalkCombinator';
const {WalkCombinator} = _WalkCombinator;
const $CONSTEXPR = Symbol.for('$CONSTEXTR');
const $CONSTVALUE = Symbol.for('$CONSTVALUE');
const IS_EMPTY = path => {
return (path.node.type === 'BlockStatement' && path.node.body.length === 0) ||
path.node.type === 'EmptyStatement';
};
const IN_PRAGMA_POS = path => {
if (path.parent && Array.isArray(path.parent.node)) {
const siblings = path.parent.node;
for (let i = 0; i < path.key; i++) {
// preceded by non-pragma
if (
siblings[i].type !== 'ExpressionStatement' ||
!IS_CONSTEXPR(siblings[i].expression) ||
typeof CONSTVALUE(siblings[i].expression) !== 'string'
) {
return false;
}
}
}
return true;
};
const IS_PRAGMA = path => {
if (path.parent && Array.isArray(path.parent.node)) {
const siblings = path.parent.node;
for (let i = 0; i < path.key + 1; i++) {
// preceded by non-pragma
if (
siblings[i].type !== 'ExpressionStatement' ||
!IS_CONSTEXPR(siblings[i].expression) ||
typeof CONSTVALUE(siblings[i].expression) !== 'string'
) {
return false;
}
}
}
return true;
};
// worst case is the completion value
const IS_NOT_COMPLETION = path => {
while (true) {
if (!path.parent) {
return true;
}
if (
Array.isArray(path.parent.node) &&
path.key !== path.parent.node.length - 1
) {
return true;
}
path = path.parent;
while (Array.isArray(path.node)) {
path = path.parent;
}
if (/Function/.test(path.node.type)) {
return true;
} else if (path.node.type === 'Program') {
return false;
}
}
};
const REMOVE_IF_EMPTY = path => {
if (IS_EMPTY(path)) REMOVE(path);
return null;
};
const REPLACE_IF_EMPTY = (path, folded) => {
if (IS_EMPTY(path)) return REPLACE(path, folded);
return path;
};
const REMOVE = path => {
if (Array.isArray(path.parent.node)) {
path.parent.node.splice(path.key, 1);
} else {
path.parent.node[path.key] = null;
}
return null;
};
const REPLACE = (path, folded) => {
const replacement = new NodePath(path.parent, folded, path.key);
path.parent.node[path.key] = folded;
return replacement;
};
// no mutation, this is an atomic value
const NEG_ZERO = Object.freeze({
[$CONSTEXPR]: true,
type: 'UnaryExpression',
operator: '-',
argument: Object.freeze({
[$CONSTEXPR]: true,
type: 'Literal',
value: 0,
}),
});
const INFINITY = Object.freeze({
[$CONSTEXPR]: true,
type: 'BinaryExpression',
operator: '/',
left: Object.freeze({
[$CONSTEXPR]: true,
type: 'Literal',
value: 1,
}),
right: Object.freeze({
[$CONSTEXPR]: true,
type: 'Literal',
value: 0,
}),
});
const NEG_INFINITY = Object.freeze({
[$CONSTEXPR]: true,
type: 'BinaryExpression',
operator: '/',
left: Object.freeze({
[$CONSTEXPR]: true,
type: 'Literal',
value: 1,
}),
right: NEG_ZERO,
});
const EMPTY = Object.freeze({
[$CONSTEXPR]: true,
type: 'EmptyStatement',
});
const NULL = Object.freeze({
[$CONSTEXPR]: true,
type: 'Literal',
value: null,
});
const NAN = Object.freeze({
[$CONSTEXPR]: true,
type: 'BinaryExpression',
operator: '/',
left: Object.freeze({
[$CONSTEXPR]: true,
type: 'Literal',
value: 0,
}),
right: Object.freeze({
[$CONSTEXPR]: true,
type: 'Literal',
value: 0,
}),
});
const UNDEFINED = Object.freeze({
[$CONSTEXPR]: true,
type: 'UnaryExpression',
operator: 'void',
argument: Object.freeze({
[$CONSTEXPR]: true,
type: 'Literal',
value: 0,
}),
});
// ESTree doesn't like negative numeric literals
// this also preserves -0
const IS_UNARY_NEGATIVE = node => {
if (
node.type === 'UnaryExpression' &&
node.operator === '-' &&
typeof node.argument.value === 'number' &&
node.argument.value === node.argument.value &&
node.argument.type === 'Literal'
) {
return true;
}
return false;
};
const IS_CONSTEXPR = node => {
if (typeof node !== 'object' || node === null) {
return false;
}
// DONT CALCULATE THINGS MULTIPLE TIMES!!@!@#
if (node[$CONSTEXPR]) return true;
if (node.type === 'ArrayExpression') {
for (let i = 0; i < node.elements.length; i++) {
const element = node.elements[i];
// hole == null
if (element !== null && !IS_CONSTEXPR(element)) {
return false;
}
}
return true;
}
if (node.type === 'ObjectExpression') {
for (let i = 0; i < node.properties.length; i++) {
const element = node.properties[i];
if (element.kind !== 'init') return false;
if (element.method) return false;
let key;
if (element.computed) {
// be sure {["y"]:1} works
if (!IS_CONSTEXPR(element.key)) {
return false;
}
}
if (!IS_CONSTEXPR(element.value)) return false;
}
return true;
}
if (node.type === 'Literal' || IS_UNDEFINED(node) || IS_NAN(node)) {
return true;
}
if (IS_UNARY_NEGATIVE(node)) {
return true;
}
return false;
};
const IS_NAN = node => {
return node === NAN;
};
const IS_UNDEFINED = node => {
return node === UNDEFINED;
};
const CONSTVALUE = node => {
if (node[$CONSTVALUE]) {
return node[$CONSTVALUE];
}
if (IS_UNDEFINED(node)) return void 0;
if (IS_NAN(node)) return +'_';
if (!IS_CONSTEXPR(node)) throw new Error('Not a CONSTEXPR');
if (node.type === 'ArrayExpression') {
let ret = [];
ret.length = node.elements.length;
for (let i = 0; i < node.elements.length; i++) {
if (node.elements[i] !== null) {
ret[i] = CONSTVALUE(node.elements[i]);
}
}
return ret;
}
if (node.type === 'ObjectExpression') {
let ret = Object.create(null);
for (let i = 0; i < node.properties.length; i++) {
const element = node.properties[i];
let key;
if (element.computed) {
key = `${CONSTVALUE(element.key)}`;
}
else {
key = element.key.name;
}
Object.defineProperty(ret, key, {
// duplicate keys...
configurable: true,
writable: true,
value: CONSTVALUE(element.value),
enumerable: true
});
}
Object.freeze(ret);
return ret;
}
if (IS_UNARY_NEGATIVE(node)) {
return -node.argument.value;
}
if (node.regex !== void 0) {
return new RegExp(node.regex.pattern, node.regex.flags);
}
return node.value;
};
const CONSTEXPRS = new Map();
CONSTEXPRS.set(void 0, UNDEFINED);
CONSTEXPRS.set(+'_', NAN);
CONSTEXPRS.set(null, NULL);
const TO_CONSTEXPR = value => {
if (value === -Infinity) {
return NEG_INFINITY;
}
if (value === Infinity) {
return INFINITY;
}
let is_neg_zero = 1 / value === -Infinity;
if (is_neg_zero) return NEG_ZERO;
if (CONSTEXPRS.has(value)) {
return CONSTEXPRS.get(value);
}
if (typeof value === 'number') {
if (value < 0) {
const CONSTEXPR = Object.freeze({
[$CONSTEXPR]: true,
[$CONSTVALUE]: value,
type: 'UnaryExpression',
operator: '-',
argument: Object.freeze({ type: 'Literal', value: -value }),
});
CONSTEXPRS.set(value, CONSTEXPR);
return CONSTEXPR;
}
}
if (
value === null ||
typeof value === 'number' ||
typeof value === 'boolean' ||
typeof value === 'string'
) {
const CONSTEXPR = Object.freeze({
[$CONSTEXPR]: true,
[$CONSTVALUE]: value,
type: 'Literal',
value,
});
CONSTEXPRS.set(value, CONSTEXPR);
return CONSTEXPR;
}
// have to generate new one every time :-/
if (Array.isArray(value)) {
return Object.freeze({
[$CONSTEXPR]: true,
type: 'ArrayExpression',
elements: Object.freeze(value.map(TO_CONSTEXPR)),
});
}
if (typeof value === 'object' && Object.getPrototypeOf(value) === Object.getPrototypeOf({}) && [...Object.getOwnPropertySymbols(value)].length === 0) {
return Object.freeze({
[$CONSTEXPR]: true,
type: 'ObjectExpression',
properties: Object.freeze(
[...Object.getOwnPropertyKeys(value)].map(key => {
if (!('value' in Object.getOwnProperty(value, key))) {
throw Error('Not a CONSTVALUE (found a setter or getter?)');
}
return {
type: 'Property',
kind: 'init',
method: false,
shorthand: false,
computed: true,
key: {
type: 'Literal',
value: key
},
value: TO_CONSTEXPR(value[key])
}
})),
});
}
throw Error('Not a CONSTVALUE (did you pass a RegExp?)');
};
// THIS DOES NOT HANDLE NODE SPECIFIC CASES LIKE IfStatement
const FOLD_EMPTY = function*(path) {
if (
path &&
path.node &&
path.parent &&
Array.isArray(path.parent.node) &&
IS_EMPTY(path)
) {
REMOVE(path);
return yield;
}
return yield path;
};
// THIS DOES NOT HANDLE NODE SPECIFIC CASES LIKE IfStatement
const FOLD_TEMPLATE = function*(path) {
if (
path &&
path.node &&
path.type === 'TemplateLiteral'
) {
let updated = false;
for (let i = 0; i < path.node.exressions.length; i++) {
if (IS_CONSTEXPR(path.node.expressions[i])) {
//let
}
}
}
return yield path;
};
const FOLD_EXPR_STMT = function*(path) {
// TODO: enforce completion value checking
if (path && path.node && path.node.type === 'ExpressionStatement') {
// merge all the adjacent expression statements into sequences
if (Array.isArray(path.parent.node)) {
// could have nodes after it
const siblings = path.parent.node;
if (!IS_PRAGMA(path)) {
if (path.key < siblings.length - 1) {
const mergeable = [path.node];
for (let needle = path.key + 1; needle < siblings.length; needle++) {
if (siblings[needle].type !== 'ExpressionStatement') {
break;
}
mergeable.push(siblings[needle]);
}
if (mergeable.length > 1) {
siblings.splice(path.key, mergeable.length, {
type: 'ExpressionStatement',
expression: {
type: 'SequenceExpression',
expressions: mergeable.reduce(
(acc, es) => {
if (es.expression.type == 'SequenceExpression') {
return [...acc, ...es.expression.expressions];
} else {
return [...acc, es.expression];
}
},
[]
),
},
});
return path;
}
}
}
}
if (IS_NOT_COMPLETION(path) && IS_CONSTEXPR(path.node.expression)) {
return REPLACE(path, EMPTY);
}
}
return yield path;
};
const FOLD_WHILE = function*(path) {
if (path && path.node) {
if (path.node.type === 'DoWhileStatement') {
console.error('FOLD_DOWHILE');
REPLACE_IF_EMPTY(path.get(['body']), EMPTY);
}
if (path.node.type === 'WhileStatement') {
console.error('FOLD_WHILE');
let { test, consequent, alternate } = path.node;
if (IS_CONSTEXPR(test)) {
test = CONSTVALUE(test);
if (!test) {
return REPLACE(path, EMPTY);
}
}
REPLACE_IF_EMPTY(path.get(['body']), EMPTY);
}
if (path.node.type === 'ForStatement') {
console.error('FOLD_FOR');
REPLACE_IF_EMPTY(path.get(['body']), EMPTY);
let { init, test, update } = path.node;
let updated = false;
if (init && IS_CONSTEXPR(init)) {
updated = true;
REPLACE(path.get(['init']), null);
}
if (test && IS_CONSTEXPR(test)) {
let current = CONSTVALUE(test);
let coerced = Boolean(current);
// remove the test if it is always true
if (coerced === true) {
updated = true;
REPLACE(path.get(['test']), null);
} else if (coerced !== current) {
updated = true;
REPLACE(path.get(['test']), TO_CONSTEXPR(coerced));
}
}
if (update && IS_CONSTEXPR(update)) {
updated = true;
REPLACE(path.get(['update']), null);
}
if (updated) {
return path;
}
}
}
return yield path;
};
const FOLD_IF = function*(path) {
if (path && path.node && path.node.type === 'IfStatement') {
let { test, consequent, alternate } = path.node;
const is_not_completion = IS_NOT_COMPLETION(path);
if (is_not_completion && !alternate) {
if (IS_EMPTY(path.get(['consequent']))) {
console.error('FOLD_IF_EMPTY_CONSEQUENT');
REPLACE(path, {
type: 'ExpressionStatement',
expression: test,
});
return path.parent;
}
}
if (alternate) {
if (alternate.type === consequent.type) {
if (consequent.type === 'ExpressionStatement') {
console.error('FOLD_IF_BOTH_EXPRSTMT');
REPLACE(path, {
type: 'ExpressionStatement', expression:
{
type: 'ConditionalExpression',
test: test,
consequent: consequent.expression,
alternate: alternate.expression,
}});
return path.parent;
}
else if (consequent.type === 'ReturnStatement' ||
consequent.type === 'ThrowStatement') {
console.error('FOLD_IF_BOTH_COMPLETIONS');
REPLACE(path, {
type: 'ExpressionStatement', expression:{
type: consequent.type,
argument: {
type: 'ConditionalExpression',
test: test,
consequent: consequent.argument,
alternate: alternate.argument,
}}
});
return path.parent;
}
}
}
else if (is_not_completion && consequent.type === 'ExpressionStatement') {
console.error('FOLD_IF_NON_COMPLETION_TO_&&');
REPLACE(path, {
type: 'ExpressionStatement',
expression: {
type: 'BinaryExpression',
operator: '&&',
left: test,
right: consequent.expression,
}
});
return path.parent;
}
if (IS_CONSTEXPR(test)) {
test = CONSTVALUE(test);
if (test) {
return REPLACE(path, consequent);
}
if (alternate) {
return REPLACE(path, alternate);
}
return REPLACE(path, EMPTY);
}
consequent = path.get(['consequent']);
let updated;
if (consequent.node !== EMPTY) {
REPLACE_IF_EMPTY(consequent, EMPTY);
if (consequent.parent.node[consequent.key] === EMPTY) {
updated = true;
}
}
if (alternate) {
alternate = path.get(['alternate']);
REMOVE_IF_EMPTY(alternate);
if (path.node.alternate === null) {
updated = true;
}
}
if (updated) {
return path;
}
}
return yield path;
};
const FOLD_SEQUENCE = function*(path) {
if (path && path.node && path.node.type === 'SequenceExpression') {
console.error('FOLD_SEQUENCE');
// never delete the last value
for (let i = 0; i < path.node.expressions.length - 1; i++) {
if (IS_CONSTEXPR(path.node.expressions[i])) {
path.node.expressions.splice(i, 1);
i--;
}
}
if (path.node.expressions.length === 1) {
return REPLACE(path, path.node.expressions[0]);
}
}
return yield path;
};
const FOLD_LOGICAL = function*(path) {
if (path && path.node && path.node.type === 'LogicalExpression') {
console.error('FOLD_LOGICAL');
let { left, right, operator } = path.node;
if (IS_CONSTEXPR(left)) {
left = CONSTVALUE(left);
if (operator === '||') {
if (left) {
return REPLACE(path, TO_CONSTEXPR(left));
}
return REPLACE(path, right);
} else if (operator === '&&') {
if (!left) {
return REPLACE(path, TO_CONSTEXPR(left));
}
return REPLACE(path, right);
}
}
}
return yield path;
};
const FOLD_SWITCH = function*(path) {
if (path && path.node && path.node.type === 'SwitchStatement') {
let { discriminant, cases } = path.node;
// if there are no cases, just become an expression
if (cases.length === 0 && IS_NOT_COMPLETION(path)) {
return REPLACE(path, {
type: 'ExpressionStatement',
expression: discriminant
});
}
// if the discriminant is static
// remove any preceding non-matching static cases
// fold any trailing cases into the matching case
if (cases.length > 1 && IS_CONSTEXPR(discriminant)) {
const discriminant_value = CONSTVALUE(discriminant);
for (var i = 0; i < cases.length; i++) {
const test = cases[i].test;
if (IS_CONSTEXPR(test)) {
let test_value = CONSTVALUE(test);
if (discriminant_value === test_value) {
let new_consequent = cases[i].consequent;
if (i < cases.length - 1) {
for (let fallthrough of cases.slice(i+1)) {
new_consequent.push(...fallthrough.consequent);
}
}
cases[i].consequent = new_consequent;
REPLACE(path.get(['cases']), [cases[i]]);
return path;
}
}
else {
// we had a dynamic case need to bail
break;
}
}
}
}
return yield path;
};
const FOLD_UNREACHABLE = function*(path) {
if (path && path.node && path.parent && Array.isArray(path.parent.node)) {
if (path.node.type === 'ReturnStatement' ||
path.node.type === 'ContinueStatement' ||
path.node.type === 'BreakStatement' ||
path.node.type === 'ThrowStatement') {
const next_key = path.key + 1;
path.parent.node.splice(next_key, path.parent.node.length - next_key);
}
}
return yield path;
}
const FOLD_CONDITIONAL = function*(path) {
if (path && path.node && path.node.type === 'ConditionalExpression') {
console.error('FOLD_CONDITIONAL');
let { test, consequent, alternate } = path.node;
if (IS_CONSTEXPR(test)) {
test = CONSTVALUE(test);
if (test) {
return REPLACE(path, consequent);
}
return REPLACE(path, alternate);
}
}
return yield path;
};
const FOLD_BINARY = function*(path) {
if (
path &&
path.node &&
path.node.type === 'BinaryExpression' &&
!IS_NAN(path.node)
) {
console.error('FOLD_BINARY');
let { left, right, operator } = path.node;
if (operator === '==' || operator === '!=') {
let updated = false;
if (IS_UNDEFINED(left)) {
updated = true;
REPLACE(path.get(['left']), NULL);
}
if (IS_UNDEFINED(right)) {
updated = true;
REPLACE(path.get(['right']), NULL);
}
if (updated) {
return path;
}
}
if (path.node !== INFINITY && path.node !== NEG_INFINITY && IS_CONSTEXPR(left) && IS_CONSTEXPR(right)) {
left = CONSTVALUE(left);
right = CONSTVALUE(right);
let value;
if ((!left || typeof left !== 'object') && (!right || typeof right !== 'object')) {
if (operator === '+') {
value = left + right;
} else if (operator === '-') {
value = left - right;
} else if (operator === '*') {
value = left * right;
} else if (operator === '/') {
value = left / right;
} else if (operator === '%') {
value = left % right;
} else if (operator === '==') {
value = left == right;
} else if (operator === '!=') {
value = left != right;
} else if (operator === '===') {
value = left === right;
} else if (operator === '!==') {
value = left !== right;
} else if (operator === '<') {
value = left < right;
} else if (operator === '<=') {
value = left <= right;
} else if (operator === '>') {
value = left > right;
} else if (operator === '>=') {
value = left >= right;
} else if (operator === '<<') {
value = left << right;
} else if (operator === '>>') {
value = left >> right;
} else if (operator === '>>>') {
value = left >>> right;
} else if (operator === '|') {
value = left | right;
} else if (operator === '&') {
value = left & right;
} else if (operator === '^') {
value = left ^ right;
}
}
else {
if (operator === '==') value = false;
if (operator === '===') value = false;
if (operator === '!=') value = true;
if (operator === '!==') value = true;
if (operator === 'in' && typeof right === 'object' && right) {
value = Boolean(Object.getOwnPropertyDescriptor(right, left));
}
}
if (value !== void 0) {
if (typeof value === 'string' || typeof value === 'boolean' || value === null) {
return REPLACE(path, TO_CONSTEXPR(value));
}
if (typeof value === 'number') {
return REPLACE(path, TO_CONSTEXPR(value));
}
}
}
}
return yield path;
};
const FOLD_UNARY = function*(path) {
if (path && path.node && path.node.type === 'UnaryExpression') {
console.error('FOLD_UNARY');
if (IS_CONSTEXPR(path.node)) {
return yield path;
}
let { argument, operator } = path.node;
if (IS_CONSTEXPR(argument)) {
if (operator === 'void') {
return REPLACE(path, UNDEFINED);
}
let value = CONSTVALUE(argument);
if (operator === '-') {
value = -value;
} else if (operator === '+') {
value = +value;
} else if (operator === '~') {
value = ~value;
} else if (operator === '!') {
value = !value;
} else if (operator === 'typeof') {
value = typeof value;
} else if (operator === 'delete') {
value = true;
}
return REPLACE(path, TO_CONSTEXPR(value));
}
}
return yield path;
};
const FOLD_EVAL = function*(path) {
if (path && path.node && path.node.type === 'CallExpression' &&
path.node.callee.type === 'Identifier' && path.node.callee.name === 'eval') {
console.error('FOLD_EVAL');
if (path.node.arguments.length === 1 && path.node.arguments[0].type === 'Literal') {
let result = esprima.parse(`${
CONSTVALUE(path.node.arguments[0])
}`);
if (result.body.length === 1 && result.body[0].type === 'ExpressionStatement') {
return REPLACE(path, result.body[0].expression);
}
}
}
return yield path;
}
const FOLD_MEMBER = function*(path) {
if (path && path.node && path.node.type === 'MemberExpression') {
console.error('FOLD_MEMBER');
if (path.node.computed && path.node.property.type === 'Literal') {
const current = `${CONSTVALUE(path.node.property)}`;
if (typeof current === 'string' && /^[$_a-z][$_a-z\d]*$/i.test(current)) {
path.node.computed = false;
path.node.property = {
type: 'Identifier',
name: current,
};
return path;
}
}
if (IS_CONSTEXPR(path.node.object)) {
const value = CONSTVALUE(path.node.object);
if (typeof value === 'string' || Array.isArray(value) || (value && typeof value === 'object')) {
let key;
if (IS_CONSTEXPR(path.node.property)) {
key = `${CONSTVALUE(path.node.property)}`;
}
else if (!path.node.computed) {
key = path.node.property.name;
}
if (key !== void 0) {
const desc = Object.getOwnPropertyDescriptor(value, key);
if (desc) {
const folded = value[key];
console.error('FOLDING', JSON.stringify(folded));
if (IN_PRAGMA_POS(path) && typeof folded === 'string') {
if (value.length > 1) {
REPLACE(
path.get(['object']),
TO_CONSTEXPR(value.slice(key, key + 1))
);
REPLACE(path.get(['property']), TO_CONSTEXPR(0));
return path;
}
} else {
return REPLACE(path, TO_CONSTEXPR(value[key]));
}
}
}
}
}
}
return yield path;
};
const $MIN = Symbol();
const MIN_TRUE = Object.freeze({
[$MIN]: true,
type: 'UnaryExpression',
operator: '!',
argument: Object.freeze({
[$MIN]: true,
type: 'Literal',
value: 0
})
});
const MIN_FALSE = Object.freeze({
[$MIN]: true,
type: 'UnaryExpression',
operator: '!',
argument: Object.freeze({
[$MIN]: true,
type: 'Literal',
value: 1
})
});
const MIN_REPLACEMENTS = new Map;
MIN_REPLACEMENTS.set(true, MIN_TRUE);
MIN_REPLACEMENTS.set(false, MIN_FALSE);
const MIN_VALUES = function*(path) {
if (path && path.node && !path.node[$MIN] && IS_CONSTEXPR(path.node)) {
let value = CONSTVALUE(path.node);
if (MIN_REPLACEMENTS.has(value)) {
console.error('MIN_VALUE', value)
return REPLACE(path, MIN_REPLACEMENTS.get(value));
}
}
return yield path;
}
import esprima from 'esprima';
import util from 'util';
import escodegen from 'escodegen';
const optimize = (src) => {
const ROOT = new NodePath(
null,
esprima.parse(
src,
{
// loc: true,
// source: '<stdin>',
}
),
null
);
// all of these are things that could affect completion value positions
const walk_expressions = WalkCombinator.pipe(
...[
WalkCombinator.DEPTH_FIRST,
{
// We never work on Arrays
*inputs(path) {
if (Array.isArray(path)) return;
return yield path;
},
},
{ inputs: FOLD_UNREACHABLE },
{ inputs: FOLD_IF },
{ inputs: FOLD_SWITCH },
{ inputs: FOLD_EXPR_STMT },
{ inputs: FOLD_CONDITIONAL },
{ inputs: FOLD_LOGICAL },
{ inputs: FOLD_BINARY },
{ inputs: FOLD_UNARY },
{ inputs: FOLD_SEQUENCE },
{ inputs: FOLD_MEMBER },
{ inputs: FOLD_EMPTY },
{ inputs: FOLD_WHILE },
{ inputs: FOLD_EVAL },
]
).walk(ROOT);
for (const _ of walk_expressions) {
}
const minify = WalkCombinator.pipe(
...[
WalkCombinator.DEPTH_FIRST,
{
// We never work on Arrays
*inputs(path) {
if (Array.isArray(path)) return;
return yield path;
},
},
{ inputs: MIN_VALUES },
]
).walk(ROOT);
for (const _ of minify) {
}
return ROOT;
}
import mississippi from 'mississippi';
process.stdin.pipe(
mississippi.concat(buff => {
const ROOT = optimize(`${buff}`)
console.error(
'%s',
util.inspect(ROOT.node, {
depth: null,
colors: true,
})
);
const out = escodegen.generate(ROOT.node);
console.log(out);
})
);

View File

@@ -0,0 +1,6 @@
import bar from './module.mjs';
function foo() {
return "I am foo";
}
export {foo};
console.log(bar);

View File

@@ -0,0 +1,5 @@
import {foo} from './entry.mjs';
console.log(foo());
const bar = "I am bar.";
export {bar as default};

View File

@@ -0,0 +1,39 @@
digit [0-9]
id [a-zA-Z][a-zA-Z0-9]*
%%
"//".* /* ignore comment */
"main" return 'MAIN';
"class" return 'CLASS';
"extends" return 'EXTENDS';
"nat" return 'NATTYPE';
"if" return 'IF';
"else" return 'ELSE';
"for" return 'FOR';
"printNat" return 'PRINTNAT';
"readNat" return 'READNAT';
"this" return 'THIS';
"new" return 'NEW';
"var" return 'VAR';
"null" return 'NUL';
{digit}+ return 'NATLITERAL';
{id} return 'ID';
"==" return 'EQUALITY';
"=" return 'ASSIGN';
"+" return 'PLUS';
"-" return 'MINUS';
"*" return 'TIMES';
">" return 'GREATER';
"||" return 'OR';
"!" return 'NOT';
"." return 'DOT';
"{" return 'LBRACE';
"}" return 'RBRACE';
"(" return 'LPAREN';
")" return 'RPAREN';
";" return 'SEMICOLON';
\s+ /* skip whitespace */
"." throw 'Illegal character';
<<EOF>> return 'ENDOFFILE';

View File

@@ -0,0 +1,29 @@
%%
\n+ {yy.freshLine = true;}
\s+ {yy.freshLine = false;}
"y{"[^}]*"}" {yytext = yytext.substr(2, yyleng - 3); return 'ACTION';}
[a-zA-Z_][a-zA-Z0-9_-]* {return 'NAME';}
'"'([^"]|'\"')*'"' {return 'STRING_LIT';}
"'"([^']|"\'")*"'" {return 'STRING_LIT';}
"|" {return '|';}
"["("\]"|[^\]])*"]" {return 'ANY_GROUP_REGEX';}
"(" {return '(';}
")" {return ')';}
"+" {return '+';}
"*" {return '*';}
"?" {return '?';}
"^" {return '^';}
"/" {return '/';}
"\\"[a-zA-Z0] {return 'ESCAPE_CHAR';}
"$" {return '$';}
"<<EOF>>" {return '$';}
"." {return '.';}
"%%" {return '%%';}
"{"\d+(","\s?\d+|",")?"}" {return 'RANGE_REGEX';}
/"{" %{if (yy.freshLine) { this.input('{'); return '{'; } else { this.unput('y'); }%}
"}" %{return '}';%}
"%{"(.|\n)*?"}%" {yytext = yytext.substr(2, yyleng - 4); return 'ACTION';}
. {/* ignore bad characters */}
<<EOF>> {return 'EOF';}

418
samples/Jison/ansic.jison Normal file
View File

@@ -0,0 +1,418 @@
%token IDENTIFIER CONSTANT STRING_LITERAL SIZEOF
%token PTR_OP INC_OP DEC_OP LEFT_OP RIGHT_OP LE_OP GE_OP EQ_OP NE_OP
%token AND_OP OR_OP MUL_ASSIGN DIV_ASSIGN MOD_ASSIGN ADD_ASSIGN
%token SUB_ASSIGN LEFT_ASSIGN RIGHT_ASSIGN AND_ASSIGN
%token XOR_ASSIGN OR_ASSIGN TYPE_NAME
%token TYPEDEF EXTERN STATIC AUTO REGISTER
%token CHAR SHORT INT LONG SIGNED UNSIGNED FLOAT DOUBLE CONST VOLATILE VOID
%token STRUCT UNION ENUM ELLIPSIS
%token CASE DEFAULT IF ELSE SWITCH WHILE DO FOR GOTO CONTINUE BREAK RETURN
%nonassoc IF_WITHOUT_ELSE
%nonassoc ELSE
%start translation_unit
%%
primary_expression
: IDENTIFIER
| CONSTANT
| STRING_LITERAL
| '(' expression ')'
;
postfix_expression
: primary_expression
| postfix_expression '[' expression ']'
| postfix_expression '(' ')'
| postfix_expression '(' argument_expression_list ')'
| postfix_expression '.' IDENTIFIER
| postfix_expression PTR_OP IDENTIFIER
| postfix_expression INC_OP
| postfix_expression DEC_OP
;
argument_expression_list
: assignment_expression
| argument_expression_list ',' assignment_expression
;
unary_expression
: postfix_expression
| INC_OP unary_expression
| DEC_OP unary_expression
| unary_operator cast_expression
| SIZEOF unary_expression
| SIZEOF '(' type_name ')'
;
unary_operator
: '&'
| '*'
| '+'
| '-'
| '~'
| '!'
;
cast_expression
: unary_expression
| '(' type_name ')' cast_expression
;
multiplicative_expression
: cast_expression
| multiplicative_expression '*' cast_expression
| multiplicative_expression '/' cast_expression
| multiplicative_expression '%' cast_expression
;
additive_expression
: multiplicative_expression
| additive_expression '+' multiplicative_expression
| additive_expression '-' multiplicative_expression
;
shift_expression
: additive_expression
| shift_expression LEFT_OP additive_expression
| shift_expression RIGHT_OP additive_expression
;
relational_expression
: shift_expression
| relational_expression '<' shift_expression
| relational_expression '>' shift_expression
| relational_expression LE_OP shift_expression
| relational_expression GE_OP shift_expression
;
equality_expression
: relational_expression
| equality_expression EQ_OP relational_expression
| equality_expression NE_OP relational_expression
;
and_expression
: equality_expression
| and_expression '&' equality_expression
;
exclusive_or_expression
: and_expression
| exclusive_or_expression '^' and_expression
;
inclusive_or_expression
: exclusive_or_expression
| inclusive_or_expression '|' exclusive_or_expression
;
logical_and_expression
: inclusive_or_expression
| logical_and_expression AND_OP inclusive_or_expression
;
logical_or_expression
: logical_and_expression
| logical_or_expression OR_OP logical_and_expression
;
conditional_expression
: logical_or_expression
| logical_or_expression '?' expression ':' conditional_expression
;
assignment_expression
: conditional_expression
| unary_expression assignment_operator assignment_expression
;
assignment_operator
: '='
| MUL_ASSIGN
| DIV_ASSIGN
| MOD_ASSIGN
| ADD_ASSIGN
| SUB_ASSIGN
| LEFT_ASSIGN
| RIGHT_ASSIGN
| AND_ASSIGN
| XOR_ASSIGN
| OR_ASSIGN
;
expression
: assignment_expression
| expression ',' assignment_expression
;
constant_expression
: conditional_expression
;
declaration
: declaration_specifiers ';'
| declaration_specifiers init_declarator_list ';'
;
declaration_specifiers
: storage_class_specifier
| storage_class_specifier declaration_specifiers
| type_specifier
| type_specifier declaration_specifiers
| type_qualifier
| type_qualifier declaration_specifiers
;
init_declarator_list
: init_declarator
| init_declarator_list ',' init_declarator
;
init_declarator
: declarator
| declarator '=' initializer
;
storage_class_specifier
: TYPEDEF
| EXTERN
| STATIC
| AUTO
| REGISTER
;
type_specifier
: VOID
| CHAR
| SHORT
| INT
| LONG
| FLOAT
| DOUBLE
| SIGNED
| UNSIGNED
| struct_or_union_specifier
| enum_specifier
| TYPE_NAME
;
struct_or_union_specifier
: struct_or_union IDENTIFIER '{' struct_declaration_list '}'
| struct_or_union '{' struct_declaration_list '}'
| struct_or_union IDENTIFIER
;
struct_or_union
: STRUCT
| UNION
;
struct_declaration_list
: struct_declaration
| struct_declaration_list struct_declaration
;
struct_declaration
: specifier_qualifier_list struct_declarator_list ';'
;
specifier_qualifier_list
: type_specifier specifier_qualifier_list
| type_specifier
| type_qualifier specifier_qualifier_list
| type_qualifier
;
struct_declarator_list
: struct_declarator
| struct_declarator_list ',' struct_declarator
;
struct_declarator
: declarator
| ':' constant_expression
| declarator ':' constant_expression
;
enum_specifier
: ENUM '{' enumerator_list '}'
| ENUM IDENTIFIER '{' enumerator_list '}'
| ENUM IDENTIFIER
;
enumerator_list
: enumerator
| enumerator_list ',' enumerator
;
enumerator
: IDENTIFIER
| IDENTIFIER '=' constant_expression
;
type_qualifier
: CONST
| VOLATILE
;
declarator
: pointer direct_declarator
| direct_declarator
;
direct_declarator
: IDENTIFIER
| '(' declarator ')'
| direct_declarator '[' constant_expression ']'
| direct_declarator '[' ']'
| direct_declarator '(' parameter_type_list ')'
| direct_declarator '(' identifier_list ')'
| direct_declarator '(' ')'
;
pointer
: '*'
| '*' type_qualifier_list
| '*' pointer
| '*' type_qualifier_list pointer
;
type_qualifier_list
: type_qualifier
| type_qualifier_list type_qualifier
;
parameter_type_list
: parameter_list
| parameter_list ',' ELLIPSIS
;
parameter_list
: parameter_declaration
| parameter_list ',' parameter_declaration
;
parameter_declaration
: declaration_specifiers declarator
| declaration_specifiers abstract_declarator
| declaration_specifiers
;
identifier_list
: IDENTIFIER
| identifier_list ',' IDENTIFIER
;
type_name
: specifier_qualifier_list
| specifier_qualifier_list abstract_declarator
;
abstract_declarator
: pointer
| direct_abstract_declarator
| pointer direct_abstract_declarator
;
direct_abstract_declarator
: '(' abstract_declarator ')'
| '[' ']'
| '[' constant_expression ']'
| direct_abstract_declarator '[' ']'
| direct_abstract_declarator '[' constant_expression ']'
| '(' ')'
| '(' parameter_type_list ')'
| direct_abstract_declarator '(' ')'
| direct_abstract_declarator '(' parameter_type_list ')'
;
initializer
: assignment_expression
| '{' initializer_list '}'
| '{' initializer_list ',' '}'
;
initializer_list
: initializer
| initializer_list ',' initializer
;
statement
: labeled_statement
| compound_statement
| expression_statement
| selection_statement
| iteration_statement
| jump_statement
;
labeled_statement
: IDENTIFIER ':' statement
| CASE constant_expression ':' statement
| DEFAULT ':' statement
;
compound_statement
: '{' '}'
| '{' statement_list '}'
| '{' declaration_list '}'
| '{' declaration_list statement_list '}'
;
declaration_list
: declaration
| declaration_list declaration
;
statement_list
: statement
| statement_list statement
;
expression_statement
: ';'
| expression ';'
;
selection_statement
: IF '(' expression ')' statement %prec IF_WITHOUT_ELSE
| IF '(' expression ')' statement ELSE statement
| SWITCH '(' expression ')' statement
;
iteration_statement
: WHILE '(' expression ')' statement
| DO statement WHILE '(' expression ')' ';'
| FOR '(' expression_statement expression_statement ')' statement
| FOR '(' expression_statement expression_statement expression ')' statement
;
jump_statement
: GOTO IDENTIFIER ';'
| CONTINUE ';'
| BREAK ';'
| RETURN ';'
| RETURN expression ';'
;
translation_unit
: external_declaration
| translation_unit external_declaration
;
external_declaration
: function_definition
| declaration
;
function_definition
: declaration_specifiers declarator declaration_list compound_statement
| declaration_specifiers declarator compound_statement
| declarator declaration_list compound_statement
| declarator compound_statement
;

View File

@@ -0,0 +1,84 @@
/* description: ClassyLang grammar. Very classy. */
/*
To build parser:
$ ./bin/jison examples/classy.jison examples/classy.jisonlex
*/
/* author: Zach Carter */
%right ASSIGN
%left OR
%nonassoc EQUALITY GREATER
%left PLUS MINUS
%left TIMES
%right NOT
%left DOT
%%
pgm
: cdl MAIN LBRACE vdl el RBRACE ENDOFFILE
;
cdl
: c cdl
|
;
c
: CLASS id EXTENDS id LBRACE vdl mdl RBRACE
;
vdl
: VAR t id SEMICOLON vdl
|
;
mdl
: t id LPAREN t id RPAREN LBRACE vdl el RBRACE mdl
|
;
t
: NATTYPE
| id
;
id
: ID
;
el
: e SEMICOLON el
| e SEMICOLON
;
e
: NATLITERAL
| NUL
| id
| NEW id
| THIS
| IF LPAREN e RPAREN LBRACE el RBRACE ELSE LBRACE el RBRACE
| FOR LPAREN e SEMICOLON e SEMICOLON e RPAREN LBRACE el RBRACE
| READNAT LPAREN RPAREN
| PRINTNAT LPAREN e RPAREN
| e PLUS e
| e MINUS e
| e TIMES e
| e EQUALITY e
| e GREATER e
| NOT e
| e OR e
| e DOT id
| id ASSIGN e
| e DOT id ASSIGN e
| id LPAREN e RPAREN
| e DOT id LPAREN e RPAREN
| LPAREN e RPAREN
;

145
samples/Jison/lex.jison Normal file
View File

@@ -0,0 +1,145 @@
// `%nonassoc` tells the parser compiler (JISON) that these tokens cannot occur more than once,
// i.e. input like '//a' (tokens '/', '/' and 'a') is not a legal input while '/a' (tokens '/' and 'a')
// *is* legal input for this grammar.
%nonassoc '/' '/!'
// Likewise for `%left`: this informs the LALR(1) grammar compiler (JISON) that these tokens
// *can* occur repeatedly, e.g. 'a?*' and even 'a**' are considered legal inputs given this
// grammar!
//
// Token `RANGE_REGEX` may seem the odd one out here but really isn't: given the `regex_base`
// choice/rule `regex_base range_regex`, which is recursive, this grammar tells JISON that
// any input matching a sequence like `regex_base range_regex range_regex` *is* legal.
// If you do not want that to be legal, you MUST adjust the grammar rule set you match your
// actual intent.
%left '*' '+' '?' RANGE_REGEX
%%
lex
: definitions include '%%' rules '%%' EOF
{{ $$ = {macros: $1, rules: $4};
if ($2) $$.actionInclude = $2;
return $$; }}
| definitions include '%%' rules EOF
{{ $$ = {macros: $1, rules: $4};
if ($2) $$.actionInclude = $2;
return $$; }}
;
include
: action
|
;
definitions
: definitions definition
{ $$ = $1; $$.concat($2); }
| definition
{ $$ = [$1]; }
;
definition
: name regex
{ $$ = [$1, $2]; }
;
name
: NAME
{ $$ = yytext; }
;
rules
: rules rule
{ $$ = $1; $$.push($2); }
| rule
{ $$ = [$1]; }
;
rule
: regex action
{ $$ = [$1, $2]; }
;
action
: ACTION
{ $$ = yytext; }
;
regex
: start_caret regex_list end_dollar
{ $$ = $1+$2+$3; }
;
start_caret
: '^'
{ $$ = '^'; }
|
{ $$ = ''; }
;
end_dollar
: '$'
{ $$ = '$'; }
|
{ $$ = ''; }
;
regex_list
: regex_list '|' regex_chain
{ $$ = $1+'|'+$3; }
| regex_chain
;
regex_chain
: regex_chain regex_base
{ $$ = $1+$2;}
| regex_base
{ $$ = $1;}
;
regex_base
: '(' regex_list ')'
{ $$ = '('+$2+')'; }
| regex_base '+'
{ $$ = $1+'+'; }
| regex_base '*'
{ $$ = $1+'*'; }
| regex_base '?'
{ $$ = $1+'?'; }
| '/' regex_base
{ $$ = '(?=' + $regex_base + ')'; }
| '/!' regex_base
{ $$ = '(?!' + $regex_base + ')'; }
| name_expansion
| regex_base range_regex
{ $$ = $1+$2; }
| any_group_regex
| '.'
{ $$ = '.'; }
| string
;
name_expansion
: '{' name '}'
{{ $$ = '{'+$2+'}'; }}
;
any_group_regex
: ANY_GROUP_REGEX
{ $$ = yytext; }
;
range_regex
: RANGE_REGEX
{ $$ = yytext; }
;
string
: STRING_LIT
{ $$ = yy.prepareString(yytext.substr(1, yyleng-2)); }
;

37
samples/Jolie/common.iol Normal file
View File

@@ -0,0 +1,37 @@
include "types/Binding.iol"
constants {
Location_Exam = "socket://localhost:8000"
}
type StartExamRequest:void {
.examName:string
.studentName:string
.student:Binding
}
type MakeQuestionRequest:void {
.question:string
.examName:string
.studentName:string
}
type DecisionMessage:void {
.studentName:string
.examName:string
}
interface ExamInterface {
OneWay:
startExam(StartExamRequest),
pass(DecisionMessage), fail(DecisionMessage)
RequestResponse:
makeQuestion(MakeQuestionRequest)(int)
}
interface StudentInterface {
OneWay:
sendMessage(string)
RequestResponse:
makeQuestion(MakeQuestionRequest)(int)
}

39
samples/Jolie/exam.ol Normal file
View File

@@ -0,0 +1,39 @@
include "common.iol"
cset {
studentName:
StartExamRequest.studentName
DecisionMessage.studentName
MakeQuestionRequest.studentName,
examName:
StartExamRequest.examName
DecisionMessage.examName
MakeQuestionRequest.examName
}
execution { concurrent }
outputPort Student {
Interfaces: StudentInterface
}
inputPort ExamInput {
Location: Location_Exam
Protocol: sodep
Interfaces: ExamInterface
}
main
{
startExam( examRequest );
Student << examRequest.student;
makeQuestion( question )( answer ) {
makeQuestion@Student( question )( answer )
};
[ pass( message ) ] {
sendMessage@Student( "You passed!" )
}
[ fail( message ) ] {
sendMessage@Student( "You failed!" )
}
}

26
samples/Jolie/examiner.ol Normal file
View File

@@ -0,0 +1,26 @@
include "common.iol"
include "ui/swing_ui.iol"
include "console.iol"
outputPort Exam {
Location: Location_Exam
Protocol: sodep
Interfaces: ExamInterface
}
main
{
question.studentName = "John";
question.examName = "SPLG";
question.question = "Random question";
makeQuestion@Exam( question )( answer );
showYesNoQuestionDialog@SwingUI( "Do you want to accept answer " + answer + " ?" )( decision );
message.studentName = "John";
message.examName = "SPLG";
if ( decision == 0 ) {
pass@Exam( message )
} else {
fail@Exam( message )
}
}

84
samples/Jolie/hanoi.ol Normal file
View File

@@ -0,0 +1,84 @@
// https://github.com/jolie/website/blob/master/docs/documentation/locations/code/local.ol
include "runtime.iol"
include "string_utils.iol"
type HanoiRequest: void{
.src: string
.aux: string
.dst: string
.n: int
.sid?: string
}
type HanoiReponse: void {
.move?: string
}
interface LocalOperations{
RequestResponse:
hanoiSolver( HanoiRequest )( HanoiReponse )
}
interface ExternalOperations{
RequestResponse:
hanoi( HanoiRequest )( string )
}
outputPort Self{
Interfaces: LocalOperations
}
inputPort Self {
Location: "local"
Interfaces: LocalOperations
}
inputPort PowerService {
Location: "socket://localhost:8000"
Protocol: http{
.format = "html"
}
Interfaces: ExternalOperations
}
execution { concurrent }
init
{
getLocalLocation@Runtime()( Self.location )
}
main
{
[ hanoi( request )( response ){
getRandomUUID@StringUtils()(request.sid);
hanoiSolver@Self( request )( subRes );
response = subRes.move
}]{ nullProcess }
[ hanoiSolver( request )( response ){
if ( request.n > 0 ){
subReq.n = request.n;
subReq.n--;
with( request ){
subReq.aux = .dst;
subReq.dst = .aux;
subReq.src = .src;
subReq.sid = .sid
};
hanoiSolver@Self( subReq )( response );
response.move += "<br>" +
++global.counters.(request.sid) +
") Move from " + request.src +
" to " + request.dst + ";";
with ( request ){
subReq.src = .aux;
subReq.aux = .src;
subReq.dst = .dst
};
hanoiSolver@Self( subReq )( subRes );
response.move += subRes.move
}
}]{ nullProcess }
}

29
samples/Jolie/student.ol Normal file
View File

@@ -0,0 +1,29 @@
include "common.iol"
include "ui/swing_ui.iol"
include "console.iol"
outputPort Exam {
Location: Location_Exam
Protocol: sodep
Interfaces: ExamInterface
}
inputPort StudentInput {
Location: "socket://localhost:8001/"
Protocol: sodep
Interfaces: StudentInterface
}
main
{
request.studentName = "John";
request.examName = "SPLG";
request.student.location = "socket://localhost:8001/";
request.student.protocol = "sodep";
startExam@Exam( request );
makeQuestion( question )( answer ) {
showYesNoQuestionDialog@SwingUI( question.question )( answer )
};
sendMessage( message );
println@Console( message )()
}

View File

@@ -0,0 +1,23 @@
(module footprints:C_Disc_D3_P2.5 (layer F.Cu) (tedit 0)
(descr "Capacitor 3mm Disc, Pitch 2.5mm")
(tags Capacitor)
(fp_text reference C1 (at 1.25 -2.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value C_100nF (at 1.25 2.5) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -0.9 -1.5) (end 3.4 -1.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.4 -1.5) (end 3.4 1.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.4 1.5) (end -0.9 1.5) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.9 1.5) (end -0.9 -1.5) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.25 -1.25) (end 2.75 -1.25) (layer F.SilkS) (width 0.15))
(fp_line (start 2.75 1.25) (end -0.25 1.25) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole rect (at 0 0) (size 1.3 1.3) (drill 0.8) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at 2.5 0) (size 1.3 1.3) (drill 0.8001) (layers *.Cu *.Mask F.SilkS))
(model Capacitors_ThroughHole.3dshapes/C_Disc_D3_P2.5.wrl
(at (xyz 0.0492126 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

@@ -0,0 +1,344 @@
(module Conn_Poncho_SinBorde (layer F.Cu) (tedit 560F0DC0)
(tags "CONN Poncho")
(fp_text reference XA? (at -0.254 -3.175) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.12)))
)
(fp_text value Conn_Poncho_SinBorde (at -1.905 51.181) (layer F.SilkS) hide
(effects (font (size 1.016 1.016) (thickness 0.2032)))
)
(fp_text user GPIO8 (at -64.516 48.26) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GPIO7 (at -64.516 45.72) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GPIO5 (at -64.516 43.18) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GPIO3 (at -64.516 40.64) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GPIO1 (at -64.516 38.1) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user LCD1 (at -65.024 35.56) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user LCD2 (at -65.024 33.02) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user LCD3 (at -65.024 30.48) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user LCD_RS (at -64.008 27.94) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user LCD4 (at -65.024 25.4) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user SPI_SCK (at -63.754 22.86) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user SPI_MISO (at -63.5 20.32) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user TXD1 (at -65.024 17.78) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user TXD0 (at -65.024 15.24) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user MDIO (at -65.024 12.7) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user CRS_DV (at -64.008 10.16) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user MDC (at -65.278 7.62) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user TX_EN (at -64.77 5.08) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user RXD1 (at -65.024 2.54) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user +5V (at -65.532 0) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GND (at -74.168 48.006) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GND (at -74.168 45.72) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GPIO6 (at -74.93 43.18) (layer F.SilkS)
(effects (font (size 1 0.9) (thickness 0.2)))
)
(fp_text user GPIO4 (at -74.93 40.64) (layer F.SilkS)
(effects (font (size 1 0.9) (thickness 0.2)))
)
(fp_text user GPIO2 (at -74.93 38.1) (layer F.SilkS)
(effects (font (size 1 0.9) (thickness 0.2)))
)
(fp_text user GPIO0 (at -74.93 35.56) (layer F.SilkS)
(effects (font (size 1 0.9) (thickness 0.2)))
)
(fp_text user GND (at -74.168 33.02) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GND (at -74.168 30.48) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user LCD_EN (at -74.676 27.686) (layer F.SilkS)
(effects (font (size 1 0.7) (thickness 0.17)))
)
(fp_text user SPI_MOSI (at -74.93 25.146) (layer F.SilkS)
(effects (font (size 1 0.7) (thickness 0.17)))
)
(fp_text user GND (at -74.168 22.86) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GND (at -74.168 20.32) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user REF_CLK (at -74.93 17.78) (layer F.SilkS)
(effects (font (size 0.9 0.7) (thickness 0.175)))
)
(fp_text user GND (at -74.168 15.24) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GND (at -74.168 12.7) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GND (at -74.168 7.62) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user RXD0 (at -74.676 10.16) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GND (at -74.168 5.08) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GND (at -74.168 2.54) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user +3.3V (at -74.93 0) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GND (at 5.588 48.26) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GND (at 5.588 45.72) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user T_F1 (at 5.588 43.18) (layer F.SilkS)
(effects (font (size 0.9 0.9) (thickness 0.18)))
)
(fp_text user T_C2 (at 5.588 40.64) (layer F.SilkS)
(effects (font (size 0.9 0.9) (thickness 0.18)))
)
(fp_text user GND (at 5.588 38.1) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GND (at 5.334 35.56) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GND (at 5.588 33.02) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GND (at 5.588 30.48) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GND (at 5.588 27.94) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GND (at 5.588 25.4) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GND (at 5.588 22.86) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GNDA (at 5.588 20.32) (layer F.SilkS)
(effects (font (size 0.76 0.76) (thickness 0.19)))
)
(fp_text user GNDA (at 5.588 17.78) (layer F.SilkS)
(effects (font (size 0.76 0.76) (thickness 0.19)))
)
(fp_text user GNDA (at 5.588 15.24) (layer F.SilkS)
(effects (font (size 0.76 0.76) (thickness 0.19)))
)
(fp_text user GNDA (at 5.588 12.7) (layer F.SilkS)
(effects (font (size 0.76 0.76) (thickness 0.19)))
)
(fp_text user GNDA (at 5.588 10.16) (layer F.SilkS)
(effects (font (size 0.76 0.76) (thickness 0.19)))
)
(fp_text user GNDA (at 5.588 7.62) (layer F.SilkS)
(effects (font (size 0.76 0.76) (thickness 0.19)))
)
(fp_text user WAKEUP (at 5.588 5.334) (layer F.SilkS)
(effects (font (size 1 0.5) (thickness 0.125)))
)
(fp_text user GND (at 5.588 3.048) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user +5V (at 5.588 0) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user T_COL0 (at -4.064 48.26) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user T_FIL2 (at -3.81 45.72) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user T_FIL3 (at -3.81 43.18) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user T_FIL0 (at -3.81 40.64) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user T_COL1 (at -4.064 38.1) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user CAN_TD (at -4.318 35.56) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user CAN_RD (at -4.318 33.02) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user 232_TX (at -4.318 30.48) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user 232_RX (at -4.318 27.94) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user I2C_SCL (at -4.572 25.4) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user I2C_SDA (at -4.572 22.86) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user VDDA (at -3.302 20.32) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user DAC (at -3.048 17.78) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user CH1 (at -3.048 15.24) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user CH2 (at -3.048 12.7) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user CH3 (at -3.048 10.16) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user GNDA (at -3.556 7.62) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user ISP (at -2.794 5.08) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user RESET (at -3.81 2.54) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text user CIAA-P2 (at -69.85 -2.032) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.12)))
)
(fp_text user CIAA-P1 (at 1.27 -2.032) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.12)))
)
(fp_text user +3.3V (at -3.81 0) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_line (start -72.39 0) (end -72.39 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -72.39 -1.27) (end -67.31 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -67.31 -1.27) (end -67.31 49.53) (layer F.SilkS) (width 0.15))
(fp_line (start -67.31 49.53) (end -72.39 49.53) (layer F.SilkS) (width 0.15))
(fp_line (start -72.39 49.53) (end -72.39 0) (layer F.SilkS) (width 0.15))
(fp_line (start -1.27 49.53) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 3.81 49.53) (end 3.81 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 3.81 49.53) (end -1.27 49.53) (layer F.SilkS) (width 0.15))
(fp_line (start 3.81 -1.27) (end -1.27 -1.27) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole rect (at 0 0 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole oval (at 2.54 0 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 11 thru_hole oval (at 0 12.7 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 4 thru_hole oval (at 2.54 2.54 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 13 thru_hole oval (at 0 15.24 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 6 thru_hole oval (at 2.54 5.08 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 15 thru_hole oval (at 0 17.78 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 8 thru_hole oval (at 2.54 7.62 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 17 thru_hole oval (at 0 20.32 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 10 thru_hole oval (at 2.54 10.16 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 19 thru_hole oval (at 0 22.86 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 12 thru_hole oval (at 2.54 12.7 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 21 thru_hole oval (at 0 25.4 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 14 thru_hole oval (at 2.54 15.24 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 23 thru_hole oval (at 0 27.94 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 16 thru_hole oval (at 2.54 17.78 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 25 thru_hole oval (at 0 30.48 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 18 thru_hole oval (at 2.54 20.32 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 27 thru_hole oval (at 0 33.02 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 20 thru_hole oval (at 2.54 22.86 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 29 thru_hole oval (at 0 35.56 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 22 thru_hole oval (at 2.54 25.4 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 31 thru_hole oval (at 0 38.1 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 24 thru_hole oval (at 2.54 27.94 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 26 thru_hole oval (at 2.54 30.48 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 33 thru_hole oval (at 0 40.64 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 28 thru_hole oval (at 2.54 33.02 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 32 thru_hole oval (at 2.54 38.1 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 34 thru_hole oval (at 2.54 40.64 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 36 thru_hole oval (at 2.54 43.18 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 38 thru_hole oval (at 2.54 45.72 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 35 thru_hole oval (at 0 43.18 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 37 thru_hole oval (at 0 45.72 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 3 thru_hole oval (at 0 2.54 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 5 thru_hole oval (at 0 5.08 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 7 thru_hole oval (at 0 7.62 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 9 thru_hole oval (at 0 10.16 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 39 thru_hole oval (at 0 48.26 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 40 thru_hole oval (at 2.54 48.26 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 30 thru_hole oval (at 2.54 35.56 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 41 thru_hole rect (at -71.12 0 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 42 thru_hole oval (at -68.58 0 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 43 thru_hole oval (at -71.12 2.54 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 44 thru_hole oval (at -68.58 2.54 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 45 thru_hole oval (at -71.12 5.08 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 46 thru_hole oval (at -68.58 5.08 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 47 thru_hole oval (at -71.12 7.62 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 48 thru_hole oval (at -68.58 7.62 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 49 thru_hole oval (at -71.12 10.16 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 50 thru_hole oval (at -68.58 10.16 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 51 thru_hole oval (at -71.12 12.7 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 52 thru_hole oval (at -68.58 12.7 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 53 thru_hole oval (at -71.12 15.24 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 54 thru_hole oval (at -68.58 15.24 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 55 thru_hole oval (at -71.12 17.78 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 56 thru_hole oval (at -68.58 17.78 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 57 thru_hole oval (at -71.12 20.32 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 58 thru_hole oval (at -68.58 20.32 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 59 thru_hole oval (at -71.12 22.86 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 60 thru_hole oval (at -68.58 22.86 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 61 thru_hole oval (at -71.12 25.4 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 62 thru_hole oval (at -68.58 25.4 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 63 thru_hole oval (at -71.12 27.94 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 64 thru_hole oval (at -68.58 27.94 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 65 thru_hole oval (at -71.12 30.48 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 66 thru_hole oval (at -68.58 30.48 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 67 thru_hole oval (at -71.12 33.02 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 68 thru_hole oval (at -68.58 33.02 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 69 thru_hole oval (at -71.12 35.56 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 70 thru_hole oval (at -68.58 35.56 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 71 thru_hole oval (at -71.12 38.1 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 72 thru_hole oval (at -68.58 38.1 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 73 thru_hole oval (at -71.12 40.64 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 74 thru_hole oval (at -68.58 40.64 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 75 thru_hole oval (at -71.12 43.18 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 76 thru_hole oval (at -68.58 43.18 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 77 thru_hole oval (at -71.12 45.72 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 78 thru_hole oval (at -68.58 45.72 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 79 thru_hole oval (at -71.12 48.26 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 80 thru_hole oval (at -68.58 48.26 270) (size 1.524 2) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
)

View File

@@ -0,0 +1,11 @@
(module footprints:Fiducial_1mm (layer F.Cu) (tedit 573E1507)
(clearance 1.524)
(fp_text reference F3 (at 0.02 -0.9) (layer F.SilkS) hide
(effects (font (size 0.7112 0.4572) (thickness 0.1143)))
)
(fp_text value FIDUCIAL (at 0 0.99) (layer F.SilkS) hide
(effects (font (size 0.254 0.254) (thickness 0.00254)))
)
(pad 1 smd circle (at 0 0) (size 1 1) (layers F.Cu F.Mask)
(solder_mask_margin 1.5))
)

View File

@@ -0,0 +1,25 @@
(module footprints:LED-5MM (layer F.Cu) (tedit 5570F7EA)
(descr "LED 5mm round vertical")
(tags "LED 5mm round vertical")
(fp_text reference D4 (at 1.524 4.064) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value LED (at 1.524 -3.937) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.5 -1.55) (end -1.5 1.55) (layer F.CrtYd) (width 0.05))
(fp_arc (start 1.3 0) (end -1.5 1.55) (angle -302) (layer F.CrtYd) (width 0.05))
(fp_arc (start 1.27 0) (end -1.23 -1.5) (angle 297.5) (layer F.SilkS) (width 0.15))
(fp_line (start -1.23 1.5) (end -1.23 -1.5) (layer F.SilkS) (width 0.15))
(fp_circle (center 1.27 0) (end 0.97 -2.5) (layer F.SilkS) (width 0.15))
(fp_text user K (at -1.905 1.905) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole rect (at 0 0 90) (size 2 1.9) (drill 1.00076) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at 2.54 0) (size 1.9 1.9) (drill 1.00076) (layers *.Cu *.Mask F.SilkS))
(model LEDs.3dshapes/LED-5MM.wrl
(at (xyz 0.05 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 90))
)
)

View File

@@ -0,0 +1,78 @@
(module footprints:Logo_OSHWA (layer F.Cu) (tedit 560D8B85)
(fp_text reference G101 (at 0 4.2418) (layer F.SilkS) hide
(effects (font (size 0.7112 0.4572) (thickness 0.1143)))
)
(fp_text value Logo_OSHWA (at 0 -4.2418) (layer F.SilkS) hide
(effects (font (size 0.36322 0.36322) (thickness 0.07112)))
)
(fp_poly (pts (xy -2.42316 3.59156) (xy -2.38252 3.57124) (xy -2.28854 3.51282) (xy -2.15392 3.42392)
(xy -1.99644 3.31978) (xy -1.83896 3.21056) (xy -1.70942 3.1242) (xy -1.61798 3.06578)
(xy -1.57988 3.04546) (xy -1.55956 3.05054) (xy -1.48336 3.08864) (xy -1.37414 3.14452)
(xy -1.31064 3.17754) (xy -1.21158 3.22072) (xy -1.16078 3.23088) (xy -1.15316 3.21564)
(xy -1.11506 3.13944) (xy -1.05918 3.00736) (xy -0.98298 2.83464) (xy -0.89662 2.63144)
(xy -0.80264 2.413) (xy -0.7112 2.18948) (xy -0.6223 1.97612) (xy -0.54356 1.78562)
(xy -0.48006 1.63068) (xy -0.43942 1.52146) (xy -0.42418 1.47574) (xy -0.42926 1.46558)
(xy -0.48006 1.41732) (xy -0.56642 1.35128) (xy -0.75692 1.19634) (xy -0.94234 0.96266)
(xy -1.05664 0.6985) (xy -1.09474 0.40386) (xy -1.06172 0.13208) (xy -0.95504 -0.12954)
(xy -0.77216 -0.36576) (xy -0.55118 -0.54102) (xy -0.2921 -0.65278) (xy 0 -0.68834)
(xy 0.2794 -0.65786) (xy 0.5461 -0.55118) (xy 0.78232 -0.37084) (xy 0.88138 -0.25654)
(xy 1.01854 -0.01778) (xy 1.09728 0.23876) (xy 1.1049 0.30226) (xy 1.09474 0.5842)
(xy 1.01092 0.85344) (xy 0.8636 1.09474) (xy 0.65786 1.29032) (xy 0.62992 1.31064)
(xy 0.53594 1.38176) (xy 0.47244 1.43002) (xy 0.42164 1.47066) (xy 0.77978 2.33172)
(xy 0.83566 2.46888) (xy 0.93472 2.7051) (xy 1.02108 2.9083) (xy 1.08966 3.06832)
(xy 1.13792 3.17754) (xy 1.15824 3.22072) (xy 1.16078 3.22326) (xy 1.19126 3.22834)
(xy 1.2573 3.20294) (xy 1.37668 3.14452) (xy 1.45796 3.10388) (xy 1.5494 3.0607)
(xy 1.59004 3.04546) (xy 1.6256 3.06324) (xy 1.71196 3.12166) (xy 1.8415 3.20548)
(xy 1.9939 3.30962) (xy 2.14122 3.41122) (xy 2.27584 3.50012) (xy 2.3749 3.56108)
(xy 2.42316 3.58902) (xy 2.43078 3.58902) (xy 2.47142 3.56362) (xy 2.55016 3.50012)
(xy 2.667 3.38836) (xy 2.8321 3.2258) (xy 2.8575 3.2004) (xy 2.99466 3.0607)
(xy 3.10642 2.94386) (xy 3.18008 2.86258) (xy 3.20548 2.82448) (xy 3.20548 2.82448)
(xy 3.18262 2.77622) (xy 3.11912 2.6797) (xy 3.03022 2.54254) (xy 2.921 2.38252)
(xy 2.63652 1.9685) (xy 2.794 1.57734) (xy 2.84226 1.45796) (xy 2.90322 1.31318)
(xy 2.9464 1.20904) (xy 2.9718 1.16332) (xy 3.01244 1.14808) (xy 3.12166 1.12268)
(xy 3.2766 1.08966) (xy 3.45948 1.05664) (xy 3.63728 1.02362) (xy 3.7973 0.99314)
(xy 3.9116 0.97028) (xy 3.9624 0.96012) (xy 3.9751 0.9525) (xy 3.98526 0.9271)
(xy 3.99288 0.87376) (xy 3.99542 0.77724) (xy 3.99796 0.62484) (xy 3.99796 0.40386)
(xy 3.99796 0.381) (xy 3.99542 0.17018) (xy 3.99288 0.00254) (xy 3.9878 -0.10668)
(xy 3.98018 -0.14986) (xy 3.98018 -0.14986) (xy 3.92938 -0.16256) (xy 3.81762 -0.18542)
(xy 3.6576 -0.21844) (xy 3.4671 -0.254) (xy 3.45694 -0.25654) (xy 3.26644 -0.2921)
(xy 3.10896 -0.32512) (xy 2.9972 -0.35052) (xy 2.95148 -0.36576) (xy 2.94132 -0.37846)
(xy 2.90322 -0.45212) (xy 2.84734 -0.56896) (xy 2.78638 -0.71374) (xy 2.72288 -0.86106)
(xy 2.66954 -0.99568) (xy 2.63398 -1.09474) (xy 2.62382 -1.14046) (xy 2.62382 -1.14046)
(xy 2.65176 -1.18618) (xy 2.7178 -1.28524) (xy 2.80924 -1.41986) (xy 2.921 -1.58242)
(xy 2.92862 -1.59512) (xy 3.03784 -1.75514) (xy 3.12674 -1.88976) (xy 3.18516 -1.98628)
(xy 3.20548 -2.02946) (xy 3.20548 -2.032) (xy 3.16992 -2.08026) (xy 3.08864 -2.16916)
(xy 2.9718 -2.29108) (xy 2.8321 -2.43332) (xy 2.78638 -2.4765) (xy 2.63144 -2.6289)
(xy 2.52476 -2.72796) (xy 2.45618 -2.7813) (xy 2.42316 -2.794) (xy 2.42316 -2.79146)
(xy 2.3749 -2.76352) (xy 2.2733 -2.69748) (xy 2.13614 -2.6035) (xy 1.97358 -2.49428)
(xy 1.96342 -2.48666) (xy 1.8034 -2.37744) (xy 1.67132 -2.28854) (xy 1.5748 -2.22504)
(xy 1.53416 -2.19964) (xy 1.52654 -2.19964) (xy 1.46304 -2.21996) (xy 1.34874 -2.25806)
(xy 1.20904 -2.31394) (xy 1.06172 -2.37236) (xy 0.9271 -2.42824) (xy 0.8255 -2.4765)
(xy 0.77724 -2.5019) (xy 0.77724 -2.50444) (xy 0.75946 -2.56286) (xy 0.73152 -2.68224)
(xy 0.6985 -2.84734) (xy 0.6604 -3.04292) (xy 0.65532 -3.0734) (xy 0.61976 -3.2639)
(xy 0.58928 -3.42138) (xy 0.56642 -3.5306) (xy 0.55372 -3.57632) (xy 0.52832 -3.5814)
(xy 0.43434 -3.58902) (xy 0.2921 -3.59156) (xy 0.11938 -3.5941) (xy -0.06096 -3.59156)
(xy -0.23622 -3.58902) (xy -0.38862 -3.58394) (xy -0.4953 -3.57632) (xy -0.54102 -3.56616)
(xy -0.54356 -3.56362) (xy -0.5588 -3.5052) (xy -0.5842 -3.38582) (xy -0.61976 -3.22072)
(xy -0.65786 -3.0226) (xy -0.66294 -2.98958) (xy -0.6985 -2.79908) (xy -0.73152 -2.64414)
(xy -0.75438 -2.53492) (xy -0.76708 -2.49428) (xy -0.78232 -2.48412) (xy -0.86106 -2.4511)
(xy -0.98806 -2.39776) (xy -1.14808 -2.33426) (xy -1.51384 -2.1844) (xy -1.96088 -2.49428)
(xy -2.00406 -2.52222) (xy -2.16408 -2.63144) (xy -2.2987 -2.72034) (xy -2.39014 -2.77876)
(xy -2.42824 -2.80162) (xy -2.43078 -2.79908) (xy -2.4765 -2.76098) (xy -2.5654 -2.67716)
(xy -2.68732 -2.55778) (xy -2.82702 -2.41808) (xy -2.93116 -2.31394) (xy -3.05562 -2.18694)
(xy -3.13436 -2.10312) (xy -3.17754 -2.04724) (xy -3.19278 -2.01422) (xy -3.1877 -1.9939)
(xy -3.15976 -1.94818) (xy -3.09372 -1.84912) (xy -3.00228 -1.71196) (xy -2.89306 -1.55448)
(xy -2.80162 -1.41986) (xy -2.7051 -1.27) (xy -2.6416 -1.16332) (xy -2.61874 -1.10998)
(xy -2.62382 -1.08712) (xy -2.65684 -1.00076) (xy -2.71018 -0.86614) (xy -2.77622 -0.70866)
(xy -2.9337 -0.35306) (xy -3.16738 -0.30988) (xy -3.30708 -0.28194) (xy -3.5052 -0.24384)
(xy -3.69316 -0.20828) (xy -3.9878 -0.14986) (xy -3.99796 0.93218) (xy -3.95224 0.9525)
(xy -3.90906 0.9652) (xy -3.79984 0.98806) (xy -3.6449 1.01854) (xy -3.45948 1.0541)
(xy -3.30454 1.08458) (xy -3.14452 1.11252) (xy -3.03276 1.13538) (xy -2.98196 1.14554)
(xy -2.96926 1.16332) (xy -2.92862 1.23952) (xy -2.87274 1.36144) (xy -2.81178 1.50876)
(xy -2.74828 1.65862) (xy -2.6924 1.79832) (xy -2.65176 1.905) (xy -2.63906 1.96088)
(xy -2.65938 2.00406) (xy -2.72034 2.0955) (xy -2.8067 2.22758) (xy -2.91338 2.38506)
(xy -3.0226 2.54254) (xy -3.1115 2.67716) (xy -3.175 2.77368) (xy -3.2004 2.81686)
(xy -3.1877 2.84734) (xy -3.12674 2.92354) (xy -3.00736 3.04546) (xy -2.8321 3.22072)
(xy -2.80162 3.24866) (xy -2.66192 3.38328) (xy -2.54254 3.4925) (xy -2.46126 3.56616)
(xy -2.42316 3.59156)) (layer F.SilkS) (width 0.00254))
)

View File

@@ -0,0 +1,101 @@
(module footprints:Logo_Poncho (layer F.Cu) (tedit 560DAFF4)
(fp_text reference G*** (at 0.127 5.588) (layer F.SilkS) hide
(effects (font (thickness 0.3)))
)
(fp_text value LOGO (at 0.762 7.493) (layer F.SilkS) hide
(effects (font (thickness 0.3)))
)
(fp_poly (pts (xy 4.535714 -0.627021) (xy 4.498746 -0.420109) (xy 4.405012 -0.1352) (xy 4.280272 0.162897)
(xy 4.150281 0.409374) (xy 4.123376 0.447413) (xy 4.123376 -0.123701) (xy 4.058326 -0.436938)
(xy 3.869112 -0.644378) (xy 3.564639 -0.737671) (xy 3.463636 -0.742208) (xy 3.129516 -0.681223)
(xy 2.908248 -0.503835) (xy 2.808734 -0.218392) (xy 2.803896 -0.123701) (xy 2.868946 0.189536)
(xy 3.058159 0.396975) (xy 3.362633 0.490269) (xy 3.463636 0.494805) (xy 3.797606 0.436492)
(xy 3.958441 0.32987) (xy 4.092315 0.09203) (xy 4.123376 -0.123701) (xy 4.123376 0.447413)
(xy 4.089856 0.494805) (xy 4.013749 0.621925) (xy 3.89522 0.861365) (xy 3.753792 1.172585)
(xy 3.672876 1.360714) (xy 3.421635 1.929272) (xy 3.149718 2.496808) (xy 2.869494 3.041693)
(xy 2.593334 3.542296) (xy 2.556493 3.603955) (xy 2.556493 -0.123701) (xy 2.552598 -0.439936)
(xy 2.534834 -0.625484) (xy 2.494089 -0.714524) (xy 2.421247 -0.741238) (xy 2.391558 -0.742208)
(xy 2.270831 -0.703329) (xy 2.228325 -0.558669) (xy 2.226623 -0.494805) (xy 2.206189 -0.31957)
(xy 2.109798 -0.254982) (xy 1.97922 -0.247402) (xy 1.803985 -0.267837) (xy 1.739397 -0.364227)
(xy 1.731818 -0.494805) (xy 1.705898 -0.675896) (xy 1.609459 -0.739655) (xy 1.566883 -0.742208)
(xy 1.482553 -0.727599) (xy 1.433074 -0.660988) (xy 1.40933 -0.508193) (xy 1.402206 -0.235036)
(xy 1.401948 -0.123701) (xy 1.405843 0.192533) (xy 1.423606 0.378081) (xy 1.464351 0.467122)
(xy 1.537193 0.493835) (xy 1.566883 0.494805) (xy 1.680559 0.462518) (xy 1.726426 0.336472)
(xy 1.731818 0.206169) (xy 1.745609 0.012245) (xy 1.815564 -0.067294) (xy 1.97922 -0.082467)
(xy 2.145441 -0.066377) (xy 2.213617 0.015237) (xy 2.226623 0.206169) (xy 2.245073 0.405103)
(xy 2.317099 0.48537) (xy 2.391558 0.494805) (xy 2.475887 0.480197) (xy 2.525367 0.413586)
(xy 2.549111 0.260791) (xy 2.556234 -0.012366) (xy 2.556493 -0.123701) (xy 2.556493 3.603955)
(xy 2.33361 3.976986) (xy 2.102692 4.324132) (xy 1.912952 4.562103) (xy 1.781691 4.667512)
(xy 1.660102 4.654002) (xy 1.438445 4.580892) (xy 1.163465 4.463746) (xy 1.154545 4.459546)
(xy 1.154545 0.36149) (xy 1.110706 0.268405) (xy 0.956623 0.266159) (xy 0.938776 0.269422)
(xy 0.717011 0.243945) (xy 0.523128 0.11531) (xy 0.417755 -0.07121) (xy 0.412337 -0.123701)
(xy 0.484303 -0.318602) (xy 0.658393 -0.472009) (xy 0.871896 -0.536691) (xy 0.949632 -0.528355)
(xy 1.105982 -0.515384) (xy 1.154279 -0.597467) (xy 1.154545 -0.609566) (xy 1.114247 -0.69528)
(xy 0.970303 -0.735064) (xy 0.783441 -0.742208) (xy 0.429195 -0.687347) (xy 0.198088 -0.523118)
(xy 0.090717 -0.250044) (xy 0.082467 -0.123701) (xy 0.144642 0.188869) (xy 0.330769 0.392787)
(xy 0.640252 0.487526) (xy 0.783441 0.494805) (xy 1.022962 0.480515) (xy 1.134243 0.429291)
(xy 1.154545 0.36149) (xy 1.154545 4.459546) (xy 1.148315 4.456614) (xy 0.592041 4.256938)
(xy 0.061238 4.207886) (xy -0.164935 4.249843) (xy -0.164935 -0.123701) (xy -0.168831 -0.439936)
(xy -0.186594 -0.625484) (xy -0.227339 -0.714524) (xy -0.300181 -0.741238) (xy -0.329871 -0.742208)
(xy -0.435349 -0.716231) (xy -0.483875 -0.609894) (xy -0.495586 -0.391721) (xy -0.496366 -0.041234)
(xy -0.706429 -0.391721) (xy -0.874005 -0.625569) (xy -1.029731 -0.729733) (xy -1.117986 -0.742208)
(xy -1.220495 -0.733937) (xy -1.280586 -0.685976) (xy -1.309571 -0.563603) (xy -1.318762 -0.332094)
(xy -1.319481 -0.123701) (xy -1.315585 0.192533) (xy -1.297822 0.378081) (xy -1.257077 0.467122)
(xy -1.184235 0.493835) (xy -1.154546 0.494805) (xy -1.049068 0.468829) (xy -1.000541 0.362492)
(xy -0.988831 0.144318) (xy -0.98805 -0.206169) (xy -0.777988 0.144318) (xy -0.610412 0.378167)
(xy -0.454685 0.48233) (xy -0.36643 0.494805) (xy -0.263922 0.486535) (xy -0.203831 0.438574)
(xy -0.174846 0.3162) (xy -0.165655 0.084692) (xy -0.164935 -0.123701) (xy -0.164935 4.249843)
(xy -0.48241 4.308738) (xy -0.783442 4.420415) (xy -1.059466 4.535832) (xy -1.285963 4.626797)
(xy -1.401948 4.669513) (xy -1.518876 4.625399) (xy -1.566884 4.584033) (xy -1.566884 -0.123701)
(xy -1.631934 -0.436938) (xy -1.821147 -0.644378) (xy -2.12562 -0.737671) (xy -2.226624 -0.742208)
(xy -2.560743 -0.681223) (xy -2.782012 -0.503835) (xy -2.881525 -0.218392) (xy -2.886364 -0.123701)
(xy -2.821314 0.189536) (xy -2.6321 0.396975) (xy -2.327627 0.490269) (xy -2.226624 0.494805)
(xy -1.892653 0.436492) (xy -1.731819 0.32987) (xy -1.597945 0.09203) (xy -1.566884 -0.123701)
(xy -1.566884 4.584033) (xy -1.717176 4.454536) (xy -1.98582 4.166799) (xy -2.061689 4.078924)
(xy -2.369861 3.70727) (xy -2.632201 3.363429) (xy -2.870341 3.013116) (xy -2.968832 2.849614)
(xy -2.968832 -0.32987) (xy -3.007485 -0.54598) (xy -3.140146 -0.67528) (xy -3.391869 -0.734039)
(xy -3.603832 -0.742208) (xy -4.04091 -0.742208) (xy -4.04091 -0.123701) (xy -4.037014 0.192533)
(xy -4.019251 0.378081) (xy -3.978506 0.467122) (xy -3.905664 0.493835) (xy -3.875974 0.494805)
(xy -3.746639 0.446485) (xy -3.711039 0.288637) (xy -3.687673 0.146227) (xy -3.584731 0.090232)
(xy -3.438897 0.082468) (xy -3.16065 0.034793) (xy -3.008068 -0.114765) (xy -2.968832 -0.32987)
(xy -2.968832 2.849614) (xy -3.105916 2.622046) (xy -3.360558 2.155935) (xy -3.6559 1.580499)
(xy -3.724805 1.443182) (xy -3.927446 1.040996) (xy -4.107468 0.68891) (xy -4.250627 0.414385)
(xy -4.342678 0.24488) (xy -4.366512 0.206169) (xy -4.479713 -0.061738) (xy -4.470402 -0.368299)
(xy -4.39208 -0.562072) (xy -4.211754 -0.794239) (xy -3.970771 -1.027175) (xy -3.729883 -1.205582)
(xy -3.628572 -1.257014) (xy -3.515586 -1.328258) (xy -3.31072 -1.481511) (xy -3.047204 -1.691308)
(xy -2.861153 -1.845142) (xy -2.478394 -2.151727) (xy -2.09396 -2.434151) (xy -1.735885 -2.674156)
(xy -1.432202 -2.853482) (xy -1.210945 -2.953871) (xy -1.135923 -2.968831) (xy -0.992755 -2.911987)
(xy -0.868796 -2.807085) (xy -0.798823 -2.718089) (xy -0.768465 -2.621372) (xy -0.779148 -2.476306)
(xy -0.832302 -2.242261) (xy -0.897248 -1.997411) (xy -1.002077 -1.614541) (xy -1.0637 -1.342913)
(xy -1.062894 -1.163551) (xy -0.980436 -1.05748) (xy -0.797105 -1.005726) (xy -0.493678 -0.989314)
(xy -0.050932 -0.989267) (xy 0.123701 -0.98961) (xy 0.616616 -0.993152) (xy 0.963601 -1.004879)
(xy 1.183529 -1.026446) (xy 1.295275 -1.059505) (xy 1.31948 -1.094352) (xy 1.298521 -1.22034)
(xy 1.243133 -1.457326) (xy 1.164548 -1.757819) (xy 1.150407 -1.809213) (xy 1.043088 -2.255847)
(xy 1.008894 -2.569631) (xy 1.048676 -2.765972) (xy 1.163285 -2.860279) (xy 1.208992 -2.870512)
(xy 1.420553 -2.83991) (xy 1.739874 -2.711189) (xy 2.149801 -2.493929) (xy 2.633175 -2.197713)
(xy 3.172841 -1.832122) (xy 3.525487 -1.576813) (xy 3.929546 -1.272303) (xy 4.214754 -1.04349)
(xy 4.398878 -0.873667) (xy 4.499689 -0.746128) (xy 4.534955 -0.644167) (xy 4.535714 -0.627021)
(xy 4.535714 -0.627021)) (layer F.SilkS) (width 0.1))
(fp_poly (pts (xy 1.023542 -3.736319) (xy 0.895402 -3.389445) (xy 0.679417 -3.11223) (xy 0.563302 -2.982356)
(xy 0.508034 -2.869698) (xy 0.506066 -2.720981) (xy 0.549854 -2.48293) (xy 0.574294 -2.370022)
(xy 0.658312 -1.973188) (xy 0.69611 -1.709422) (xy 0.675383 -1.550382) (xy 0.583822 -1.467723)
(xy 0.409122 -1.433104) (xy 0.16144 -1.419187) (xy -0.12355 -1.415195) (xy -0.339882 -1.428263)
(xy -0.43645 -1.453549) (xy -0.490308 -1.618268) (xy -0.466441 -1.923684) (xy -0.365224 -2.365222)
(xy -0.360015 -2.384058) (xy -0.225225 -2.868872) (xy -0.488808 -3.104404) (xy -0.714353 -3.402585)
(xy -0.808424 -3.746824) (xy -0.77552 -4.096523) (xy -0.620138 -4.411085) (xy -0.346777 -4.649915)
(xy -0.31571 -4.666738) (xy 0.033719 -4.763905) (xy 0.380075 -4.71573) (xy 0.68714 -4.538441)
(xy 0.918691 -4.248265) (xy 0.989692 -4.081895) (xy 1.023542 -3.736319) (xy 1.023542 -3.736319)) (layer F.SilkS) (width 0.1))
(fp_poly (pts (xy -3.320079 -0.321578) (xy -3.381169 -0.206169) (xy -3.537606 -0.087441) (xy -3.656944 -0.12265)
(xy -3.710414 -0.301007) (xy -3.711039 -0.32987) (xy -3.666881 -0.523821) (xy -3.553583 -0.57585)
(xy -3.399915 -0.47517) (xy -3.381169 -0.453571) (xy -3.320079 -0.321578) (xy -3.320079 -0.321578)) (layer F.SilkS) (width 0.1))
(fp_poly (pts (xy -1.911824 -0.1467) (xy -1.935194 -0.006732) (xy -2.006645 0.114199) (xy -2.128505 0.265484)
(xy -2.225472 0.329848) (xy -2.226624 0.32987) (xy -2.322643 0.267542) (xy -2.444552 0.117317)
(xy -2.446603 0.114199) (xy -2.537406 -0.05684) (xy -2.52656 -0.197017) (xy -2.465958 -0.318756)
(xy -2.343482 -0.473895) (xy -2.226624 -0.536039) (xy -2.106037 -0.47051) (xy -1.987289 -0.318756)
(xy -1.911824 -0.1467) (xy -1.911824 -0.1467)) (layer F.SilkS) (width 0.1))
(fp_poly (pts (xy 3.778435 -0.1467) (xy 3.755065 -0.006732) (xy 3.683615 0.114199) (xy 3.561755 0.265484)
(xy 3.464788 0.329848) (xy 3.463636 0.32987) (xy 3.367616 0.267542) (xy 3.245708 0.117317)
(xy 3.243657 0.114199) (xy 3.152854 -0.05684) (xy 3.163699 -0.197017) (xy 3.224301 -0.318756)
(xy 3.346778 -0.473895) (xy 3.463636 -0.536039) (xy 3.584223 -0.47051) (xy 3.702971 -0.318756)
(xy 3.778435 -0.1467) (xy 3.778435 -0.1467)) (layer F.SilkS) (width 0.1))
)

View File

@@ -0,0 +1,24 @@
(module footprints:MagneticBuzzer_ProSignal_ABT-410-RC (layer F.Cu) (tedit 544E5504)
(descr "Buzzer, Elektromagnetic Beeper, Summer, 1,5V-DC,")
(tags "Pro Signal, ABT-410-RC,")
(fp_text reference U1 (at 3.175 -8.001) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value BUZZER (at 2.17424 8.001) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 8.17626 -0.50038) (end 8.17626 0.50038) (layer F.SilkS) (width 0.15))
(fp_line (start 7.67588 0) (end 8.6741 0) (layer F.SilkS) (width 0.15))
(fp_circle (center 3.175 0) (end 4.17576 0) (layer F.SilkS) (width 0.15))
(fp_text user + (at 10.67562 0) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 3.175 0) (end 9.37514 0) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole circle (at 0 0) (size 1.6002 1.6002) (drill 1.00076) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at 6.35 0) (size 1.6002 1.6002) (drill 1.00076) (layers *.Cu *.Mask F.SilkS))
(model Buzzers_Beepers.3dshapes/MagneticBuzzer_ProSignal_ABT-410-RC.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

View File

@@ -0,0 +1,31 @@
(module footprints:Pin_Header_Straight_2x02 (layer F.Cu) (tedit 0)
(descr "Through hole pin header")
(tags "pin header")
(fp_text reference P1 (at 0 -5.1) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value PWR_JUMPER (at 0 -3.1) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.75 -1.75) (end -1.75 4.3) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.3 -1.75) (end 4.3 4.3) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.75 -1.75) (end 4.3 -1.75) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.75 4.3) (end 4.3 4.3) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.55 0) (end -1.55 -1.55) (layer F.SilkS) (width 0.15))
(fp_line (start 0 -1.55) (end -1.55 -1.55) (layer F.SilkS) (width 0.15))
(fp_line (start -1.27 1.27) (end 1.27 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 1.27 1.27) (end 1.27 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 1.27 -1.27) (end 3.81 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 3.81 -1.27) (end 3.81 3.81) (layer F.SilkS) (width 0.15))
(fp_line (start 3.81 3.81) (end -1.27 3.81) (layer F.SilkS) (width 0.15))
(fp_line (start -1.27 3.81) (end -1.27 1.27) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole rect (at 0 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole oval (at 2.54 0) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 3 thru_hole oval (at 0 2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 4 thru_hole oval (at 2.54 2.54) (size 1.7272 1.7272) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(model Pin_Headers.3dshapes/Pin_Header_Straight_2x02.wrl
(at (xyz 0.05 -0.05 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 90))
)
)

Some files were not shown because too many files have changed in this diff Show More