Welcome! This page is using CodeRay 1.1.2.

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

Page 89, 10 entries

Bash 15 lines of Delphi 446 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
# Settings:

# Where and what you want to call the Lockfile
lockfile='/var/run/WiFi_Check.pid'

# Which Interface do you want to check/fix
wlan='wlan0'

# Isolate the intended gateway IP ad...
fdg 31 lines of Delphi 634 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
Public Class Test
    Implements ITest


    Public Property kommaZahl() As Double Implements ITest.kommaZahl
        Get
            Return 1.2
        End Get
        Set(ByVal value As D...
jekyll 17 lines of Ruby by a 583 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
module Jekyll
  class TagIndex < Page
    def initialize(site, base, dir, tag)
      @site = site
      @base = base
      @dir = dir
      @name = 'index.html'
      self.process(@name)
  ...
Java test 66 lines of Java 2.69 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
import java.io.*;
import java.net.*;
import java.security.*;
import java.util.*;

public class hmacSHA256 {
    public static String encrypt(
                        String message,
       ...
puppet_Test 139 lines of Ruby 5.95 KB Show Edit Expand
1
2
3
4
5
  #
class rabbitmq(
  $admin_enable               = $rabbitmq::params::admin_enable,
  $cluster_disk_nodes         = $rabbitmq::params::cluster_disk_nodes,
  $cluster_node_type          = $rabb...
Title / Description 1 line of JavaScript 1 Byte Show Edit Expand
1
รง
SMC CEGUI 0.8 patch 376 lines of diff by Hans de Goede 15 KB Show Edit Expand
1
2
3
diff -ur smc-1.9/src/audio/random_sound.cpp smc-1.9.new/src/audio/random_sound.cpp
--- smc-1.9/src/audio/random_sound.cpp  2009-04-24 19:55:24.000000000 +0200
+++ smc-1.9.new/src/audio/random_soun...
a 1 line of C++ 53 Bytes Show Edit Expand
1
<pre><code class="java">if (i < 0) break;</code><pre>
FindGLEW 38 lines of Plain text 1.35 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
#.rst:
# FindGLEW
# --------
#
# Find the OpenGL Extension Wrangler Library (GLEW)
#
# This module defines the following variables:
#
# ::
#
#   GLEW_INCLUDE_DIRS - include directories fo...
Boggle 177 lines of C++ by Tensai 4.42 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
#include <iostream>
#include <fstream>
#include <string>
#include <sstream>
#include <vector>
#include <set>
#include <list>
#include <map>
#include <cctype>
#include <math.h>
// #include...

Page 89, 10 entries