π
This file contains hidden or 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
| error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asn1_suite` | |
| --> tests/certificate_parse.rs:5:5 | |
| | | |
| 5 | use asn1_suite::authenticationframeworkcertificate::AuthenticationFrameworkCertificate; | |
| | ^^^^^^^^^^ use of unresolved module or unlinked crate `asn1_suite` | |
| | | |
| = help: if you wanted to use a crate named `asn1_suite`, use `cargo add asn1_suite` to add it to your `Cargo.toml` | |
| error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asn1_suite` | |
| --> tests/roundtrip.rs:1:5 |
This file contains hidden or 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
| tonpa@TRISTELLAR:~/depot/longchenpa/longchenpa.guru$ tree -dL 4 . | |
| . | |
| βββ 'khor.zhag | |
| βΒ Β βββ 'brug.yul | |
| βΒ Β βββ bal.yul | |
| βΒ Β βΒ Β βββ yang.le.shod | |
| βΒ Β βββ bod | |
| βΒ Β βΒ Β βββ gangs.ri.mtho.dkar | |
| βΒ Β βββ pa.ki.si.than | |
| βΒ Β βββ rgya.gar |
This file contains hidden or 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
| ΠΠ΅ΡΠ΅Π»ΡΠΊ ΠΏΡΠΎΠ±Π»Π΅ΠΌΠ½ΠΈΡ ΡΡΠΎΡΡΠ½ΠΎΠΊ Π½Π° Π΅Π½Π΄ΠΏΠΎΠΉΠ½ΡΡ FHIR/INGREDIENTS ΠΏΡΠΈ Π²ΠΈΠ΄Π°ΡΡ ΠΏΠΎ 100 | |
| https://drlz.info/api/docs/#/FHIR/apps_api_fhir_routers_get_ingredients | |
| Fatal Error: <<"Traceback (most recent call last):\n File \"/usr/local/lib/python3.7/site-packages/ninja/operation.py\", line 105, in run\n return self._result_to_response(request, result, temporal_response)\n File \"/usr/local/lib/python3.7/site-packages/ninja/operation.py\", line 202, in _result_to_response\n result = response_model.from_orm(resp_object).dict(\n File \"/usr/local/lib/python3.7/site-packages/ninja/schema.py\", line 164, in from_orm\n return super().from_orm(obj)\n File \"pydantic/main.py\", line 574, in pydantic.main.BaseModel.from_orm\npydantic.error_wrappers.ValidationError: 21 validation errors for NinjaResponseSchema\nresponse -> items -> 78 -> substance -> strength -> concentrationRatio -> denominator -> value\n none is not an allowed value (type=type_error.none.not_allowed)\nresponse -> items -> 79 -> substance -> strength - |
This file contains hidden or 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
| Let's Write Scientific Article About Comparison of Semaphore Implementation in different Real-Time OS: TRON, QNX, BeOS, NuttX: | |
| Our Intention is to buils refined API on all thoese API to achieve best real-time performance and idiomatic implementation. | |
| Could you propose your version of Real-Time Semaphore implementation that is far better in terms of provability | |
| of correcntess (simplicity) and performance? | |
| BeOS: | |
| status_t acquire_sem(sem_id sem); | |
| status_t acquire_sem_etc(sem_id sem, uint32 count, uint32 flags, bigtime_t timeout); |
This file contains hidden or 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
| tonpa@TRISTELLAR:~/depot/skynetrt/rt$ tree -dL 4 . | |
| . | |
| βββ apps | |
| βΒ Β βββ init | |
| βΒ Β βββ nsh | |
| βΒ Β βββ skynet | |
| βββ drivers | |
| βΒ Β βββ eeprom | |
| βΒ Β βββ fdt | |
| βΒ Β βββ i2c |
This file contains hidden or 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
| maxim@raspberrypi:~/depot/bitedits/rts $ tree -d -L 4 . | |
| . | |
| βββ apps | |
| βΒ Β βββ hello | |
| βΒ Β βββ init | |
| βΒ Β βββ nsh | |
| βββ drivers | |
| βΒ Β βββ devicetree | |
| βΒ Β βββ eeprom | |
| βΒ Β βββ i2c |
This file contains hidden or 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
| # macOS | |
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # NuttX/x86_64 Configuration | |
| # | |
| # | |
| # License Setup | |
| # |
This file contains hidden or 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
| # linux | |
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # NuttX/x86_64 Configuration | |
| # | |
| # | |
| # License Setup | |
| # |
This file contains hidden or 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
| Parameter Point : Set.(* Define congruence of segments, written as AB β‘ CD *) | |
| Parameter Cong : Point -> Point -> Point -> Point -> Prop. | |
| Notation "A B β‘ C D" := (Cong A B C D) (at level 70).(* Define betweenness: B is between A and C, written A-B-C *) | |
| Parameter Bet : Point -> Point -> Point -> Prop. | |
| Notation "A - B - C" := (Bet A B C) (at level 70).(* Define perpendicularity: line AB β₯ CD *) | |
| Parameter Perp : Point -> Point -> Point -> Point -> Prop. | |
| Notation "A B β₯ C D" := (Perp A B C D) (at level 70).(* Congruence is an equivalence relation *) | |
| Axiom Cong_refl : forall A B, A B β‘ A B. | |
| Axiom Cong_sym : forall A B C D, A B β‘ C D -> C D β‘ A B. | |
| Axiom Cong_trans : forall A B C D E F, A B β‘ C D -> C D β‘ E F -> A B β‘ E F.(* Identity axiom for congruence *) |
This file contains hidden or 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
| Volume VIII: Consciousness | |
| ========================== | |
| Kuhn arrays all the theories on a linear spectrum, simplistically and roughly, | |
| from the most physical on the left (at the beginning) to the least physical | |
| on the right (near the end). | |
| * Physicalism | |
| * Non-Reductive Physicalism | |
| * Integrated Information Theory |
NewerOlder