All Projects → Mechazawa → nnmm

Mechazawa / nnmm

Licence: other
A super tiny pastebin/url minifier "microservice"

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to nnmm

Filite
A simple, light and standalone pastebin, URL shortener and file-sharing service
Stars: ✭ 125 (+62.34%)
Mutual labels:  pastebin, url-shortener
Dogbin
The sexiest pastebin and url shortener ever
Stars: ✭ 237 (+207.79%)
Mutual labels:  pastebin, url-shortener
Elimage
An image paste web service. (https://git.io/img)
Stars: ✭ 168 (+118.18%)
Mutual labels:  pastebin
EMAGNET
Automated hacking tool that will find leaked databases with 97.1% accurate to grab mail + password together from recent uploads from https://pastebin.com. Bruteforce support for spotify accounts, instagram accounts, ssh servers, microsoft rdp clients and gmail accounts
Stars: ✭ 1,427 (+1753.25%)
Mutual labels:  pastebin
cfworker-url-shortener
部署在 Cloudflare Workers 的短网址服务
Stars: ✭ 52 (-32.47%)
Mutual labels:  url-shortener
Cardpwn
OSINT Tool to find Breached Credit Cards Information
Stars: ✭ 187 (+142.86%)
Mutual labels:  pastebin
Breviare
Small URL shortener made with the MERN Stack
Stars: ✭ 16 (-79.22%)
Mutual labels:  url-shortener
Paste.laravel.io
The Laravel.io Pastebin.
Stars: ✭ 135 (+75.32%)
Mutual labels:  pastebin
Pastebin
Modern pastebin written in golang
Stars: ✭ 111 (+44.16%)
Mutual labels:  pastebin
keeplinkin
🔗 A Flask and Redis based fast, feature rich and free URL shortener site.
Stars: ✭ 21 (-72.73%)
Mutual labels:  url-shortener
ksana.in
✂️ Layanan pemendek tautan yang mudah, gratis & tanpa iklan
Stars: ✭ 186 (+141.56%)
Mutual labels:  url-shortener
rentry
Markdown pastebin from command line
Stars: ✭ 252 (+227.27%)
Mutual labels:  pastebin
Phorkie
Self-hosted pastebin software written in PHP. Pastes are editable, forkable, may have multiple files and are stored in git repositories.
Stars: ✭ 203 (+163.64%)
Mutual labels:  pastebin
laravel-bitly
Laravel package for generating bitly url
Stars: ✭ 72 (-6.49%)
Mutual labels:  url-shortener
Purritobin
ultra fast, minimalistic, encrypted command line paste-bin
Stars: ✭ 171 (+122.08%)
Mutual labels:  pastebin
go url shortener
Shortify - URL Shortner in go
Stars: ✭ 18 (-76.62%)
Mutual labels:  url-shortener
Perfect-URL-Shortener
An Example URL Shortener System for Perfect
Stars: ✭ 37 (-51.95%)
Mutual labels:  url-shortener
mnmlurl-extension
[DEPRECATED] 💁 Browser extension for Minimal URL - Modern URL shortener with support for custom alias & can be hosted even in GitHub pages
Stars: ✭ 21 (-72.73%)
Mutual labels:  url-shortener
YOURLS
🔗 The de facto standard self hosted URL shortener in PHP
Stars: ✭ 9,007 (+11597.4%)
Mutual labels:  url-shortener
reducio
❱ 🐇 URL shortener service is written in Scala using Akka-Http and Redis ❰
Stars: ✭ 69 (-10.39%)
Mutual labels:  url-shortener
NAME
    nnmm - nnmm stands for nothing

SYNOPSIS 
    Python
        pasteurl = urllib2.urlopen("http://nnmm.nl/", <data>).read()
    Bash
        <command> | curl --data-urlencode @- "http://nnmm.nl/"
        curl --data-urlencode @- "http://nnmm.nl/" < <file>

DESCRIPTION
    Just post any data to this server and it'll give you a "paste" link.
    If the data is an url (ex "http://example.com/") it will return the
    same kind of url but it will instead be a shortened url. This means
    that it will redirect instead of show the data. This can be stopped 
    by adding an ! at the end of the url.
    
SEE ALSO
    The current source code can be found at http://nnmm.nl/s.php
    Command-line tool: https://nnmm.nl/nnmm
    The git repo can be found at https://github.com/Mechazawa/nnmm 

INSTALLING
    Change the database login etc in the index and apply the sql file 
    to the database. The file does not need any further configuration.
    It can be given any name and will automatically figure out the name
    and location of the script etc. Sqlite support is not hard to
    implement. It only requires the person installing it to change the 
    connection string to use sqlite and a sqlite database file containing
    the correct table structure. 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].