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 82, 10 entries

Singleton resource provider code 134 lines of C++ by Quintus 5.21 KB Show Edit Expand
1
2
3
4
5
6
7
#include <iostream>
#include <SDL.h>
#include <SDL_opengl.h>
#include <CEGUI/CEGUI.h>
#include <CEGUI/RendererModules/OpenGL/GLRenderer.h>
#include <CEGUI/XMLParserModules/Expat/XMLParser.h>
...
Still not entirely working example 133 lines of C++ by Quintus 5.12 KB Show Edit Expand
1
2
3
4
5
6
7
#include <iostream>
#include <SDL.h>
#include <SDL_opengl.h>
#include <CEGUI/CEGUI.h>
#include <CEGUI/RendererModules/OpenGL/GLRenderer.h>
#include <CEGUI/XMLParserModules/Expat/XMLParser.h>
...
Still not entirely working example 133 lines of C++ by Quintus 5.11 KB Show Edit Expand
1
2
3
4
5
6
7
#include <iostream>
#include <SDL.h>
#include <SDL_opengl.h>
#include <CEGUI/CEGUI.h>
#include <CEGUI/RendererModules/OpenGL/GLRenderer.h>
#include <CEGUI/XMLParserModules/Expat/XMLParser.h>
...
Not correctly working example 131 lines of C++ by Quintus 5.03 KB Show Edit Expand
1
2
3
4
5
6
7
#include <iostream>
#include <SDL.h>
#include <SDL_opengl.h>
#include <CEGUI/CEGUI.h>
#include <CEGUI/RendererModules/OpenGL/GLRenderer.h>
#include <CEGUI/XMLParserModules/Expat/XMLParser.h>
...
minimal SDL2 example 108 lines of C++ by Quintus 4 KB Show Edit Expand
1
2
3
4
5
6
#include <iostream>
#include <SDL.h>
#include <CEGUI/CEGUI.h>
#include <CEGUI/RendererModules/OpenGL/GLRenderer.h>
#include <CEGUI/XMLParserModules/Expat/XMLParser.h>
#include <CEGUI/ImageCode...
eee 3 lines of Plain text 22 Bytes Show Edit Expand
1
2
3
<?php

function test
as 10 lines of Java by as 159 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
/**
 * Created by Fatih on 10.3.2015.
 */
public class Demo {
    public static void main(String args[]) {
        char ch = 10;
    }
}

fghfghfghfgh
xxx 5 lines of XML by xxx 132 Bytes Show Edit Expand
1
2
3
4
5
#dsa das dsadsad.
das.dsad.dsa = 0x0002
#g dsa ads rew rew fds na gds gds gds o gsd gds
# i rew bfd rew. rew bd.
bfd.bfd.bfd=321
test 7 lines of C by test 110 Bytes Show Edit Expand
1
2
3
4
5
6
7
#include <stdio.h>

int main(int argc, char* argv[])
{
  printf("Hello, world ddddddd\n");
  return 0;
}
Makefile 22 lines of PHP 716 Bytes Show Edit Expand
1
2
3
4
5

# To build modules outside of the kernel tree, we run "make"
# in the kernel source tree; the Makefile these then includes this
# Makefile once again.
# This conditional selects whether we are...

Page 82, 10 entries