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.
git command line |
3 lines
of
Plain text
by
Nahakra
|
45 Bytes |
Show |
Edit |
Expand |
1
2
3 |
git rebase master
git stash
git stash apply |
|
avr |
6 lines
of
C
by
jgm
|
139 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<pre><code class="c">
void reset(void){
PORTD |= (1 << PD5);
PORTD &= ~(1 << PD5);
}
</pre> |
|
avr |
1 line
of
C
by
jgm
|
19 Bytes |
Show |
Edit |
Expand |
|
html |
239 lines
of
HTML
|
11.3 KB |
Show |
Edit |
Expand |
1
2
3 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.or... |
|
Configuration |
12 lines
of
diff
by
Manolo Micozzi
|
543 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
class="it.unimc.olat.portlet.allcourses.PortletContentsConfiguration"
singleton="false">
<property name... |
|
PHP Test |
58 lines
of
PHP
|
1.63 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
<?php
if(!defined('IN_UCHOME')) exit('Access Denied');
$cardgame=Array
(
648 => Array
(
'id' => 648,
'gname' => '星辰劫',
'gamezt_pic' => '',
'gbpic' => '/uploads/gamepic/20... |
|
CSS Test |
142 lines
of
CSS
|
6.78 KB |
Show |
Edit |
Expand |
1
2
3 |
html { background:#5b9bf4 url(/i/layout/wall.jpg) 0 0 no-repeat fixed; }
body { background:transparent; padding:174px 0 42px 0; }
.out-margin { max-width:980px; margin: auto; position:relative; ... |
|
diff |
1 line
of
Groovy (beta)
|
2 Bytes |
Show |
Edit |
Expand |
|
sql |
9 lines
of
SQL
by
foo
|
328 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
SELECT wpdat.workpoolid,
max(wpdat.open) AS open_high,
min(wpdat.open) AS open_low,
max(wpdat.resubmissions) AS resubmissions_high,
min(wpdat.resubmissions) AS resubmissions_low... |
|
mytest |
4 lines
of
C++
|
35 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
namespace State.City
{
...
} |
|