Skip to content

Commit fabf82e

Browse files
Pushing project files
1 parent ca5c577 commit fabf82e

13 files changed

+882
-3
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.idea/.name
2+
.idea/dbnavigator.xml
3+
.idea/encodings.xml
4+
.idea/hyperpolyglot-ruby-js.github.io.iml
5+
.idea/misc.xml
6+
.idea/modules.xml
7+
.idea/scopes/scope_settings.xml
8+
.idea/vcs.xml
9+
.idea/workspace.xml

.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dbnavigator.xml

Lines changed: 421 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/hyperpolyglot-ruby-js.github.io.iml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/scopes/scope_settings.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 407 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# hyperpolyglot-ruby-js.github.io
2-
Hyperpolyglot forked - Ruby & JS
2+
3+
Fork of Hyperpolyglot to compare Ruby and Javascript side by side.
4+
5+
## Forked Information
6+
Forked from: https://github.com/clarkgrubb/hyperpolyglot
7+
PHP and Python examples have been removed from the tables but not detailed explanations.
8+
Released under [Creative Commons Attribution-ShareAlike 3.0](http://creativecommons.org/licenses/by-sa/3.0/)

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div id="container-wrap">
1616
<div id="container">
1717
<div id="header">
18-
<h1><a href="/"><span>Hyperpolyglot</span></a></h1>
18+
<h1><a href="/"><span>Hyperpolyglot (Ruby & JS Only Fork)</span></a></h1>
1919
</div>
2020
<div id="content-wrap">
2121
<div id="main-content">

index2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div id="container-wrap">
1616
<div id="container">
1717
<div id="header">
18-
<h1><a href="/"><span>Hyperpolyglot</span></a></h1>
18+
<h1><a href="/"><span>Hyperpolyglot (Ruby & JS Only Fork)</span></a></h1>
1919
</div>
2020
<div id="content-wrap">
2121
<div id="main-content">

0 commit comments

Comments
 (0)