Changed my name :)
This commit is contained in:
parent
1ad9f691aa
commit
65fe72e4d6
|
@ -1,7 +1,7 @@
|
||||||
<!-- Tufts VUE 3.3.0 concept-map (Graph-notes-copy2.vue) 2017-04-11 -->
|
<!-- Tufts VUE 3.3.0 concept-map (Graph-notes-copy2.vue) 2017-04-11 -->
|
||||||
<!-- Tufts VUE: http://vue.tufts.edu/ -->
|
<!-- Tufts VUE: http://vue.tufts.edu/ -->
|
||||||
<!-- Do Not Remove: VUE mapping @version(1.1) jar:file:/nix/store/z92y35qgs6g3cvvh0i4f14mg5n47zvvi-vue-3.3.0/share/vue/vue.jar!/tufts/vue/resources/lw_mapping_1_1.xml -->
|
<!-- Do Not Remove: VUE mapping @version(1.1) jar:file:/nix/store/z92y35qgs6g3cvvh0i4f14mg5n47zvvi-vue-3.3.0/share/vue/vue.jar!/tufts/vue/resources/lw_mapping_1_1.xml -->
|
||||||
<!-- Do Not Remove: Saved date Tue Apr 11 14:04:44 CEST 2017 by georges on platform Linux 4.4.40 in JVM 1.8.0_122-04 -->
|
<!-- Do Not Remove: Saved date Tue Apr 11 14:04:44 CEST 2017 by Suzanne Soy on platform Linux 4.4.40 in JVM 1.8.0_122-04 -->
|
||||||
<!-- Do Not Remove: Saving version @(#)VUE: built October 8 2015 at 1724 by tomadm on Linux 2.6.32-504.23.4.el6.x86_64 i386 JVM 1.7.0_21-b11(bits=32) -->
|
<!-- Do Not Remove: Saving version @(#)VUE: built October 8 2015 at 1724 by tomadm on Linux 2.6.32-504.23.4.el6.x86_64 i386 JVM 1.7.0_21-b11(bits=32) -->
|
||||||
<?xml version="1.0" encoding="US-ASCII"?>
|
<?xml version="1.0" encoding="US-ASCII"?>
|
||||||
<LW-MAP xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<LW-MAP xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
@ -9,10 +9,10 @@
|
||||||
label="Graph-notes-copy2.vue" created="1479309847604" x="0.0"
|
label="Graph-notes-copy2.vue" created="1479309847604" x="0.0"
|
||||||
y="0.0" width="1.4E-45" height="1.4E-45" strokeWidth="0.0" autoSized="false">
|
y="0.0" width="1.4E-45" height="1.4E-45" strokeWidth="0.0" autoSized="false">
|
||||||
<resource referenceCreated="1491912284366" size="216026"
|
<resource referenceCreated="1491912284366" size="216026"
|
||||||
spec="/home/georges/phc/racket-packages/phc-graph/Graph-notes-copy2.vue"
|
spec="/home/suzanne/phc/racket-packages/phc-graph/Graph-notes-copy2.vue"
|
||||||
type="1" xsi:type="URLResource">
|
type="1" xsi:type="URLResource">
|
||||||
<title>Graph-notes-copy2.vue</title>
|
<title>Graph-notes-copy2.vue</title>
|
||||||
<property key="File" value="/home/georges/phc/racket-packages/phc-graph/Graph-notes-copy2.vue"/>
|
<property key="File" value="/home/suzanne/phc/racket-packages/phc-graph/Graph-notes-copy2.vue"/>
|
||||||
</resource>
|
</resource>
|
||||||
<fillColor>#FFFFFF</fillColor>
|
<fillColor>#FFFFFF</fillColor>
|
||||||
<strokeColor>#404040</strokeColor>
|
<strokeColor>#404040</strokeColor>
|
||||||
|
@ -3966,6 +3966,6 @@
|
||||||
</PathwayList>
|
</PathwayList>
|
||||||
<date>2016-11-16</date>
|
<date>2016-11-16</date>
|
||||||
<modelVersion>6</modelVersion>
|
<modelVersion>6</modelVersion>
|
||||||
<saveLocation>/home/georges/phc/racket-packages/phc-graph</saveLocation>
|
<saveLocation>/home/suzanne/phc/racket-packages/phc-graph</saveLocation>
|
||||||
<saveFile>/home/georges/phc/racket-packages/phc-graph/Graph-notes-copy2.vue</saveFile>
|
<saveFile>/home/suzanne/phc/racket-packages/phc-graph/Graph-notes-copy2.vue</saveFile>
|
||||||
</LW-MAP>
|
</LW-MAP>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
phc-graph
|
phc-graph
|
||||||
Copyright (c) 2016 georges
|
Copyright (c) 2016 Suzanne Soy
|
||||||
|
|
||||||
This package is distributed under the GNU Lesser General Public
|
This package is distributed under the GNU Lesser General Public
|
||||||
License (LGPL). This means that you can link phc-graph into proprietary
|
License (LGPL). This means that you can link phc-graph into proprietary
|
||||||
|
|
2
info.rkt
2
info.rkt
|
@ -33,4 +33,4 @@
|
||||||
("Data Structures"))))
|
("Data Structures"))))
|
||||||
(define pkg-desc "Description Here")
|
(define pkg-desc "Description Here")
|
||||||
(define version "0.0")
|
(define version "0.0")
|
||||||
(define pkg-authors '("Georges Dupéron"))
|
(define pkg-authors '(|Suzanne Soy|))
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
racket/base]]
|
racket/base]]
|
||||||
|
|
||||||
@title{Ph.C Graph library: Implementation}
|
@title{Ph.C Graph library: Implementation}
|
||||||
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
|
@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
|
||||||
|
|
||||||
This library is implemented using literate programming. The implementation
|
This library is implemented using literate programming. The implementation
|
||||||
details are presented in the following sections. The user documentation is in
|
details are presented in the following sections. The user documentation is in
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
racket/base]]
|
racket/base]]
|
||||||
|
|
||||||
@title{Ph.C Graph library}
|
@title{Ph.C Graph library}
|
||||||
@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
|
@author[@author+email["Suzanne Soy" "racket@suzanne.soy"]]
|
||||||
|
|
||||||
This library is implmented using literate programming. The
|
This library is implmented using literate programming. The
|
||||||
implementation details are presented in
|
implementation details are presented in
|
||||||
|
|
Loading…
Reference in New Issue
Block a user