View config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"options": { | |
"paths": { | |
"root": "", | |
"fonts": "fonts", | |
"sprites": "sprites", | |
"styles": "styles", | |
"mbtiles": "" | |
}, | |
"domains": [ |
View basic.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": 8, | |
"id":"basic", | |
"name":"Basic", | |
"metadata":{ | |
"openmaptiles:version":"3.x" | |
}, | |
"sources":{ | |
"openmaptiles": { | |
"type": "vector", |
View countries.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"value": "AF", | |
"label": "Afghanistan", | |
"name": "Afghanistan" | |
}, | |
{ | |
"value": "AX", | |
"label": "Aland Islands", | |
"name": "Åland Islands" |
View smb.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
security = ads | |
realm = DOMINIO.CLASE.ASO | |
server string = memberserver | |
password server = 10.0.0.1 | |
workgroup = DOMINIO | |
idmap uid = 10000-20000 | |
idmap gid = 10000-20000 | |
winbind enum users = yes | |
winbind enum groups = yes |
View servHoraMult.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <sys/socket.h> | |
#include <netinet/in.h> | |
#include <arpa/inet.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <unistd.h> | |
#include <errno.h> | |
#include <string.h> | |
#include <sys/types.h> | |
#include <time.h> |
View binary-entry.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.loader { | |
width: 350px; | |
height: 170px; | |
position: relative; | |
} | |
.loader::before, .loader::after { | |
content: ""; | |
width: 0; | |
height: 0; |