French (Phonétique) | English (Phonetics) | Serbian (Фонетика) | German (Phonetik) | Portuguese (Fonética) | Hindi (ध्वन्यात्मक) | Korean (발음) | Spanish (Fonética) | Lebanese Arabic (Phonetics) | Romanian (Fonetică) | Turkish (Fonetik) | Greek (Φωνητικά) |
---|---|---|---|---|---|---|---|---|---|---|---|
Bonjour (matin) (bɔ̃ʒuʁ) | Good morning (ɡʊd ˈmɔːrnɪŋ) | Dobro jutro (dobro jutro) | Guten Morgen (guten morgen) | Bom dia (bom dia) | सुप्रभात (suprabhaat) | 좋은 아침입니다 (joeun achimimnida) | Buenos días (bwenos días) | صباح الخير (ṣabāḥ al-khair) | Bună dimineața (bună dimineața) | Günaydın (günaıdın) | Καλημέρα (Kaliméra) |
This file contains 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
// just reorganizing the current `std` into "categories", not yet improving the API. | |
// chain | |
type AddressList []Address | |
func NewAddressList() *AddressList | |
type AddressSet interface{ ... } | |
type RawAddress [RawAddressSize]byte | |
const RawAddressSize = 20 | |
func GetChainID() string | |
func GetHeight() int64 |
This file contains 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
████ ██████████ ████████ ████████ | |
░░███ ░███░░░░███ ███░░░░███ ███░░░░███ | |
░███ ░░░ ███ ░███ ░███ ░███ ░███ | |
░███ ███ ░░████████ ░░█████████ | |
░███ ███ ███░░░░███ ░░░░░░░███ | |
░███ ███ ░███ ░███ ███ ░███ |
This file contains 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
> gno test . | |
panic("should not happen") |
This file contains 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
# test for add package | |
## start a new node | |
gnoland start | |
# add registry | |
gnokey maketx addpkg -pkgdir $WORK/registry -pkgpath gno.land/r/registry -gas-fee 1000000ugnot -gas-wanted 2000000 -broadcast -chainid=tendermint_test test1 | |
# we call Transfer with foo20, before it's registered | |
gnokey maketx call -pkgpath gno.land/r/registry -func TransferByName -args 'foo20' -args 'g123456789' -args '42' -gas-fee 1000000ugnot -gas-wanted 2000000 -broadcast -chainid=tendermint_test test1 |
This file contains 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
package main | |
import ( | |
"std" | |
"gno.land/p/demo/bf" | |
"gno.land/p/demo/ufmt" | |
"gno.land/r/demo/tests" | |
"gno.land/r/demo/users" | |
) |
This file contains 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
// https://twitter.com/jaekwon/status/1713308824269144423 | |
type Auth interface { | |
Owner() std.Address | |
Kind() string | |
Verify() bool | |
} | |
type origAuth struct{ addr std.Address } |
This file contains 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
processProfiles({ | |
"Einstein": { | |
"birthDate": "1879-03-14", | |
"title": "Einstein’s Life in Weeks", | |
"yearsToShow": "76", | |
"eventsData": { | |
"events": [ | |
{ "begin": "1895-10-03", "end": "1900-07-28", "description": "Studied at Zurich Polytechnic", "color": "#DEB887" }, | |
{ "begin": "1902-06-01", "end": "1909-01-15", "description": "Worked at Swiss Patent Office in Bern", "color": "#8B4513" }, | |
{ "begin": "1902-10-16", "end": "1909-07-15", "description": "Employed at Swiss Patent Office", "color": "#8B4513" }, |
imported from https://github.com/markedjs/marked/blob/master/docs/demo/quickref.md
This guide is a very brief overview, with examples, of the syntax that Markdown supports. It is itself written in Markdown and you can copy the samples over to the left-hand pane for experimentation. It's shown as text and not rendered HTML.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder