71 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
50
views
CDS based Audit Logging in CAP
We are trying to perform audit logging for the user details when changed using the annotation mentioned below.
But when the patch call is triggered for the entity, the changes are not logged in the ...
1
vote
1
answer
201
views
CAP theorem for Neo4j, what type is it?
I can't find information on this at all. I understand that a single instance database is CA by default and that when using a cluster Neo4j by default uses casual consistency which makes it CP, but I ...
0
votes
1
answer
211
views
JavaCard CAP Conversion Fails with "Invalid AID" Error Using JCOP SDK
I've tried about 100 different renditions of the converter command, different AIDs, using only the applet AID, removing the "1.0". It always results in "Invalid AID".
I was able to ...
0
votes
1
answer
56
views
How to change <rights> tag to <copyright> in Atom feed?
I am using the feed module to generate an Atom feed in CAP format. Here is the code I am using to generate the feed:
const feed = new Feed({
title: 'Event Notifications',
generator: 'Custom ...
1
vote
0
answers
30
views
How to plot data points with asymmetric errors, in different colors and with caps
I have written a little python script that read my data from a file, put them in several lists, and use plt.errorbars to plot the points on the lists that I needed.
this is the first part of the ...
1
vote
1
answer
129
views
What happened to replica's updated data after network partition restored
I wonder is there is a recommendation policies or rules on how storages that implement AP with eventual consistency in CAP theorem should behave when network partition occurs and restores. AP means ...
YMC's user avatar
- 5,512
1
vote
0
answers
114
views
Applet not being uploaded to Eclipse simulator java card
please help me . i am learning Javacard programming through this:
https://docs.oracle.com/en/java/javacard/3.1/guide/running-helloworld-sample-command-line.html#GUID-1C5B7DC3-CEB9-4E0C-A45E-...
2
votes
2
answers
1k
views
Weak consistency use cases (why ever use it)?
CP = Every read receives the most recent write or an error.
Weak consistency = After a write, reads may or may not see it. A best effort approach is taken.
(source)
If I understand correctly,
In CAP ...
-1
votes
1
answer
1k
views
Distributed system design for quota on API
I am designing an API which can be hit only a defined number of times based on the subscription plan. Below are the plans per account:
10M hits per year - 100ドル
100M hits per year - 300ドル
1G hits per ...
-1
votes
1
answer
1k
views
Opening CAP file in Python using Scapy libraries raises and exception
I have a cap file that I want to read and process using python, I used the Scapy library but when trying to read it using the rdpcap function it raises an exception.
CAP File
The full stacktrace:
...
1
vote
1
answer
471
views
GCP Automated cost control service for multiple accounts
I have used the sample code in the GCP guide https://cloud.google.com/billing/docs/how-to/notify to create a Python Cloud Function to send out messages and disable billing for a project whenever a ...
1
vote
1
answer
806
views
Matplotlib barh capstyle 'round' not working?
I created a barh plot including xerr. For the caps of the errorbars I would like round edges. I tried to set the capstyle in the error_kw, which didn't work out.
bars = ax.barh(range(3), [1,2,3],
...
1
vote
2
answers
256
views
Chapter-Number as initial (drop cap?) for bible (xsl-fo and xml to pdf)
I need help again. I'm almost done with my idea and actually just need some fine tuning of my bible.
Is it possible that the chapter number stand as drop cap? Here is an example from another bible:
...
0
votes
1
answer
95
views
How a system can be CP?
My understanding of Partition tolerance is that system should continue to work even if there is network partition. But CP System states that if there is network partition then system should shut down ...
0
votes
1
answer
366
views
Adjusting Fixings Frequency with Quantlib (Python) in Caps/Floors Valuation
I am trying to value a 4Y Cap with the following characteristics:
Index: EURIBOR 6M
Payment Frequency: Semi-Annually
Fixings Adjustment: Annually
The problem I am facing when using the QuantLib ...