hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
7c8eb7cd92e457074c323681485b214253d9d004
11,115
ino
Arduino
arduino/libraries/GFX_Library_for_Arduino/examples/WiFiAnalyzer/RTLWiFiAnalyzer/RTLWiFiAnalyzer.ino
Mchaney3/AXSResearch
6843b833a95010014bb3113ca59dda3b5e1c3663
[ "Unlicense" ]
null
null
null
arduino/libraries/GFX_Library_for_Arduino/examples/WiFiAnalyzer/RTLWiFiAnalyzer/RTLWiFiAnalyzer.ino
Mchaney3/AXSResearch
6843b833a95010014bb3113ca59dda3b5e1c3663
[ "Unlicense" ]
null
null
null
arduino/libraries/GFX_Library_for_Arduino/examples/WiFiAnalyzer/RTLWiFiAnalyzer/RTLWiFiAnalyzer.ino
Mchaney3/AXSResearch
6843b833a95010014bb3113ca59dda3b5e1c3663
[ "Unlicense" ]
null
null
null
/******************************************************************************* * Rtl WiFi Analyzer * For RTL872x only. * * Add realtek ameba core support to Arduino IDE: * https://github.com/ambiot/ambd_arduino * * Old patch realtek ameba core variant.cpp to RTL8720DN pinout: * https://github.com/mikey60/BW...
32.5
877
0.606928
31adb36ea862cb89a50571fd51fca8c4641a491a
927
ino
Arduino
Physical_Part/gy61.ino
cviaai/RL-TREMOR-SUPPRESSION
2743eb70bd902e42a7c713c3c91da08695195a03
[ "MIT" ]
3
2020-07-22T12:40:50.000Z
2022-03-07T03:28:19.000Z
Physical_Part/gy61.ino
cviaai/RL-TREMOR-SUPPRESSION
2743eb70bd902e42a7c713c3c91da08695195a03
[ "MIT" ]
1
2020-07-22T10:39:29.000Z
2020-07-22T12:42:16.000Z
Physical_Part/gy61.ino
cviaai/RL-TREMOR-SUPPRESSION
2743eb70bd902e42a7c713c3c91da08695195a03
[ "MIT" ]
null
null
null
// пины подключения x,y,z const int pinX=A0; const int pinY=A1; const int pinZ=A2; // переменные для хранения значений unsigned int x, y, z; bool allow = false; void setup() { // запуск последовательного порта Serial.begin(9600); } void loop() { if (allow){ for (int i = 0; i < 1000; i++)...
15.196721
93
0.549083
358368a48472066e2de4f95e627237e834aed20c
151
ino
Arduino
02_05_temp/02_05_temp.ino
simonmonk/prog_arduino_3
6bef0169e22e9e67ab4ae4605f679b8a12d65fd5
[ "MIT" ]
2
2022-02-10T20:54:31.000Z
2022-03-20T08:29:38.000Z
02_05_temp/02_05_temp.ino
simonmonk/prog_arduino_3
6bef0169e22e9e67ab4ae4605f679b8a12d65fd5
[ "MIT" ]
null
null
null
02_05_temp/02_05_temp.ino
simonmonk/prog_arduino_3
6bef0169e22e9e67ab4ae4605f679b8a12d65fd5
[ "MIT" ]
null
null
null
// 02_05_temp void setup() { Serial.begin(9600); int degC = 20; int degF; degF = degC * 9 / 5 + 32; Serial.println(degF); } void loop(){}
12.583333
27
0.576159
7b766ff21b944b9bcfdf0ddaf1f81689746cf096
1,288
ino
Arduino
NodeMCU-wifi-scan/NodeMCU-wifi-scan.ino
paschualetto/nodemcu
c59b6a12e161ad869bb5c1fa26e57bc89d118f38
[ "Apache-2.0" ]
null
null
null
NodeMCU-wifi-scan/NodeMCU-wifi-scan.ino
paschualetto/nodemcu
c59b6a12e161ad869bb5c1fa26e57bc89d118f38
[ "Apache-2.0" ]
null
null
null
NodeMCU-wifi-scan/NodeMCU-wifi-scan.ino
paschualetto/nodemcu
c59b6a12e161ad869bb5c1fa26e57bc89d118f38
[ "Apache-2.0" ]
1
2018-08-06T23:19:02.000Z
2018-08-06T23:19:02.000Z
/* Pesquisa de Redes WIFI usando o NodeMCU-ESP12 Arduino IDE 1.8.5 - ESP8266 Gustavo Murta 07/mar/2018 baseado em https://arduino-esp8266.readthedocs.io/en/2.4.0/esp8266wifi/scan-class.html Blog Eletrogate http://blog.eletrogate.com/nodemcu-esp12-usando-arduino-ide-2/ */ #include "ESP8266WiFi.h" vo...
37.882353
165
0.614907
9d6cd966b8cf525ad48ba604553497ad18af10b2
6,948
ino
Arduino
SHIELDS/Sh04_PAINEL_string/Sh04_PAINEL_string.ino
renatomportugal/arduino
1a2efac72ab863d8a1d9fa1d1f17170bbad4c0b9
[ "MIT" ]
1
2021-03-20T13:21:21.000Z
2021-03-20T13:21:21.000Z
SHIELDS/Sh04_PAINEL_string/Sh04_PAINEL_string.ino
renatomportugal/arduino
1a2efac72ab863d8a1d9fa1d1f17170bbad4c0b9
[ "MIT" ]
null
null
null
SHIELDS/Sh04_PAINEL_string/Sh04_PAINEL_string.ino
renatomportugal/arduino
1a2efac72ab863d8a1d9fa1d1f17170bbad4c0b9
[ "MIT" ]
null
null
null
// 1. INCLUDES #include "stdio.h" // 2. PINOS // 2.1. SHIELD 04 // 2.1.1. DISPLAY 7 SEG int pino_SRCLK = 13; int pino_SER = 12; int pino_RCLK = 11; int pino_SRCLR_inv = 10; int pino_OE_inv = 9; String caractere; String Frase; int qtdCaractere; int Codigo; int pos; void setup(){ // 1. DISPLAY 7 SEG pinMode(pino_SRC...
24.725979
94
0.629822
00a406fc64bca2895c23970d861530634b33d8e4
3,118
ino
Arduino
tempLogger/tempLogger.ino
walle86/Arduino
f97cb0aee163de2a85bb86f638448ba7d8193fbb
[ "MIT" ]
1
2019-03-09T17:09:25.000Z
2019-03-09T17:09:25.000Z
tempLogger/tempLogger.ino
walle86/Arduino
f97cb0aee163de2a85bb86f638448ba7d8193fbb
[ "MIT" ]
null
null
null
tempLogger/tempLogger.ino
walle86/Arduino
f97cb0aee163de2a85bb86f638448ba7d8193fbb
[ "MIT" ]
null
null
null
/* Temperaturlogger using an MCP3304 as ADC and saving data to an SD card I only have the standard TMP36 wich comes with the Arduino Starterkit. The time is since Startup of the Arduino For wiring lock at included as svg and jpg. programmed by Stefan Wallnoefer for josephchrzempiec more librarys an...
29.415094
141
0.675433
b60151d138b4f32cddf65adeafb5f241e3da08fe
504
ino
Arduino
src/tilt_switch_LED/tilt_switch_LED.ino
zcking/ArduinoStash
c88bf6533557969914a6700109abbdf4bf087a9b
[ "MIT" ]
3
2018-07-24T16:52:49.000Z
2020-04-13T22:39:57.000Z
src/tilt_switch_LED/tilt_switch_LED.ino
zach-king/ArduinoStash
c88bf6533557969914a6700109abbdf4bf087a9b
[ "MIT" ]
null
null
null
src/tilt_switch_LED/tilt_switch_LED.ino
zach-king/ArduinoStash
c88bf6533557969914a6700109abbdf4bf087a9b
[ "MIT" ]
4
2018-06-28T13:38:05.000Z
2020-05-04T19:29:50.000Z
const int ledPin = 8;//the led attach to const int tiltPin = 3; void setup() { pinMode(ledPin,OUTPUT);//initialize the ledPin as an output pinMode(tiltPin,INPUT); digitalWrite(tiltPin, HIGH); } /******************************************/ void loop() { int digitalVal = digitalRead(tiltPin); if(HIGH == ...
19.384615
61
0.537698
8a18be0b19fdd74ce6e3ab2ada7f6ba51f457d85
1,243
ino
Arduino
examples/mDNSResolver/mDNSResolver.ino
khoih-prog/mDNSResolver
2b600dc6dc549beab5835e55339deb2e19a44a10
[ "MIT" ]
null
null
null
examples/mDNSResolver/mDNSResolver.ino
khoih-prog/mDNSResolver
2b600dc6dc549beab5835e55339deb2e19a44a10
[ "MIT" ]
null
null
null
examples/mDNSResolver/mDNSResolver.ino
khoih-prog/mDNSResolver
2b600dc6dc549beab5835e55339deb2e19a44a10
[ "MIT" ]
null
null
null
#if defined(ESP32) #include <WiFi.h> #else #include <ESP8266WiFi.h> #endif #include <WiFiUdp.h> #include <mDNSResolver.h> #define WIFI_AP "my-wifi-ap" #define WIFI_PASS "my-wifi-pass" #define NAME_TO_RESOLVE "test.local" using namespace mDNSResolver; WiFiClient wifiClient; WiFiUDP udp; Resolver resolv...
21.067797
79
0.678198
363c590aff9ba632ae82c2bd09b3b9454ac3616c
109,807
ino
Arduino
FlyByWire/FlyByWire.ino
voodoodemon/TheFlyingMagicCarpet
cd18b09c74c212d6add8e9ac9984fa6081036518
[ "MIT" ]
null
null
null
FlyByWire/FlyByWire.ino
voodoodemon/TheFlyingMagicCarpet
cd18b09c74c212d6add8e9ac9984fa6081036518
[ "MIT" ]
null
null
null
FlyByWire/FlyByWire.ino
voodoodemon/TheFlyingMagicCarpet
cd18b09c74c212d6add8e9ac9984fa6081036518
[ "MIT" ]
null
null
null
// Carpet CANTroller II Source Code - For Arduino Due with Adafruit 2.8inch Captouch TFT shield. // Libraries to include. Note all these have example code when installed into arduino ide // #include <SPI.h> // SPI serial bus needed to talk to the LCD and the SD card #include <Wire.h> // Contains I2C ser...
63.730122
269
0.66096
b79742e6123e5b70a07c7afaf6b434a5020ef968
8,171
ino
Arduino
xosera_tester/xosera_tester.ino
roscopeco/Xosera
80aa5205f44804ddc59e8e0a42fefe6861efde6c
[ "MIT" ]
null
null
null
xosera_tester/xosera_tester.ino
roscopeco/Xosera
80aa5205f44804ddc59e8e0a42fefe6861efde6c
[ "MIT" ]
null
null
null
xosera_tester/xosera_tester.ino
roscopeco/Xosera
80aa5205f44804ddc59e8e0a42fefe6861efde6c
[ "MIT" ]
null
null
null
#pragma GCC optimize("O3") // Xosera Test Jig enum { BUS_SEL_N = 10, BUS_RD_RNW = 11, BUS_BYTESEL = 12, BUS_REG_NUM0 = A0, BUS_REG_NUM1 = A1, BUS_REG_NUM2 = A2, BUS_REG_NUM3 = A3, BUS_DATA7 = 7, BUS_DATA6 = 6, BUS_DATA5 = 5, BUS_DATA4 = 4, BUS_DATA3 = 3, BUS_DATA...
27.60473
98
0.615836
25def68055ff0918bec537ffdded44bf18598db9
3,078
ino
Arduino
VOR-013Code.ino
volab/VOR-013_code
0a420da36a43a43c9fafb829a15d4b4019fcbe0e
[ "MIT" ]
null
null
null
VOR-013Code.ino
volab/VOR-013_code
0a420da36a43a43c9fafb829a15d4b4019fcbe0e
[ "MIT" ]
null
null
null
VOR-013Code.ino
volab/VOR-013_code
0a420da36a43a43c9fafb829a15d4b4019fcbe0e
[ "MIT" ]
null
null
null
//---------------------------------------------------------------------------------------------------------------------- // Projet VOR-013 Vor Marley the drawing Robots // Major Lee // CC-0 // Juillet 2016 //----------------------------------------------------------------------------------------------------------------...
28.5
120
0.48603
abda8215ff171ea31ff5fc47f10858ce98d02744
7,256
ino
Arduino
OLD_DEPRECIATED/HX711_Tariq/HX711_Tariq.ino
david-andrew/PRS_robot
9a3834c6bb217d8e06fb2a470bc3b1b5b55c19aa
[ "MIT" ]
null
null
null
OLD_DEPRECIATED/HX711_Tariq/HX711_Tariq.ino
david-andrew/PRS_robot
9a3834c6bb217d8e06fb2a470bc3b1b5b55c19aa
[ "MIT" ]
null
null
null
OLD_DEPRECIATED/HX711_Tariq/HX711_Tariq.ino
david-andrew/PRS_robot
9a3834c6bb217d8e06fb2a470bc3b1b5b55c19aa
[ "MIT" ]
null
null
null
// #include "HX711.h" // HX711.DOUT - pin #A1 // HX711.PD_SCK - pin #A0 class HX711 { private: byte PD_SCK; // Power Down and Serial Clock Input Pin byte DOUT; // Serial Data Output Pin byte GAIN; // amplification factor long OFFSET = 0; // used for tare weight float SCALE = 1; // used...
28.679842
145
0.655595
4815cf7ffed5125d357990e8bccdbd08beb9645f
929
ino
Arduino
AMBServer/RRServerTest/RRServerTest.ino
egk696/DPSS
f50124eb011599a36bfbfa038c75730d989b058d
[ "MIT" ]
null
null
null
AMBServer/RRServerTest/RRServerTest.ino
egk696/DPSS
f50124eb011599a36bfbfa038c75730d989b058d
[ "MIT" ]
null
null
null
AMBServer/RRServerTest/RRServerTest.ino
egk696/DPSS
f50124eb011599a36bfbfa038c75730d989b058d
[ "MIT" ]
null
null
null
//RR #include <SPI.h> #include <Mirf.h> #include <nRF24L01.h> #include <MirfHardwareSpiDriver.h> #define StatusLed 9 //#define DEBUG String data, part1, part2, DataWord; void setup(){ Serial.begin(57600); initMirf(8, 10); configMirf("serv1", 32, 90); #ifdef DEBUG Serial.println("Server opened"); Serial.pri...
18.58
36
0.615716
cb60fd3f8d71a7d222376a99771ee53c60ce264e
247
ino
Arduino
blinky.ino
sitharaj88/arduino-samples
bf6221edfe4d780c4c08ddca6d409e8e170d7532
[ "Apache-2.0" ]
null
null
null
blinky.ino
sitharaj88/arduino-samples
bf6221edfe4d780c4c08ddca6d409e8e170d7532
[ "Apache-2.0" ]
null
null
null
blinky.ino
sitharaj88/arduino-samples
bf6221edfe4d780c4c08ddca6d409e8e170d7532
[ "Apache-2.0" ]
null
null
null
const char LED = 13; void setup() { //make pin 13 as output pinMode(LED, OUTPUT); } void loop() { //LED "ON" digitalWrite(LED, HIGH); //wait 1 sec delay(1000); //LED "OFF" digitalWrite(LED, LOW); //wait 1 sec delay(1000); }
13.722222
26
0.591093
3f2f38049021ae1bccf0cb42442285937d228090
1,015
ino
Arduino
Pasta do Projeto/Lendo_Botao/Lendo_Botao.ino
edvaldoide/Arduino--lendo_botao
d9b40b5b5aec10fd47bfd47c3befa9e08dd95f72
[ "MIT" ]
null
null
null
Pasta do Projeto/Lendo_Botao/Lendo_Botao.ino
edvaldoide/Arduino--lendo_botao
d9b40b5b5aec10fd47bfd47c3befa9e08dd95f72
[ "MIT" ]
null
null
null
Pasta do Projeto/Lendo_Botao/Lendo_Botao.ino
edvaldoide/Arduino--lendo_botao
d9b40b5b5aec10fd47bfd47c3befa9e08dd95f72
[ "MIT" ]
null
null
null
/******************************************************************************* * RoboCore Kit Iniciante V8 para Arduino - Lendo um Botão * Acende o LED quando o botão é pressionado e o apaga quando o botão é solto. *******************************************************************************/ void setup(){ pinMo...
33.833333
80
0.557635
a02958300b5a6a1f2534693eeced3041dc12c1f2
4,237
ino
Arduino
irremote7segmentdisplay/irremote7segmentdisplay.ino
bydzen/aio-arduino
cfdf6f9bbeb29866211244646dacd1f67e5ad5e6
[ "MIT" ]
1
2021-12-11T01:03:56.000Z
2021-12-11T01:03:56.000Z
irremote7segmentdisplay/irremote7segmentdisplay.ino
bydzen/aio-arduino
cfdf6f9bbeb29866211244646dacd1f67e5ad5e6
[ "MIT" ]
null
null
null
irremote7segmentdisplay/irremote7segmentdisplay.ino
bydzen/aio-arduino
cfdf6f9bbeb29866211244646dacd1f67e5ad5e6
[ "MIT" ]
null
null
null
#include <IRremote.h> int irPIN = 10; IRrecv recv(irPIN); decode_results clickButton; int G = 2; int F = 3; int E = 4; int D = 5; int C = 6; int B = 7; int A = 8; int DP = 9; void setup() { pinMode(LED_BUILTIN, OUTPUT); recv.enableIRIn(); pinMode(G, OUTPUT); pinMode(F, OUTPUT); ...
20.668293
66
0.599009
b1b149fc8676736ba6850646d26e7c576e29202b
343
ino
Arduino
Arduino (C y C++)/LCD/LCD.ino
rafatyn/Proyectos
d080e040a2b1205b7b15f5ada82fb759e3cd2869
[ "MIT" ]
null
null
null
Arduino (C y C++)/LCD/LCD.ino
rafatyn/Proyectos
d080e040a2b1205b7b15f5ada82fb759e3cd2869
[ "MIT" ]
null
null
null
Arduino (C y C++)/LCD/LCD.ino
rafatyn/Proyectos
d080e040a2b1205b7b15f5ada82fb759e3cd2869
[ "MIT" ]
null
null
null
#include <LiquidCrystal.h> LiquidCrystal lcd(22, 23, 24, 25, 26, 27, 28); void setup (void) { lcd.begin(16, 2); } void loop (void) { lcd.clear(); lcd.setCursor(3, 0); lcd.print("Welcome to"); lcd.setCursor(1, 1); lcd.print("geek-workshop"); delay(5000); lcd.clear(); lcd.setCursor(0, 0); lcd.print("I am hon...
17.15
46
0.635569
35d4546291c66a34943b2589f974a1e5cbd77f62
328
ino
Arduino
TwoLEDBlink/TwoLEDBlink.ino
Chronicbeard/ArduinoProjects
915dbd0e083a4231333b3e8790d286aff3d0838e
[ "CC0-1.0" ]
null
null
null
TwoLEDBlink/TwoLEDBlink.ino
Chronicbeard/ArduinoProjects
915dbd0e083a4231333b3e8790d286aff3d0838e
[ "CC0-1.0" ]
null
null
null
TwoLEDBlink/TwoLEDBlink.ino
Chronicbeard/ArduinoProjects
915dbd0e083a4231333b3e8790d286aff3d0838e
[ "CC0-1.0" ]
null
null
null
/*Adjustable Twin LED Flasher Flshing LED's with the changes in the potentiometer. */ int led = 9; int PotIn = A0; int Flash; void setup() { pinMode (led, OUTPUT); pinMode(PotIn, INPUT); } void loop() { Flash = analogRead(PotIn); digitalWrite(led, HIGH); delay(Flash); digitalWrite(led, LOW); delay(Fla...
14.26087
52
0.667683
c2a86f47c18f51bf7f20f51df4b4890b5ff194af
1,014
ino
Arduino
examples/ethernet/ethernet.ino
gaetancollaud/arduino-terminal
35704593b4892eebf1a72daf9ac7d38051a8cc91
[ "MIT" ]
null
null
null
examples/ethernet/ethernet.ino
gaetancollaud/arduino-terminal
35704593b4892eebf1a72daf9ac7d38051a8cc91
[ "MIT" ]
null
null
null
examples/ethernet/ethernet.ino
gaetancollaud/arduino-terminal
35704593b4892eebf1a72daf9ac7d38051a8cc91
[ "MIT" ]
null
null
null
#include <SimpleTerminal.h> #include <SPI.h> #include <Ethernet.h> SimpleTerminal terminal(NULL); byte mac[] = {0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED}; IPAddress ip(172, 17, 10, 12); EthernetServer server(80); int var1; void setup() { Serial.begin(115200); terminal.addCommand("test", (void*) test, "ma super descript...
18.777778
67
0.671598
d3b323fa9ea0f548aecc7401f8fbafe7996b1c6a
249
ino
Arduino
examples/Blink/Blink.ino
tfeldmann/Arduino-Blinkenlight
ade60f70dede3f3df693dc8ce17b9a41e0fcc677
[ "MIT" ]
14
2021-12-16T17:59:17.000Z
2022-03-06T12:47:21.000Z
examples/Blink/Blink.ino
tfeldmann/Arduino-Indicator
ade60f70dede3f3df693dc8ce17b9a41e0fcc677
[ "MIT" ]
null
null
null
examples/Blink/Blink.ino
tfeldmann/Arduino-Indicator
ade60f70dede3f3df693dc8ce17b9a41e0fcc677
[ "MIT" ]
null
null
null
/* Start a blinking pattern on the built-in LED. */ #include <Blinkenlight.h> Blinkenlight led(13); void setup() { // blink two times, pause, blink three times, longer pause, repeat led.pattern(2, 3); } void loop() { led.update(); }
13.105263
70
0.646586
db6a3fc38730797ffbd053956ab78eda29dc42eb
348
ino
Arduino
software/_proto_USBtoFTDI_test/nano_usbTest/nano_usbTest.ino
Nrpickle/BIS
762f2cb5cb519baaedddd77523a2185ffc4338ec
[ "MIT" ]
1
2015-01-26T22:10:10.000Z
2015-01-26T22:10:10.000Z
software/_proto_USBtoFTDI_test/nano_usbTest/nano_usbTest.ino
Nrpickle/BIS
762f2cb5cb519baaedddd77523a2185ffc4338ec
[ "MIT" ]
null
null
null
software/_proto_USBtoFTDI_test/nano_usbTest/nano_usbTest.ino
Nrpickle/BIS
762f2cb5cb519baaedddd77523a2185ffc4338ec
[ "MIT" ]
null
null
null
#include <SoftwareSerial.h> SoftwareSerial PCComm(11,10); //Rx, Tx void setup(){ Serial.begin(9600); PCComm.begin(115200); pinMode(13, OUTPUT); } void loop(){ if(PCComm.available()){ if(PCComm.read() == 'r'){ digitalWrite(13, HIGH); PCComm.println("Fiiiiiiiiiiiiiiiiine."); } else { dig...
15.130435
43
0.62069
d1f6be40772555352d2c46818d319b4b195b7de5
362
ino
Arduino
firmware/RC_Input_to_Serial.ino
gt-marine-robotics-group/orcs-comms
91950713b96ad94229afa08928f90a98c43e8823
[ "MIT" ]
null
null
null
firmware/RC_Input_to_Serial.ino
gt-marine-robotics-group/orcs-comms
91950713b96ad94229afa08928f90a98c43e8823
[ "MIT" ]
null
null
null
firmware/RC_Input_to_Serial.ino
gt-marine-robotics-group/orcs-comms
91950713b96ad94229afa08928f90a98c43e8823
[ "MIT" ]
null
null
null
#include <ServoInput.h> ServoInputPin<2> servo;; ServoInputPin<3> servo3; g void setup() { // put your setup code here, to run once: Serial.begin(9600); } void loop() { // put your main code here, to run repeatedly: float angle = servo.getAngle(); Serial.println(angle); // angle = servo3.getAngle(); // ...
17.238095
48
0.660221
9c899c6aeed134b6a2e3d9808b23b13e88976640
2,304
ino
Arduino
examples/CommandTree_Check/CommandTree_Check.ino
Vrekrer/Vrekrer_scpi_parser
58e03b52fad58eb4a853e94805bc9ecac4982e55
[ "MIT" ]
43
2019-03-12T07:03:32.000Z
2022-02-27T21:35:01.000Z
examples/CommandTree_Check/CommandTree_Check.ino
Vrekrer/Vrekrer_scpi_parser
58e03b52fad58eb4a853e94805bc9ecac4982e55
[ "MIT" ]
17
2020-05-10T19:27:37.000Z
2022-02-07T10:03:27.000Z
examples/CommandTree_Check/CommandTree_Check.ino
Vrekrer/Vrekrer_scpi_parser
58e03b52fad58eb4a853e94805bc9ecac4982e55
[ "MIT" ]
15
2018-04-15T04:29:49.000Z
2021-11-17T16:07:19.000Z
/* Vrekrer_scpi_parser library. CommandTree_Check example. Demonstrates how to verify the validity of the registered command tree. In order to reduce RAM usage, Vrekrer_scpi_parser library (ver. 0.5 and later) uses a hash algorithm to store and compare registered commands. In very rare situations this might end in h...
35.446154
79
0.742188
73105ded7088fb93adf032c4aaa359aaeb06947d
3,733
ino
Arduino
aquaponia_main/aquaponia_main.ino
Tassany/projeto_aquaponia_fablab
1973b9a74fd929ac445f95d1dda4cf0381c0c1cf
[ "MIT" ]
null
null
null
aquaponia_main/aquaponia_main.ino
Tassany/projeto_aquaponia_fablab
1973b9a74fd929ac445f95d1dda4cf0381c0c1cf
[ "MIT" ]
null
null
null
aquaponia_main/aquaponia_main.ino
Tassany/projeto_aquaponia_fablab
1973b9a74fd929ac445f95d1dda4cf0381c0c1cf
[ "MIT" ]
null
null
null
/* Versão de teste(sensor de vazão, sensor de nível, acionamento do relé, acionamento do motor, biblioteca NTPtimeESP) */ //Biblioteca NTPtimeESP #include <NTPtimeESP.h> NTPtime NTPch("br.pool.ntp.org"); // Choose server pool as required char *ssid = "VIVOFIBRA-8F30"; // Set you WiFi SSID char...
21.578035
121
0.674792
67425c6add3dbe84a2a7ec3854bb0205399eee09
7,684
adoc
AsciiDoc
docs/en-gb/modules/data/pages/practical-example-elasticsync-categories.adoc
plentymarkets/plenty-manual-docs
65d179a8feb8fcf1b594ef45883e3437287d8e09
[ "MIT" ]
null
null
null
docs/en-gb/modules/data/pages/practical-example-elasticsync-categories.adoc
plentymarkets/plenty-manual-docs
65d179a8feb8fcf1b594ef45883e3437287d8e09
[ "MIT" ]
2
2022-01-05T10:31:24.000Z
2022-03-11T11:56:07.000Z
docs/en-gb/modules/data/pages/practical-example-elasticsync-categories.adoc
plentymarkets/plenty-manual-docs
65d179a8feb8fcf1b594ef45883e3437287d8e09
[ "MIT" ]
1
2021-03-01T09:12:18.000Z
2021-03-01T09:12:18.000Z
= Importing new categories :lang: en include::{includedir}/_header.adoc[] :keywords: Importing category, Importing categories, Category importing, Categories importing, Category import, Categories import, Import category, Import categories, Category-Import, Categories-Import, Import-Category, Import-Categories :positio...
49.896104
398
0.769261
e891f05d3724e92f312dbdd8dabf117e024baaa3
66
asciidoc
AsciiDoc
docs/index.asciidoc
blachniet/lsbucketbeat
809324fb210c40101b01ae3d05bc948e4b0efead
[ "Apache-2.0" ]
null
null
null
docs/index.asciidoc
blachniet/lsbucketbeat
809324fb210c40101b01ae3d05bc948e4b0efead
[ "Apache-2.0" ]
null
null
null
docs/index.asciidoc
blachniet/lsbucketbeat
809324fb210c40101b01ae3d05bc948e4b0efead
[ "Apache-2.0" ]
null
null
null
= Lsbucketbeat Docs Welcome to the Lsbucketbeat documentation.
11
42
0.80303
69c95dce7e965da50475ddd69de9b8e0541c1873
143
adoc
AsciiDoc
day02/python/fallshare/README.adoc
AlexisTM/aoc-2021
91a801b3c812cc3d37d6088a2544227cf158d114
[ "MIT" ]
11
2021-11-28T10:36:54.000Z
2021-12-21T10:38:34.000Z
day02/python/fallshare/README.adoc
AlexisTM/aoc-2021
91a801b3c812cc3d37d6088a2544227cf158d114
[ "MIT" ]
83
2021-11-22T17:02:05.000Z
2022-01-29T10:27:31.000Z
day02/python/fallshare/README.adoc
AlexisTM/aoc-2021
91a801b3c812cc3d37d6088a2544227cf158d114
[ "MIT" ]
19
2021-11-22T20:47:57.000Z
2022-02-01T08:51:19.000Z
Advent of Code 2021 == Python Not much to say. Finding proper names for variables is hard. [source, python] .... include::solution.py[] ....
14.3
60
0.692308
00a573510cb784d21fffb858f6d0c7a47e286d56
56
adoc
AsciiDoc
author/ietf/topics.adoc
webdev778/metanorma.org
eaff0f303f43123658e3107fadb709429a1d1cc0
[ "MIT" ]
3
2021-05-18T07:58:37.000Z
2022-03-23T07:43:59.000Z
author/ietf/topics.adoc
techtrailhead/metanorma.org
742afb49871702e2354c9588575957a4f16c7e09
[ "MIT" ]
159
2019-03-10T02:25:08.000Z
2021-03-11T10:09:50.000Z
author/ietf/topics.adoc
riboseinc/metanorma.com
da73dc49a3fcd463f44c72e5d9bd2068e5a55d12
[ "MIT" ]
5
2021-05-08T06:25:01.000Z
2021-12-13T08:31:45.000Z
--- layout: ietf-flavor title: Using Metanorma-IETF ---
11.2
27
0.696429
b62f3d60d8cd2954419545a899db663dbad7609d
5,871
adoc
AsciiDoc
antora/components/userguide/modules/fun/pages/core-concepts/apache-isis-vs/cqrs.adoc
ahus1/isis
e75fa2d61b78757a7e4e0dd4772412f1d72ea3a6
[ "Apache-2.0" ]
null
null
null
antora/components/userguide/modules/fun/pages/core-concepts/apache-isis-vs/cqrs.adoc
ahus1/isis
e75fa2d61b78757a7e4e0dd4772412f1d72ea3a6
[ "Apache-2.0" ]
null
null
null
antora/components/userguide/modules/fun/pages/core-concepts/apache-isis-vs/cqrs.adoc
ahus1/isis
e75fa2d61b78757a7e4e0dd4772412f1d72ea3a6
[ "Apache-2.0" ]
null
null
null
[[cqrs]] = Apache Isis vs CQRS :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the...
117.42
759
0.809743
d67a6afb6d62e7dae52e880456e163135e3ebfe9
2,633
adoc
AsciiDoc
antora/components/refguide/modules/applib-classes/pages/events/uievent.adoc
dsp-testing/isis
6272860133001030c6a7442a394b84dcd782d816
[ "Apache-2.0" ]
665
2015-01-01T06:06:28.000Z
2022-03-27T01:11:56.000Z
antora/components/refguide/modules/applib-classes/pages/events/uievent.adoc
dsp-testing/isis
6272860133001030c6a7442a394b84dcd782d816
[ "Apache-2.0" ]
176
2015-02-07T11:29:36.000Z
2022-03-25T04:43:12.000Z
antora/components/refguide/modules/applib-classes/pages/events/uievent.adoc
pjfanning/isis
c02d8a04ebdeedd85163aebf8f944835dc97a2e2
[ "Apache-2.0" ]
337
2015-01-02T03:01:34.000Z
2022-03-21T15:56:28.000Z
= UI Event Classes :Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License")...
48.759259
759
0.801367
5a17e6cdba6fef4d937f24d1c3331e2c2425a84f
215
adoc
AsciiDoc
src/docs/asciidoc/manuals/security/security-manual.adoc
Woody64k/my-consulting-handbook
44b0d07539c6e228aae6bfeb375e4da32e70d48b
[ "MIT" ]
1
2020-07-12T08:20:53.000Z
2020-07-12T08:20:53.000Z
src/docs/asciidoc/manuals/security/security-manual.adoc
Woody64k/my-consulting-handbook
44b0d07539c6e228aae6bfeb375e4da32e70d48b
[ "MIT" ]
null
null
null
src/docs/asciidoc/manuals/security/security-manual.adoc
Woody64k/my-consulting-handbook
44b0d07539c6e228aae6bfeb375e4da32e70d48b
[ "MIT" ]
null
null
null
= Sicherheits - Handbuch == Einführung (Sicherheit) == Zertifikate erstellen (Sicherheit) Erstellung einen Zertifikates wie es z.B. für SSL verwendet wird. [source,shell] ---- include::createCertificate.sh[] ----
19.545455
65
0.739535
ed5fe4bbd1fe48d935c1b55eda4d1cf626ab1a49
7,039
adoc
AsciiDoc
ubuntu-specific/gcc.adoc
tomaszgigiel/notebook
19c7400b35e2cc2316ff3e2d50b08978fd23a6e4
[ "Apache-2.0" ]
null
null
null
ubuntu-specific/gcc.adoc
tomaszgigiel/notebook
19c7400b35e2cc2316ff3e2d50b08978fd23a6e4
[ "Apache-2.0" ]
null
null
null
ubuntu-specific/gcc.adoc
tomaszgigiel/notebook
19c7400b35e2cc2316ff3e2d50b08978fd23a6e4
[ "Apache-2.0" ]
null
null
null
= bash [source,bash] ---- tomasz@tom:~$ sudo apt update [sudo] password for tomasz: Hit:1 http://pl.archive.ubuntu.com/ubuntu bionic InRelease Hit:2 http://pl.archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:3 http://pl.archive.ubuntu.com/ubuntu bionic-backports InRelease Get:4 http://security.ubuntu...
45.121795
206
0.747976
eb554da0e2da6c6c4ad933243c884a707dcfd52a
2,120
adoc
AsciiDoc
docs/userguide/src/en/cmmn/ch01-Introduction.adoc
gro-mar/flowable-engine
90c3b1ae6e909a1791103b5e4c339918e471da84
[ "Apache-2.0" ]
null
null
null
docs/userguide/src/en/cmmn/ch01-Introduction.adoc
gro-mar/flowable-engine
90c3b1ae6e909a1791103b5e4c339918e471da84
[ "Apache-2.0" ]
null
null
null
docs/userguide/src/en/cmmn/ch01-Introduction.adoc
gro-mar/flowable-engine
90c3b1ae6e909a1791103b5e4c339918e471da84
[ "Apache-2.0" ]
2
2018-10-04T08:33:41.000Z
2018-10-04T08:36:03.000Z
== Introduction [[license]] === License Flowable is distributed under link:$$http://www.apache.org/licenses/LICENSE-2.0.html$$[the Apache V2 license]. [[download]] === Download link:$$http://flowable.org/downloads.html$$[http://flowable.org/downloads.html] [[sources]] === Sources The distribution contains mos...
41.568627
405
0.77217
6626f50f0c7f25a892e34bdebeb3929e5cfd2d2f
4,074
adoc
AsciiDoc
rest_api/storage_apis/storage-apis-index.adoc
alebedev87/openshift-docs
b7ed96ce84670e2b286f51b4303c144a01764e2b
[ "Apache-2.0" ]
625
2015-01-07T02:53:02.000Z
2022-03-29T06:07:57.000Z
rest_api/storage_apis/storage-apis-index.adoc
alebedev87/openshift-docs
b7ed96ce84670e2b286f51b4303c144a01764e2b
[ "Apache-2.0" ]
21,851
2015-01-05T15:17:19.000Z
2022-03-31T22:14:25.000Z
rest_api/storage_apis/storage-apis-index.adoc
alebedev87/openshift-docs
b7ed96ce84670e2b286f51b4303c144a01764e2b
[ "Apache-2.0" ]
1,681
2015-01-06T21:10:24.000Z
2022-03-28T06:44:50.000Z
[id="storage-apis"] = Storage APIs ifdef::product-title[] include::modules/common-attributes.adoc[] endif::[] toc::[] == CSIDriver [storage.k8s.io/v1] Description:: + -- CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. Kubernetes attach detach controller...
28.690141
590
0.776141
94167853e130b426f57bd791a03a5fb804ee6374
1,460
adoc
AsciiDoc
docs/modules/sqldb/partials/navlist/navlist-schema-type-repo-p.adoc
DataHandwerk/sqldb-docs
c81fb4fd021799a30c022548c5cd8a325d0e1b9c
[ "MIT" ]
null
null
null
docs/modules/sqldb/partials/navlist/navlist-schema-type-repo-p.adoc
DataHandwerk/sqldb-docs
c81fb4fd021799a30c022548c5cd8a325d0e1b9c
[ "MIT" ]
null
null
null
docs/modules/sqldb/partials/navlist/navlist-schema-type-repo-p.adoc
DataHandwerk/sqldb-docs
c81fb4fd021799a30c022548c5cd8a325d0e1b9c
[ "MIT" ]
null
null
null
* xref:repo.usp_index_finish.adoc[] * xref:repo.usp_index_foreignkey.adoc[] * xref:repo.usp_index_inheritance.adoc[] * xref:repo.usp_index_settings.adoc[] * xref:repo.usp_index_virtual_set.adoc[] * xref:repo.usp_main.adoc[] * xref:repo.usp_persist_foreignkey_indexes_union_t.adoc[] * xref:repo.usp_persist_index_columlis...
47.096774
94
0.835616
a71a7026bb420ab107fd304e64242432aaa06a26
378
adoc
AsciiDoc
resources/yapf_nbformat/README-yapf_nbformat.adoc
jendelel/codenames
ccd0bd7578b3deedeec60d0849ec4ebca48b6426
[ "MIT" ]
13
2019-03-03T23:51:56.000Z
2022-02-26T10:14:15.000Z
resources/yapf_nbformat/README-yapf_nbformat.adoc
jendelel/codenames
ccd0bd7578b3deedeec60d0849ec4ebca48b6426
[ "MIT" ]
2
2021-01-31T12:14:14.000Z
2022-02-09T23:29:31.000Z
resources/yapf_nbformat/README-yapf_nbformat.adoc
BreastGAN/experiment2
2a1d15c1f479bbd6ca58af4e3b1379bf34b89f51
[ "Apache-2.0" ]
5
2019-04-11T11:12:02.000Z
2021-12-22T13:29:37.000Z
= yapf_nbformat Ondrej Skopek <oskopek@oskopek.com> Runs YAPF on individual notebook cells using yapf_api. * To skip a cell formatting (for example with jupyter-custom syntax, add `# noqa` to the first line of the cell. * Remove newlines at end of cells. * Uses the style_format file `.style.yapf`. * Has a dry run opt...
34.363636
112
0.753968
3aa9f00aefaf829673ab0140e9c88e5fb5007d10
1,460
adoc
AsciiDoc
MEMBERS.adoc
NicoWde/vanillastack
f8adce70bda4b9e83144dde1f5cf03e57858cc8a
[ "Apache-2.0" ]
39
2020-09-16T01:24:08.000Z
2022-02-26T05:19:09.000Z
MEMBERS.adoc
NicoWde/vanillastack
f8adce70bda4b9e83144dde1f5cf03e57858cc8a
[ "Apache-2.0" ]
21
2020-09-15T19:27:08.000Z
2022-03-22T13:46:53.000Z
MEMBERS.adoc
NicoWde/vanillastack
f8adce70bda4b9e83144dde1f5cf03e57858cc8a
[ "Apache-2.0" ]
9
2020-09-21T17:17:51.000Z
2022-01-29T10:20:31.000Z
= Members This page lists all Members assigned to a Role to make it possible to address PRs, questions, etc. to the right place. - See link:GOVERANCE.adoc[GOVERNANCE.adoc] for governance guidelines and steering committee and maintainer responsibilities. == Owners .Owners |=== | Name | Kim-Norman Sahm <kim-norman.s...
33.953488
133
0.719863
8b971260a9eceb6c96398c358119f7be9f31ba12
159
adoc
AsciiDoc
service/src/doc/generated-snippets/test-employee/should-delete-employee/httpie-request.adoc
Rolence/fineract-cn-office
67053a960de778af7da8ad3b98629600571a7451
[ "Apache-2.0" ]
null
null
null
service/src/doc/generated-snippets/test-employee/should-delete-employee/httpie-request.adoc
Rolence/fineract-cn-office
67053a960de778af7da8ad3b98629600571a7451
[ "Apache-2.0" ]
null
null
null
service/src/doc/generated-snippets/test-employee/should-delete-employee/httpie-request.adoc
Rolence/fineract-cn-office
67053a960de778af7da8ad3b98629600571a7451
[ "Apache-2.0" ]
null
null
null
[source,bash] ---- $ http DELETE 'http://localhost:8080/office/v1/employees/FBea9IQEOII3aaR7xv7jBQCN6dEFrqqY' 'Accept:*/*' 'Content-Type:application/json' ----
39.75
135
0.742138
56c5d7306d0a7b674f2433f3ac09035506a7a749
1,322
adoc
AsciiDoc
source/documentation/administration_guide/topics/Creating_a_Storage_Quality_of_Service_Entry.adoc
lessfoobar/ovirt-site
97cb0cdc5c9f5a7c9108e70f2d29baac8dcc2a40
[ "MIT" ]
80
2015-12-07T16:39:12.000Z
2022-01-13T13:29:16.000Z
source/documentation/administration_guide/topics/Creating_a_Storage_Quality_of_Service_Entry.adoc
lessfoobar/ovirt-site
97cb0cdc5c9f5a7c9108e70f2d29baac8dcc2a40
[ "MIT" ]
1,277
2015-12-04T15:56:51.000Z
2022-03-31T17:00:21.000Z
source/documentation/administration_guide/topics/Creating_a_Storage_Quality_of_Service_Entry.adoc
lessfoobar/ovirt-site
97cb0cdc5c9f5a7c9108e70f2d29baac8dcc2a40
[ "MIT" ]
404
2015-12-04T22:16:05.000Z
2022-02-01T18:45:22.000Z
[[Creating_a_Storage_Quality_of_Service_Entry]] ==== Creating a Storage Quality of Service Entry *Creating a Storage Quality of Service Entry* . Click menu:Compute[Data Centers]. . Click a data center's name. This opens the details view. . Click the *QoS* tab. . Under *Storage*, click *New*. . Enter a *QoS Name* and ...
60.090909
200
0.760968
5c217b40c61ad82348c57decae56b9033d4aa5e9
12,503
adoc
AsciiDoc
src/docs/API/OnPremise API/deepasr_v6.3_api_v1.adoc
KonstantinosKontogiannis/omilia-docs-ui
22509471d9e6433dd368f6b0800344464daec20b
[ "MIT" ]
null
null
null
src/docs/API/OnPremise API/deepasr_v6.3_api_v1.adoc
KonstantinosKontogiannis/omilia-docs-ui
22509471d9e6433dd368f6b0800344464daec20b
[ "MIT" ]
null
null
null
src/docs/API/OnPremise API/deepasr_v6.3_api_v1.adoc
KonstantinosKontogiannis/omilia-docs-ui
22509471d9e6433dd368f6b0800344464daec20b
[ "MIT" ]
null
null
null
= deepASR API :revnumber: 1.0 :revdate: June 5, 2020 :source-highlighter: highlightjs :toc: macro :toclevels: 2 :sectanchors: true :sectnumlevels: 5 :includedir: ../../styles :title-page: :productname: deepASR API :productversion: 1 :classification: CONFIDENTIAL :data-uri: :imagesdir: toc::[] <<< ifdef::backend-pdf[...
25.620902
170
0.503079
93598f346f7966ac80e9d7ff9a55857b82d3abbd
210
adoc
AsciiDoc
README.adoc
samdelnaki/objectbox
67e33fa6ae940fa1be2035d0903daf44e17fd1e5
[ "Apache-2.0" ]
null
null
null
README.adoc
samdelnaki/objectbox
67e33fa6ae940fa1be2035d0903daf44e17fd1e5
[ "Apache-2.0" ]
null
null
null
README.adoc
samdelnaki/objectbox
67e33fa6ae940fa1be2035d0903daf44e17fd1e5
[ "Apache-2.0" ]
null
null
null
= ObjectBox WARNING: Pre-alpha stage. This project is not fit for production use. First release anticipated in January 2020. A utility which handles object history, to simplify undo and redo featrures etc.
26.25
112
0.790476
d5ceeb69b43950e2ad8ac35ce27c3025a58a9103
3,168
adoc
AsciiDoc
pages/apim/3.x/installation-guide/amazon-linux/installation-guide-amazon-portal.adoc
tomgeudens/gravitee-docs
a03ac23b275f7632d25798d9d3c142893d1036e4
[ "Apache-2.0" ]
null
null
null
pages/apim/3.x/installation-guide/amazon-linux/installation-guide-amazon-portal.adoc
tomgeudens/gravitee-docs
a03ac23b275f7632d25798d9d3c142893d1036e4
[ "Apache-2.0" ]
null
null
null
pages/apim/3.x/installation-guide/amazon-linux/installation-guide-amazon-portal.adoc
tomgeudens/gravitee-docs
a03ac23b275f7632d25798d9d3c142893d1036e4
[ "Apache-2.0" ]
null
null
null
= Install APIM Portal :page-sidebar: apim_3_x_sidebar :page-permalink: apim/3.x/apim_installguide_amazon_portal.html :page-folder: apim/installation-guide/amazon :page-liquid: :page-layout: apim3x :page-description: Gravitee.io API Management - Installation Guide - Amazon - Portal :page-keywords: Gravitee.io, API Platf...
29.333333
182
0.762311
55e31c29f2f3414ccf25904fbec40b5da95b7098
6,808
adoc
AsciiDoc
implementations/README.adoc
richiecarmichael/ogcapi-features
3623485b918727dbe174af6a2aa446b8dd1f620d
[ "OML" ]
null
null
null
implementations/README.adoc
richiecarmichael/ogcapi-features
3623485b918727dbe174af6a2aa446b8dd1f620d
[ "OML" ]
null
null
null
implementations/README.adoc
richiecarmichael/ogcapi-features
3623485b918727dbe174af6a2aa446b8dd1f620d
[ "OML" ]
null
null
null
# Implementations #work-in-progress# This page lists software packages that implement approved or draft OGC API Features standards. Draft standards are only added once they have a tagged version. Currently the following parts are covered: * https://docs.ogc.org/DRAFTS/17-069r4.html[OGC API - Features - Part 1: Core ...
38.902857
493
0.740012
0f78cf75ec9547c4e43969b1a6cb301b574ebdd3
282
adoc
AsciiDoc
src/docs/asciidoc/overview.adoc
pmackowski/rsocket-playground
aef307a15e06fd6c0453abc056040306693a4e08
[ "Apache-2.0" ]
2
2019-09-30T13:37:57.000Z
2019-10-24T11:12:13.000Z
src/docs/asciidoc/overview.adoc
pmackowski/rsocket-playground
aef307a15e06fd6c0453abc056040306693a4e08
[ "Apache-2.0" ]
9
2019-08-26T08:18:54.000Z
2019-09-09T09:18:16.000Z
src/docs/asciidoc/overview.adoc
pmackowski/rsocket-playground
aef307a15e06fd6c0453abc056040306693a4e08
[ "Apache-2.0" ]
1
2021-11-09T10:38:52.000Z
2021-11-09T10:38:52.000Z
== Overview === Zomky Zomky is a Java library build on top of RSocket. It provides implementation of Gossip and Raft distributed systems protocols. === Dependencies [source,java,indent=0] ---- include::{test-examples}/ZomkyDocumentation.java[tag=overview] ---- <1> Bob <2> Alice
20.142857
125
0.737589
0cea6395b0d7e7104aafaedb5e66c68d58101c0a
88
adoc
AsciiDoc
src/asciidoc/appendix.adoc
hawaiifw/hawaiiframework
506eb6be5a76c6203d3e2b48b82f2c25782a824d
[ "X11", "Apache-2.0", "OLDAP-2.2.1" ]
6
2016-11-15T23:00:47.000Z
2020-11-30T01:57:19.000Z
src/asciidoc/appendix.adoc
hawaiifw/hawaiiframework
506eb6be5a76c6203d3e2b48b82f2c25782a824d
[ "X11", "Apache-2.0", "OLDAP-2.2.1" ]
11
2016-04-16T07:45:05.000Z
2020-09-22T07:08:15.000Z
src/asciidoc/appendix.adoc
hawaiifw/hawaii-framework
506eb6be5a76c6203d3e2b48b82f2c25782a824d
[ "X11", "Apache-2.0", "OLDAP-2.2.1" ]
19
2016-04-13T13:17:09.000Z
2020-09-21T13:41:43.000Z
[[appendix]] :sectnums!: == Appendices include::appendix-application-properties.adoc[]
14.666667
47
0.75
c96a96d8e8766aae32b8ba06e17cc25f9172fed4
1,058
adoc
AsciiDoc
modules/ROOT/pages/dataweave-formats-fixedwidth.adoc
Amelsfort/docs-mule-runtime
8e506055f38561c09ff8fdfdfe6d6653a807585f
[ "BSD-3-Clause" ]
null
null
null
modules/ROOT/pages/dataweave-formats-fixedwidth.adoc
Amelsfort/docs-mule-runtime
8e506055f38561c09ff8fdfdfe6d6653a807585f
[ "BSD-3-Clause" ]
null
null
null
modules/ROOT/pages/dataweave-formats-fixedwidth.adoc
Amelsfort/docs-mule-runtime
8e506055f38561c09ff8fdfdfe6d6653a807585f
[ "BSD-3-Clause" ]
null
null
null
= Fixed Width Format MIME Type: `application/flatfile` ID: `flatfile` Fixed width types are technically considered a type of Flat File format, but when selecting this option, the Transform component offers you settings that are better tailored to the needs of this format. NOTE: Fixed width in DataWeave supports fil...
36.482759
401
0.731569
b0aee2707f683793987997ec281b38e107a1cc30
74
adoc
AsciiDoc
README.adoc
kdubois/rhods-od-workshop
6efbf1716fa5a398e8b70f32dc3f8c4ab15c9c4e
[ "Apache-2.0" ]
1
2021-11-18T18:52:56.000Z
2021-11-18T18:52:56.000Z
README.adoc
kdubois/rhods-od-workshop
6efbf1716fa5a398e8b70f32dc3f8c4ab15c9c4e
[ "Apache-2.0" ]
null
null
null
README.adoc
kdubois/rhods-od-workshop
6efbf1716fa5a398e8b70f32dc3f8c4ab15c9c4e
[ "Apache-2.0" ]
5
2021-11-09T15:29:32.000Z
2021-11-29T10:41:59.000Z
https://redhat-scholars.github.io/rhods-od-workshop/od-workshop/index.html
74
74
0.824324
c58c5bebf610777e283fd4e7a012890e97da9fa2
23,194
adoc
AsciiDoc
OU's en groepsbeleid/README.adoc
ucll-operating-systems/operating-systems
9577d6c442e5903f8c74bf5aa64f30c88e12b804
[ "BSD-2-Clause" ]
3
2021-03-13T13:38:47.000Z
2022-03-16T16:22:26.000Z
OU's en groepsbeleid/README.adoc
GekkieFoxxie/operating-systems
60c227d2c08965248b6007b4f20918f789f8ab03
[ "BSD-2-Clause" ]
null
null
null
OU's en groepsbeleid/README.adoc
GekkieFoxxie/operating-systems
60c227d2c08965248b6007b4f20918f789f8ab03
[ "BSD-2-Clause" ]
17
2021-04-12T17:00:41.000Z
2022-03-28T08:49:15.000Z
= Group Policy Objects UCLL :doctype: article :encoding: utf-8 :lang: nl :toc: left We hebben nu een computer met Active Directory gekoppeld en een gecentraliseerde gebruiker aangemaakt om aan te melden. Active Directory biedt echter nog een heleboel meer mogelijkheden en één heel belangrijke mogelijkheid is het defin...
98.279661
1,097
0.789859
25b44b1106c0c0d90b3afc4cdf30cd4fa123204e
320
asciidoc
AsciiDoc
doc/configuration/example.asciidoc
mwocka/devon-production-line-shared-lib
35d392525adae45f5f724f0fd3cdac688b06ab5a
[ "Apache-2.0" ]
4
2018-12-19T08:08:49.000Z
2019-06-27T07:49:36.000Z
doc/configuration/example.asciidoc
mwocka/devon-production-line-shared-lib
35d392525adae45f5f724f0fd3cdac688b06ab5a
[ "Apache-2.0" ]
22
2018-11-05T07:52:00.000Z
2019-08-19T14:27:30.000Z
doc/configuration/example.asciidoc
mwocka/devon-production-line-shared-lib
35d392525adae45f5f724f0fd3cdac688b06ab5a
[ "Apache-2.0" ]
15
2018-10-18T10:30:21.000Z
2019-11-15T06:05:59.000Z
= Usage Examples :toc: == Installing a custom tool in Jenkins ```Groovy @Library('ProductionLineTemplateLib') import com.capgemini.productionline.configuration.* Jenkins jenkinsConfiguration = new Jenkins(); println jenkinsConfiguration.addCustomTool('gcc', 'cmd1', '/usr/bin/', '/hom/', 'bin', '/pwd/', null); ```
21.333333
102
0.725
a71b2f1243722489c08cfd7b676ec7106796355c
2,962
adoc
AsciiDoc
docs/partner_editable/faq_troubleshooting.adoc
holt-calder/quickstart-tableau-sagemaker
592a1cc7e35dfb66dcd42c35cd0ba5ae94966827
[ "Apache-2.0" ]
3
2021-02-26T13:12:18.000Z
2021-10-30T16:32:52.000Z
docs/partner_editable/faq_troubleshooting.adoc
holt-calder/quickstart-tableau-sagemaker
592a1cc7e35dfb66dcd42c35cd0ba5ae94966827
[ "Apache-2.0" ]
3
2021-02-25T12:44:08.000Z
2021-06-28T20:35:48.000Z
docs/partner_editable/faq_troubleshooting.adoc
holt-calder/quickstart-tableau-sagemaker
592a1cc7e35dfb66dcd42c35cd0ba5ae94966827
[ "Apache-2.0" ]
4
2021-02-25T19:11:03.000Z
2021-10-30T16:32:44.000Z
// Add any tips or answers to anticipated questions. == FAQ *Q.* I encountered a *CREATE_FAILED* error when I launched the Quick Start. *A.* If AWS CloudFormation fails to create the stack, relaunch the template with *Rollback on failure* set to *Disabled*. This setting is under *Advanced* in the AWS CloudFormation ...
65.822222
495
0.787306
29c8d5eb5891c652bcb3dd99738658bca3f63340
9,026
adoc
AsciiDoc
docs/asciidoc/modules/ROOT/partials/usage/apoc.path.expand.adoc
alexwoolford/neo4j-apoc-procedures
ad48af6a7dde19825d7fcc100fd2c0612536289d
[ "Apache-2.0" ]
1,481
2016-04-16T00:24:31.000Z
2022-03-29T08:15:38.000Z
docs/asciidoc/modules/ROOT/partials/usage/apoc.path.expand.adoc
alexwoolford/neo4j-apoc-procedures
ad48af6a7dde19825d7fcc100fd2c0612536289d
[ "Apache-2.0" ]
1,747
2016-04-23T07:53:53.000Z
2022-03-31T14:35:58.000Z
docs/asciidoc/modules/ROOT/partials/usage/apoc.path.expand.adoc
alexwoolford/neo4j-apoc-procedures
ad48af6a7dde19825d7fcc100fd2c0612536289d
[ "Apache-2.0" ]
528
2016-04-16T23:11:11.000Z
2022-03-23T02:12:43.000Z
The examples in this section are based on the following sample graph: include::partial$expand-sample-graph.adoc[] Let's start by expanding paths from the Praveena node. We only want to consider the `KNOWS` relationship type, so we'll specify that as the relationship filter. .The following returns the paths to people...
63.56338
182
0.603368
a93aa22550e47b81287ff504023f379f7476e6bf
2,416
adoc
AsciiDoc
documentation/api/io.strimzi.api.kafka.model.EntityTopicOperatorSpec.adoc
codemagicprotege/strimzi-kafka-operator
23548c30aeb00b4d2a2df07592661b9fa9f399f1
[ "Apache-2.0" ]
2,978
2018-06-09T18:20:00.000Z
2022-03-31T03:33:27.000Z
documentation/api/io.strimzi.api.kafka.model.EntityTopicOperatorSpec.adoc
codemagicprotege/strimzi-kafka-operator
23548c30aeb00b4d2a2df07592661b9fa9f399f1
[ "Apache-2.0" ]
4,066
2018-06-09T23:08:28.000Z
2022-03-31T22:40:29.000Z
documentation/api/io.strimzi.api.kafka.model.EntityTopicOperatorSpec.adoc
codemagicprotege/strimzi-kafka-operator
23548c30aeb00b4d2a2df07592661b9fa9f399f1
[ "Apache-2.0" ]
895
2018-06-13T18:03:22.000Z
2022-03-31T11:22:11.000Z
Configures the Topic Operator. [id='property-topic-operator-logging-{context}'] === `logging` The Topic Operator has a configurable logger: * `rootLogger.level` The Topic Operator uses the Apache `log4j2` logger implementation. Use the `logging` property in the `entityOperator.topicOperator` field of the Kafka res...
33.09589
712
0.733444
0d66bb4987d89f1cc4def636b78a8a9efdbc3859
174
adoc
AsciiDoc
src/main/asciidoc/index008.adoc
qwfys/asciidoctor-sample
3286ad201c23036d3b65eca750ed8d01bde8ee50
[ "Apache-2.0" ]
null
null
null
src/main/asciidoc/index008.adoc
qwfys/asciidoctor-sample
3286ad201c23036d3b65eca750ed8d01bde8ee50
[ "Apache-2.0" ]
null
null
null
src/main/asciidoc/index008.adoc
qwfys/asciidoctor-sample
3286ad201c23036d3b65eca750ed8d01bde8ee50
[ "Apache-2.0" ]
null
null
null
= 库房数据 == 库房业务 [plantuml,./image/008/usecase,png] .... @startuml (First usecase) (Another usecase) as (UC2) usecase UC3 usecase (Last\nusecase) as UC4 @enduml .... == 表设计
10.875
34
0.666667
8741df05658eb724d97a56e22e0bd2c3e697426d
5,048
adoc
AsciiDoc
docs/asciidoc/getting-started-rop/src/docs/asciidoc/_getting-started-rop/part2/starting.adoc
rohankumardubey/cayenne
d6beb87eacd9ef126c2ec6a1a89fb3b23dfb5912
[ "Apache-2.0" ]
289
2015-01-28T13:35:27.000Z
2022-03-27T07:51:03.000Z
docs/asciidoc/getting-started-rop/src/docs/asciidoc/_getting-started-rop/part2/starting.adoc
rohankumardubey/cayenne
d6beb87eacd9ef126c2ec6a1a89fb3b23dfb5912
[ "Apache-2.0" ]
78
2015-01-05T19:28:33.000Z
2022-02-01T13:53:11.000Z
docs/asciidoc/getting-started-rop/src/docs/asciidoc/_getting-started-rop/part2/starting.adoc
acidburn0zzz/cayenne
e4809a008e3d084ad26c62e419eff35c8009b65c
[ "Apache-2.0" ]
150
2015-01-15T08:13:55.000Z
2022-03-19T19:42:16.000Z
// Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to you under the Apache License, Version // 2.0 (the "License"); you may not ...
46.311927
131
0.719097
008724829c5f78457f48224f8d19ac233a4014f5
1,690
adoc
AsciiDoc
content/contribute/docs-team.adoc
matthijskooijman/kicad-website
4374ec48184c906040b70eec15984d02da6a20f8
[ "CC-BY-3.0" ]
1
2022-02-11T05:40:32.000Z
2022-02-11T05:40:32.000Z
content/contribute/docs-team.adoc
matthijskooijman/kicad-website
4374ec48184c906040b70eec15984d02da6a20f8
[ "CC-BY-3.0" ]
null
null
null
content/contribute/docs-team.adoc
matthijskooijman/kicad-website
4374ec48184c906040b70eec15984d02da6a20f8
[ "CC-BY-3.0" ]
2
2020-10-27T18:51:45.000Z
2021-04-06T02:51:35.000Z
+++ title = "Docs Team" categories = [ "Contribute" ] [menu.main] parent = "Contribute" name = "Docs Team" weight = 10 +++ The Docs Team works on writing and maintaining documentation. Documentation includes both the KiCad application and the website. We are always looking for volunteers who are interested ...
33.137255
134
0.789349
fd0ae75951132411a6e507b5ed113ad5876d1ef7
2,633
adoc
AsciiDoc
_posts/2017-08-02-Network-Information-A-P-I.adoc
prateekjadhwani/prateekjadhwani.github.io
3c7a72fcbd5a0f449549f1b10dcd8a8d19e35f10
[ "MIT" ]
null
null
null
_posts/2017-08-02-Network-Information-A-P-I.adoc
prateekjadhwani/prateekjadhwani.github.io
3c7a72fcbd5a0f449549f1b10dcd8a8d19e35f10
[ "MIT" ]
null
null
null
_posts/2017-08-02-Network-Information-A-P-I.adoc
prateekjadhwani/prateekjadhwani.github.io
3c7a72fcbd5a0f449549f1b10dcd8a8d19e35f10
[ "MIT" ]
null
null
null
= Network Information API :hp-tags: network, network information api, API, specification, spec, demo With technology development in the past few decades, web apps have improved from running simply on a desktop computer to a mobile phone to an IOT device. With so many different clients, using so many different types of...
58.511111
540
0.753513
df41ba64e27faaec4f9e4b2d8b3a9ade72cd1d5b
2,436
adoc
AsciiDoc
topics/snippets/istio_installation_auth.adoc
jomeier/maistra.github.io
ade0992fde1346ceee685068001a957840b57725
[ "Apache-2.0" ]
1
2021-05-10T02:11:43.000Z
2021-05-10T02:11:43.000Z
topics/snippets/istio_installation_auth.adoc
jomeier/maistra.github.io
ade0992fde1346ceee685068001a957840b57725
[ "Apache-2.0" ]
null
null
null
topics/snippets/istio_installation_auth.adoc
jomeier/maistra.github.io
ade0992fde1346ceee685068001a957840b57725
[ "Apache-2.0" ]
null
null
null
[source,yaml] ---- apiVersion: maistra.io/v1 kind: ServiceMeshControlPlane metadata: name: auth-install spec: template: default # NOTE, if you remove all children from an element, you should remove the # element too. An empty element is interpreted as null and will override all # default values (i.e. no valu...
28
84
0.636289
7752cd7f1d92ddc7d64f8806c7e9b076c07871a5
1,857
adoc
AsciiDoc
subprojects/docs/src/samples/java/modules-with-transform/README.adoc
magneticflux-/gradle
5c2bafc148279ffd2d0a0d31c9daec91351aea87
[ "Apache-2.0" ]
null
null
null
subprojects/docs/src/samples/java/modules-with-transform/README.adoc
magneticflux-/gradle
5c2bafc148279ffd2d0a0d31c9daec91351aea87
[ "Apache-2.0" ]
null
null
null
subprojects/docs/src/samples/java/modules-with-transform/README.adoc
magneticflux-/gradle
5c2bafc148279ffd2d0a0d31c9daec91351aea87
[ "Apache-2.0" ]
null
null
null
NOTE: You can open this sample inside an IDE using the https://www.jetbrains.com/help/idea/gradle.html#gradle_import_project_start[IntelliJ's Gradle import] or https://projects.eclipse.org/projects/tools.buildship[Eclipse Buildship]. This sample shows how link:{userManualPath}/artifact_transforms.html[artifact transfo...
74.28
267
0.792676
fac0cbe5d978d8c7c19dbac26b0e79ad949ee80a
100,682
adoc
AsciiDoc
docs/DeveloperGuide.adoc
lekoook/main
632411670b8b9a7d67b300c3c344966c71cac579
[ "MIT" ]
1
2018-10-04T16:56:49.000Z
2018-10-04T16:56:49.000Z
docs/DeveloperGuide.adoc
lekoook/main
632411670b8b9a7d67b300c3c344966c71cac579
[ "MIT" ]
110
2018-09-19T04:00:52.000Z
2018-11-12T14:07:52.000Z
docs/DeveloperGuide.adoc
lekoook/main
632411670b8b9a7d67b300c3c344966c71cac579
[ "MIT" ]
6
2018-08-31T04:14:02.000Z
2018-11-07T07:29:08.000Z
= CorpPro - Developer Guide :site-section: DeveloperGuide :toc: :toc-title: :toc-placement: preamble :sectnums: :imagesDir: images :stylesDir: stylesheets :xrefstyle: full :experimental: :linkattrs: ifdef::env-github[] :tip-caption: :bulb: :note-caption: :information_source: :warning-caption: :warning: endif::[] :repoU...
50.315842
638
0.76103
65877a16be4773e936db3644ea072bacf552ef6a
648
adoc
AsciiDoc
virt/upgrading-virt.adoc
shaneboulden/openshift-docs
94f23b1905b3dbbcb5eaf9dcfc8a16f0e8db329b
[ "Apache-2.0" ]
null
null
null
virt/upgrading-virt.adoc
shaneboulden/openshift-docs
94f23b1905b3dbbcb5eaf9dcfc8a16f0e8db329b
[ "Apache-2.0" ]
null
null
null
virt/upgrading-virt.adoc
shaneboulden/openshift-docs
94f23b1905b3dbbcb5eaf9dcfc8a16f0e8db329b
[ "Apache-2.0" ]
null
null
null
[id="upgrading-virt"] = Upgrading {VirtProductName} include::modules/virt-document-attributes.adoc[] :context: upgrading-virt toc::[] You can manually upgrade to the next minor version of {VirtProductName} and monitor the status of an update by using the web console. :FeatureName: {VirtProductName} include::modules/...
30.857143
125
0.799383
82bb0e75846da88f60e43e977c474e466f84e0dc
936
adoc
AsciiDoc
docs/apis/snippets/field-types-documentation/delete-field-type-by-id/1/http-request.adoc
yudori/mmadu
310703d1b21bf2f4a03e6573586fc2aac069572e
[ "MIT" ]
null
null
null
docs/apis/snippets/field-types-documentation/delete-field-type-by-id/1/http-request.adoc
yudori/mmadu
310703d1b21bf2f4a03e6573586fc2aac069572e
[ "MIT" ]
null
null
null
docs/apis/snippets/field-types-documentation/delete-field-type-by-id/1/http-request.adoc
yudori/mmadu
310703d1b21bf2f4a03e6573586fc2aac069572e
[ "MIT" ]
null
null
null
[source,http,options="nowrap"] ---- DELETE /repo/fieldTypes/1 HTTP/1.1 Authorization: Bearer eyJraWQiOiIxMjMiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiI1ZWUzNzhhZDQ3NDg5MTI5Y2M0OWIzYjAiLCJyb2xlcyI6W10sImlzcyI6Im1tYWR1LmNvbSIsImdyb3VwcyI6W10sImF1dGhvcml0aWVzIjpbXSwiY2xpZW50X2lkIjoiMjJlNjViNzItOTIzNC00MjgxLTlkNzMtMzIzMDA4OWQ0OWE3Ii...
133.714286
838
0.95406
0dfa36fa429d21f556b8995535ebc69c7d2b481a
484
adoc
AsciiDoc
docs/en-gb/modules/plugins/partials/plugin-set-namen-aendern-en_gb.adoc
plentymarkets/plenty-manual-docs
65d179a8feb8fcf1b594ef45883e3437287d8e09
[ "MIT" ]
null
null
null
docs/en-gb/modules/plugins/partials/plugin-set-namen-aendern-en_gb.adoc
plentymarkets/plenty-manual-docs
65d179a8feb8fcf1b594ef45883e3437287d8e09
[ "MIT" ]
2
2022-01-05T10:31:24.000Z
2022-03-11T11:56:07.000Z
docs/en-gb/modules/plugins/partials/plugin-set-namen-aendern-en_gb.adoc
plentymarkets/plenty-manual-docs
65d179a8feb8fcf1b594ef45883e3437287d8e09
[ "MIT" ]
1
2021-03-01T09:12:18.000Z
2021-03-01T09:12:18.000Z
:icons: font :docinfodir: /workspace/manual-adoc :docinfo1: [.instruction] Changing the name of plugin sets: . Go to *Plugins » Plugin overview*. . Click on the plugin set you want to edit. + → The area for editing the selected plugin set opens. . Click on the *Plugin set settings* button (icon:cog[]). + → The *Setti...
32.266667
59
0.716942
970c0fd8f4be409d13a974cff4a1bb231cceb7bd
47
adoc
AsciiDoc
public/steelthreads/asciidocs/en/complete-before-proceeding.adoc
witmicko/tutorial-web-app
59a654e5c4f7ed311a554ea28f8c956cd214b0ac
[ "Apache-2.0" ]
null
null
null
public/steelthreads/asciidocs/en/complete-before-proceeding.adoc
witmicko/tutorial-web-app
59a654e5c4f7ed311a554ea28f8c956cd214b0ac
[ "Apache-2.0" ]
null
null
null
public/steelthreads/asciidocs/en/complete-before-proceeding.adoc
witmicko/tutorial-web-app
59a654e5c4f7ed311a554ea28f8c956cd214b0ac
[ "Apache-2.0" ]
null
null
null
Complete the procedure above before proceeding.
47
47
0.87234
eb7bdf954a010ebe24e5012e2bb037ba12c06878
148
adoc
AsciiDoc
docs/bb3.adoc
ikke-t/stc
f265311f4d6d3ea1ed655b47a93c7f294cf1efcf
[ "Apache-2.0" ]
27
2018-08-21T12:49:48.000Z
2021-09-03T21:12:20.000Z
docs/bb3.adoc
ikke-t/stc
f265311f4d6d3ea1ed655b47a93c7f294cf1efcf
[ "Apache-2.0" ]
72
2018-08-24T10:01:46.000Z
2019-07-07T10:54:57.000Z
docs/bb3.adoc
ikke-t/stc
f265311f4d6d3ea1ed655b47a93c7f294cf1efcf
[ "Apache-2.0" ]
20
2018-08-20T15:01:51.000Z
2020-03-31T10:31:52.000Z
== Building Block 3 - Install CFME on Openshift This *Building Block* is targeted to install Cloudforms Management Engine (CFME) on Openshift. WIP
29.6
94
0.783784
022192fd5eb270b1bb3309bd70762ae82f230fc6
6,428
adoc
AsciiDoc
docs/src/main/asciidoc/inc/circuitBreakers.adoc
fabric8io/fabric8-spring
3ad29f0daf8e89c4559095ba74b2ef20aa9a3bc3
[ "Apache-2.0" ]
5
2016-11-28T15:25:11.000Z
2021-01-05T21:19:19.000Z
docs/src/main/asciidoc/inc/circuitBreakers.adoc
fabric8io/fabric8-spring
3ad29f0daf8e89c4559095ba74b2ef20aa9a3bc3
[ "Apache-2.0" ]
8
2016-09-02T13:08:45.000Z
2017-11-06T11:00:58.000Z
docs/src/main/asciidoc/inc/circuitBreakers.adoc
fabric8io/fabric8-spring
3ad29f0daf8e89c4559095ba74b2ef20aa9a3bc3
[ "Apache-2.0" ]
8
2016-09-02T13:14:48.000Z
2017-12-29T10:59:15.000Z
[[circuit-breakers]] = Circuit Breakers Adding circuit breakers via the https://github.com/Netflix/Hystrix[Hystrix] library helps you fail fast or provide a fallback if any dependent service either goes down or goes too slow. Hystrix is a library rather than anything else, which means that it can just be easily adde...
44.951049
310
0.776758
c7cb1a41fcd3b35bd494d265e11f3f1c62202d46
4,773
adoc
AsciiDoc
doc-content/enterprise-only/openshift/apb-deploy-proc.adoc
xieshenzh/kie-docs
61243b00e13d7ef45e7c860a330e2f65b7462ed5
[ "Apache-2.0" ]
null
null
null
doc-content/enterprise-only/openshift/apb-deploy-proc.adoc
xieshenzh/kie-docs
61243b00e13d7ef45e7c860a330e2f65b7462ed5
[ "Apache-2.0" ]
37
2017-10-09T12:38:44.000Z
2022-03-24T14:32:41.000Z
doc-content/enterprise-only/openshift/apb-deploy-proc.adoc
xieshenzh/kie-docs
61243b00e13d7ef45e7c860a330e2f65b7462ed5
[ "Apache-2.0" ]
6
2017-12-06T18:18:14.000Z
2020-07-23T15:47:37.000Z
[id='apb-deploy-proc_{context}'] = Deploying a {PRODUCT} environment using the Automation Broker To deploy a {PRODUCT} environment using the Automation Broker, you must find the Ansible Playbook in the OpenShift catalog, run it, and set the parameters as required. .Procedure . In the OpenShift Web UI, select *Add to...
58.925926
368
0.760947
92cb5b07f3e7f5b2e900ac878a3bd3a32959901b
5,378
adoc
AsciiDoc
README.adoc
6paklata/emerald-wallet
a89780895e7035d5e269e29243598f87c27d2bae
[ "Apache-2.0" ]
null
null
null
README.adoc
6paklata/emerald-wallet
a89780895e7035d5e269e29243598f87c27d2bae
[ "Apache-2.0" ]
null
null
null
README.adoc
6paklata/emerald-wallet
a89780895e7035d5e269e29243598f87c27d2bae
[ "Apache-2.0" ]
null
null
null
= Emerald Wallet for Desktop image:https://img.shields.io/circleci/project/github/ETCDEVTeam/emerald-wallet/master.svg?label=CircleCI[CircleCI branch] image:https://img.shields.io/travis/ETCDEVTeam/emerald-wallet.svg?label=Travis[Travis (.org)] image:https://img.shields.io/appveyor/ci/ETCDEVTeam/emerald-wallet.svg?lab...
32.203593
176
0.759576
2ad64aa04226a3dbab49e037b760bf58fd405d95
1,990
adoc
AsciiDoc
documentation/book/ref-zookeeper-node-configuration.adoc
serrss/strimzi-kafka-operator
c04b1d57bc4f0cd23153227bbc542adb72338a60
[ "Apache-2.0" ]
null
null
null
documentation/book/ref-zookeeper-node-configuration.adoc
serrss/strimzi-kafka-operator
c04b1d57bc4f0cd23153227bbc542adb72338a60
[ "Apache-2.0" ]
1
2020-09-23T19:24:49.000Z
2020-09-23T19:24:49.000Z
documentation/book/ref-zookeeper-node-configuration.adoc
serrss/strimzi-kafka-operator
c04b1d57bc4f0cd23153227bbc542adb72338a60
[ "Apache-2.0" ]
1
2020-10-15T13:56:40.000Z
2020-10-15T13:56:40.000Z
// Module included in the following assemblies: // // assembly-zookeeper-node-configuration.adoc [id='ref-zookeeper-node-configuration-{context}'] = Zookeeper configuration Zookeeper nodes are configured using the `config` property in `Kafka.spec.zookeeper`. This property contains the Zookeeper configuration options ...
34.310345
177
0.768844
84e2a6684aefe708c5704da74e8ee8c6e1dd821a
2,308
adoc
AsciiDoc
modules/virt-creating-vddk-image.adoc
tradej/openshift-docs
584ce30d22ccc79d822da825559fb7752b41b1f8
[ "Apache-2.0" ]
1
2021-05-07T00:22:43.000Z
2021-05-07T00:22:43.000Z
modules/virt-creating-vddk-image.adoc
tradej/openshift-docs
584ce30d22ccc79d822da825559fb7752b41b1f8
[ "Apache-2.0" ]
1
2018-03-02T01:17:52.000Z
2018-03-02T01:17:52.000Z
modules/virt-creating-vddk-image.adoc
tradej/openshift-docs
584ce30d22ccc79d822da825559fb7752b41b1f8
[ "Apache-2.0" ]
1
2020-08-04T01:36:59.000Z
2020-08-04T01:36:59.000Z
// Module included in the following assemblies: // // * virt/virtual_machines/importing_vms/virt-importing-vmware-vm.adoc [id="virt-creating-vddk-image_{context}"] = Creating and using a VDDK image You can download the VMware Virtual Disk Development Kit (VDDK), build a VDDK image, and push the VDDK image to your ima...
28.85
192
0.72617
6bf3b49b50c3b6b1fcf310b46dcbc77e28048d0f
336
adoc
AsciiDoc
pages/am/3.x/installation-guide/configuration/installation-guide-management-api-technical-api.adoc
peschmae/gravitee-docs
a0150d342dee47bad263a21c46d76ceac70f101b
[ "Apache-2.0" ]
19
2016-04-06T16:08:06.000Z
2022-02-23T13:47:54.000Z
pages/am/3.x/installation-guide/configuration/installation-guide-management-api-technical-api.adoc
peschmae/gravitee-docs
a0150d342dee47bad263a21c46d76ceac70f101b
[ "Apache-2.0" ]
444
2015-12-15T10:13:01.000Z
2022-03-31T15:46:06.000Z
pages/am/3.x/installation-guide/configuration/installation-guide-management-api-technical-api.adoc
peschmae/gravitee-docs
a0150d342dee47bad263a21c46d76ceac70f101b
[ "Apache-2.0" ]
83
2015-12-15T12:20:19.000Z
2022-03-28T01:56:35.000Z
= Configure the AM API internal API :page-sidebar: am_3_x_sidebar :page-permalink: am/current/am_installguide_management_api_technical_api.html :page-folder: am/installation-guide :page-toc: false :page-layout: am :gravitee-component-name: AM API :node_port: 18093 include::../../../../node/partial/technical-api.adoc[...
28
77
0.779762
3510a0cbab09c1ad78ec9d62246e4939fa95a4e8
4,338
adoc
AsciiDoc
docs/project_management/meetings/meeting_3+4.adoc
RaphaelNeubert/I5_GPS_Tracks
a65dc6ea496d34c65820ce1e1893846d9f4ed970
[ "CC-BY-4.0" ]
7
2021-11-26T06:57:49.000Z
2022-01-31T09:59:17.000Z
docs/project_management/meetings/meeting_3+4.adoc
RaphaelNeubert/I5_GPS_Tracks
a65dc6ea496d34c65820ce1e1893846d9f4ed970
[ "CC-BY-4.0" ]
75
2021-12-19T16:07:00.000Z
2022-03-31T10:21:31.000Z
docs/project_management/meetings/meeting_3+4.adoc
RaphaelNeubert/I5_GPS_Tracks
a65dc6ea496d34c65820ce1e1893846d9f4ed970
[ "CC-BY-4.0" ]
1
2021-12-13T17:29:58.000Z
2021-12-13T17:29:58.000Z
== Protokoll Meeting 3 und 4 |=== 2+| *Thema* + Fragen zum Belegprojekt mit dem Themensteller Mario Neugebauer. | *Datum* + 28.11. 2021 18:00 Uhr + 30.11. 2021 15:00 Uhr | *Ort* + Meeting 3: Element (online) + Meeting 4: BigBlueButton (online) | *Anwesend (Meeting 3)* + Anton Peschel + Alex Schechtel + Raphael Neubert...
35.557377
173
0.752651
e2507c1cdfcc96a7d9a171f0720c95be6fddc8c7
5,063
adoc
AsciiDoc
documentation/modules/ref-standard-infra-config-example.adoc
anukritijha/enmasse
1ee76768d58ba71612a0fbafb215c4b4f41609ea
[ "Apache-2.0" ]
1
2020-07-09T12:07:51.000Z
2020-07-09T12:07:51.000Z
documentation/modules/ref-standard-infra-config-example.adoc
anukritijha/enmasse
1ee76768d58ba71612a0fbafb215c4b4f41609ea
[ "Apache-2.0" ]
1
2019-11-27T14:38:41.000Z
2019-11-27T14:45:31.000Z
documentation/modules/ref-standard-infra-config-example.adoc
anukritijha/enmasse
1ee76768d58ba71612a0fbafb215c4b4f41609ea
[ "Apache-2.0" ]
null
null
null
// Module included in the following assemblies: // // assembly-infrastructure-configuration.adoc [id='ref-standard-infra-config-example-{context}'] = Standard infrastructure configuration example The following example of a standard infrastructure configuration file shows the various settings that can be specified. [...
50.128713
261
0.765752
3fb2c6d4df68307c6e9a189b150190155e461968
1,573
adoc
AsciiDoc
core/src/test/resources/issues/gh-190-cypher-directive-with-passThrough.adoc
magaton/neo4j-graphql-java
9330ab4a8bf15135499282e99be4349480a01177
[ "Apache-2.0" ]
90
2018-09-02T23:00:21.000Z
2022-02-28T02:06:17.000Z
core/src/test/resources/issues/gh-190-cypher-directive-with-passThrough.adoc
magaton/neo4j-graphql-java
9330ab4a8bf15135499282e99be4349480a01177
[ "Apache-2.0" ]
217
2018-09-16T08:13:03.000Z
2022-03-29T11:38:04.000Z
core/src/test/resources/issues/gh-190-cypher-directive-with-passThrough.adoc
magaton/neo4j-graphql-java
9330ab4a8bf15135499282e99be4349480a01177
[ "Apache-2.0" ]
40
2018-11-14T10:49:41.000Z
2022-02-14T03:11:30.000Z
:toc: = Github Issue #190: cypher directive with passThrough == Schema [source,graphql,schema=true] ---- type Query { ## queriesRootQuery getUser(userId: ID): UserData @cypher(statement: "MATCH (u:User{id: $userId})-[:CREATED_MAP]->(m:Map) WITH collect({id: m.id, name: m.name}) AS mapsCreated, u RETURN {name...
18.505882
225
0.58932
931c83a3dda5cf74985c351296fde749ed52d442
14,243
adoc
AsciiDoc
spring-security/src/docs/asciidoc/zh-cn/_includes/about/authentication/password-storage.adoc
jcohy/jcohy-docs
3b890e2aa898c78d40182f3757e3e840cf63d38b
[ "Apache-2.0" ]
19
2020-06-04T07:46:20.000Z
2022-03-23T01:46:40.000Z
spring-security/src/docs/asciidoc/zh-cn/_includes/about/authentication/password-storage.adoc
jcohy/jcohy-docs
3b890e2aa898c78d40182f3757e3e840cf63d38b
[ "Apache-2.0" ]
15
2020-06-11T09:38:15.000Z
2022-01-04T16:04:53.000Z
spring-security/src/docs/asciidoc/zh-cn/_includes/about/authentication/password-storage.adoc
jcohy/jcohy-docs
3b890e2aa898c78d40182f3757e3e840cf63d38b
[ "Apache-2.0" ]
4
2020-11-24T11:03:19.000Z
2022-02-28T07:21:23.000Z
[[authentication-password-storage]] = 密码存储 Spring Security 的 `PasswordEncoder` 接口用于对密码执行单向转换,以允许安全地存储密码. 鉴于 `PasswordEncoder` 是一种单向转换, 因此当密码转换需要采用两种方式 (即向数据库存储进行身份验证的凭据) 时,则不打算使用它. 通常,`PasswordEncoder` 是在身份验证时与用户提供的密码和存储的密码进行比较. [[authentication-password-storage-history]] == 密码存储历史 多年来,存储密码的标准机制在不断的发展. 最初,密码以纯文本格...
32.667431
239
0.779541
13dff3d247388a28932bbde2d1421cf320a4512d
1,810
adoc
AsciiDoc
_posts/2017-04-05-Pagine-nuove.adoc
justafool5/justafool5.github.io
5e41655a837bb7b04fcc43e2352a888577db58a7
[ "MIT" ]
null
null
null
_posts/2017-04-05-Pagine-nuove.adoc
justafool5/justafool5.github.io
5e41655a837bb7b04fcc43e2352a888577db58a7
[ "MIT" ]
null
null
null
_posts/2017-04-05-Pagine-nuove.adoc
justafool5/justafool5.github.io
5e41655a837bb7b04fcc43e2352a888577db58a7
[ "MIT" ]
null
null
null
// = Your Blog title // See https://hubpress.gitbooks.io/hubpress-knowledgebase/content/ for information about the parameters. // :hp-image: /covers/cover.png // :published_at: 2017-04-04 // :hp-tags: Riflessioni personali, BG // :hp-alt-title: Nuovamente il diario = Pagine nuove Mi trovo a riaprire queste pagine pol...
86.190476
318
0.785635
6624858ff4419b800903b072458ad577a4e7a70a
598
adoc
AsciiDoc
spec/ainfo_types.adoc
Wren6991/TwoWireDebug
fc5aaaa842542a9278bdc2eeffe815cda781f173
[ "CC0-1.0" ]
19
2022-03-13T16:02:01.000Z
2022-03-27T14:46:43.000Z
spec/ainfo_types.adoc
Wren6991/TwoWireDebug
fc5aaaa842542a9278bdc2eeffe815cda781f173
[ "CC0-1.0" ]
null
null
null
spec/ainfo_types.adoc
Wren6991/TwoWireDebug
fc5aaaa842542a9278bdc2eeffe815cda781f173
[ "CC0-1.0" ]
null
null
null
[cols="10h,30h,~", options="header"] |=== |Type | Brief | Description | `0x000` | System bus | Raw access to some system-bus-like address space, potentially including multiple RAM, ROM or IO regions which aren't described by this table. `EXTRA` encodes the size of the segment, as ceil(log...
74.75
248
0.683946
4abfb63bc6854c3e71cdcd6b2dec6d82f9b53100
78
adoc
AsciiDoc
util/qav-doc-generator/src/test/resources/TestPlugin_expected.adoc
qavalidator/qav
5bb872828ea25ab6ae1688762a2c5cd6cc3193ef
[ "Apache-2.0" ]
7
2017-12-18T18:57:24.000Z
2021-01-09T20:47:15.000Z
util/qav-doc-generator/src/test/resources/TestPlugin_expected.adoc
qavalidator/qav
5bb872828ea25ab6ae1688762a2c5cd6cc3193ef
[ "Apache-2.0" ]
19
2017-12-19T06:57:53.000Z
2019-07-03T08:00:20.000Z
util/qav-doc-generator/src/test/resources/TestPlugin_expected.adoc
qavalidator/qav
5bb872828ea25ab6ae1688762a2c5cd6cc3193ef
[ "Apache-2.0" ]
2
2018-02-13T21:58:51.000Z
2020-06-19T15:23:59.000Z
=== TestPlugin This is a test plugin ==== testCmd1 Desc1 No parameters.
6.5
21
0.666667
b6b97c0352e0cd000c0f516918f2d51eccabef58
3,249
adoc
AsciiDoc
spark-webui-StagesTab.adoc
viswanatha2020/spark_submit-options
fe484095a2cc7f7fc0a02cb944b612115678e42c
[ "Apache-2.0" ]
2
2019-01-02T14:32:15.000Z
2019-04-01T16:21:55.000Z
spark-webui-StagesTab.adoc
Jayvardhan-Reddy/mastering-apache-spark-book
e751193fb55b475a11815026d172f46597015d55
[ "Apache-2.0" ]
null
null
null
spark-webui-StagesTab.adoc
Jayvardhan-Reddy/mastering-apache-spark-book
e751193fb55b475a11815026d172f46597015d55
[ "Apache-2.0" ]
1
2020-11-17T08:18:57.000Z
2020-11-17T08:18:57.000Z
== [[StagesTab]] StagesTab -- Stages for All Jobs [[prefix]] `StagesTab` is a link:spark-webui-SparkUITab.adoc[SparkUITab] with *stages* link:spark-webui-SparkUITab.adoc#prefix[prefix]. `StagesTab` is <<creating-instance, created>> exclusively when `SparkUI` is link:spark-webui-SparkUI.adoc#initialize[initialized]. ...
49.227273
486
0.781779
22cae9e480620a0b7a4e5c6b4ddf8701e84c9108
1,846
adoc
AsciiDoc
source/documentation/virtual_machine_management_guide/topics/Updating_the_Guest_Agents_and_Drivers_on_Windows.adoc
anhhai986/ovirt-site
fcdd23b676cb105c0da7a55ce3c7eae3c94ce03a
[ "MIT" ]
null
null
null
source/documentation/virtual_machine_management_guide/topics/Updating_the_Guest_Agents_and_Drivers_on_Windows.adoc
anhhai986/ovirt-site
fcdd23b676cb105c0da7a55ce3c7eae3c94ce03a
[ "MIT" ]
null
null
null
source/documentation/virtual_machine_management_guide/topics/Updating_the_Guest_Agents_and_Drivers_on_Windows.adoc
anhhai986/ovirt-site
fcdd23b676cb105c0da7a55ce3c7eae3c94ce03a
[ "MIT" ]
null
null
null
[[Updating_the_Guest_Agents_and_Drivers_on_Windows]] ==== Updating the Guest Agents and Drivers on Windows *Updating the guest agents, tools, and drivers on Windows* . On the {virt-product-fullname} {engine-name} machine, update the {virt-product-fullname} Guest Tools package to the latest version: + [options="nowrap...
76.916667
294
0.779523
7095129d78ab74bc7bb97addb35f816ce81a46b8
3,101
adoc
AsciiDoc
docs/modules/ROOT/pages/contributor-guide/ci.adoc
javaduke/camel-quarkus
e82c314ff0578c60b9f72f11b11d4547ea0eec6f
[ "Apache-2.0" ]
179
2019-06-21T09:00:21.000Z
2022-03-30T06:00:47.000Z
docs/modules/ROOT/pages/contributor-guide/ci.adoc
javaduke/camel-quarkus
e82c314ff0578c60b9f72f11b11d4547ea0eec6f
[ "Apache-2.0" ]
2,658
2019-06-24T10:21:30.000Z
2022-03-31T16:51:12.000Z
docs/modules/ROOT/pages/contributor-guide/ci.adoc
javaduke/camel-quarkus
e82c314ff0578c60b9f72f11b11d4547ea0eec6f
[ "Apache-2.0" ]
143
2019-06-21T09:41:07.000Z
2022-03-29T16:27:24.000Z
[[ci]] = Camel Quarkus CI Builds :page-aliases: ci.adoc == Branches [width="100%",cols="1,3"] |=== |main | Latest releasable work |camel-main | To verify camel-quarkus against the latest Camel SNAPSHOT release |quarkus-main| To verify camel-quarkus against the latest Quarkus SNAPSHOT release |=== === Branch maintena...
49.222222
333
0.777491
7aac803048c28d822623484d48b0eabeaa4855f4
669
asciidoc
AsciiDoc
docs/infrastructure/index.asciidoc
LAFINAL/kibana
5251267bb952f890edba8260f79771a8694d802d
[ "Apache-2.0" ]
null
null
null
docs/infrastructure/index.asciidoc
LAFINAL/kibana
5251267bb952f890edba8260f79771a8694d802d
[ "Apache-2.0" ]
null
null
null
docs/infrastructure/index.asciidoc
LAFINAL/kibana
5251267bb952f890edba8260f79771a8694d802d
[ "Apache-2.0" ]
null
null
null
[role="xpack"] [[xpack-infra]] = Infrastructure [partintro] -- beta[] Use the interactive Infrastructure UI to monitor your infrastructure and identify problems in real time. You can explore metrics and logs for common servers, containers, and services. [role="screenshot"] image::infrastructure/images...
24.777778
84
0.751868
4fada215143e9713b9c002821f14e0dda4005c3d
618
adoc
AsciiDoc
docs/src/main/docs/guide/gettingStarted/create.adoc
ianibo/gorm-graphql
ad4f51e22bbba853a51ab55ba387c3c6b38aadaf
[ "Apache-2.0" ]
83
2017-06-19T14:05:38.000Z
2021-08-03T07:14:18.000Z
docs/src/main/docs/guide/gettingStarted/create.adoc
ianibo/gorm-graphql
ad4f51e22bbba853a51ab55ba387c3c6b38aadaf
[ "Apache-2.0" ]
49
2017-07-21T15:52:32.000Z
2021-07-19T13:39:56.000Z
docs/src/main/docs/guide/gettingStarted/create.adoc
ianibo/gorm-graphql
ad4f51e22bbba853a51ab55ba387c3c6b38aadaf
[ "Apache-2.0" ]
25
2017-08-10T22:49:11.000Z
2022-03-19T19:42:26.000Z
=== Create In this example the request is a mutation to create a speaker. :url: http://localhost:8080/graphql [source, bash, subs="attributes"] ---- include::{sourcedir}/examples/grails-docs-app/src/integration-test/groovy/demo/SpeakerIntegrationSpec.groovy[tags=curlCommand] ---- The API answers with the properties ...
34.333333
133
0.775081
044a1bc06ec87943dde80ccd36c4edb30ba408b0
762
adoc
AsciiDoc
documentation/assemblies/assembly-kafka-broker-external-listeners.adoc
vdinovi/strimzi-kafka-operator
cb80784f6274b7dc316491a5bac6bdb95d44ee4c
[ "Apache-2.0" ]
1
2020-04-07T12:44:31.000Z
2020-04-07T12:44:31.000Z
documentation/assemblies/assembly-kafka-broker-external-listeners.adoc
vdinovi/strimzi-kafka-operator
cb80784f6274b7dc316491a5bac6bdb95d44ee4c
[ "Apache-2.0" ]
5
2020-04-23T20:30:41.000Z
2021-12-14T21:39:00.000Z
documentation/assemblies/assembly-kafka-broker-external-listeners.adoc
vdinovi/strimzi-kafka-operator
cb80784f6274b7dc316491a5bac6bdb95d44ee4c
[ "Apache-2.0" ]
1
2020-01-02T09:39:33.000Z
2020-01-02T09:39:33.000Z
// This assembly is included in the following assemblies: // // assembly-configuring-kafka-listeners.adoc [id='assembly-kafka-broker-external-listeners-{context}'] = External listeners Use an external listener to expose your {ProductName} Kafka cluster to a client outside a Kubernetes environment. .Additional resour...
33.130435
113
0.808399
63c25a4eb01db679d13ee429c20493425e4c49e4
4,477
adoc
AsciiDoc
docs/KlassenKategorisammenligning.adoc
Informasjonsforvaltning/xkos-ap-no
9fe18babe8bd0695c3821a784b0855efd4e657ff
[ "Apache-2.0" ]
1
2021-09-10T02:39:57.000Z
2021-09-10T02:39:57.000Z
docs/KlassenKategorisammenligning.adoc
Informasjonsforvaltning/xkos-ap-no
9fe18babe8bd0695c3821a784b0855efd4e657ff
[ "Apache-2.0" ]
12
2021-09-03T13:20:25.000Z
2022-03-17T14:57:00.000Z
docs/KlassenKategorisammenligning.adoc
Informasjonsforvaltning/xkos-ap-no
9fe18babe8bd0695c3821a784b0855efd4e657ff
[ "Apache-2.0" ]
1
2021-09-23T07:08:04.000Z
2021-09-23T07:08:04.000Z
== Klassen Kategorisammenligning (xkos:ConceptAssociation) [[Kategorisammenligning]] [[img-KlassenKategorisammenligning]] .Klassen Kategorisammenligning (xkos:ConceptAssociation) og klassen den refererer til. [link=images/KlassenKategorisammenligning.png] image::images/KlassenKategorisammenligning.png[] [cols="30s,70...
37.940678
295
0.771945
b10fdaecc7a2ec7366f39635f9e421b7b4016fed
5,542
adoc
AsciiDoc
components/camel-docker/src/main/docs/docker-component.adoc
lhein/camel
85177223fa2143199cda5d3630b4eb893409f449
[ "Apache-2.0" ]
1
2016-06-29T09:44:38.000Z
2016-06-29T09:44:38.000Z
components/camel-docker/src/main/docs/docker-component.adoc
lhein/camel
85177223fa2143199cda5d3630b4eb893409f449
[ "Apache-2.0" ]
null
null
null
components/camel-docker/src/main/docs/docker-component.adoc
lhein/camel
85177223fa2143199cda5d3630b4eb893409f449
[ "Apache-2.0" ]
null
null
null
[[docker-component]] == Docker Component *Available as of Camel version 2.15* Camel component for communicating with Docker. The Docker Camel component leverages the https://github.com/docker-java/docker-java[docker-java] via the https://docs.docker.com/reference/api/docker_remote_api[Docker Remote API]. ### URI f...
41.984848
458
0.674305
26c3d5908f6f9e7c051cd586f7df2e06da64ac04
659
adoc
AsciiDoc
lib/src/main/asciidoc/setup.adoc
sadam21/spring-hateoas-jsonapi
ac65cb28e7dfd1a1a7b84fb928b3d3767609115a
[ "Apache-2.0" ]
null
null
null
lib/src/main/asciidoc/setup.adoc
sadam21/spring-hateoas-jsonapi
ac65cb28e7dfd1a1a7b84fb928b3d3767609115a
[ "Apache-2.0" ]
null
null
null
lib/src/main/asciidoc/setup.adoc
sadam21/spring-hateoas-jsonapi
ac65cb28e7dfd1a1a7b84fb928b3d3767609115a
[ "Apache-2.0" ]
null
null
null
[[setup]] = Setup To enable the JSON:API media type you just need to add this module as a dependency to your project. [source,xml,indent=0,role="primary"] .Maven ---- <dependency> <groupId>com.toedter</groupId> <artifactId>spring-hateoas-jsonapi</artifactId> <version>1.1.1</version> </dependency> ---- [s...
26.36
107
0.732929
444d3ac4ab862d7e9a461ab3f329eaf00c7fe737
1,442
adoc
AsciiDoc
documentation/assemblies/upgrading/assembly-upgrade-kafka-versions.adoc
dthadi3/strimzi-kafka-operator
d62e603a63c80fca58b23e850f12d74ed2d06ea7
[ "Apache-2.0" ]
3
2020-10-20T22:25:56.000Z
2021-09-21T05:37:01.000Z
documentation/assemblies/upgrading/assembly-upgrade-kafka-versions.adoc
dthadi3/strimzi-kafka-operator
d62e603a63c80fca58b23e850f12d74ed2d06ea7
[ "Apache-2.0" ]
9
2021-03-10T03:59:44.000Z
2022-01-04T16:44:44.000Z
documentation/assemblies/upgrading/assembly-upgrade-kafka-versions.adoc
dthadi3/strimzi-kafka-operator
d62e603a63c80fca58b23e850f12d74ed2d06ea7
[ "Apache-2.0" ]
1
2020-10-20T22:23:27.000Z
2020-10-20T22:23:27.000Z
// This assembly is included in the following assemblies: // // assembly-upgrade.adoc [id='assembly-upgrading-kafka-versions-{context}'] = Upgrading Kafka After you have upgraded your Cluster Operator, you can upgrade your brokers to a higher supported version of Kafka. Kafka upgrades are performed using the Cluste...
40.055556
211
0.806519
dbfbc15f6dc7d163b08e16812fa7e5b29b36ede2
86,544
adoc
AsciiDoc
documentation/content/es/books/handbook/ppp-and-slip/_index.adoc
EngrRezCab/freebsd-doc
b2364e0d8f5cc3d57c8be7eed928aba42c72009f
[ "BSD-2-Clause" ]
1
2022-01-30T03:27:41.000Z
2022-01-30T03:27:41.000Z
documentation/content/es/books/handbook/ppp-and-slip/_index.adoc
EngrRezCab/freebsd-doc
b2364e0d8f5cc3d57c8be7eed928aba42c72009f
[ "BSD-2-Clause" ]
null
null
null
documentation/content/es/books/handbook/ppp-and-slip/_index.adoc
EngrRezCab/freebsd-doc
b2364e0d8f5cc3d57c8be7eed928aba42c72009f
[ "BSD-2-Clause" ]
null
null
null
--- title: Capítulo 25. PPP y SLIP part: Parte IV. Comunicaciones en red prev: books/handbook/serialcomms next: books/handbook/firewalls showBookMenu: true weight: 30 path: "/books/handbook/" --- [[ppp-and-slip]] = PPP y SLIP :doctype: book :toc: macro :toclevels: 1 :icons: font :sectnums: :sectnumlevels: 6 :sectnumof...
46.881907
882
0.736042
4fac69c5ad89cf53bfbd68900abe61984e0a4234
1,965
adoc
AsciiDoc
chapters/2-chapter.adoc
dorta/asciidoc-resume
f2010d94816d20661669b59392ba0b06fee2938e
[ "BSD-3-Clause" ]
null
null
null
chapters/2-chapter.adoc
dorta/asciidoc-resume
f2010d94816d20661669b59392ba0b06fee2938e
[ "BSD-3-Clause" ]
null
null
null
chapters/2-chapter.adoc
dorta/asciidoc-resume
f2010d94816d20661669b59392ba0b06fee2938e
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2020 Diego Dorta == icon:suitcase[] Professional Experience === Variscite LTD * icon:group[] **Senior Software Engineer at R&D Team** | icon:calendar[] **July, 2021 to Present** + ** _Artificial Intelligence and Machine Learning Applications Developer_; ** _Linux BSP Developer for NXP platforms_; === Ro...
61.40625
222
0.759288
6d301a7efc7bee32e7684af475be0620b5bf784c
1,214
adoc
AsciiDoc
modules/nodes-pods-autoscaling-requests-and-limits-hpa.adoc
georgettica/openshift-docs
728a069f9c8ecd73701ac84175374e7e596b0ee4
[ "Apache-2.0" ]
null
null
null
modules/nodes-pods-autoscaling-requests-and-limits-hpa.adoc
georgettica/openshift-docs
728a069f9c8ecd73701ac84175374e7e596b0ee4
[ "Apache-2.0" ]
1
2022-01-12T21:27:35.000Z
2022-01-12T21:27:35.000Z
modules/nodes-pods-autoscaling-requests-and-limits-hpa.adoc
georgettica/openshift-docs
728a069f9c8ecd73701ac84175374e7e596b0ee4
[ "Apache-2.0" ]
null
null
null
// Module included in the following assemblies: // // * nodes/nodes-pods-autoscaling-about.adoc :_content-type: CONCEPT [id="nodes-pods-autoscaling-requests-and-limits-hpa_{context}"] = About requests and limits The scheduler uses the resource request that you specify for containers in a pod, to decide which node to ...
41.862069
278
0.783361
bda2c3c5acb8878c6098a2d618da6d8a4aef3d79
63
adoc
AsciiDoc
kfk.confluent/04.confluent.admin/02.kafka.admin-config-perf-tuning/misc/kfk.config.docs/kafka-consumer-RangeAssignor.adoc
cnb0/learning-kafka
c43feaeac59e157f56e319a688f1b801855811c2
[ "MIT" ]
138
2016-09-14T21:21:59.000Z
2022-03-25T06:51:29.000Z
kafka-consumer-RangeAssignor.adoc
jaceklaskowski/kafka-notebook
fe87d5b28eb00c189ec29c8fd0f4014f7c55142a
[ "Apache-2.0" ]
2
2020-11-14T14:27:43.000Z
2020-11-16T10:13:03.000Z
kafka-consumer-RangeAssignor.adoc
jaceklaskowski/kafka-notebook
fe87d5b28eb00c189ec29c8fd0f4014f7c55142a
[ "Apache-2.0" ]
51
2016-11-14T02:54:27.000Z
2022-01-11T16:28:04.000Z
== [[RangeAssignor]] RangeAssignor `RangeAssignor` is...FIXME
15.75
34
0.730159
2ab8062f6d51771b8d29dba2a85a073c71c18059
1,508
adoc
AsciiDoc
doc/man/jose-jwk-pub.1.adoc
imirkin/jose
c96f74661f8b7f1dc5af75796b695252eff1e596
[ "Apache-2.0" ]
123
2016-12-08T17:22:57.000Z
2022-03-31T21:18:58.000Z
doc/man/jose-jwk-pub.1.adoc
imirkin/jose
c96f74661f8b7f1dc5af75796b695252eff1e596
[ "Apache-2.0" ]
90
2016-07-14T19:59:54.000Z
2022-02-21T16:31:16.000Z
doc/man/jose-jwk-pub.1.adoc
imirkin/jose
c96f74661f8b7f1dc5af75796b695252eff1e596
[ "Apache-2.0" ]
57
2016-07-15T13:16:44.000Z
2022-03-07T15:52:21.000Z
jose-jwk-pub(1) =============== :doctype: manpage == NAME jose-jwk-pub - Cleans private keys from a JWK == SYNOPSIS *jose jwk pub* -i JWK [-o JWK] == OVERVIEW The *jose jwk pub* command removes all private key material from one or more JWK(Set) inputs. The output will contain only public key material. If the JWK...
23.2
77
0.631963
08037040019dfa843ee9f4364f87800c2c5179d8
400
adoc
AsciiDoc
authentication/impersonating-system-admin.adoc
makentenza/openshift-docs
e6fc2f6eba18780c10ab226137ad3730613f84c6
[ "Apache-2.0" ]
null
null
null
authentication/impersonating-system-admin.adoc
makentenza/openshift-docs
e6fc2f6eba18780c10ab226137ad3730613f84c6
[ "Apache-2.0" ]
null
null
null
authentication/impersonating-system-admin.adoc
makentenza/openshift-docs
e6fc2f6eba18780c10ab226137ad3730613f84c6
[ "Apache-2.0" ]
null
null
null
:_content-type: ASSEMBLY [id="impersonating-system-admin"] = Impersonating the system:admin user include::modules/common-attributes.adoc[] :context: impersonating-system-admin toc::[] include::modules/authentication-api-impersonation.adoc[leveloffset=+1] include::modules/impersonation-system-admin-user.adoc[leveloff...
28.571429
70
0.805
6175500e91d59f6fe1f9b43fde2089119ba7299f
531
adoc
AsciiDoc
src/main/asciidoc/introduction.adoc
Bedework/bw-caldav-tester
aa183e83b90ea78365b54ab2a334cde9f7975476
[ "Apache-2.0" ]
null
null
null
src/main/asciidoc/introduction.adoc
Bedework/bw-caldav-tester
aa183e83b90ea78365b54ab2a334cde9f7975476
[ "Apache-2.0" ]
6
2021-12-14T21:00:33.000Z
2021-12-19T19:26:56.000Z
src/main/asciidoc/introduction.adoc
Bedework/bw-dav-tester
9fcff7fb32946b880160787bf064baeb063c9b00
[ "Apache-2.0" ]
null
null
null
== Introduction The tester is a java app that will run a series of scripted tests against a CalDAV or CardDAV server and verify the output, and optionally measure the time taken to complete one or more repeated requests. The tests are defined by XML files and ancillary HTTP request body files. A number of different ve...
44.25
134
0.804143
39c7a6f78fbb293be722f25fcb9a9f5559c21221
162
adoc
AsciiDoc
infinispan/infinispan-remote/readme.adoc
torstenwerner/mastertheboss
76e37a50c0b25990fe417ff6aa02736410bf3eae
[ "MIT" ]
146
2015-05-08T12:55:21.000Z
2022-03-24T10:15:25.000Z
infinispan/infinispan-remote/readme.adoc
torstenwerner/mastertheboss
76e37a50c0b25990fe417ff6aa02736410bf3eae
[ "MIT" ]
12
2016-01-11T14:40:27.000Z
2022-02-25T09:29:51.000Z
infinispan/infinispan-remote/readme.adoc
torstenwerner/mastertheboss
76e37a50c0b25990fe417ff6aa02736410bf3eae
[ "MIT" ]
588
2015-07-06T21:53:45.000Z
2022-03-30T07:54:59.000Z
== Infinispan remote cache demo Source code for this tutorial: http://www.mastertheboss.com/jboss-frameworks/infinispan/clustering-infinispan-a-complete-example/
54
129
0.82716
3e2156955d7848dc32917144bc70067b2395a197
1,358
adoc
AsciiDoc
docs/man/nng_tcp_dialer_alloc.3tcp.adoc
vikramkarandikar/nng
1e7b955c9b1caa0262ea3d87d07eabf403927869
[ "MIT" ]
null
null
null
docs/man/nng_tcp_dialer_alloc.3tcp.adoc
vikramkarandikar/nng
1e7b955c9b1caa0262ea3d87d07eabf403927869
[ "MIT" ]
null
null
null
docs/man/nng_tcp_dialer_alloc.3tcp.adoc
vikramkarandikar/nng
1e7b955c9b1caa0262ea3d87d07eabf403927869
[ "MIT" ]
null
null
null
= nng_tcp_dialer_alloc(3tcp) // // Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This document is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this // file was obtained (LICENSE.txt...
26.627451
70
0.755523
ba18ab3612df1b7b659a3fa1c437e2ffb13aa189
14,860
adoc
AsciiDoc
http/0.3.7/modules/ROOT/pages/http-connector-reference.adoc
mtcarvalho/docs-connectors
3a9b37a8a245e502850e21bece1f496b4077d5c6
[ "BSD-3-Clause" ]
12
2019-05-01T21:29:44.000Z
2022-03-14T13:18:39.000Z
http/0.3.7/modules/ROOT/pages/http-connector-reference.adoc
mtcarvalho/docs-connectors
3a9b37a8a245e502850e21bece1f496b4077d5c6
[ "BSD-3-Clause" ]
288
2018-09-28T02:47:25.000Z
2022-03-29T22:02:17.000Z
http/0.3.7/modules/ROOT/pages/http-connector-reference.adoc
mtcarvalho/docs-connectors
3a9b37a8a245e502850e21bece1f496b4077d5c6
[ "BSD-3-Clause" ]
130
2018-09-25T22:19:47.000Z
2022-03-24T01:50:55.000Z
= HTTP Connector Reference :keywords: anypoint studio, esb, connectors, http, https, http headers, query parameters, rest, raml :page-aliases: 3.7@mule-runtime::http-connector-reference.adoc Mule Utilities for HTTP Services. This page serves as a reference for all of the supported attributes and child elements of the...
37.811705
455
0.766824
f9ce2d3a907967488fd74ada5ffcd743106fb751
3,228
adoc
AsciiDoc
_posts/2016-10-18-Book-Review-Progress-City-Primer.adoc
mouseguests/mouseguests.github.io
dfba9251efcb2c404c12c24d6d469a8f23c97832
[ "MIT" ]
null
null
null
_posts/2016-10-18-Book-Review-Progress-City-Primer.adoc
mouseguests/mouseguests.github.io
dfba9251efcb2c404c12c24d6d469a8f23c97832
[ "MIT" ]
null
null
null
_posts/2016-10-18-Book-Review-Progress-City-Primer.adoc
mouseguests/mouseguests.github.io
dfba9251efcb2c404c12c24d6d469a8f23c97832
[ "MIT" ]
null
null
null
= Book Review: Progress City Primer :hp-tags: Reviews, Disney World, Disneyland :hp-image: covers/ProgressCityPrimer.png image::covers/ProgressCityPrimer.png[caption="Progress City Primer by Michael Crawford", link="https://www.amazon.com/gp/product/0986205060/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=...
169.894737
832
0.803284
910b73d825b648a6173435c45118bc55262384f3
1,055
adoc
AsciiDoc
documentation/src/docs/asciidoc/reloadly-summary-and-highlights.adoc
fossabot/reloadly-services
f8b64782274f06d84221d54ac6fab2049fad66df
[ "MIT" ]
null
null
null
documentation/src/docs/asciidoc/reloadly-summary-and-highlights.adoc
fossabot/reloadly-services
f8b64782274f06d84221d54ac6fab2049fad66df
[ "MIT" ]
null
null
null
documentation/src/docs/asciidoc/reloadly-summary-and-highlights.adoc
fossabot/reloadly-services
f8b64782274f06d84221d54ac6fab2049fad66df
[ "MIT" ]
null
null
null
ifndef::imagesdir[:imagesdir: images] [[summary-highlights]] == Code Challenge Summary The solution developed for the code challenge, embraces modern architectural styles, battle tested architectural principles and robust engineering practices. The following features have been implemented. //[.thumb] image::reloadly-...
37.678571
157
0.797156
13318ba62e1a332e2580fff67c436b63000ff264
2,345
adoc
AsciiDoc
jdbc-examples/README.adoc
sahilnarwal/vertx-examples
01ec463acea622d335e3fdde81166bfc40c200f3
[ "Apache-2.0" ]
null
null
null
jdbc-examples/README.adoc
sahilnarwal/vertx-examples
01ec463acea622d335e3fdde81166bfc40c200f3
[ "Apache-2.0" ]
1
2022-02-11T00:29:54.000Z
2022-02-11T00:29:54.000Z
jdbc-examples/README.adoc
sahilnarwal/vertx-examples
01ec463acea622d335e3fdde81166bfc40c200f3
[ "Apache-2.0" ]
null
null
null
= Vert.x JDBC Client examples Here you will find examples demonstrating the usage of the Vert.x JDBC Client. == Simple This example shows the basic functionality of the JDBC client, it demonstrates how to connect to a database, perform basic data definition queries by creating a test table plus test data, after it s...
48.854167
116
0.805117