Skip to content

Commit 290b2f0

Browse files
committed
Inserido recurso de simulação de cirInserido recurso de simulação de
circuitos.
1 parent e46d77f commit 290b2f0

File tree

342 files changed

+12017
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

342 files changed

+12017
-0
lines changed

_data/circuitjs1.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ads:
2+
- title: Conheça o Curso Arduino Minas
3+
url: http://facebook.com/CursoArduinoMInas
4+
- title: Conheça o Basicão da Eletrônica
5+
url: http://facebook.com/basicaodaeletronica

_includes/circuitjs1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<iframe width="{{include.width}}" height="{{include.width}}" src="{{site.basrurl}}/assets/js/circuitjs1/circuitjs.html?startCircuit={{include.startCircuit}}"></iframe>

_layouts/circuitjs1.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!DOCTYPE html>
2+
<html lang="{{site.lang}}">
3+
<head>
4+
<meta charset="{{site.charset}}">
5+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6+
<link rel="icon" href="{{ site.baseurl }}/assets/images/favicon.png">
7+
<title>{{ page.title }} | {{site.name}}</title>
8+
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
9+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
10+
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
11+
<link href="https://fonts.googleapis.com/css?family=Rubik:400,400i,500,500i,700,700i" rel="stylesheet">
12+
<link href="{{ site.baseurl }}/assets/css/theme.css" rel="stylesheet">
13+
<link href="{{ site.baseurl }}/assets/css/circuitjs1.css" rel="stylesheet">
14+
<link href="{{ site.baseurl }}/assets/css/custom.css" rel="stylesheet">
15+
16+
{% if site.sharethis.enable %}
17+
<script type='text/javascript' src='//platform-api.sharethis.com/js/sharethis.js#property={{site.sharethis.property}}&product={{site.sharethis.product}}"></script>'
18+
{% endif %}
19+
20+
{% if jekyll.environment == 'production' %}
21+
<script>
22+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
23+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
24+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
25+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
26+
27+
ga('create', '{{site.google_analytics}}', 'auto');
28+
ga('send', 'pageview');
29+
</script>
30+
{% endif %}
31+
<!-- Properties can be specified to influence deferred binding -->
32+
<meta name='gwt:property' content='locale={{site.locale}}'>
33+
</head>
34+
35+
36+
37+
{% capture layout %}{% if page.layout %}layout-{{ page.layout }}{% endif %}{% endcapture %}
38+
<body class="{{ layout }}">
39+
40+
41+
42+
<div class="site-content">
43+
<div class="container">
44+
<!-- Content
45+
================================================== -->
46+
<div class="main-content">
47+
<iframe src="javascript:''" id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
48+
{{ content }}
49+
</div>
50+
<!-- JavaScript
51+
================================================== -->
52+
<script src="{{ site.baseurl }}/assets/js/jquery.min.js"></script>
53+
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
54+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
55+
<script src="{{ site.baseurl }}/assets/js/ie10-viewport-bug-workaround.js"></script>
56+
<script type='text/javascript' src='{{ site.baseurl }}/assets/js/masonry.pkgd.min.js'></script>
57+
<script src="{{ site.baseurl }}/assets/js/theme.js"></script>
58+
<script language="javascript" src="{{site.basrurl}}/assets/js/circuitjs1/circuitjs1.nocache.js
59+
"></script>
60+
</body>
61+
</html>

_layouts/clean.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html lang="{{site.lang}}">
3+
<head>
4+
<meta charset="{{site.charset}}">
5+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6+
<link rel="icon" href="{{ site.baseurl }}/assets/images/favicon.png">
7+
<title>{{ page.title }} | {{site.name}}</title>
8+
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
9+
{% if jekyll.environment == 'production' %}
10+
<script>
11+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
12+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
13+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
14+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
15+
ga('create', '{{site.google_analytics}}', 'auto');
16+
ga('send', 'pageview');
17+
</script>
18+
{% endif %}
19+
</head>
20+
{% capture layout %}{% if page.layout %}layout-{{ page.layout }}{% endif %}{% endcapture %}
21+
<body >
22+
{{ content }}
23+
</body>
24+
</html>

_sass/circuitjs1.scss

Whitespace-only changes.

