- Text Content Generator - http://www.lipsum.com
- Favicon Generator - http://tools.dynamicdrive.com/favicon
- Data Generator - https://mockaroo.com/
- Mobile Mockup Generator - https://mockuphone.com
- Logo Generator - https://www.logaster.com
- UUID Generator - https://www.uuidgenerator.net/
- Hash Generator - https://passwordsgenerator.net/sha256-hash-generator/
- Ultimate Code Generator - https://webcode.tools/
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
/** | |
* Code snippet from http://উত্তরাধিকার.বাংলা/ | |
* | |
* Really inspiring if you wanna know code smell | |
* and how to write bad code | |
*/ | |
function determine_ashaba(sel_rel_arr,ashabas_from_qh,exclude_from_qh,qhs) | |
{ | |
var ashabas = []; |
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
/* Charlie Foxtrot - If You Know What It Means ;) */ | |
package main | |
import ( | |
"fmt" | |
"strings" | |
"bufio" | |
"os" | |
) |