Welcome! This page is using CodeRay 1.1.2.

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

Page 82, 10 entries

aasdf 37 lines of Ruby 835 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
apply plugin: 'findbugs'
apply plugin: 'pmd'

check.dependsOn 'pmd', 'findbugs'

task pmd(type: Pmd) {
    ignoreFailures = true
    ruleSetFiles = files("${project.rootDir}/config/quality/p...
йцу 2 lines of C 357 Bytes Show Edit Expand
1
2
2015-03-23T13:17:44+03:00 ERR (3): Поставка продукта "Kaspersky BusinessSpace Security Russian Edition. 10-14 User 1 year Base License"Лицензия не предусматривает отправку в KORM
2015-03-23T13:17:...
йцу 2 lines of Plain text 357 Bytes Show Edit Expand
1
2
2015-03-23T13:17:44+03:00 ERR (3): Поставка продукта "Kaspersky BusinessSpace Security Russian Edition. 10-14 User 1 year Base License"Лицензия не предусматривает отправку в KORM
2015-03-23T13:17:...
йцу 2 lines of CSS 357 Bytes Show Edit Expand
1
2
2015-03-23T13:17:44+03:00 ERR (3): Поставка продукта "Kaspersky BusinessSpace Security Russian Edition. 10-14 User 1 year Base License"Лицензия не предусматривает отправку в KORM
2015-03-23T13:17:...
йцу 2 lines of YAML 357 Bytes Show Edit Expand
1
2
2015-03-23T13:17:44+03:00 ERR (3): Поставка продукта "Kaspersky BusinessSpace Security Russian Edition. 10-14 User 1 year Base License"Лицензия не предусматривает отправку в KORM
2015-03-23T13:17:...
йцу 2 lines of Plain text 357 Bytes Show Edit Expand
1
2
2015-03-23T13:17:44+03:00 ERR (3): Поставка продукта "Kaspersky BusinessSpace Security Russian Edition. 10-14 User 1 year Base License"Лицензия не предусматривает отправку в KORM
2015-03-23T13:17:...
Team list 9 lines of Plain text by Quintus 97 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
aakburns
brianvanderburg2
Bugsbane
datahead8888
Luiji
Quintus
sydneyjd
tristanheaven
xet7
iojo 10 lines of C 58 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
#include test.h


int main(){




    return 0;
}
SFML + SFGUI 50 lines of C++ by Quintus 1.02 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <iostream>
#include <functional>
#include <SFML/Graphics.hpp>
#include <SFGUI/SFGUI.hpp>

void on_button_click()
{
  std::cout << "Test" << std::endl;
}

int main()
{
  sf::Ren...
SFML test without tabs 111 lines of C++ by Quintus 4.87 KB Show Edit Expand
1
2
3
4
5
6
7
#include <SFML/Window.hpp>
#include <SFML/Graphics.hpp>
#include <SFML/OpenGL.hpp>

#include <CEGUI/CEGUI.h>
#include <CEGUI/RendererModules/OpenGL/GLRenderer.h>
//#include <CEGUI/ImageCodecM...

Page 82, 10 entries