| rger | 2 lines
of
Plain text | 36 Bytes | Show | Edit | Expand | 
| 
  | 1
2 | /workspace/PROJECT/
/workspace/lib/ | 
 | 
| urxvt config | 22 lines
of
Plain text
by
Quintus | 852 Bytes | Show | Edit | Expand | 
| 
  | 1
2
3
4
5
6
7 | URxvt.iso14755: false
URxvt.background: black
URxvt.foreground: white
URxvt.cursorColor: red
URxvt.font: xft:Inconsolata:pixelsize=18, \
            xft:DejaVu Sans Mono:pixelsize=14
URxvt.cu... | 
 | 
| Test | 9 lines
of
C++ | 1013 Bytes | Show | Edit | Expand | 
| 
  | 1
2
3 | virtual  int send_event_async(int eventNo) { return this->send_event_async(NULL, NULL, eventNo); }
  virtual  int send_event_async(const char *endpoint, const char *soap_action, int eventNo);
   | 
 | 
| ruby exception | 6 lines
of
Ruby
by
frr | 74 Bytes | Show | Edit | Expand | 
| 
  | 1
2
3
4
5
6 | def irgendwas(value)
  if value
    "Gesetzt"
  else
    "Nichts"
end | 
 | 
| Echo Nest JSON response | 1 line
of
JavaScript | 2.53 KB | Show | Edit | Expand | 
| 
  | 1 | response: {"status"=>{"version"=>"4.2", "code"=>0, "message"=>"Success"}, "start"=>0, "total"=>2, "biographies"=>[{"text"=>"Radiohead are an English alternative rock band from Abingdon, Oxfordshire... | 
 | 
| Echo Nest JSON response | 1 line
of
HTML
by
Echo Nest | 2.53 KB | Show | Edit | Expand | 
| 
  | 1 | response: {"status"=>{"version"=>"4.2", "code"=>0, "message"=>"Success"}, "start"=>0, "total"=>2, "biographies"=>[{"text"=>"Radiohead are an English alternative rock band from Abingdon, Oxfordshire... | 
 | 
| glossary test | 22 lines
of
JSON | 603 Bytes | Show | Edit | Expand | 
| 
  | 1
2
3
4
5
6
7
8
9 | {
    "glossary": {
        "title": "example glossary",
    "GlossDiv": {
            "title": "S",
      "GlossList": {
                "GlossEntry": {
                    "ID": "SGML",
          "... | 
 | 
| gitconfig | 2 lines
of
Plain text | 234 Bytes | Show | Edit | Expand | 
| 
  | 1
2 | [alias]
  graph = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold cyan)%h%C(reset) - %C(green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n          %C(white)%s%C(rese... | 
 | 
| errors | 9 lines
of
JSON | 254 Bytes | Show | Edit | Expand | 
| 
  | 1
2
3
4
5
6
7 | {
  form_errors: {
    field_name: ["message1", "message2", "..."],
    field_name: ["message1", "message2", "..."],
  },
  messages: ["message1", "message2", "..."],
  warnings: ["message1", "messag... | 
 | 
| te | 3 lines
of
C++ | 71 Bytes | Show | Edit | Expand | 
| 
  | 1
2
3 | Response.BinaryWrite(renderedBytes);
Response.End();
return View();
 | 
 |