Welcome! This page is using CodeRay 1.1.2.
We currently have
3068 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
| delphi test |
21 lines
of
Delphi
by
meandmyself
|
236 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18 |
program IPList;
{$apptype console}
uses
SysUtils,
Classes,
JCLSysInfo;
var
stg :TStrings;
begin
stg := TStringList.Create;
GetIpAddresses (stg);
Wri... |
|
| p |
3 lines
of
PHP
|
44 Bytes |
Show |
Edit |
Expand |
1
2
3 |
<?
require 'vendor/autoload.php'; |
|
| p |
3 lines
of
PHP
|
39 Bytes |
Show |
Edit |
Expand |
1
2
3 |
<?php
require 'vendor/autoload.php'; |
|
| Test |
6 lines
of
PHP
by
Me
|
179 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<div class="infobox">
<strong>
<span class="title">Changes Saved Successfully!</span>
</strong>
<br>
Configuration settings have been saved successfully</div> |
|
| thing |
15 lines
of
HTML
|
568 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
<div class="btn-group" role="group" aria-label="...">
<button type="button" class="btn btn-default">1</button>
<button type="button" class="btn btn-default">2</button>
<div class="btn-gr... |
|
| thing |
2 lines
of
JavaScript
|
52 Bytes |
Show |
Edit |
Expand |
1
2 |
$("#closeNav").hide();
$("#openNav").show(); |
|
| thing |
29 lines
of
HTML
|
1.09 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="button" class="nav... |
|
| 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... |
|