Git Product home page Git Product logo

awesome-power-mode's People

Contributors

bigegg avatar ceh avatar dungsaga avatar hiz8 avatar hoovercj avatar joelbesada avatar poboke avatar sudodoki avatar ythecombinator avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-power-mode's Issues

for MATLAB?

Hello, guys.

Will you creat one for MATLAB? That will be awesome.

Suggestion: Different sound effects for different keystrokes

I don't know if it's possible or not, but just an idea I had after I turned on the sound effects, how about different sounds for different types of keystrokes? The three types I'm thinking of would be:

Typed Character
Tab
Backspace
New Line

That way you could have something like, typed characters: gun shots, tab: shotgun blast, backspace: shotgun reload, new line: explosion.

Just a fun idea :P
Love the addon by the way, it's awesome.

It can cause Atom's split panes to auto resize

Found its problem with Atom 1.9.2 release under macOS 10.11.6. When turn on this package and open a new pane in split view (e.g. split down the current pane) and activate one of the pane, the other pane will auto resize.
I don't know if there is a conflict with my other package, but once disable this package, the problem disappeared.

Actionscript 3!

Please make this for Actionscript 3! My life as an AIR developer would be such much better.

Particle color dropdown has no text

The select element for the particle colors has no actual text for each option.

The following has been extracted from the latest version (1.1.0) via dev tools.

<select id="activate-power-mode.particles.colours.type" class="form-control">
    <option value="cursor" description="Particles will be the colour at the cursor."></option>
    <option value="random" description="Particles will have random colours."></option>
    <option value="fixed" description="Particles will have a fixed colour."></option>
</select>

This renders as follows
screenshot from 2016-11-03 10-20-39

The correct code would be as such:

<select id="activate-power-mode.particles.colours.type" class="form-control">
    <option value="cursor">Particles will be the colour at the cursor.</option>
    <option value="random">Particles will have random colours.</option>
    <option value="fixed">Particles will have a fixed colour.</option>
</select>

And would result in the following:
screenshot from 2016-11-03 10-23-08

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.