assets/css/circuitjs1.css

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
.disabled {
2+
color: lightgray
3+
}
4+
.topSpace {
5+
margin-top: 12px;
6+
}
7+
.cursorPointer {
8+
cursor: default;
9+
}
10+
.cursorCross {
11+
cursor: crosshair;
12+
}
13+
14+
.cursorSplitter {
15+
cursor: row-resize;
16+
}
17+
18+
.gwt-MenuItem-disabled {
19+
color: lightgray;
20+
}
21+
.offScreen {
22+
position: absolute;
23+
right: 101%;
24+
overflow: hidden;
25+
}
26+
.gwt-Frame{
27+
scrolling: "no";
28+
border: 0px !important;
29+
}
30+
31+
.gwt-MenuItem {
32+
font-size: 12px !important;
33+
}
34+
35+
.gwt-MenuBar-horizontal {
36+
font-size: 12px !important;
37+
}
38+
39+
.gwt-Label-selected {
40+
font-size: 1.3em;
41+
font-weight: 700;
42+
border-top: 1px solid black;
43+
border-bottom: 1px solid black;
44+
}
45+
.gwt-Label-1off {
46+
color: DarkGray;
47+
}
48+
49+
.gwt-Label-2off {
50+
font-size:0.8em;
51+
color: LightGray;
52+
}
53+
54+
.gwt-Label-current {
55+
}
56+
57+
.topButton-red {
58+
margin-top: 5px;
59+
margin-bottom: 5px;
60+
margin-left:5px;
61+
padding: 5px 7px;
62+
text-decoration: none;
63+
color: #ffffff;
64+
cursor: pointer;
65+
cursor: hand;
66+
font-size: small;
67+
background-color: #ff0000;
68+
border: 1px solid #bbb;
69+
border-bottom: 1px solid #a0a0a0;
70+
border-radius: 3px;
71+
-moz-border-radius: 3px;
72+
}
73+
74+
.topButton {
75+
margin-top: 5px;
76+
margin-bottom: 5px;
77+
margin-left:5px;
78+
padding: 5px 7px;
79+
text-decoration: none;
80+
cursor: pointer;
81+
cursor: hand;
82+
font-size: small;
83+
background-color: #e7e7e7;
84+
border: 1px solid #bbb;
85+
border-bottom: 1px solid #a0a0a0;
86+
border-radius: 3px;
87+
-moz-border-radius: 3px;
88+
}
89+

assets/js/circuitjs1/8137C0A21FA700693D3D871E9DDB09A0.cache.js

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

assets/js/circuitjs1/A1E285434C940E71C0C67D345D389CFB.cache.js

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

assets/js/circuitjs1/EF56482C6D2E75DBB6DF31213C13401D.cache.js

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

assets/js/circuitjs1/F80EC2C1C06F5F006B8FC5B1F2777B04.cache.js

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

assets/js/circuitjs1/FCBCAD94E4A0C1C2B48E47A35410176C.cache.js

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

assets/js/circuitjs1/circuitjs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
layout: circuitjs1
3+
title: Circuit JS1
4+
---

