Skip to content

Instantly share code, notes, and snippets.

@MakRatanakKh
MakRatanakKh / starulm.md​
Last active October 16, 2019 15:41 — forked from DrYazid/starulm.md
StarUml 3.0 or 3.1 full version
**StarUML 3.0 or 3.1**
- 1- install staruml. : [staruml](http://staruml.io/)
- 2- install node.js : [node.js](https://nodejs.org/en/download/)
- 3- go to ...\AppData\Local\Programs\StarUML\resources
- 4- open CMD As admin
- 5- execute
@DrYazid
DrYazid / starulm.md
Last active March 2, 2023 04:30
StarUml 3.0 full version

StarUML 3.0

  • 1- install staruml. : staruml
  • 2- install node.js : node.js
  • 3- go to ...\AppData\Local\Programs\StarUML\resources
  • 4- open CMD As admin
  • 5- execute
@dawidgora-old-account
dawidgora-old-account / Base64Service.php
Last active October 14, 2020 09:52
base64 converter for Symfony
<?php
namespace AppBundle\Service;
use Symfony\Component\HttpFoundation\File\MimeType\MimeTypeExtensionGuesser;
use Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser;
/**
* @author Dawid Góra
*/