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.
| json | 32 lines
of
JSON | 673 Bytes | Show | Edit | Expand | 
| 
  | 1
2
3
4
5 | {
  "id": "LibRML Copyright - Restricted Access",
  "tenant": "http://www.slub-dresden.de",
  "usageguide": "http://librml.org/examples/copyright_restrictedaccess",
  "template": "LibRML Copyri... | 
 | 
| JvPack2d | 166 lines
of
C
by
jvernay.fr | 5.43 KB | Show | Edit | Expand | 
|  | 
| d | 207 lines
of
C | 5.72 KB | Show | Edit | Expand | 
| 
  | 1
2
3
4
5
6 | #include <stdio.h>
#include <stdlib.h>
void saisir_dim_matrice(unsigned int * lig, unsigned int * col);
int** alloc_matrice(unsigned int lig, unsigned int col);
void desalloc_matrice(int** ma... | 
 | 
| A | 207 lines
of
C | 5.72 KB | Show | Edit | Expand | 
| 
  | 1
2
3
4
5
6 | #include <stdio.h>
#include <stdlib.h>
void saisir_dim_matrice(unsigned int * lig, unsigned int * col);
int** alloc_matrice(unsigned int lig, unsigned int col);
void desalloc_matrice(int** ma... | 
 | 
| Day34 | 46 lines
of
C++ | 1.01 KB | Show | Edit | Expand | 
| 
  | 1
2
3
4
5
6
7
8
9
10 | class Solution {
    private:
    int ok(vector<int> arr,int pages)
    {
        int cnt=1,curr=0;
        for(int i:arr)
        {
            if(curr+i<=pages)
            {
           ... | 
 | 
| CSS | 27 lines
of
Java | 964 Bytes | Show | Edit | Expand | 
| 
  | 1
2
3
4
5
6
7
8
9
10 | @SpringBootApplication
@Slf4j
public class Application {
    public static void main(String[] args) {
        SpringApplication.run(Application.class, args);
    }
    @Component
    @Re... | 
 | 
| ss | 6 lines
of
Python | 221 Bytes | Show | Edit | Expand | 
| 
  | 1
2
3
4
5 | def get_full_names(first_names, last_names):
    full_names= []
    for first_name in first_names:
        for last_name in last_names:
            full_names.append(f"{first_name} {last_name}"... | 
 | 
| akwarystyka | 82 lines
of
SQL | 3.07 KB | Show | Edit | Expand | 
| 
  | 1
2
3
4
5
6
7
8
9 | <?php
// Ustawienia bazy danych
$host = 'localhost';
$username = 'root';
$password = ''; // Domyślnie brak hasła dla XAMPP
$db_name = 'sklep_akwarystyczny';
// Połączenie z MySQL
$conn = n... | 
 | 
| doygen | 11 lines
of
C | 208 Bytes | Show | Edit | Expand | 
| 
  | 1
2
3
4
5
6
7
8
9
10 | 
void canReceived( uint8_t const * const u8_buf, uint8_t u8_len)
{
  (void)u8_buf;
  (void... | 
 | 
| 111 | 2 lines
of
diff | 132 Bytes | Show | Edit | Expand | 
|  |