View NOISE-INPUT-REDUCED-148-33.tmp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module test_extends | |
type shape | |
integer :: color | |
logical :: filled | |
integer :: x | |
integer :: y | |
end type shape | |
type, extends(shape :: rectangle | |
integer :: length | |
integer :: width |
View spelunker.el, 20160312
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; spelunker.el --- front-end for tags file generated by universal-ctags | |
;; Copyright (C) 2016 Masatake YAMATO | |
;; This program is free software; you can redistribute it and/or | |
;; modify it under the terms of the GNU General Public License as | |
;; published by the Free Software Foundation; either version 3, or | |
;; (at your option) any later version. | |
;; | |
;; This program is distributed in the hope that it will be useful, |
View spelunker.el, 20160525
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; spelunker.el --- front-end for tags file generated by universal-ctags | |
;; Copyright (C) 2016 Masatake YAMATO | |
;; This program is free software; you can redistribute it and/or | |
;; modify it under the terms of the GNU General Public License as | |
;; published by the Free Software Foundation; either version 3, or | |
;; (at your option) any later version. | |
;; | |
;; This program is distributed in the hope that it will be useful, |
View spelunker.el, 20161206
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; spelunker.el --- front-end for tags file generated by universal-ctags | |
;; Copyright (C) 2016 Masatake YAMATO | |
;; This program is free software; you can redistribute it and/or | |
;; modify it under the terms of the GNU General Public License as | |
;; published by the Free Software Foundation; either version 3, or | |
;; (at your option) any later version. | |
;; | |
;; This program is distributed in the hope that it will be useful, |
View spelunker.el 20170207
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See https://gist.github.com/masatake/18ade8b1e1be07b53d228329ded4a856 |
View minimal-9.html
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<table width="100%" border="0"> | |
<tr><th align="center" bgcolor="#CCCC00"><font size=6>History of Ghostscript versions 9.xx</font> | |
</table> | |
<h2>Table of contents</h2> |
View exclusive.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/main/parse.c b/main/parse.c | |
index 254c661..9a8c624 100644 | |
--- a/main/parse.c | |
+++ b/main/parse.c | |
@@ -1677,25 +1677,43 @@ static void doNothing (void) | |
{ | |
} | |
+static void optlibRunBaseParser (void) | |
+{ |
View Adding end field to jscript.c(trial)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 129295aa67b290c87e04a67d3bf49b9a2da960c8 | |
Author: Masatake YAMATO <yamato@redhat.com> | |
Date: Tue May 9 10:34:40 2017 +0900 | |
temp | |
Signed-off-by: Masatake YAMATO <yamato@redhat.com> | |
diff --git a/parsers/jscript.c b/parsers/jscript.c | |
index 884c141..0b0f70f 100644 |
View gist:024709a7f0f40819d7a9d674d3f3c013
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi, | |
I am a developer of @universal-ctags. | |
I would like to incorporate your <LANG> parser to universal-ctags. | |
universal-ctag is distributed under term of | |
GNU General Public License version 2 or (at your option) any later version. | |
If you allow me to incorporate your parser into universal-ctags, could you add | |
I would like you to add following copyright notice at the head of your .ctags: |
View default.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<remote name="github" fetch="https://github.com/" /> | |
<default revision="master" remote="github" /> | |
<project name="systemd/systemd.git" path="systemd" /> | |
</manifest> |
OlderNewer