Where can I download a pre-compiled version of WinJS? [closed] - winjs

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.
The community reviewed whether to reopen this question 1 year ago and left it closed:
Original close reason(s) were not resolved
Improve this question
I am unable to find a pre-compiled version of WinJS to download. I just want a .zip with a CSS and JS file.
I can find the source at Github but I'm unable to compile it on my Surface RT so I really need a pre-compiled version.
Anyone know where it is available for download, pre-compiled?

UPDATE:
Microsoft has made a lot of progress and has now gotten on board with how libraries are normally deployed. You can get it from NPM, Bower, CDN, or create a custom build. Details at http://try.buildwinjs.com/#get
Original answer:
If you install Visual Studio 2013 (you'll need a x86 or x64 PC, not your Surface RT) it will be there. The stuff on GitHub is really not ready for use yet. They promised to publish the files on a CDN when it is. But for now, there are still a ton of bugs that limit it's usefulness outside Windows/WP apps (as you can also see on GitHub) so publishing a compiled build would be counterproductive.
That said... if you look at http://try.buildwinjs.com, you can steal the compiled build it uses :)
http://try.buildwinjs.com/lib/winjs/js/base.min.js?v1.0.84
http://try.buildwinjs.com/lib/winjs/js/ui.min.js?v1.0.84
http://try.buildwinjs.com/lib/winjs/js/en-us/base.strings.js?v1.0.84
http://try.buildwinjs.com/lib/winjs/js/en-us/ui.strings.js?v1.0.84
http://try.buildwinjs.com/lib/winjs/css/ui-dark.css?v1.0.84
http://try.buildwinjs.com/lib/winjs/css/ui-light.css?v1.0.84

Related

How to create a dump/mirror of an external wiki? [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
I am trying to create a local exact copy of a Wiki on my Linux machine, but no matter what I try, it won't work properly in the end.
The challenge is that I have no access other than web-access to the Wiki, but it would be sufficient to have just a snapshot of the current state. I tried to use wget, but it fails to download files properly and does not convert links inside those pages.
I tried to use websucker.py but again it did not properly convert links, and since most Wiki files have no extension, I could not get my web-server (lighttpd) to serve them as text/html.
Does anyone have a working tool or can tell me what parameters to use with either wget or websucker.py to create a working clone of an existing Wiki?
Since nobody seems to know I spent a few more hours on Google and found the answer myself. I put it here if others have the same issue.
Each Wiki has an API that beside other features has a dump feature. You can use that API for a full or current dump of any Wiki. See here for a tutorial on how to use the dumpgenerator.py created by the wikiteam.
You can later import that XML dump either through the Special:import page or use the importDump.php script as explained in the Mediawiki manual.

Best cross browser compatibility tool for Linux machine? [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 need a best browser compatibility checking tool for my linux machine ( dont want online checking tool) .
Wanted a tool which should be run in my local. Is there any tool ? If yes please recommend.
Regards,
ArunRaj.
I also tried to solve this issue a few weeks ago. After some hours of research i came to the conclusion that sand-boxing or building virtual-machines would be the best solution for me.
I can also recommend ievms script to install virtual machines for running IE6 up to IE10 with a single command:
Automated installation of the Microsoft IE App Compat virtual machines
The Images are provided by Microsoft itself:
Internet Explorer Application Compatibility VPC Image
For realistic testing, think about using virtual machines and virtual environments like Vmware Player or VirtualBox (https://www.virtualbox.org/). You can install different operating systems and different browsers to see what your page looks like.

What is a good GeoTiff Viewer? [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 working with GeoTiff related files and would like to know what's a good viewer to see the outcome of my work? It needs to work on a Windows machine.
Thanks.
ERViewer from ERMapper was good, you need to register now to get it from ERDAS:
https://download.hexagongeospatial.com/downloads/imagine/erdas-er-viewer-2014-v14-01
Irfanview can also open GeoTIFF, but won't be as efficient for very large files.
OpenEV in the GDAL suite will also display GeoTIFF: http://openev.sourceforge.net/ - GDAL is very helpful in general for GeoTIFF.
Manifold 9.0 is also very good, there's a free viewer for use on Windows. http://www.manifold.net/viewer.shtml
You can also use uDig for viewing GeoTiff (and other GIS-data): http://udig.refractions.net/
uDig - User-friendly Desktop Internet GIS: A GIS Framework for Eclipse
uDig is an open source (LGPL) desktop application framework, built with Eclipse Rich Client (RCP) technology.
uDig can be used as a stand-alone application.
uDig can be extended with RCP “plug-ins”.
uDig can be used as a plug-in in an existing RCP application.

Wanted: cloud service that builds my open source project (for free?) [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 have a C++ open source project that's available from a public svn repository.
It would help me a lot if there is an online service that I can point to my repository and have it build it with GCC on 32 and 64 bit. Then I know that it builds without errors or warnings.
Running my unit tests would be really nice, but I don't really expect anyone does this.
OpenSUSE Build Service?
Why don't you use Jenkins? It is a CI tool where you build, test and deploy your applications. You have also the possibility to use Jenkins as a Service, where you don't need to install, neither to configure anything. There is a PaaS which provides Jenkins as a Service and they also have a free tier where you can build your applications. There are more specialised on Java but taking a look to their documentation, it seems like if you can also build C and C++ applications.

Which of the cygwin mirror sites is complete? [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've noticed gross inconsistencies in the cygwin mirror sites. The packages that you get installed by default depend on which mirror you select. Even worse, some sites are missing important packages all together so you can't improve on the default installation.
My default installation of cygwin from sourceware.mirrors.tds.net did not include the diff or svn commands. When I went back to their mirror site (using setup.exe with the Internet option) the diffutils package and subversion packages were not even available at that site. The cygwin.mirrors.hoobly.com mirror had both of these packages, and based on the full listing it appears that it has a lot more packages that aren't available at sourceware.mirrors.tds.net.
Is there a cygwin mirror site that is authorative, or is it hit and miss on the cygwin mirror sites?
Getting the default and full cygwin releases versioned would go a long way to solving this problem, but cygwin doesn't version default or complete releases.
mirrors.kernel.org
This shouldn't be much of a problem (anymore). Below the mirror list on this page it says that every mirror is automatically checked at regular intervals, and servers missing packages are temporarily dropped from the list. It also says that all mirrors should sync twice a day. I manually checked a number of mirrors just now, and they had all synced recently and seemed to have the same content.
You probably want to look at this announcement from the mailing list, that came out today. It might explain the problems you've been seeing.
I recommend subscribing to the cygwin-announce mailing list if you use cygwin. You can subscribe at the bottom of this page.
That said, I have found kernel.org usually pretty good also.

Resources