CodeKit for Mac - Windows equivalent? [closed] - windows

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have been using CodeKit for front-end developing on Mac. The most convenient features are:
Project File Organization
Easy compilation and minification for SCSS, LESS and CoffeeScript
Project watching, auto compilation
Browser Auto-reload and CSS-injection
These features are extremely useful and time-saving. Therefore I wonder if there is an equivalent software on Windows with the same features? Or, can I DIY something like this by combining all the existing tools?

http://mixture.io
I've only used it for five minutes and it has already auto complied my LESS files and live reloaded in my browser.
It is still in beta, it offers a huge amount that I've only started reading about.

You can try http://alphapixels.com/prepros. It can compile less, sass, scss, coffee and much more with live browser refresh.

Koala is an alternative that is quite similar to codekit, not as good but close enough.
http://koala-app.com/

Related

IDE for MEAN stack [ MongoDb,Express,AngularJs,NodeJs ] [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
For designing the MEAN stack application, I am creating separate modules( angularjs,expressjs,nodejs,mongodb) and i am linking them manually. Can you please suggest me an IDE available for directly designing MEAN stack application.
These topics on Stack Overflow usually get flagged as contentious or something after a while. However I thought I would share my own experience of using JavaScript IDEs under Windows.
I was using PyCharm, however my dev box is ageing a bit and PyCharm is too heavy for it. Besides, as the name implies, it's really for Python, in fact I started using it for Django.
If I could afford WebStorm and a box to run it on, I'd definitely check that out :)
I fell back on the default at my workplace, Notepad++. However the linter add-on is a bit clunky, and it has real difficulty rendering JavaScript in HTML.
For now I am satisfied with my recent discovery of brackets.io. It does have an early days feel to it, but I find it's code completion particularly useful, and once I got an add-on to use JSHint instead of JSLint it chimes very well with the meanjs code I'm learning from. Meanjs uses swig templating, which parses as straight HTML so there's no problem there, but if you're wedded to a particular template module then you should look for an IDE that supports it, either directly or via add-ons. Brackets.io seems to have quite a lively add-on community at the moment.

Animation API's for frames? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I searched over Google, but I didn't find anything associated with my issues. However, I am able to use SwingTimer but it can do some basic things only, what I wan is some API that have multiple animation that I can select.
As it's none functional thing to my project(s), but it's a nice to have some animations to make the functional more comfortable with user.
Thanks for any suggestion.
Personally, I use the Timing Framework, this has more to do with the amount of library code I've built around it then it being superior to any of the other frameworks.
You may also wish to look at Trident, which has some nice mechanism for changing object properties and the Universal Tween Engine
Do you have to use frames? If i'm not mistaken, that's a pretty outdated element. Personally i'd use something like Twitter Bootstrap, they have a "tabbed system" that is much much better.
http://getbootstrap.com/2.3.2/javascript.html#tabs

I'm looking for a nice local ticketing system [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a nice software to store tickets information locally. It should work only on my laptop under Linux, and be easily installed. The core features that I need:
storing tickets
allows to create additional documentation
don't take too much ram
very easy installation (I don't have whole days for configuring)
multiproject
You can try Project Kaiser
I use redmine and it's fantastic for all of the above. It's browser based so you'd need to install and configure it but it's not hard and well worth the effort.
Redmine is quick efficient and it's the best tool of its kind that I've ever found and I've looked tried many.
I know little about ruby/rails and it took me a few hours to install from clean using the guides.
How about a TidliDu http://www.giffmex.org/tiddlydu2.html. You can't make it easier to install. Create a new one for each project.
OpenOffice spreadsheet?

Open source project management software similar to Fogbugz? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for an open-source project management and issue-tracking tool with features similar to Fogbugz, well, specifically with a clean, easy to use UI.
I've been looking around but can't seem to find a similar tool.
Has anyone got any suggestions?
Thanks
EDIT:
I've just seen OpenAtrium - has anyone any experience of using it. What's it like?
You could try Launchpad, a popular code and project management tool known for its use by Ubuntu. You can either put your project on their website, or, if you prefer to keep the project on your own computer(s), get Launchpad and install it. It's open source.
Did you check the software listed on the Project Management Open Source Software Directory ?

Any tutorial-like articles out there that explain how to use jRuby on Android? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm planning to perhaps purchase an android phone, and would love to be able to script some simple apps in Ruby on it. I found this article from back in August where the author was able to get the scripts working, but since I'm not a Java head, I had a hard time understanding all the steps.
http://amazing-development.com/archives/2009/08/04/android-scripting-environment-supports-jruby/
Do you know of any other tutorials or how to's out there that explain the process in more detail? Do you know if performance has improved since August?
There is a nice implementation of an Android app (irb in fact) based on JRuby in headius's repository on github. He has some details within the readme on how to use it and the source gives a good example of how to implement anything further.
There is a simpler app (think to "Hello world") but shifting to Mirah (formerly Duby) as opposed to JRuby. I know it's not exactly the same, but you get much the same coding experience but significantly more performance.

Resources