examples
Here are 2,309 public repositories matching this topic...
The spec says:
If a client has access to environment variables, several standard ones exist to specify the language in which a client should operate. If not, then clients MUST make reasonable assumptions based on the information provided by the environment in which they operate (e.g. consulting navigator.languages in a browser, etc.).
Windows systems do have environment variables, but the
Hi, I've found the following cheatsheet :
In the README you explain that there must be an edit button in the page and a github button to access the sheet but as you can see it doesn't appear here.
Thx ;)
Clarify the readme?
I tried to install the dotnet example using:
install -u https://github.com/serverless/examples/tree/master/aws-dotnet-rest-api-with-dynamodb -n dotnet_example
but it responds with:
Serverless Error ---------------------------------------
serverless.yml not found in .../dotnet_example
So I think the "-n my-project" in the README is perhaps not what is actually needed he
I am struggling to test a verticle isolated and all documentation and examples found only show how to test rest endpoints.
Something as simple as this, always fails with timeout
@Rule
public RunTestOnContext rule = new RunTestOnContext();
@Rule
public Timeout timeout = Timeout.seconds(5L);
@Test
public void should_run_verticle(TestContext context) {See: Developing dynamic inventory.
Scripts are now actually executed using the 'script' inventory plugin. It's preferred nowadays to write an inventory plugin to use dynamic inventory rather than writing an inventory script (unless you want to maintain the script in a non-Python language).
So maybe keep the PHP-ba
What is the issue?
neural engine support for PHP SDK
How can someone reproduce this issue (if applicable)?
change client region to 'region' => 'us-east-1'
- pass in this array into synthesizeSpeech ()
'Text' => 'Hello world'
'OutputFormat' => 'mp3',
'VoiceId
-
Updated
Mar 2, 2020
-
Updated
Mar 4, 2020 - Haskell
LEMP Vagrant playbook sets up Vagrant box with default firewall vars from https://github.com/geerlingguy/ansible-role-firewall/blob/master/defaults/main.yml. Those vars allow connections to TCP ports "22", "25", "443" and "80" only, making MySQL inaccessible from outside the vagrant box.
I suggest adding a bit on configuring firewall into LEMP example's README file at https://github.com/geerlin
Tried to download BuilderPattern from this link-
http://kinolien.github.io/gitzip/?download=https://github.com/nisrulz/android-examples/tree/master/BuilderPattern
Got no download, rather this message-
Warning
We recommended to get the token first and then do your actions.
-
Updated
Mar 4, 2020 - Java
-
Updated
Feb 14, 2020 - JavaScript
I followed the Quckstart guide and I had an issue with running basic.py file.
Error:
(vizdoom) 2038 kimchi-box λ (~/git-repos/side-projects/doom/ViZDoom dac6904 master U:1⚡)
$ python3 ./examples/python/basic.py
Traceback (most recent call last)
- Please create a linkage between tab_handling_anchor_links_spec.js and stubbing-spying__window.
Both ar
I'm attempting to deploy the Javascript GraphQL Apollo Server example to Zeit Now. The documentation for deployment currently refers to Photon.
I simply want to access the deployed GraphQL playground. What exactly wo
https://github.com/actix/examples/blob/master/websocket-tcp-chat/README.md
https://github.com/actix/examples/blob/master/websocket-chat/README.md
They look like most of the text is exactly the same, which is not friendly for beginners.
https://github.com/actix/actix/tree/master/examples/chat
Especially after reading this code, if you want to know what the next step is, you must read
os: windows 10
go-micro: 1.18.0
go: 1.13
steps:
- micro.exe proxy
- go run rpc_server.go proxy.go
- go run rpc_client.go proxy.go
output:
{"id":"","result":null,"error":"{"id":"go.micro.proxy","code":400,"detail":"service name is blank","status":"Bad Request"}"}
I have simple Caddyfile working perfectly for anything
mydomain.com
route /gogs*{
strip_prefix gogs
reverse_proxy localhost:3000
}
but I couldnt find a way to create multiple route, can you please make an example about multiple route in same domain
-
Updated
Mar 4, 2020 - Ruby
-
Updated
Mar 4, 2020 - Kotlin
Improve this page
Add a description, image, and links to the examples topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the examples topic, visit your repo's landing page and select "manage topics."

https://github.com/aymericdamien/TensorFlow-Examples/blob/9e1bb504f5d0f209d000997ce2ad95bb891798ab/examples/3_NeuralNetworks/bidirectional_rnn.py#L81
I think "outputs [-1]" and "outputs [0]" are equivalent (reversed) in this line of code, but the former (89%) works better than the latter (86%). Why?