gitextract_92_lc_1g/ ├── .devcontainer/ │ ├── Dockerfile │ └── devcontainer.json ├── .dockerignore ├── .github/ │ ├── FUNDING.yml │ ├── ISSUE_TEMPLATE/ │ │ ├── report-a-bug.md │ │ └── request-an-enhancement.md │ └── workflows/ │ ├── build.yml │ ├── release-ready.yml │ └── release-staging.yml ├── .gitignore ├── .vscode/ │ └── launch.json ├── Dockerfile ├── Dockerfile.build ├── LICENSE ├── README.md ├── Unix/ │ ├── AUTHORS │ ├── COPYING │ ├── INSTALL │ ├── Makefile │ ├── NEWS │ ├── README │ ├── cloc │ ├── cloc.1.pod │ ├── pod2man.mk │ ├── t/ │ │ ├── 00_C.t │ │ ├── 01_opts.t │ │ └── 02_git.t │ └── why_this_directory_exists.txt ├── cloc ├── sqlite_formatter └── tests/ ├── README ├── inputs/ │ ├── 955.bpmn │ ├── 955.hbm.xml │ ├── 955.jrxml │ ├── 955.lb.xml │ ├── 955.tld │ ├── AnsProlog.lp │ ├── Application_Data_Test.feature.cs │ ├── Arturo.art │ ├── Assembler-Intel.asm │ ├── Assembly-sysv.S │ ├── BUILD │ ├── BasicPlane.Figures-Rectangle.ixx │ ├── BoxWidget.ui │ ├── Buchberger.cocoa5 │ ├── C#.cs │ ├── C++-MFC.cc │ ├── C++-uppercase.CPP │ ├── C-Ansi.c │ ├── C.g4 │ ├── ChangeProperties.il │ ├── Chapel.chpl │ ├── Cobol.cbl │ ├── CodeQL.ql │ ├── ColdFusion.cfm │ ├── Combinators.idr │ ├── Containerfile │ ├── Counter.razor │ ├── DIEnumerator-10.0.ll │ ├── DocTest.thrift │ ├── Dockerfile │ ├── ERC20.cairo │ ├── ExprParser.g │ ├── FOCUS.focexec │ ├── Fortran77.f │ ├── Fortran90.f90 │ ├── FreemarkerTemplate.ftl │ ├── GamePanel.tscn │ ├── Gencat-NLS.msg │ ├── Haskell.hs │ ├── Hello.lidr │ ├── HelpersView.axaml │ ├── IDL.idl │ ├── ItemView.vue │ ├── Java.java │ ├── JetCar.cls │ ├── LaTeX.tex │ ├── Lanczos.m │ ├── LogMain.re │ ├── Lookup.agda │ ├── MSDOS.bat │ ├── Makefile │ ├── Mako.mako │ ├── Mathematica_1.m │ ├── Mathematica_2.wlt │ ├── Mojo.mojom │ ├── Mumps.mps │ ├── Octave.m │ ├── Once.HC │ ├── Pascal.p │ ├── Pascal.pas │ ├── Pascal.pp │ ├── PlusCalExample.tla │ ├── Prelude.dhall │ ├── ProcessPO.odx │ ├── RedBlackTree.res │ ├── RemoteSiteHelperTest.cls │ ├── RenderTest.metal │ ├── Rounds.scad │ ├── Sample.mc │ ├── SimpleODE.mo │ ├── Slim.html.slim │ ├── Slint-helloworld.slint │ ├── Snakefile │ ├── Splice.hs-boot │ ├── Sys.hx │ ├── TLAExample.tla │ ├── TableGen-ARM.td │ ├── Test.daml │ ├── Tk │ ├── Trapezoid_Rule.ipynb │ ├── TypeScript.ts │ ├── TypeScript_2.ts │ ├── USS.uss │ ├── UXML.uxml │ ├── X++.xpo │ ├── XML.xml │ ├── XSL-FO.xsl │ ├── XSLT.xslt │ ├── XmlToJSONSendPipeline.btp │ ├── Xtend.xtend │ ├── ZosMsg.mc │ ├── ZosNet.rc │ ├── ZosNp.def │ ├── aa/ │ │ └── bb/ │ │ └── cc/ │ │ └── plasma.c │ ├── acpclust.R │ ├── apertium-dan.dan.rlx │ ├── args.janet │ ├── arvo.hoon │ ├── asciidoctor.adoc │ ├── assembly.cs │ ├── basic.luau │ ├── basic.p4 │ ├── bbf-device.yang │ ├── beluga.bel │ ├── birds.pro │ ├── blur.glsl │ ├── body.gjs │ ├── bubs_tak_ard.prc │ ├── build.bzl │ ├── build.cake │ ├── cad.asy │ ├── cadence_test.cdc │ ├── captcha.cs │ ├── capture.ecr │ ├── certificates.sls │ ├── ch10-REPL-oriented-repl-interactions.cj │ ├── chat.st │ ├── child_template.jinja2 │ ├── child_template.njk │ ├── clarityfiles.clar │ ├── class.imba │ ├── cli-args.nf │ ├── cloc-dev.code-workspace │ ├── cloc_counts.csv │ ├── clusterConf.ttcn │ ├── comments.rhai │ ├── comments_in_str.svelte │ ├── comp.ecpp │ ├── complex_union.derw │ ├── conditions.CBL │ ├── config.junos │ ├── cpp-example.inc │ ├── cross-platform.just │ ├── csharp-designer.designer.cs │ ├── cucumber.feature │ ├── custom.triple.extension.js │ ├── darwin-configuration.nix │ ├── dd/ │ │ └── bb/ │ │ ├── cc/ │ │ │ └── MoreTeapotsRenderer.cpp │ │ ├── config.c │ │ └── ee/ │ │ └── TeapotRenderer.cpp │ ├── demo.odin │ ├── dev.exs │ ├── diff/ │ │ ├── A/ │ │ │ ├── d1/ │ │ │ │ └── hello.f90 │ │ │ ├── d2/ │ │ │ │ ├── hello.java │ │ │ │ └── hi.py │ │ │ └── hello.C │ │ └── B/ │ │ ├── d1/ │ │ │ └── hello.f90 │ │ ├── d2/ │ │ │ └── hi.py │ │ ├── extra_file.pl │ │ └── hello.C │ ├── dlist.lean │ ├── door.tres │ ├── dotNET_intermediate.il │ ├── double_doors.dsc │ ├── drools.drl │ ├── drupal.mxml │ ├── eddsa.circom │ ├── elixir.ex │ ├── en_AU.po │ ├── example_2d.gdshader │ ├── fib.dfy │ ├── fib_class.pkl │ ├── fibonacci.ncl │ ├── find.plm │ ├── flatbuffers.fbs │ ├── fmt.ha │ ├── foo_bar/ │ │ ├── bar/ │ │ │ └── foo/ │ │ │ └── momo/ │ │ │ └── tbfm.sh │ │ └── foo/ │ │ └── bar/ │ │ └── lala/ │ │ └── tfbl.sh │ ├── fortran.inc │ ├── fractal.um │ ├── fsharp.fs │ ├── fsharp_script.fsx │ ├── functional.cj │ ├── futhark.fut │ ├── generate.fnl │ ├── git_helpers.fish │ ├── github_user.aria │ ├── glade-search-popover.ui │ ├── glossary.json │ ├── glossary.json5 │ ├── gnureadline.vala │ ├── graphql.gql │ ├── greeter.tsx │ ├── groovy_triple.gvy │ ├── guard_talking.yarn │ ├── guestbook.tpl │ ├── hanoi.inc │ ├── harbour_xbase.prg │ ├── hello.C │ ├── hello.bf │ ├── hello.f │ ├── hello.f90 │ ├── hello.java │ ├── hello.kt │ ├── hello.lua │ ├── hello.pas │ ├── hello.pl1 │ ├── hello.sp │ ├── hello1.pas │ ├── hello_1.0.bb │ ├── hello_app.go │ ├── hello_app.ʕ◔ϖ◔ʔ │ ├── hello_app_autogen.go │ ├── hello_app_autogen.ʕ◔ϖ◔ʔ │ ├── helloworld.raml │ ├── hi.mojo │ ├── hi.py │ ├── htlc.teal │ ├── html_heex_example.heex │ ├── i18n_de.ts │ ├── iclean.icl │ ├── idris_block_comments.idr │ ├── igorpro.ipf │ ├── includes_demo.mustache │ ├── inner_ref.jsonnet │ ├── input.gts │ ├── insertJournalEntry.ipl │ ├── invoices.prql │ ├── io.c3 │ ├── issue_875.bdy │ ├── issue_876.vue │ ├── issues/ │ │ ├── 114/ │ │ │ ├── bar/ │ │ │ │ ├── bee/ │ │ │ │ │ └── inner_most.js │ │ │ │ └── under_Bar.js │ │ │ └── foo/ │ │ │ └── under_foo.js │ │ ├── 131/ │ │ │ ├── README │ │ │ └── hi.py │ │ ├── 132/ │ │ │ ├── .gitignore │ │ │ ├── C-Ansi.c │ │ │ ├── README │ │ │ └── ignore_dir/ │ │ │ └── Fortran77.f │ │ ├── 166/ │ │ │ ├── X │ │ │ └── fake.thy │ │ ├── 183/ │ │ │ ├── eval1957.SACunidir.fr │ │ │ └── file.fth │ │ ├── 245/ │ │ │ └── complex_regular_subexpression.scala │ │ ├── 280/ │ │ │ ├── L/ │ │ │ │ └── hello_1.c │ │ │ └── R/ │ │ │ └── hello_2.c │ │ ├── 286/ │ │ │ └── project/ │ │ │ ├── ignore_subdir/ │ │ │ │ └── test.py │ │ │ └── read_subdir/ │ │ │ └── hi.c │ │ ├── 296/ │ │ │ ├── Lanczos.m │ │ │ ├── Mathematica_1.m │ │ │ ├── Octave.m │ │ │ ├── hello.lua │ │ │ ├── nested.lua │ │ │ └── qsort_demo.m │ │ ├── 312/ │ │ │ └── sam #ple.py │ │ ├── 318/ │ │ │ ├── Rcs.yaml │ │ │ └── Réponse.cs │ │ ├── 327/ │ │ │ ├── example.smarty2 │ │ │ └── lang.config │ │ ├── 341/ │ │ │ ├── cItems.cls │ │ │ └── thesis.cls │ │ ├── 350/ │ │ │ └── fs.go │ │ ├── 365/ │ │ │ └── RSpecTests.java │ │ ├── 370/ │ │ │ └── arduino_issue_370.ino │ │ ├── 375/ │ │ │ └── docstring.py │ │ ├── 378/ │ │ │ └── git_script.sh │ │ ├── 380/ │ │ │ └── wrapper.pl │ │ ├── 381/ │ │ │ ├── issue381.c │ │ │ └── issue381.java │ │ ├── 386/ │ │ │ └── make_386_repo.sh │ │ ├── 405/ │ │ │ └── globs.py │ │ ├── 407/ │ │ │ ├── count_dir/ │ │ │ │ ├── C-Ansi.c │ │ │ │ └── Test/ │ │ │ │ └── Java.java │ │ │ ├── level2/ │ │ │ │ ├── Java.java │ │ │ │ └── level/ │ │ │ │ └── Test/ │ │ │ │ ├── C-Ansi.c │ │ │ │ └── level2/ │ │ │ │ └── hi.py │ │ │ └── linked_dir/ │ │ │ └── hello.f │ │ ├── 408/ │ │ │ └── badly_named_ruby.pl │ │ ├── 420/ │ │ │ └── mixed_case_ext.Pl │ │ ├── 433/ │ │ │ └── excl.txt │ │ ├── 454/ │ │ │ └── createServer.js │ │ ├── 455/ │ │ │ ├── list.txt │ │ │ └── list_align.txt │ │ ├── 456/ │ │ │ ├── XML_no_ext │ │ │ └── XML_weird_ext.profile │ │ ├── 463/ │ │ │ ├── left.C │ │ │ └── right.C │ │ ├── 472/ │ │ │ ├── lua_def.txt │ │ │ └── not_really.lua │ │ ├── 476/ │ │ │ ├── A/ │ │ │ │ ├── bye.C │ │ │ │ ├── bye.f90 │ │ │ │ ├── hello.C │ │ │ │ └── hello.f90 │ │ │ └── B/ │ │ │ ├── bye.f90 │ │ │ ├── hello.C │ │ │ ├── hello.f90 │ │ │ └── yo.C │ │ ├── 482/ │ │ │ └── A/ │ │ │ ├── C-Ansi.c │ │ │ ├── hi.py │ │ │ └── temp.c │ │ ├── 494/ │ │ │ ├── P_EDI_Book.sql │ │ │ └── P_EDI_BookF8.sql │ │ ├── 502/ │ │ │ ├── FileCounter20200715140433.txt │ │ │ └── Điếm LOC/ │ │ │ └── P_EDI_Book.sql │ │ ├── 513/ │ │ │ ├── L/ │ │ │ │ └── empty.c │ │ │ └── diff_list.txt │ │ ├── 520/ │ │ │ └── julia_docstr.jl │ │ ├── 521/ │ │ │ ├── Test 188/ │ │ │ │ ├── Test1.sql │ │ │ │ └── UP0PB.sql │ │ │ └── Test188New/ │ │ │ └── Test 188/ │ │ │ ├── Test1.sql │ │ │ └── UP0PB.sql │ │ ├── 528/ │ │ │ ├── Fortran77.f │ │ │ ├── Lanczos.m │ │ │ ├── Mathematica_1.m │ │ │ ├── Octave.m │ │ │ ├── hello.C │ │ │ ├── hello.f │ │ │ ├── matlab_line_colors.m │ │ │ └── qsort_demo.m │ │ ├── 530/ │ │ │ └── C-Ansi.c │ │ ├── 537/ │ │ │ ├── my_define.txt │ │ │ └── sourceCounter.vsql │ │ ├── 538/ │ │ │ └── add.elm │ │ ├── 539/ │ │ │ └── nested_comments.elm │ │ ├── 540/ │ │ │ └── Hello.f │ │ ├── 542/ │ │ │ └── txt_lang_def.txtt │ │ ├── 577/ │ │ │ ├── diff_list_file.txt │ │ │ ├── options.txt │ │ │ ├── tour.swift │ │ │ └── tour2.swift │ │ ├── 579/ │ │ │ └── csharp-autogen.cs │ │ ├── 580/ │ │ │ └── encodingtest.cs │ │ ├── 596/ │ │ │ ├── def.txt │ │ │ └── hello.C │ │ ├── 597/ │ │ │ └── hello.C │ │ ├── 606/ │ │ │ └── in/ │ │ │ └── nomad_job.hcl │ │ ├── 611/ │ │ │ └── cmakelists.txt │ │ ├── 613/ │ │ │ └── nav.scss │ │ ├── 619/ │ │ │ └── RA.s │ │ ├── 625/ │ │ │ ├── new/ │ │ │ │ └── hello.C │ │ │ └── old/ │ │ │ └── .gitignore │ │ ├── 628/ │ │ │ └── sample.graphql │ │ ├── 644/ │ │ │ └── UInt8.cs │ │ ├── 657/ │ │ │ ├── C-Ansi.c │ │ │ ├── extra/ │ │ │ │ └── Mathematica_1.m │ │ │ └── hello.f │ │ ├── 670/ │ │ │ ├── hello.C │ │ │ └── hi.py │ │ ├── 692/ │ │ │ ├── A.txt │ │ │ └── B.txt │ │ ├── 701/ │ │ │ └── demo.ml │ │ ├── 710/ │ │ │ ├── A/ │ │ │ │ ├── cal.data │ │ │ │ └── hello.C │ │ │ ├── B/ │ │ │ │ └── hello.C │ │ │ └── test_files.list │ │ ├── 712/ │ │ │ ├── dir1/ │ │ │ │ ├── main.c │ │ │ │ └── sub_dir1/ │ │ │ │ └── foo.txt │ │ │ └── dir2/ │ │ │ ├── foo.txt │ │ │ └── main.c │ │ ├── 713/ │ │ │ └── hello.C │ │ ├── 720/ │ │ │ └── inputs.txt │ │ ├── 722/ │ │ │ ├── Fortran77.f │ │ │ ├── hello.f90 │ │ │ └── hello.lua │ │ ├── 735/ │ │ │ └── excludes.txt │ │ ├── 753/ │ │ │ ├── Application_Data_Test.feature.cs │ │ │ ├── assembly.cs │ │ │ └── csharp-designer.designer.cs │ │ ├── 781/ │ │ │ ├── fortran.inc │ │ │ ├── pascal.inc │ │ │ └── test1.inc │ │ ├── 784/ │ │ │ ├── .cloc-ignore │ │ │ └── src/ │ │ │ └── net/ │ │ │ └── companies/ │ │ │ ├── assembly.cs │ │ │ └── captcha.cs │ │ ├── 785/ │ │ │ ├── (dir)/ │ │ │ │ └── test.svelte │ │ │ ├── .cloc-ignore │ │ │ └── ok/ │ │ │ └── ok.sh │ │ ├── 804/ │ │ │ └── infoSQL.java │ │ ├── 805/ │ │ │ └── text_block.java │ │ ├── 806/ │ │ │ └── huffman.java │ │ ├── 811/ │ │ │ └── inline_comment.xml │ │ ├── 816/ │ │ │ └── star_slash_star.go │ │ ├── 822/ │ │ │ ├── a/ │ │ │ │ └── b/ │ │ │ │ └── c.csv │ │ │ └── a.csv │ │ ├── 833/ │ │ │ └── Developer/ │ │ │ ├── abc.txt │ │ │ └── clocTest/ │ │ │ └── foo/ │ │ │ ├── bar/ │ │ │ │ └── bar.swift │ │ │ └── foo.swift │ │ ├── 851/ │ │ │ └── level_1/ │ │ │ ├── flatbuffers.fbs │ │ │ ├── hello.lua │ │ │ └── level_2/ │ │ │ └── hello_2.lua │ │ ├── 862/ │ │ │ ├── Fortran77.f │ │ │ ├── a.py │ │ │ ├── b.py │ │ │ └── hello.c │ │ ├── 898/ │ │ │ ├── irregular'file.md │ │ │ └── regular.md │ │ └── 906/ │ │ ├── current_version.py │ │ └── previous_version.py │ ├── julia.jl │ ├── just_stuff.haml │ ├── kvlang.kv │ ├── layer.conf │ ├── layout.dt │ ├── linker.ld │ ├── locale_facets.h │ ├── logos.x │ ├── logos.xm │ ├── logtalk.lgt │ ├── machineDefFreshIds.lem │ ├── magikfile.magik │ ├── main.f03 │ ├── master.blade.php │ ├── matlab_line_colors.m │ ├── md5.rkt │ ├── meson.build │ ├── messages.rb │ ├── mfile.mk │ ├── modules1-func1.pp │ ├── modules1-func2.pp │ ├── modules1-ntp1.pp │ ├── modules1-typealias.pp │ ├── moonbit.mbt │ ├── moonbit.mbti │ ├── nested.lua │ ├── nomad_job.hcl │ ├── notes.typ │ ├── nu-example.nu │ ├── nuon-example.nuon │ ├── offline.jcl │ ├── openharmony.ets │ ├── orgmode.org │ ├── page_layout.aspx │ ├── pages.wxml │ ├── pages.wxss │ ├── parser_1.civet │ ├── parser_2.civet │ ├── pascal.inc │ ├── pek_example.pek │ ├── ping_pong.lfe │ ├── plain_text.txt │ ├── plantuml.puml │ ├── pointillism.pde │ ├── poly_constructor.jai │ ├── pop_by_country.xq │ ├── prob060-andreoss.p6 │ ├── proguard-project-app.pro │ ├── qsort_demo.m │ ├── queue.p │ ├── rand.apl │ ├── ranges.surql │ ├── razor.cshtml │ ├── reStructuredText.rst │ ├── reactive.svelte │ ├── regex_limit.gradle │ ├── ring.pony │ ├── robotframework.robot │ ├── robotframework.tsv │ ├── roku.brs │ ├── rules.sss │ ├── sample.R │ ├── sample.bicep │ ├── sample.ejs │ ├── schema.prisma │ ├── scheme.sls │ ├── script1-hadoop.pig │ ├── sdp_parser.jspeg │ ├── sdp_parser.peg │ ├── sdp_parser.peggy │ ├── sdp_parser.pegjs │ ├── sdp_parser.tspeg │ ├── send_msg.applescript │ ├── server_side.aspx │ ├── sharpsign.cl │ ├── slug.astro │ ├── solidity.sol │ ├── specman_e.e │ ├── specman_e2.e │ ├── squirrel_table.nut │ ├── stata.do │ ├── statcsv.nim │ ├── streamlines.pro │ ├── string.gleam │ ├── style.scss │ ├── swig_example.i │ ├── temp.c │ ├── templ_example.templ │ ├── test-1.0-py2.py3-none-win32.whl │ ├── test.Dsr │ ├── test.Rmd │ ├── test.hs │ ├── test.rego │ ├── test.vbhtml │ ├── test.vbs │ ├── test1.inc │ ├── test1.lhs │ ├── test1.php │ ├── test2.lhs │ ├── test_w_cpp_comments.svelte │ ├── tictactoe3d.ring │ ├── tnsdl.sdl │ ├── toml.pest │ ├── toml_example.toml │ ├── tour.swift │ ├── traffic_light.fsl │ ├── triple_lang_def.txt │ ├── type.wast │ ├── updateSprites.wgsl │ ├── utilities.R │ ├── variable_length.carbon │ ├── vba_test.vba │ ├── vbnet_test.vb │ ├── vbox.fxml │ ├── verilog.sv │ ├── vinos.nlogo │ ├── vs_solution.sln │ ├── vtl.vm │ ├── vyper.vy │ ├── warship.ts │ ├── webservice.wsdl │ ├── wiki.properties │ ├── window.blp │ ├── with_pod.pl │ ├── wokka.cbl │ ├── wokka.cs │ ├── wpedia.ini │ ├── x.mustache │ ├── xattr.conf │ ├── zir_sema.zig │ └── zos_assembly.s ├── make_git_repo.bash └── outputs/ ├── 00_C.yaml ├── 955.bpmn.yaml ├── 955.hbm.xml.yaml ├── 955.jrxml.yaml ├── 955.lb.xml.yaml ├── 955.tld.yaml ├── AnsProlog.lp.yaml ├── Arturo.art.yaml ├── Assembler-Intel.asm.yaml ├── Assembly-sysv.S.yaml ├── BUILD.yaml ├── BasicPlane.Figures-Rectangle.ixx.yaml ├── BoxWidget.ui.yaml ├── Buchberger.cocoa5.yaml ├── C#.cs.yaml ├── C++-MFC.cc.yaml ├── C++-uppercase.CPP.yaml ├── C-Ansi.c.yaml ├── C.g4.yaml ├── ChangeProperties.il.yaml ├── Chapel.chpl.yaml ├── Cobol.cbl.yaml ├── CodeQL.ql.yaml ├── ColdFusion.cfm.yaml ├── Combinators.idr.yaml ├── Containerfile.yaml ├── Counter.razor.yaml ├── DIEnumerator-10.0.ll.yaml ├── DocTest.thrift.yaml ├── Dockerfile.yaml ├── ERC20.cairo.yaml ├── ExprParser.g.yaml ├── FOCUS.focexec.yaml ├── Fortran77.f.yaml ├── Fortran90.f90.yaml ├── FreemarkerTemplate.ftl.yaml ├── GamePanel.tscn.yaml ├── Gencat-NLS.msg.yaml ├── Haskell.hs.yaml ├── Hello.lidr.yaml ├── HelpersView.axaml.yaml ├── IDL.idl.yaml ├── ItemView.vue.yaml ├── Java.java.yaml ├── JetCar.cls.yaml ├── LaTeX.tex.yaml ├── Lanczos.m.yaml ├── LogMain.re.yaml ├── Lookup.agda.yaml ├── MSDOS.bat.yaml ├── Makefile.yaml ├── Mako.mako.yaml ├── Mathematica_1.m.yaml ├── Mathematica_2.wlt.yaml ├── Mojo.mojom.yaml ├── Mumps.mps.yaml ├── Octave.m.yaml ├── Once.HC.yaml ├── Pascal.pas.yaml ├── Pascal.pp.yaml ├── PlusCalExample-no-autogen.tla.yaml ├── PlusCalExample.tla.yaml ├── Prelude.dhall.yaml ├── ProcessPO.odx.yaml ├── RedBlackTree.res.yaml ├── RemoteSiteHelperTest.cls.yaml ├── RenderTest.metal.yaml ├── Rounds.scad.yaml ├── SVG_logo.svg.yaml ├── Sample.mc.yaml ├── SimpleODE.mo.yaml ├── Slim.html.slim.yaml ├── Slint-helloworld.slint.yaml ├── Snakefile.yaml ├── Splice.hs-boot.yaml ├── Sys.hx.yaml ├── TLAExample.tla.yaml ├── TableGen-ARM.yaml ├── Test.daml.yaml ├── Tk.yaml ├── Trapezoid_Rule.ipynb.yaml ├── TypeScript.ts.yaml ├── TypeScript_2.ts.yaml ├── USS.uss.yaml ├── UXML.uxml.yaml ├── X++.xpo.yaml ├── XML.xml.yaml ├── XSL-FO.xsl.yaml ├── XSLT.xslt.yaml ├── XmlToJSONSendPipeline.btp.yaml ├── Xtend.xtend.yaml ├── ZosMsg.mc.yaml ├── ZosNet.rc.yaml ├── ZosNp.def.yaml ├── aa.yaml ├── acpclust.R.yaml ├── apertium-dan.dan.rlx.yaml ├── args.janet.yaml ├── arvo.hoon.yaml ├── asciidoctor.adoc.yaml ├── assembly.cs.yaml ├── basic.luau.yaml ├── basic.p4.yaml ├── bbf-device.yang.yaml ├── beluga.bel.yaml ├── birds.pro.yaml ├── bitbake.yaml ├── blur.glsl.yaml ├── body.gjs.yaml ├── bubs_tak_ard.prc.yaml ├── build.bzl.yaml ├── build.cake.yaml ├── cad.asy.yaml ├── cadence_test.cdc.yaml ├── captcha.cs.yaml ├── capture.ecr.yaml ├── certificates.sls.yaml ├── ch10-REPL-oriented-repl-interactions.cj.yaml ├── chat.st.yaml ├── child_template.jinja2.yaml ├── child_template.njk.yaml ├── clarityfiles.clar.yaml ├── class.imba.yaml ├── cli-args.nf.yaml ├── cloc-dev.code-workspace.yaml ├── cloc_counts.csv.yaml ├── clusterConf.ttcn.yaml ├── comments.rhai.yaml ├── comments_in_str.svelte.yaml ├── comp.ecpp.yaml ├── complex_union.derw.yaml ├── conditions.CBL.yaml ├── config.junos.yaml ├── cross-platform.just.yaml ├── csharp-designer.designer.cs.yaml ├── cucumber.feature.yaml ├── custom.triple.extension.js.yaml ├── darwin-configuration.nix.yaml ├── dd.yaml ├── demo.odin.yaml ├── dev.exs.yaml ├── dlist.lean.yaml ├── door.tres.yaml ├── dotNET_intermediate.il.yaml ├── double_doors.dsc.yaml ├── drools.drl.yaml ├── drupal.mxml.yaml ├── eddsa.circom.yaml ├── elixir.ex.yaml ├── en_AU.po.yaml ├── example_2d.gdshader.yaml ├── exclude_dir_1.yaml ├── fib.dfy.yaml ├── fib_class.pkl.yaml ├── fibonacci.ncl.yaml ├── find.plm.yaml ├── flatbuffers.fbs.yaml ├── fmt.ha.yaml ├── foo_bar.yaml ├── fractal.um.yaml ├── fsharp.fs.yaml ├── fsharp_script.fsx.yaml ├── functional.cj.yaml ├── futhark.fut.yaml ├── generate.fnl.yaml ├── git_helpers.fish.yaml ├── git_tests/ │ ├── 04179b6_ae0d26e.yaml │ ├── contents_f647093e8.tar.yaml │ ├── count_and_diff.yaml.HEAD │ ├── count_and_diff.yaml.HEAD~1 │ ├── count_and_diff.yaml.diff.HEAD~1.HEAD │ ├── d9b672643d.yaml │ ├── diff_contents_f647093e8.tar.yaml │ ├── diff_f15bf042b_f647093e8b.yaml │ ├── f15bf04_d9b6726.yaml │ └── f647093e8be3.yaml ├── github_user.aria.yaml ├── glade-search-popover.ui.yaml ├── glossary.json.yaml ├── glossary.json5.yaml ├── gnureadline.vala.yaml ├── graphql.gql.yaml ├── greeter.tsx.yaml ├── guard_talking.yarn.yaml ├── guestbook.tpl.yaml ├── harbour_xbase.prg.yaml ├── hello.bf.yaml ├── hello.f.yaml ├── hello.f90.yaml ├── hello.kt.yaml ├── hello.lua.yaml ├── hello.pas.yaml ├── hello.pl1.yaml ├── hello.sp.yaml ├── hello1.pas.yaml ├── hello_app.go-1.yaml ├── hello_app.go-2.yaml ├── helloworld.raml.yaml ├── hi.mojo.yaml ├── hi.py.yaml ├── htlc.teal.yaml ├── html_heex_example.heex.yaml ├── i18n_de.ts.yaml ├── iclean.icl.yaml ├── idris_block_comments.idr.yaml ├── igorpro.ipf.yaml ├── includes_demo.mustache.yaml ├── inner_ref.jsonnet.yaml ├── input.gts.yaml ├── insertJournalEntry.ipl.yaml ├── invoices.prql.yaml ├── io.c3.yaml ├── issue_875.bdy.yaml ├── issue_876.vue.yaml ├── issues/ │ ├── 114/ │ │ ├── T1.yaml │ │ ├── T2.yaml │ │ ├── T3.yaml │ │ ├── T4.yaml │ │ ├── T5.yaml │ │ ├── T6.yaml │ │ └── T7.yaml │ ├── 131/ │ │ ├── T1.yaml │ │ └── T2.yaml │ ├── 132/ │ │ ├── T1.yaml │ │ ├── T2.yaml │ │ ├── T3.yaml │ │ ├── T4.yaml │ │ ├── T5.yaml │ │ └── T6.yaml │ ├── 147/ │ │ └── T1.yaml │ ├── 166/ │ │ └── fake.thy.yaml │ ├── 183/ │ │ ├── eval1957.SACunidir.fr.yaml │ │ └── file.fth.yaml │ ├── 245/ │ │ └── CRS.scala.yaml │ ├── 280/ │ │ ├── 280.yaml │ │ └── 280_by_file.yaml │ ├── 286/ │ │ ├── 1.yaml │ │ ├── 2.yaml │ │ ├── 3.yaml │ │ ├── 4.yaml │ │ ├── 5.yaml │ │ └── 6.yaml │ ├── 296/ │ │ └── results.yaml │ ├── 312/ │ │ └── results.yaml │ ├── 327/ │ │ └── results.yaml │ ├── 341/ │ │ └── results.yaml │ ├── 350/ │ │ └── fs.go.yaml │ ├── 365/ │ │ └── results.yaml │ ├── 370/ │ │ └── results.yaml │ ├── 375/ │ │ └── results.yaml │ ├── 380/ │ │ └── wrapper.pl.yaml │ ├── 381/ │ │ ├── issue381.c.yaml │ │ └── issue381.java.yaml │ ├── 396/ │ │ ├── excl.yaml │ │ └── excl_diff.yaml │ ├── 405/ │ │ └── globs.py.yaml │ ├── 407/ │ │ ├── results1.yaml │ │ ├── results2.yaml │ │ └── results3.yaml │ ├── 408/ │ │ └── badly_named_ruby.yaml │ ├── 420/ │ │ └── results.yaml │ ├── 433/ │ │ └── results.yaml │ ├── 454/ │ │ └── createServer.js.yaml │ ├── 455/ │ │ ├── list.yaml │ │ └── list_align.yaml │ ├── 456/ │ │ ├── XML_no_ext.yaml │ │ └── XML_weird_ext.profile.yaml │ ├── 463/ │ │ └── diff.yaml │ ├── 472/ │ │ └── not_really.lua.yaml │ ├── 476/ │ │ ├── all.yaml │ │ ├── no_cpp.yaml │ │ └── no_fortran.yaml │ ├── 482/ │ │ └── results.yaml │ ├── 494/ │ │ └── results.yaml │ ├── 502/ │ │ └── results.yaml │ ├── 513/ │ │ └── results.yaml │ ├── 520/ │ │ ├── doc_as_code.yaml │ │ └── doc_as_comment.yaml │ ├── 521/ │ │ ├── skip_uniq.yaml │ │ └── uniq.yaml │ ├── 528/ │ │ ├── cutoff_code_10.yaml │ │ ├── cutoff_code_50pct.yaml │ │ └── cutoff_files_1.yaml │ ├── 530/ │ │ ├── case_1.yaml │ │ ├── case_2.yaml │ │ ├── case_3.yaml │ │ ├── case_4.yaml │ │ └── tests.sh │ ├── 537/ │ │ ├── results_force.yaml │ │ └── results_read.yaml │ ├── 538/ │ │ └── add.elm.yaml │ ├── 539/ │ │ └── nested_comments.elm.yaml │ ├── 540/ │ │ └── Hello.f.yaml │ ├── 542/ │ │ └── results.yaml │ ├── 577/ │ │ └── diff_list.yaml │ ├── 579/ │ │ └── csharp-autogen.cs.yaml │ ├── 580/ │ │ └── encodingtest.cs.yaml │ ├── 596/ │ │ └── results.yaml │ ├── 597/ │ │ └── results.yaml │ ├── 599/ │ │ └── results.yaml │ ├── 606/ │ │ └── results.yaml │ ├── 611/ │ │ └── cmakelists.txt.yaml │ ├── 613/ │ │ └── nav.scss.yaml │ ├── 619/ │ │ └── RA.s.yaml │ ├── 625/ │ │ └── results.yaml │ ├── 628/ │ │ └── results.yaml │ ├── 637/ │ │ ├── diff_incl_lang.yaml │ │ └── straight_incl_lang.yaml │ ├── 644/ │ │ └── results.yaml │ ├── 657/ │ │ └── results.yaml │ ├── 670/ │ │ └── results.yaml │ ├── 692/ │ │ └── results.yaml │ ├── 701/ │ │ └── results.yaml │ ├── 708/ │ │ └── results.yaml │ ├── 710/ │ │ └── results.yaml │ ├── 712/ │ │ └── results.yaml │ ├── 713/ │ │ └── results.yaml │ ├── 720/ │ │ └── results.yaml │ ├── 722/ │ │ └── results_1.yaml │ ├── 735/ │ │ └── results.yaml │ ├── 753/ │ │ ├── all.yaml │ │ └── no_autogen.yaml │ ├── 772/ │ │ └── results.yaml │ ├── 781/ │ │ └── results.yaml │ ├── 784/ │ │ └── results.yaml │ ├── 785/ │ │ └── results.yaml │ ├── 804/ │ │ └── infoSQL.java.yaml │ ├── 805/ │ │ └── text_block.java.yaml │ ├── 806/ │ │ └── results.yaml │ ├── 811/ │ │ └── inline_comment.xml.yaml │ ├── 816/ │ │ └── results.yaml │ ├── 822/ │ │ ├── T1.yaml │ │ ├── T2.yaml │ │ ├── T3.yaml │ │ ├── T4.yaml │ │ ├── T5.yaml │ │ ├── T6.yaml │ │ ├── T7.yaml │ │ └── T8.yaml │ ├── 833/ │ │ └── results.yaml │ ├── 851/ │ │ └── results.yaml │ ├── 862/ │ │ ├── diff_results.yaml │ │ └── results.yaml │ ├── 886/ │ │ ├── results.yaml │ │ └── results_by_file.yaml │ ├── 898/ │ │ └── results.yaml │ ├── 906/ │ │ └── results.yaml │ └── 917/ │ └── results.yaml ├── julia.jl.yaml ├── just_stuff.haml.yaml ├── kvlang.kv.yaml ├── layout.dt.yaml ├── linker.ld.yaml ├── locale_facets.h.yaml ├── logos.x.yaml ├── logos.xm.yaml ├── logtalk.lgt.yaml ├── machineDefFreshIds.lem.yaml ├── magikfile.magik.yaml ├── main.f03.yaml ├── master.blade.php.yaml ├── matlab_line_colors.m.yaml ├── md5.rkt.yaml ├── meson.build.yaml ├── messages.rb.yaml ├── mfile.mk.yaml ├── modules1-func1.pp.yaml ├── modules1-func2.pp.yaml ├── modules1-ntp1.pp.yaml ├── modules1-typealias.pp.yaml ├── moonbit.yaml ├── nested.lua.yaml ├── nomad_job.hcl.yaml ├── notes.typ.yaml ├── nu-example.nu.yaml ├── nuon-example.nuon.yaml ├── offline.jcl.yaml ├── openharmony.ets.yaml ├── orgmode.org.yaml ├── page_layout.aspx.yaml ├── pages.wxml.yaml ├── pages.wxss.yaml ├── parser_1.civet.yaml ├── parser_2.civet.yaml ├── pawn.yaml ├── pek_example.pek.yaml ├── ping_pong.lfe.yaml ├── plain_text.txt.yaml ├── plantuml.puml.yaml ├── pointillism.pde.yaml ├── poly_constructor.jai.yaml ├── pop_by_country.xq.yaml ├── prob060-andreoss.p6.yaml ├── proguard-project-app.pro.yaml ├── qsort_demo.m.yaml ├── rand.apl.yaml ├── ranges.surql.yaml ├── razor.cshtml.yaml ├── reStructuredText.rst.yaml ├── reactive.svelte.yaml ├── regex_limit.gradle.yaml ├── ring.pony.1.yaml ├── ring.pony.2.yaml ├── robotframework.robot.yaml ├── robotframework.tsv.yaml ├── roku.brs.yaml ├── rules.sss.yaml ├── sample.R.yaml ├── sample.bicep.yaml ├── sample.ejs.yaml ├── schema.prisma.yaml ├── scheme.sls.yaml ├── script1-hadoop.pig.yaml ├── sdp_parser.jspeg.yaml ├── sdp_parser.peg.yaml ├── sdp_parser.peggy.yaml ├── sdp_parser.pegjs.yaml ├── sdp_parser.tspeg.yaml ├── send_msg.applescript.yaml ├── server_side.aspx.yaml ├── sharpsign.cl.yaml ├── slug.astro.yaml ├── solidity.sol.yaml ├── specman_e.e.yaml ├── specman_e2.e.yaml ├── squirrel_table.nut.yaml ├── stata.do.yaml ├── statcsv.nim.yaml ├── streamlines.pro.yaml ├── string.gleam.yaml ├── style.scss.yaml ├── swig_example.i.yaml ├── temp.c.yaml ├── templ_example.templ.yaml ├── test-1.0-py2.py3-none-win32.whl.yaml ├── test.Dsr.yaml ├── test.Rmd.yaml ├── test.hs.yaml ├── test.rego.yaml ├── test.vbhtml.yaml ├── test.vbs.yaml ├── test1.inc.yaml ├── test1.lhs.yaml ├── test1.php.yaml ├── test2.lhs.yaml ├── test_w_cpp_comments.svelte.yaml ├── tictactoe3d.ring.yaml ├── tnsdl.sdl.yaml ├── toml.pest.yaml ├── toml_example.toml.yaml ├── tour.swift.yaml ├── traffic_light.fsl.yaml ├── type.wast.yaml ├── updateSprites.wgsl.yaml ├── utilities.R.yaml ├── variable_length.carbon.yaml ├── vba_test.vba.yaml ├── vbnet_test.vb.yaml ├── vbox.fxml.yaml ├── verilog.sv.yaml ├── vinos.nlogo.yaml ├── vs_solution.sln.yaml ├── vtl.vm.yaml ├── vyper.vy.yaml ├── warship.ts.yaml ├── webservice.wsdl.yaml ├── wiki.properties.yaml ├── window.blp.yaml ├── with_pod.pl.yaml ├── wokka.cbl.yaml ├── wokka.cs.yaml ├── wpedia.ini.yaml ├── x.mustache.yaml ├── zir_sema.zig.yaml └── zos_assembly.s.yaml