assets/js/circuitjs1/circuitjs1.nocache.js

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
$ 1 5.0E-6 11.251013186076355 50 5.0 50
2+
f 352 416 464 416 6 3.25
3+
f 352 368 464 368 6 3.25
4+
w 464 384 464 400 0
5+
f 304 304 352 304 7 -1.75
6+
f 224 304 272 304 7 -1.75
7+
w 352 320 352 336 0
8+
w 272 320 272 336 0
9+
w 272 336 352 336 0
10+
w 352 336 464 336 0
11+
w 464 336 464 352 0
12+
w 272 272 272 288 0
13+
w 272 272 352 272 0
14+
w 352 272 352 288 0
15+
f 304 240 352 240 6 -1.75
16+
f 304 192 352 192 6 -1.75
17+
w 352 256 352 272 0
18+
w 352 208 352 224 0
19+
R 352 176 352 144 0 0 40.0 2.5 0.0 0.0 0.5
20+
w 304 192 224 192 0
21+
w 224 192 224 304 0
22+
w 304 240 304 304 0
23+
w 304 240 192 240 0
24+
w 192 240 192 368 0
25+
w 192 368 352 368 0
26+
w 160 192 224 192 0
27+
w 160 192 160 416 0
28+
w 160 416 352 416 0
29+
g 464 432 464 448 0
30+
f 368 112 416 112 7 3.25
31+
f 400 64 464 64 7 3.25
32+
w 464 16 464 48 0
33+
w 416 16 416 96 0
34+
w 416 16 464 16 0
35+
w 464 240 464 336 0
36+
w 400 64 160 64 0
37+
w 160 64 160 192 0
38+
w 192 240 192 112 0
39+
w 192 112 368 112 0
40+
R 416 16 368 16 0 0 40.0 5.0 0.0 0.0 0.5
41+
w 416 128 416 144 0
42+
w 416 144 464 144 0
43+
w 464 144 464 80 0
44+
w 464 144 464 240 0
45+
M 464 240 528 240 1 2.5
46+
L 160 192 96 192 1 2 false 5.0 0.0
47+
L 192 240 96 240 1 1 false 5.0 0.0
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
$ 1 5.0E-6 10.812258501325767 50 5.0 50
2+
f 368 368 480 368 6 3.25
3+
w 480 384 480 400 0
4+
w 368 320 368 336 0
5+
w 288 320 288 336 0
6+
w 288 336 368 336 0
7+
w 480 336 480 352 0
8+
w 288 272 288 288 0
9+
w 288 272 368 272 0
10+
w 368 272 368 288 0
11+
w 368 256 368 272 0
12+
w 368 208 368 224 0
13+
R 368 176 368 144 0 0 40.0 2.5 0.0 0.0 0.5
14+
w 320 192 240 192 0
15+
w 240 192 240 304 0
16+
w 320 240 320 304 0
17+
w 320 240 208 240 0
18+
w 208 240 208 368 0
19+
w 208 368 368 368 0
20+
w 176 192 240 192 0
21+
w 176 192 176 416 0
22+
w 176 416 368 416 0
23+
f 416 64 480 64 7 3.25
24+
w 480 16 480 48 0
25+
w 432 16 480 16 0
26+
w 480 240 480 336 0
27+
M 480 240 544 240 1 2.5
28+
w 416 64 176 64 0
29+
w 176 64 176 192 0
30+
w 208 240 208 112 0
31+
L 176 192 80 192 1 2 false 5.0 0.0
32+
L 208 240 80 240 1 1 false 5.0 0.0
33+
R 432 16 384 16 0 0 40.0 5.0 0.0 0.0 0.5
34+
w 480 144 480 240 0
35+
f 416 112 480 112 7 3.25
36+
w 480 80 480 96 0
37+
w 480 128 480 144 0
38+
w 208 112 416 112 0
39+
f 368 416 432 416 6 3.25
40+
g 480 400 480 416 0
41+
g 432 432 432 448 0
42+
w 368 336 432 336 0
43+
w 432 336 432 400 0
44+
w 432 336 480 336 0
45+
f 240 304 288 304 6 -1.75
46+
f 320 304 368 304 6 -1.75
47+
f 320 192 368 192 7 -1.75
48+
f 320 240 368 240 7 -1.75
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
$ 1 5.0E-6 10.812258501325767 50 5.0 50
2+
f 288 288 352 288 6 -1.75
3+
w 352 272 352 240 0
4+
w 352 240 352 208 0
5+
f 288 192 352 192 7 3.25
6+
w 288 192 288 240 0
7+
w 288 240 288 288 0
8+
R 352 176 352 128 0 0 40.0 5.0 0.0 0.0 0.5
9+
M 352 240 400 240 1 2.5
10+
L 288 240 240 240 1 0 false 5.0 0.0
11+
R 352 304 352 352 0 0 40.0 2.5 0.0 0.0 0.5
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
$ 1 5.0E-6 10.812258501325767 50 5.0 50
2+
f 288 288 352 288 6 3.25
3+
w 352 272 352 240 0
4+
w 352 240 352 208 0
5+
f 288 192 352 192 7 0.75
6+
w 288 192 288 240 0
7+
w 288 240 288 288 0
8+
R 352 176 352 128 0 0 40.0 5.0 0.0 0.0 0.5
9+
M 352 240 400 240 1 2.5
10+
L 288 240 240 240 1 0 false 5.0 0.0
11+
g 352 304 352 336 0
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
$ 1 5.0E-6 10.812258501325767 50 5.0 50
2+
f 288 288 352 288 6 0.75
3+
w 352 272 352 240 0
4+
w 352 240 352 208 0
5+
f 288 192 352 192 7 0.75
6+
w 288 192 288 240 0
7+
w 288 240 288 288 0
8+
R 352 176 352 128 0 0 40.0 5.0 0.0 0.0 0.5
9+
M 352 240 400 240 1 2.5
10+
L 288 240 240 240 1 0 false 5.0 0.0
11+
R 352 304 352 352 0 0 40.0 2.5 0.0 0.0 0.5
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
$ 1 5.0E-6 10.812258501325767 50 5.0 50
2+
f 336 352 384 352 6 3.25
3+
f 256 272 304 272 6 -1.75
4+
f 256 208 304 208 7 -1.75
5+
w 304 320 384 320 0
6+
w 384 320 384 336 0
7+
w 256 272 256 352 0
8+
w 256 352 336 352 0
9+
w 304 224 304 256 0
10+
R 304 192 304 160 0 0 40.0 2.5 0.0 0.0 0.5
11+
f 256 128 384 128 7 3.25
12+
w 256 128 256 208 0
13+
R 384 112 384 80 0 0 40.0 5.0 0.0 0.0 0.5
14+
g 384 368 384 400 0
15+
w 384 240 384 320 0
16+
w 384 144 384 240 0
17+
M 384 240 448 240 1 2.5
18+
w 256 272 256 240 0
19+
w 256 240 256 208 0
20+
L 256 240 192 240 1 2 false 5.0 0.0
21+
w 304 288 304 320 0
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
$ 1 0.000005 3.046768661252054 41 120 15
2+
v 32 320 32 80 0 1 60 169.7056274847714 0 0 0.5
3+
r 496 80 496 320 0 150
4+
w 32 80 112 80 0
5+
w 416 80 496 80 0
6+
S 112 208 192 208 0 1 false 0 2
7+
w 112 80 112 208 0
8+
w 416 80 416 208 0
9+
S 416 208 336 208 0 0 false 0 2
10+
w 192 192 336 192 0
11+
w 336 224 192 224 0
12+
w 32 320 496 320 0

0 commit comments

Comments
 (0)