Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
droplet-sequence-generator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pedatestcontrib
droplet-sequence-generator
Commits
c3a4deb0
Commit
c3a4deb0
authored
7 years ago
by
Peter Wagenhuber
Browse files
Options
Downloads
Patches
Plain Diff
letzter schliff pres
parent
d3181581
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pres/reveal.js-master/css/theme/white.css
+2
-2
2 additions, 2 deletions
pres/reveal.js-master/css/theme/white.css
pres/reveal.js-master/index.html
+15
-1
15 additions, 1 deletion
pres/reveal.js-master/index.html
with
17 additions
and
3 deletions
pres/reveal.js-master/css/theme/white.css
+
2
−
2
View file @
c3a4deb0
...
@@ -16,7 +16,7 @@ body {
...
@@ -16,7 +16,7 @@ body {
.reveal
{
.reveal
{
font-family
:
"Source Sans Pro"
,
Helvetica
,
sans-serif
;
font-family
:
"Source Sans Pro"
,
Helvetica
,
sans-serif
;
font-size
:
42
px
;
font-size
:
38
px
;
font-weight
:
normal
;
font-weight
:
normal
;
color
:
#222
;
}
color
:
#222
;
}
...
@@ -50,7 +50,7 @@ body {
...
@@ -50,7 +50,7 @@ body {
font-weight
:
600
;
font-weight
:
600
;
line-height
:
1.2
;
line-height
:
1.2
;
letter-spacing
:
normal
;
letter-spacing
:
normal
;
text-transform
:
uppercase
;
/*
text-transform: uppercase;
*/
text-shadow
:
none
;
text-shadow
:
none
;
word-wrap
:
break-word
;
}
word-wrap
:
break-word
;
}
...
...
This diff is collapsed.
Click to expand it.
pres/reveal.js-master/index.html
+
15
−
1
View file @
c3a4deb0
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
<section>
<section>
<h4>
Algorithm to generate all possible sequences
</h4>
<h4>
Algorithm to generate all possible sequences
</h4>
<ul>
<ul>
<li>
Acend the Path recursively for every Droplet and decide at every Bifurcation if another heder droplet is needed
</li>
<li>
A
s
cend the Path recursively for every Droplet and decide at every Bifurcation if another heder droplet is needed
</li>
<li>
This generates a (possibly huge) list of possibleSequences
</li>
<li>
This generates a (possibly huge) list of possibleSequences
</li>
</ul>
</ul>
</section>
</section>
...
@@ -87,6 +87,20 @@ else:
...
@@ -87,6 +87,20 @@ else:
</pre></code>
</pre></code>
</section>
</section>
<section>
<h4>
Possible Improvements
</h4>
<ul>
<li>
Performance !
</li>
<li>
Recursion for finding possible sequences not implemented with good performance
</li>
<ol>
<li>
Check paths for header droplets that are likely to produce a short (with a lower amount of header droplets) sequence
</li>
<li>
After all possible sequences for these few paths are found check for feasability and colesceing
</li>
<li>
Just in case no sequence was found check the more complicated possible sequences
</li>
</ol>
<li>
No verfication yet (that the sequence really realizes the correct payload path)
</li>
</ul>
</section>
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment