DrupalBin
Submit Code
About
Recent Posts
Code
1 hour 46 min
ago
weird filefield with mp3 embed object
2 hours 3 min
ago
D6 FAPI Examples
2 hours 31 min
ago
returning to the same code a second time doesn't have the $form_values argument set
6 hours 50 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
security scanner
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
test
Test
July 25, 2008 - 4:40am — Anonymous
<?php
print
(
)
;
output
(
)
?>
test
Test
May 20, 2008 - 9:02am — Anonymous
<?php
print
"Test de coloration syntaxique"
;
?>
test
TEST
May 4, 2008 - 11:38am — Anonymous
var
x =
1
;
var
y =
2
;
if
(
x < y
)
{
// Do some stuff here
var
z = x + y;
}
else
{
var
z = y - x;
}
alert
(
z
)
;
test
test
May 2, 2008 - 9:33am — Anonymous
<code type=cpp>
#include
double C_to_F
(
double
)
;
int main
(
)
{
using namespace std;
cout <<
"Enter a temperature in Celsius: "
;
double C;
cin >> C;
double F;
F = C_to_F
(
C
)
;
test
Read more
test
April 26, 2008 - 7:39am — Anonymous
freq =
1
;
amp =
110
;
loopTime =
3
;
t
=
time
% loopTime;
wiggle1 = wiggle
(
freq, amp,
1
,
0.5
,
t
)
;
wiggle2 = wiggle
(
freq, amp,
1
,
0.5
,
t
- loopTime
)
;
linear
(
t
,
0
, loopTime, wiggle1, wiggle2
)
test
test
April 1, 2008 - 12:17am — Anonymous
<p>
bbb
</p>
test
java
March 20, 2008 - 3:16pm — Anonymous
public
class
FrisdrankAutomaat
{
//attributes
private
int kostprijs;
private
int bedrag =
200
;
//constructors
public
FrisdrankAutomaat
(
int kostprijs
)
{
test
Read more
test
March 14, 2008 - 9:12am — Anonymous
blah
test
test
February 17, 2008 - 9:10pm — Anonymous
testing
test
Fix for maximum function length test
February 15, 2008 - 5:53pm — Anonymous
<?php
$i
=
0
;
while
(
true
)
{
$i
++;
$f
=
str_repeat
(
'l'
,
$i
)
;
$c
=
"function $f() { echo '$i
\n
'; }
\n
$f();"
;
eval
(
$c
)
;
}
test
1
2
next ›
last »