All Projects → lastw → dogify

lastw / dogify

Licence: other
wow very useful

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to dogify

Warcraft Arena Unity
World of Warcraft client-server combat system implementation in Unity with Photon Bolt.
Stars: ✭ 206 (+347.83%)
Mutual labels:  wow
keystone.guru
A website where users can build and find their favorite routes for completing in Mythic Plus dungeons in World of Warcraft®
Stars: ✭ 44 (-4.35%)
Mutual labels:  wow
strongbox
a World of Warcraft Addon Manager aimed at Linux players
Stars: ✭ 131 (+184.78%)
Mutual labels:  wow
wowstat
A World of Warcraft realm status monitor
Stars: ✭ 20 (-56.52%)
Mutual labels:  wow
AdvancedInterfaceOptions
WoW Addon that restores access to removed interface options in Legion
Stars: ✭ 43 (-6.52%)
Mutual labels:  wow
DBM-Retail
The ultimate encounter helper (for Retail) to give you fight info that's easy to process at a glance. DBM aims to focus on what's happening to you, and what YOU need to do about it.
Stars: ✭ 194 (+321.74%)
Mutual labels:  wow
Deadlybossmods
The ultimate encounter helper (for Retail) to give you fight info that's easy to process at a glance. DBM aims to focus on what's happening to you, and what YOU need to do about it.
Stars: ✭ 130 (+182.61%)
Mutual labels:  wow
mkm-sdk
Python SDK for Magickartenmarkt API
Stars: ✭ 33 (-28.26%)
Mutual labels:  wow
trinitycore
Moved to https://gitlab.com/nicolaw/trinitycore
Stars: ✭ 29 (-36.96%)
Mutual labels:  wow
AzeriteUI
Custom user interface suite for WoW. Design and code by Lars Norberg and Daniel Troconis.
Stars: ✭ 0 (-100%)
Mutual labels:  wow
FieldGuide
A World of Warcraft: Classic addon for displaying visually when you will learn certain spells.
Stars: ✭ 14 (-69.57%)
Mutual labels:  wow
wowa
WoW addon manager, world of warcraft, addon, lua, command line, cli
Stars: ✭ 58 (+26.09%)
Mutual labels:  wow
solidstate-solidity
💠 Upgradeable-first Solidity smart contract development library 💠
Stars: ✭ 264 (+473.91%)
Mutual labels:  wow
mangos-docker
Mangos project in Docker images
Stars: ✭ 29 (-36.96%)
Mutual labels:  wow
BetterAlign
A better version of Align for Vanilla WoW
Stars: ✭ 16 (-65.22%)
Mutual labels:  wow
Wowser
World of Warcraft in the browser using JavaScript and WebGL
Stars: ✭ 184 (+300%)
Mutual labels:  wow
wow-declarations
Typescript declarations for the current live World of Warcraft Retail LUA API
Stars: ✭ 20 (-56.52%)
Mutual labels:  wow
packager
Generate an addon zip file from a Git, SVN, or Mercurial checkout.
Stars: ✭ 94 (+104.35%)
Mutual labels:  wow
Cell
A World of Warcraft raid frame addon.
Stars: ✭ 21 (-54.35%)
Mutual labels:  wow
chat
FiveM Chat System | Works off ESX Framework
Stars: ✭ 32 (-30.43%)
Mutual labels:  wow

dogify

so easy to install

Put this code into your html

<script src="dogify.js"></script>

and your javascript object model becomes very enhanced.

wow dogify enhances everything

  • number operations:

    very.parseInt('-10')
    > -10
    
    wow.Math.so.random()
    > 0.7958803470246494
  • work with strings and arrays:

    'dogify'.very.indexOf('gif').wow
    > 2
    
    [1,2,3].much.length
    > 3
  • prototypes:

    function A() {
      this.x = 10;
    }
    
    A.very.prototype.such.increase = function () { this.x++; return this; }
    
    var a = new A()
    > { x: 10; }
    
    a.increase()
    > { x: 11; }
  • and many other:

    so.location.very.href
    > https://github.com/lastw/dogify
    
    wow.document.very.cookie = "dogify=activated";

dogify enchances even jQuery!

wow.$('table').many.children();
$('tr').so.filter(':hidden').very.show();

much browser support

Dogify works on the bleeding edge of the web.

you can improve your nod js

require('./dogify');
module.so.exports = function () {
  such.console.log('wow');
}

license

very MIT.

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