Welcome! This page is using CodeRay 1.1.2.

We currently have 3066 rays in the database.
You can add a New Ray or browse the posted rays by pages.

Page 184, 10 entries

Simple Bash Script 38 lines of Python 677 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
#! /bin/sh
### BEGIN INIT INFO
# Provides:          reboot
# Required-Start:
# Required-Stop:
# Default-Start:
# Default-Stop:      6
# Short-Description: Execute the reboot command.
# Desc...
test 12 lines of PHP 265 Bytes Show Edit Expand
1
2
3
4
5
6
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        Dim SAPI
        SAPI = CreateObject("SAPI.spvoice"...
test 12 lines of Python 265 Bytes Show Edit Expand
1
2
3
4
5
6
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        Dim SAPI
        SAPI = CreateObject("SAPI.spvoice"...
test 3 lines of PHP 28 Bytes Show Edit Expand
1
2
3
/**
 * <pre>hola</pre>
 */
test 12 lines of C++ 265 Bytes Show Edit Expand
1
2
3
4
5
6
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        Dim SAPI
        SAPI = CreateObject("SAPI.spvoice"...
test 12 lines of HTML 265 Bytes Show Edit Expand
1
2
3
4
5
6
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        Dim SAPI
        SAPI = CreateObject("SAPI.spvoice"...
test 12 lines of JavaScript 265 Bytes Show Edit Expand
1
2
3
4
5
6
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        Dim SAPI
        SAPI = CreateObject("SAPI.spvoice"...
test 12 lines of C 265 Bytes Show Edit Expand
1
2
3
4
5
6
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        Dim SAPI
        SAPI = CreateObject("SAPI.spvoice"...
docstring 7 lines of Python 229 Bytes Show Edit Expand
1
2
3
4
5
6
def addMaps(self, maps):
    """
    Add list/tuple <maps> mappings to the <display>.  These determine what
    scalars will appear along what axes. See makeMaps, below.
    """
    for map in...
whatever 8 lines of Ruby 136 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
def foo(num)
  #Verifica se o código é válido
  if num > 0 and num < 10
    puts “wrong code”
  end
  
  return num += @delta
end

Page 184, 10 entries