Welcome! This page is using CodeRay 1.1.2.
We currently have
3061 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
thing |
29 lines
of
HTML
|
1.2 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">Bootstrap!!</a>
<button type="bu... |
|
thing |
21 lines
of
HTML
|
1.03 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
<form action="#" method="post">
<div class="form-group">
<label for="username_input"><span class="glyphicon glyphicon-user"></span> Your Username</label>
<div class="input-group">
... |
|
thing |
14 lines
of
HTML
|
717 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
<form action="#" method="post">
<div class="form-group">
<label for="email_input"><span class="glyphicon glyphicon-user"></span> Your Username (Email)</label>
<input type="email" class... |
|
thing |
12 lines
of
HTML
|
413 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">The Modal Header</h4>
</div>... |
|
thing |
13 lines
of
HTML
|
459 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">The Modal Hea... |
|
thing |
18 lines
of
HTML
|
678 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal">Open Modal</button>
<div id="myModal" class="modal fade" role="dialog">
<div class="modal-dialog">... |
|
thing |
21 lines
of
HTML
|
763 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal">Open Modal</button>
<div id="myModal" class... |
|
thing |
29 lines
of
HTML
|
1.09 KB |
Show |
Edit |
Expand |
1
2
3
4 |
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavba... |
|
thing |
29 lines
of
C
|
1.09 KB |
Show |
Edit |
Expand |
1
2
3
4 |
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavba... |
|
asdfas |
10 lines
of
Java
by
aaa
|
328 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
for (int j = 0; j < rropticalno.length; j++)
{
if (String.valueOf(rropticalno[j]).equals("A")) {
rropticalno[j] = "内".charAt(0);
}
else if (String.valueOf(rropticalno... |
|