{
dsts = 0x600,
gintsts = 0x400943c,
grxstsr = 0xc0080 # EP0 SETUP received, 8 bytes
}
{
dsts = 0x600,
gintsts = 0x4009434,
grxstsr = 0x60000 # EP 0 OUT transfer completed
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
# run in /var/named | |
ls db.*.jnl|while read f; do z=${f#db.};z=${z%.jnl}; rndc showzone $z|grep auto-dnssec >/dev/null && rndc modzone $z $(rndc showzone $z | sed -e 's/^[^{]*{/{/;s/auto-dnssec maintain/dnssec-policy "auto-dnssec-alg8"/'); done |
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
machine Protocol for ProtocolData { | |
<*> => wait_for_leader / set_randomized_timeout; | |
wait_for_leader + Timeout => leader; | |
machine leader { | |
entry / set_timer, transmit_data; | |
exit / cancel_timer; | |
self + Timeout / transmit_data; | |
self + p: TransmitData / packet = p; | |
} |
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
import 'dart:math'; | |
import 'package:flutter/material.dart'; | |
void main() { | |
runApp(const MyApp()); | |
} | |
class MyApp extends StatelessWidget { | |
const MyApp({super.key}); |
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
_build/nrf52840_xxaa/main.c.o: file format elf32-littlearm | |
Disassembly of section .text.sd_ble_gap_adv_set_configure: | |
00000000 <sd_ble_gap_adv_set_configure>: | |
0: df72 svc 114 ; 0x72 | |
2: 4770 bx lr |
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
_build/nrf52840_xxaa/main.c.o: file format elf32-littlearm | |
Disassembly of section .text.sd_ble_gap_adv_set_configure: | |
00000000 <sd_ble_gap_adv_set_configure>: | |
0: df72 svc 114 ; 0x72 | |
2: 4770 bx lr |
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
diff --git a/.SRCINFO b/.SRCINFO | |
index 8b08ee2..3650db6 100644 | |
--- a/.SRCINFO | |
+++ b/.SRCINFO | |
@@ -1,6 +1,6 @@ | |
pkgbase = spark2014-git | |
pkgdesc = formally defined programming language based on ada (gnat fsf) | |
- pkgver = 0.3.draft.r17853.g7a0a54649 | |
+ pkgver = 0.3.draft.r19318.g3559419bef | |
pkgrel = 1 |
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
diff --git a/PKGBUILD b/PKGBUILD | |
index 455222f..b7f89c3 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,8 +1,8 @@ | |
# Maintainer: Rod Kay <charlie5 on #ada at freenode.net> | |
pkgname=gnatcoll-xref | |
-pkgver=2019 | |
-pkgrel=2 |
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
diff --git a/PKGBUILD b/PKGBUILD | |
index b7e57b3..d7f9f79 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,8 +1,8 @@ | |
# Maintainer: Rod Kay <charlie5 on #ada at freenode.net> | |
pkgname=gnatcoll-sqlite | |
-pkgver=2019 | |
-pkgrel=2 |
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
diff --git a/PKGBUILD b/PKGBUILD | |
index 1a916d2..ed8dfff 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,8 +1,8 @@ | |
# Maintainer: Rod Kay <charlie5 on #ada at freenode.net> | |
pkgname=gnatcoll-sql | |
-pkgver=2019 | |
-pkgrel=2 |
NewerOlder