"The HAL (hardware abstraction layer) function HalMakeBeep()"
Is the beep that opens the pod bay doors?
Footnote:
George Melly remarked to Mike Jagger on how lined his face was for one so
young. Jagger replied Theyre laughter lines George to which Melly
countered: Mick, nothings that f**k
On 2021-08-17, Barry wrote:
>> That's usually irrelevant, since the alternative is most likely to be
>> form fill-out, which is exactly as secure. If you're serving over
>> HTTPS, the page is encrypted, and that includes the headers; if you're
>> not, then it's not encrypted, and that includes the
On 8/17/21, Dennis Lee Bieber wrote:
> On Tue, 17 Aug 2021 15:11:05 +1000, Chris Angelico
> declaimed the following:
>
>>Huh. Okay. Then I withdraw the concern from this list, and instead lay
>>it at Microsoft's feet. That is, I maintain, a bizarre choice. Surely
>>there are better ways to trigge
On Wed, Aug 18, 2021 at 7:15 AM Barry wrote:
>
>
>
> > On 17 Aug 2021, at 19:25, Chris Angelico wrote:
> >
> > On Wed, Aug 18, 2021 at 4:16 AM Barry Scott wrote:
> >> Oh and if you have the freedom avoid Basic Auth as its not secure at all.
> >>
> >
> > That's usually irrelevant, since the alte
> On 17 Aug 2021, at 19:25, Chris Angelico wrote:
>
> On Wed, Aug 18, 2021 at 4:16 AM Barry Scott wrote:
>> Oh and if you have the freedom avoid Basic Auth as its not secure at all.
>>
>
> That's usually irrelevant, since the alternative is most likely to be
> form fill-out, which is exactl
On Wed, Aug 18, 2021 at 4:16 AM Barry Scott wrote:
> Oh and if you have the freedom avoid Basic Auth as its not secure at all.
>
That's usually irrelevant, since the alternative is most likely to be
form fill-out, which is exactly as secure. If you're serving over
HTTPS, the page is encrypted, an
On Wed, Aug 18, 2021 at 4:10 AM Barry Scott wrote:
>
> def allImports( self, module_name ):
> for line in f:
> words = line.strip().split()
> if words[0:1] == ['import']:
> all_imports.append( words[1] )
>
This will work for a lo
On Tuesday, 17 August 2021 10:20:37 BST Robin Becker wrote:
> While porting an ap from python2.7 to python3 I see this
>
> base64string = base64.b64encode('%s:%s' % (wsemail, wspassword))
> request.add_header("Authorization", "Basic %s" % base64string)
>
> in python3.x I find this wor
On Monday, 16 August 2021 16:13:47 BST Dan Stromberg wrote:
> Hi folks.
>
> I'm working on a large codebase that has at least one cyclic import.
>
> In case I end up needing to eliminate the cyclic imports, is there any sort
> of tool that will generate an import graph and output Just the cycles?
On 2021-08-17 16:50, joseph pareti wrote:
In the following code, where does tl.Fn come from? i see it nowhere in the
documents, i.e I was looking for trax.layers.Fn :
import numpy as np
*from trax import layers as tl*
from trax import shapes
from trax import fastmath
#
def Addition():
layer
On Wed, Aug 18, 2021 at 3:04 AM Robin Becker wrote:
>
> While porting an ap from python2.7 to python3 I see this
>
> base64string = base64.b64encode('%s:%s' % (wsemail, wspassword))
> request.add_header("Authorization", "Basic %s" % base64string)
>
> in python3.x I find this works
Sent from [1]Mail for Windows
References
Visible links
1. https://go.microsoft.com/fwlink/?LinkId=550986
--
https://mail.python.org/mailman/listinfo/python-list
On Tue, 17 Aug 2021 15:11:05 +1000, Chris Angelico
declaimed the following:
>
>Huh. Okay. Then I withdraw the concern from this list, and instead lay
>it at Microsoft's feet. That is, I maintain, a bizarre choice. Surely
>there are better ways to trigger audio on the sound card?
>
Possi
While porting an ap from python2.7 to python3 I see this
base64string = base64.b64encode('%s:%s' % (wsemail, wspassword))
request.add_header("Authorization", "Basic %s" % base64string)
in python3.x I find this works
base64string = base64.b64encode(('%s:%s' % (wsemail,
w
In the following code, where does tl.Fn come from? i see it nowhere in the
documents, i.e I was looking for trax.layers.Fn :
import numpy as np
*from trax import layers as tl*
from trax import shapes
from trax import fastmath
#
def Addition():
layer_name = "Addition" # don't forget to give yo
This may not answer your question but it may provide an alternative
solution.
I had the same challenge that you an year ago so may be my solution will
work for you too.
Imagine that you have a Markdown file that *documents* the expected
results.
--8<---cut here---st
Greetings list,
As preparations for FlaskCon intensifies, the call for
volunteers goes live:
https://twitter.com/FlaskCon/status/1427542892642410502?s=20
You can also chip in directly here:
https://docs.google.com/forms/d/e/1FAIpQLSfsHNBcclWSmVkk4LDD_EnlhrlKdWlGOakdwbt5PbaFklpHAA/viewform
Accord
17 matches
Mail list logo