All Projects → takashiki → Ourls

takashiki / Ourls

Licence: mit
url shorten service/短网址服务

Projects that are alternatives of or similar to Ourls

Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-4.43%)
Mutual labels:  demo
Demo Project
存放学习过程中的demo项目,别光fork,顺便点下⭐哦
Stars: ✭ 198 (-2.46%)
Mutual labels:  demo
Dekryptize
A ncurses animation to make decryption look like, well, decryption.
Stars: ✭ 201 (-0.99%)
Mutual labels:  demo
Fermionjs
Visual Prototyping Tool for React Applications
Stars: ✭ 197 (-2.96%)
Mutual labels:  demo
Mocapnet
We present MocapNET2, a real-time method that estimates the 3D human pose directly in the popular Bio Vision Hierarchy (BVH) format, given estimations of the 2D body joints originating from monocular color images. Our contributions include: (a) A novel and compact 2D pose NSRM representation. (b) A human body orientation classifier and an ensemble of orientation-tuned neural networks that regress the 3D human pose by also allowing for the decomposition of the body to an upper and lower kinematic hierarchy. This permits the recovery of the human pose even in the case of significant occlusions. (c) An efficient Inverse Kinematics solver that refines the neural-network-based solution providing 3D human pose estimations that are consistent with the limb sizes of a target person (if known). All the above yield a 33% accuracy improvement on the Human 3.6 Million (H3.6M) dataset compared to the baseline method (MocapNET) while maintaining real-time performance (70 fps in CPU-only execution).
Stars: ✭ 194 (-4.43%)
Mutual labels:  demo
Preact Redux Example
🔁 Preact + Redux Example Project
Stars: ✭ 199 (-1.97%)
Mutual labels:  demo
Laravel Shield
A HTTP basic auth middleware for Laravel
Stars: ✭ 193 (-4.93%)
Mutual labels:  composer
Mygreendao
A simple demo of GreenDAO.
Stars: ✭ 203 (+0%)
Mutual labels:  demo
Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (-2.46%)
Mutual labels:  demo
Seniverse Api Demos
心知天气 API 产品使用调用示例
Stars: ✭ 201 (-0.99%)
Mutual labels:  demo
Awesome Spring Boot
springboot 各种资料整理(demo、教程、网站、starter文档等),持续更新,欢迎pr。
Stars: ✭ 198 (-2.46%)
Mutual labels:  demo
Demo Html Css
超好看的前端模板(学习用)
Stars: ✭ 199 (-1.97%)
Mutual labels:  demo
Koa Vue Notes Web
🤓 This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and Vuex store modules.
Stars: ✭ 200 (-1.48%)
Mutual labels:  demo
Composer Patches
Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and composer command for testing/troubleshooting patches.
Stars: ✭ 196 (-3.45%)
Mutual labels:  composer
Rn Wunderlist
Wunderlist Clone written in React Native
Stars: ✭ 201 (-0.99%)
Mutual labels:  demo
Lwjgl3 Demos
Demo suite for LWJGL 3
Stars: ✭ 192 (-5.42%)
Mutual labels:  demo
Web Push Book
Web Push Book
Stars: ✭ 199 (-1.97%)
Mutual labels:  demo
Preact Worker Demo
Demo of preact rendering an entire app in a Web Worker.
Stars: ✭ 204 (+0.49%)
Mutual labels:  demo
Diffutil Sample
Android sample app in Kotlin showing usage of DiffUtil class.
Stars: ✭ 202 (-0.49%)
Mutual labels:  demo
React Leaflet Demo
Demo of a Leaflet map created with React
Stars: ✭ 200 (-1.48%)
Mutual labels:  demo

Ourls

Latest Stable Version Total Downloads Latest Unstable Version License

Ourls是一个基于发号和hashid的短网址服务,灵感来源于知乎上关于短址算法的一个讨论—— http://www.zhihu.com/question/29270034

特征/Feature

Ourls会根据sha1值来判断原url在数据库中是否已存在,若不存在则新增记录后对记录id进行hash,产生短网址。

Ourls会对输入的url进行标准化处理,若为缺少scheme的url,会默认自动加上http://, 并且会对url的query参数进行排序和urlencode等。

演示/Demo

在线演示/Online Demo

安装/Install

下载源码后运行composer install安装依赖包,或者运行composer create-project takashiki/ourls

然后将urls.sql导入数据库中,将app目录下config.sample.php重命名为config.php并按自己实际情况修改相关配置项。

git clone and composer install or composer create-project takashiki/ourls

import urls.sql to your database

rename app/config.sample.php to app/config.php

modify the config file according to your situation

License

Ourls is open-sourced software licensed under the MIT license

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].