-
# 概要
ルートAPIを色々試してみる
※ わかりやすくするため改行しているが、実行しても動かないので要注意
```sh
https://maps.googleapis.com/maps/api/directions/json?
origin=Adelaide, SA
destination=Adelaide, SA
waypoints=optimize:true|Barossa Valley,…
-
This ticket fix py3 failing doctest in `graphs.MathonPseudocyclicStronglyRegularGraph`:
```
Failed example:
L = sum(i*(r[a]-r[b]) for i,(a,b) in zip(range(1,len(ff)+1), ff)); L
Expected:
[…
-
We are seeing some significant performance regressions for BLAS benchmarks vs. 1.6. These benchmarks are numeric, and consist almost entirely of []float64 indexing and assignment. While they may seem…
-
1. we need to know the max number of ingredients.
2. plot a histogram of pizzas according to their number of ingredients
3. plot a histogram of teams according to the number of people
4. plot a his…
-
## TMTOWDI in action
I've noticed a new behavior with rakudo-2020.06 and I really like it. In true TMTOWTDI fashion, you can leave off an indexing postfix to return a full length object, you can ad…
-
Hi all,
Using this library with "nl" as locale, and generating a postcode, gives back this lengthy expression rather than an actual postcode string. Example
```kotlin
val faker = faker {
fak…
-
### Description
cx using the example got error
https://learn.microsoft.com/en-us/powershell/module/az.reservations/get-azreservationquote?view=azps-9.1.0#examples
Get-AzReservationQuote -AppliedS…
-
# Extension – [SwitchHosts](https://github.com/raycast/extensions/tree/de047f2e9ad02d2c79a526f2291f64f74aca05b6/extensions/switchhosts/)
Author: @tiancheng92
## Description
## Error:
```
…
wsyks updated
2 years ago
-
**Describe the bug**
When 'Search' function is used to query playlists matching certan key words, the results do not contain playlists, which are available on official web page of spotify. The searc…
-
I have a ctx code which get certificate(pX509_Global) and rsa private key(PKey_Global) from memory :
```
BOOL
Secure_Create_Ctx(LPTSTR tszService, LPSTR szCertificateName, const SSL_METHOD *Method…