This file contains hidden or 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
    
  
  
    
  | <?php | |
| /** | |
| * Decred vanity generator | |
| * Inspired by RiCK: https://gist.github.com/Retord/4cffeae3516e2c99fa0d | |
| * | |
| * @author Walker de Alencar <@walkeralencar> | |
| */ | |
| $config = [ | |
| 'type' => 'noseed', // can use: 'seed' or 'noseed' or 'regtest' or 'simnet' or 'testnet' | |
| 'prefix' => 'DsVanity', // overwrite Vanity by your name, use less than 5 chars. should take lesser time | 
  
    
      This file contains hidden or 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
    
  
  
    
  | import subprocess | |
| import os | |
| import time | |
| FNULL = open(os.devnull, 'w') | |
| out = "out.txt" # The address, seed, private key output in out.txt | |
| store = "store.txt" # the text file that will store all the generated address details | |
| genex = "dcraddrgen.exe" # put the direct path link to the exe if its not in the same directory as the python code | |
| req = "DsRick" # put your own name in place of 'Rick' (Make it less than 5 chars. should take lesser time | |
| size = len(req) | 
  
    
      This file contains hidden or 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
    
  
  
    
  | <?php | |
| namespace Test; | |
| trait PrivateTrait | |
| { | |
| /** | |
| * @param string|Object $obj Object | |
| * @param string $name Method Name | |
| * @param array $args | |
| * @return mixed its based on method result; | 
  
    
      This file contains hidden or 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
    
  
  
    
  | {{-- Define all our servers --}} | |
| @servers(['staging' => '', 'production' => '']) | |
| @setup | |
| {{-- The timezone your servers run in --}} | |
| $timezone = 'Europe/Amsterdam'; | |
| {{-- The base path where your deployments are sitting --}} | |
| $path = '/var/www/site.com/htdocs'; | 
  
    
      This file contains hidden or 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
    
  
  
    
  | ' Acesse http://www.plantuml.com/plantuml/ cole o conteudo abaixo e envie... | |
| ' Documentação do padrão de escrita: http://plantuml.com/activity2.html | |
| ' ------------------- | |
| @startuml | |
| title NFePHP - Fluxo de Autorização (Envio) | |
| start | |
| :NFe.entrada('file.nfe'); | |
| if (NFe.getFormato()) then ([TXT]) | |
| :NFe.converteToXML(); | |
| else | 
NewerOlder