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 ( | |
"github.com/spf13/cobra" | |
"github.com/spf13/viper" | |
) | |
var v = viper.New() | |
func NewCommand() *cobra.Command { |
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 ( | |
"fmt" | |
"os" | |
) | |
func main() { | |
address := "0xbad1568bf8d55f5f808edec0cd7394ebd8d51d0e" | |
fromBlock := 6974800 |
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
{ | |
const DEBUG = false; | |
const style = document.createElement('style'); | |
style.textContent = ` | |
.sim-pointer { | |
margin-top: -1px; | |
position: absolute; | |
z-index: 9999999999999; | |
left: -24px; |
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
[ | |
{ | |
"title": "Exposing CQRS Through a RESTful API", | |
"url": "http://www.infoq.com/articles/rest-api-on-cqrs" | |
}, | |
{ | |
"title": "REST API Design - Resource Modeling", | |
"url": "http://www.thoughtworks.com/insights/blog/rest-api-design-resource-modeling" | |
}, | |
{ |
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
#!/bin/bash | |
if [ "$1" = "" ] ; then | |
echo -n "Nom du process : " | |
read process | |
else | |
process=$1 | |
fi | |
ps aux | grep $process | grep -v grep | awk 'BEGIN { sum=0 } {sum=sum+$6; } END {printf("Taille RAM utilisée: %s Mo\n",sum / 1024)}' |
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
Verifying that +mattketmo is my blockchain ID. https://onename.com/mattketmo |
NewerOlder