-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (55 loc) · 3.78 KB
/
index.html
File metadata and controls
61 lines (55 loc) · 3.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Computeflow by DanielMoreiraPT</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Computeflow</h1>
<h2 class="project-tagline">Flow Programming made easier</h2>
<a href="https://github.com/DanielMoreiraPT/ComputeFlow" class="btn">View on GitHub</a>
<a href="https://github.com/DanielMoreiraPT/ComputeFlow/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/DanielMoreiraPT/ComputeFlow/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<p>Computeflow is our vision of how visual programming and flow-based programming should be combined to make data manipulation a task in which you don't think about the code you are writing but what you want your programming to do.</p>
<h1>
<a id="what-makes-us-different" class="anchor" href="#what-makes-us-different" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>What makes us different?</h1>
<ul>
<li>Our code is not limited by the lack of features such as multi-threading and multiprocessor, we are prepared for you to make the most out of your software.</li>
<li>Our UI is light weight and capable, able to freely access the file system to save and load your files.</li>
<li>We are OS independent, being compatible with Windows, MacOS and Linux, for every time of programmer.</li>
</ul>
<h1>
<a id="how-it-works" class="anchor" href="#how-it-works" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>How it works?</h1>
<ul>
<li>By making use of our modules, are black-box processes, all you have to worry about is where you want your data to flow to and what processes you want to run.</li>
<li>Design your Workflow in our intuitive UI, save your work and run it, as simple as that.</li>
</ul>
<h1>
<a id="features" class="anchor" href="#features" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Features</h1>
<ul>
<li>Read to take on big amounts of data, we built Computeflow to scale with ease, so all you have to worry about it your solution.</li>
<li>Share your work easily, all you have to do is send your flow file to your friend and he can use it as well.</li>
</ul>
<h2>
<a id="members" class="anchor" href="#members" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Members</h2>
<ul>
<li>Daniel Moreira (<a href="mailto:danielbarbosa@ua.pt">danielbarbosa@ua.pt</a>)</li>
<li>André Catarino (<a href="mailto:andre.catarino@ua.pt">andre.catarino@ua.pt</a>)</li>
<li>Rui Melo (<a href="mailto:r.melo@ua.pt">r.melo@ua.pt</a>)</li>
<li>Aneta Pawelec (<a href="mailto:pawelec.aneta98@gmail.com">pawelec.aneta98@gmail.com</a>)</li>
</ul>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/DanielMoreiraPT/ComputeFlow">Computeflow</a> is maintained by <a href="https://github.com/DanielMoreiraPT">DanielMoreiraPT</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>